/*
Theme Name: Bzzz
Theme URI: http://www.bzzz.be
Description: Theme de base du studio Bzzz.
Version: 1.0
Author: Bzzz
Author URI: http://www.bzzz.be/

*/

/* ---------------------------------------------------------------------------
   PRIMAIRES
------------------------------------------------------------------------------ */ 

/* ---------------------------------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------------------------------ */ 

* {margin:0;padding:0;outline:0;font-weight:normal;text-decoration:none;}
body {
	font: 14px/165% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #777; 	
	background: #853 url(images/bg_degrade.png) repeat-x top;
	text-align: center;
}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #853;
	padding:20px 0px 5px 20px;
}
h1 {font-size: 2.5em;line-height: 1em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}
p, dl {padding: 10px 20px;}
dt {font-weight: bold;color: #999;}
dd {padding-left: 25px;}
#content-wrap ul, #content-wrap ol {margin: 10px 40px;padding: 0 20px;}
a {color: #ADBF26;}
a:hover {color: #444;}
h1 a, h2 a, h3 a, h4 a {color: #853;}

/* images */
img[align="left"] {margin: 0px 10px 0px 0px;}
img[align="right"] {margin: 0px 0px 0px 10px;}
img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
	background: #ddd url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #777;	
}

/* ------------------------------------------
   TABLEAUX
------------------------------------------- */ 

table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}

/* ------------------------------------------
   FORMULAIRES
------------------------------------------- */ 

form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #777;
	background: #eee; 
}
label {
	display: block;
	margin: 8px 0;
}
input, select, textarea {
	padding: 5px 4px;
	color: #777;
	background: #fff;  
	border: 1px solid #777;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	height: 30px;
	padding: 2px 5px; 
	color: #fff;
	background: #444;
	border: 1px solid #000;
}
input#submit, input.submit{margin-top:20px;cursor: pointer;}

/* search form */
.searchform {background-color: transparent;border: none;}
.searchform p {margin: 0; padding: 0 0 10px 0;}
.searchform input.textbox {width: 185px;height: 18px;padding: 2px;vertical-align: top;}
.searchform input.button {height: 24px;padding: 2px 5px;vertical-align: top;}

/* loginform */
#loginform {margin:0;border:none;background: none;}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#wrap {
	position: relative;
	background:#333;
	width: 950px;	
	margin: 20px auto;
	text-align: left;
	border:2px solid #333;
	box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;		
	-moz-box-shadow: 0px 0px 30px #000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#header {
	position: relative;
	width: 950px;	
	height: 270px;	
	background: url(images/bg_header.jpg) center center no-repeat;
	border-top-left-radius:15px; 
	border-top-right-radius:15px; 
	-moz-border-radius-topleft:15px; 
	-moz-border-radius-topright:15px; 
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
}
#navigation {
	clear: both;
	width: 950px;	
	float: left;	
}
#content-wrap {
	position: relative;
	background: #FFF;
	clear: both;
	width: 950px;	
	float: left;	
/* 	display: inline;	 */
}
#main {float: left;width: 620px;/* display: inline; */}
#sidebar {float: right;width: 330px;background: #eee;padding-top: 30px;}	
#footer {
	position: relative;
	padding:20px;
	clear: both;
	background: #ADBF26;
	color: #853;
	width: 910px;
	float: left;
	border-top:1px solid #333;
	border-bottom-left-radius:15px; 
	border-bottom-right-radius:15px; 
	-moz-border-radius-bottomleft:15px; 
	-moz-border-radius-bottomright:15px; 
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}

/* ------------------------------------------
   HEADER
------------------------------------------- */ 

#header h1 {margin:0;}
#header h1#logo-text a {
	display: block;
	font-size: 30px;
	width:450px;
	color: #853;
	padding:135px 0px 0px 45px;
}
#header p#intro {
	font: italic normal 18px Georgia, 'Times New Roman', Times, serif;
	line-height: 1.3em;
	text-transform: none;
	color: #ADBF26;
	width: 420px;
	padding:0px 0px 0px 65px;
}
#header form#quick-search {
	position: absolute;
	top: 150px; right: 30px;
	border: none;
	width: 262px; height: 29px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 9999;
	margin:0;padding:0;
}
#header form#quick-search p {padding:0;}
#header form#quick-search .tbox {
	font-size: 1.3em;
	margin: 5px 0 0 10px; 
	width: 210px;
	background: none;
	border: none;
	padding:0;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}
#header #connexion {
	position: absolute;
	top: 10px; right: 30px;
	border: none;
	z-index: 9999;
	font-size: 0.8em;
}
#header #connexion form {padding:0;}
#header #connexion input {padding:2px 4px;}

/* ------------------------------------------
   NAVIGATION
------------------------------------------- */ 

#nav2{
	height: 40px;
	background: #ADBF26 url(images/degrade_40x40_30pc.png) repeat-x;
	font-size:1.3em;
	border-top:1px solid #333;
	border-bottom: 1px solid #333;
}
#nav2 a, #nav2 a:hover {display: block;border:none;}
#nav2 li {background: #ADBF26 url(images/degrade_40x40_30pc.png) repeat-x;float: left;list-style:none;border-right:1px solid #333;}
#nav2 a, #nav2 a:visited {
	display:block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding:0px 15px;
}

#nav2 a:hover, #nav2 a:active, .current_page_item a {
	background:#780 url(images/degrade_40x40_30pc.png) repeat-x;
	text-decoration:none
}	

#nav2 li ul, #nav2 li li ul.children {
	position: absolute;
	z-index: 9999;
	left: -999em;
	height: auto;
	width: 200px;
	border-bottom: 1px solid #333;;
}

#nav2 li li {
	background: #ADBF26;
	width: 198px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#nav2 li li ul.children {margin: -30px 0px 0px 200px;}

#nav2 li li a, #nav2 li li a:visited {
	font-size:0.8em;
	height: 30px;
	line-height: 30px;
	padding:0px 10px;
}

#nav2 li li a:hover, #nav2 li li a:active {background:#780;}	
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {left: auto;}

/* ------------------------------------------
   MAIN
------------------------------------------- */

.breadcrumb {margin: 10px 20px;font-size: .8em}

.postmeta {	
	padding: 7px 5px; margin: 20px 10px 20px 10px;
	background: #ddd;
	font-size: .8em;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.postmeta a {color: #853;}
.postmeta .date{margin: 0 10px 0 5px;}
.postmeta a.comments {margin: 0 10px 0 5px;}
.postmeta a.readmore {margin: 0 10px 0 5px;}
.postmeta img {background:none;border:none;padding:0px 0px 0px 5px;margin: 0px 0px -5px 0px;}

.post-info {font-size: .9em; color: #444;}

/* ------------------------------------------
   SIDEBAR
------------------------------------------- */ 

#sidebar h3 {margin:10px 0px 10px 10px;padding: 0px 0px 10px 0px;border-bottom:solid 1px #ADBF26;color: #ADBF26;}
#sidebar ul {text-align: left;margin: 0px 0px 20px 10px;padding:0px;}
#sidebar ul li {list-style: none;padding: 6px 10px;border-bottom: 1px solid #fff;}
#sidebar ul li a {color: #853;border: none;font-size: 14px;}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a.url {font-style: italic;color: #777;font-size: 12px;}
#sidebar ul li a:hover, #sidebar ul li a:hover span {color: #444;}
#sidebar ul ul { margin: 0 0 0 5px;}
#sidebar ul ul li { border: none; }
#sidebar div {padding: 15px;}

/* ------------------------------------------
   FOOTER
------------------------------------------- */ 

#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {float: left;width: 290px;margin: 0px 20px 50px 0px;}
#footer-sidebar3 {margin-right:0px;}
#footer h3 {color: #780;padding:20px 0 10px 10px;}
#footer a {color:#853;}
#footer a:hover {color:#fff;}
#footer div div {padding:0px 10px;}
#footer ul {border-top: 1px solid #780;list-style: none;}
#footer ul li {padding:4px 10px;border-bottom: 1px solid #780;}
#footer ul li a {display: block;}
#footer ul li a.url {font-style: italic;color: #ADBF26;}
#footer ul li a span {color: #780;font-style: italic;}
#footer p a {color:#fff;}
#footer #credits {width:910px;text-align: center;color:#780;font-size: 0.8em;}
#footer h4, #footer p {margin: 5px 0px;padding:0;line-height: 1.2em;}
#footer h4 {color: #780;font-size: 15px;font-weight: bold;}

/* ------------------------------------------
   DIVERS
------------------------------------------- */ 

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.prevnext  {display:block;margin:10px 20px 20px 20px;}

/* images align */
.alignleft {float:left; margin-right: 10px;}
.alignright {float:right;margin-left: 10px;}


/* display and additional classes */
.clearer { clear: both; }
.clear {display:inline-block;}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
