/*
Theme Name: ProSense
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense is a fast loading and search engine optimized Adsense Ready Wordpress Theme, specifically designed for all types of niche and professional content.<br /><br />Distributed under the Creative Commons Attribution-ShareAlike 3.0 License.
Author: Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
Author URI: http://www.doshdosh.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/ozi_bg.gif') repeat;
	margin: 0px;
	padding: 0px;
	font-size:11px;
}

/*body a, body a:visited {
color:#990000;
text-decoration: none;
}*/

body a:hover {
	text-decoration: underline;
}

#page {

	width: 941px;
	margin: 0px auto;

	background: url('images/ozi_fond_page.png') top center ;
	background-repeat: no-repeat;
	padding: 0  ;
}

#header {
	width: 100%;
	height: 100%;
	/*background: #FFF url('images/header_footer_img.jpg') top center repeat-y;*/
}


#header h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 12px;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
    float: right;
	width: 490px;
	line-height: 1.6em;
	padding-left: 2px;
	padding-right:8px;
	padding-top: 20px;

}
#left {
	float: left;
	width: 700px;
	padding-left:20px;
}
#right {
	float: right;
	padding-right:20px;
	width: 200px;
}
#sidebar1 {
	float: left;
	/*width: 200px;*/
	margin-left: 0px;
	padding-top: 20px;
}
#sidebar2 {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	/*background: #FFF url('images/header_footer_img.jpg') top center repeat-y;*/
	width:940px;
	text-align:center;
	color:#993300;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #993300;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
}

h2 {
	/*font-size: 2.0em;*/
	color: #800000;
	font-size:14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 16px;
	text-decoration: none;
	color: #008000;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 12px;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 14px;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}
#sidebar2 ul {
	padding-left:5px
}

#sidebar1 .sidebar_left ul h2 {
list-style:none;
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 13px;
}


#sidebar2 .sidebar_right ul h2 {
	list-style:none;
	padding-left:5px;
	padding-bottom: 2px;
	border-top: solid 1px #E3C37D;
	/*border-bottom: dashed 1px #D3C69B;*/
	font-size: 13px;
}


#sidebar2 ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 12px;
	color:#957110;
	padding-top:5px;
}

#sidebar2 ul li a{
	list-style:none;
	line-height:1.6em;
	font-size: 12px;
	color:#5C3E00;

}
#sidebar1 ul li a{
	list-style:none;
	line-height:1.6em;
	font-size: 12px;
	color:#5C3E00;

}


#sidebar2 ul {
border-bottom:solid #E3DFC6 1px;

}



#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #662400;

}

#sidebar2 .sidebar_right ul ul li {
	/*border-bottom: dashed 1px #D3C69B;*/
	margin-bottom:13px;
	color:#957110;

}

#sidebar2 .sidebar_right ul ul li a{
	color:#957110;
}




#sidebar a:hover {
	text-decoration: underline;
}

#sidebar1 .sidebar_left {
	width: 184px;
	float: left;
	padding: 0 10px 0 0px;
	border-right:solid #E3DFC6 1px;
}


#sidebar2 .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 5px;
	border-left:solid #E3DFC6 1px;

}

.widget li {

list-style:none;
font-size:12px;
margin-left:5px;
}
.widget ul {
padding-bottom:10px;
list-style:none;
font-size:12px;
}



#sidebar .widget_categories{
list-style:none;
}


#sidebar2 .widget_categories{
list-style:none;
}


/*--------------Comments--------------*/

#comments {
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 14px;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 12px;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:90%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: left;
	list-style:none;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	border:1px;
	border-color:#872200;
	border-bottom-style:solid;
	width: 135px;
	background-color:#F9F8F0;
	
}




/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 12px;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}
.ozi_menu{
	background-image: url(images/ozi_fond_menu.jpg);
	border-width: 0px;
	background-repeat:no-repeat;

}
.ozi_top_blog{ margin:0; padding:0; text-align:left;}
.ozi_menu2{
	/*background-image: url(images/ozi_fond_menu.jpg);*/
	border-width: 0px;
	background-repeat:no-repeat;

}
.ozi_entete_menu{
padding-left:3px;
text-align:left;
	
}
.ozi_item_menu{
text-align:left;
padding-left:20px;
color:#986F58;
font-size:13px
}
.ozi_item_menu a{
font-size:13px;
color:#986F58;
font-weight:normal;
text-decoration:none;
}
.ozi_item_menu a:visited{
font-size:13px;
color:#986F58;
font-weight:normal;

}
.ozi_item_menu a:hover{
color:#986F58;

}


.ozi_thumbnail{
padding-left:30px;
padding-top:4px;
text-align:left;}

.ozi_commentaire{
padding-left:30px;
padding-top:4px;
text-align:left;}

table.moduletable_ozi_panier {
/*	padding: 15px;*/
	padding-top:0px;
  	background-image: url(../images/ozi_panier.gif);
	background-repeat:no-repeat;
	margin-top: 0px;
	width: 200px;
	height:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#872301;
	text-align:center;
}

table.moduletable_ozi_search {
	width:184px;
	text-align:center;
	height:25px;

}

table.moduletable_ozi_search input{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color:#872301;
	background: #E2DEC5;
	width:155px;
	vertical-align:middle;

}
table.moduletable_ozi_search .ozi_search_bouton {
     border:none;
     color:#fff;
     background: transparent url('../images/ozi_go_search.gif') no-repeat top left;
     width:30px;
     height:22px;
}

table.moduletable_ozi_menu_footer{
width:950px;
}
li {
	list-style-image: none;
	list-style-type: none;
	padding-top:5px;
}

.ozi_blog _search_button{
     border:none;
     color:#fff;
     background: url('images/ozi_go_search.gif') no-repeat top left;
     width:30px;
     height:22px;
}


.widgettitle ul li{
text-decoration:none;
font-size:12px;
}
.widgettitle a{
text-decoration:none;
font-size:12px;
}
