/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 26, 2015, 2:52:00 PM
    Author     : franck
*/

@import url( '../../x/framework/css/site/stacks/integrity-light.css' );
@import url( './global.css' );
@import url( './coplanstructure.css' );
@import url( './blockuserinfo.css' );
@import url( './blocksearch.css' );
@import url( './blocktopmenu.css' );
@import url( './superfish-modified.css' );

/* GLOBAL */


body {
    background-image:url('../images/bodyBg.png') !important;
}



/* override theme css */
.x-btn, .button, [type="submit"] {
    border-radius: 0;
}
.x-btn, .button, [type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border-radius:0;
}

.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    margin-bottom: 0;
    text-shadow: none;
}


/* HEADER */
.search_query {    
    border-top: 1px solid #cec0a5 !important;
    border-left: 1px solid #cec0a5 !important;
    border-bottom: 1px solid #cec0a5 !important;

}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 43px;
    z-index: 9999;
}


/* New colors theme */

h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a, 
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1.entry-title {
    color:#74a72a !important;
}

.widget ul li a, .widget ol li a {
    border-bottom:1px dotted !important;
    color:#5d5234 !important;
}

.h-widget {
    margin:0 0 10px 0.5em !important;
    font-size:150% !important;
    line-height:1 !important;
    color:#74a724 !important;
}

.entry-content ul li {
    list-style:square;
    margin-left:15px;
}

.innerSubFooter a {
    color:#777;
}

.nextprev {
    height:25px;
    display:none;
}

.single-post .x-sidebar.right {
    padding-top:25px;
}

.single-post .nextprev {
    display:block;
}

.nextprev .prev {
    float:left;
}

.nextprev .next {
    float:right;
}

.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
      color: #7a7a7a !important;
}

#breadcrumbs {
    text-align:right;
    font-size:12px;
}

