/*
Theme Name: sodentix
Description: WordPress SO'Dentix theme
Version: 1.0
Author: SO'CRÉALEX
Author URI: http://www.socrealex.fr

    SO'CRÉALEX

http://wordpress.socrealex.fr/

*/
@import url('bootstrap/css/bootstrap.css'); 

body {
	background: #76aa46;
	background: -moz-linear-gradient(left,  #76aa46 0%, #b4df5b 10%, #b4df5b 90%, #76aa46 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#76aa46), color-stop(10%,#b4df5b), color-stop(90%,#b4df5b), color-stop(100%,#76aa46));
	background: -webkit-linear-gradient(left,  #76aa46 0%,#b4df5b 10%,#b4df5b 90%,#76aa46 100%);
	background: -o-linear-gradient(left,  #76aa46 0%,#b4df5b 10%,#b4df5b 90%,#76aa46 100%);
	background: -ms-linear-gradient(left,  #76aa46 0%,#b4df5b 10%,#b4df5b 90%,#76aa46 100%);
	background: linear-gradient(to right,  #76aa46 0%,#b4df5b 10%,#b4df5b 90%,#76aa46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76aa46', endColorstr='#76aa46',GradientType=1 );
	font-family: 'Roboto', sans-serif !important;
	color:#555;
	padding-bottom:50px;
}


a {color:#76aa46;}
a:hover, a:focus {color:#4d6f2d;text-decoration:none;}

header a {color:#4d6f2d;}
a:hover, a:focus {color:#000;}

h1,
h2,
h3,
.h1,
.h2,
.h3
 {
  color: #000;
}
.navbar-header {}
.post-title, h3, .navbar-header a {color:white !important;text-shadow: 1px 1px 2px #363636;}


.alignright {float:right;}
.alignleft {float:left;}

img {border:2px solid #fff;}

.side li {list-style:none;}

.navbar-brand {padding:0px !important;}
 
.navbar-header img {border:none;} 

#menu-header-menu, .navbar-default {
	margin-left:10%;
	border:5px solid #4D6F2D;
	border-top:0px;
	border-radius:0 0 5px 5px;
}
.navbar-toggle {margin-top:0px;}
.nav li {list-style:none;display:block; }
.nav li a {font-size:1em;}
.nav li a:hover {color:#4d6f2d;}

.menu li ul li a {font-size:0.9em;color:#76aa46;display:block;}
.menu li ul li a:hover {color:#4d6f2d;}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus , .navbar-default .navbar-nav > li > li > a:hover, .navbar-default .navbar-nav > li > li > a:focus  {color:#76aa46!important;}
.nav > li > a {font-size:1em;}
.nav > li > a:hover, .nav > li > a:focus {}


.sidebar1 {
	
	position:absolute;
	top:60px;
	right:5%;
	z-index:999;
	
}
.side {
	border-bottom:#666 1px solid;
	border-right:#aaa 1px solid;
	margin-bottom:5px;
	padding:0.05em 1em 1em 1em;
	border-radius:5px;
	box-shadow: #333 1px 1px 5px;
	background: #eeeeee;
	color:#76aa46;

background: -moz-linear-gradient(left,  #eeeeee 0%, #cccccc 100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));

background: -webkit-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: -o-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: -ms-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: linear-gradient(to right,  #eeeeee 0%,#cccccc 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );

}
.jumbotron {
	border-radius:5px;
	box-shadow: #333 1px 1px 3px;
	background: #eeeeee;
	color:#76aa46;

background: -moz-linear-gradient(left,  #eeeeee 0%, #cccccc 100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));

background: -webkit-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: -o-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: -ms-linear-gradient(left,  #eeeeee 0%,#cccccc 100%);

background: linear-gradient(to right,  #eeeeee 0%,#cccccc 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );

}
.sidebar1 ul li:hover {list-style:square;}
.sidebar2 {display:block !important;}
.widget1 {border-bottom:#666 1px solid;padding-bottom:1em;}

.btn-navbar {background-color:#76aa46;}
footer {border-top:#666 1px solid;margin:10px;text-align:center}
.footer1 {border-top:#76aa46 1px solid;margin-top:2em;text-align:center;}

@media (min-width: 768px) {
	.navbar-nav {margin: 0px;}
	.navbar-default {}
	
}
.navbar-toggle .icon-bar {border: 2px solid #666 !important;}





