/*
Theme Name: Modulaweb
Theme URI: http://modulaweb.fr
Description: based on http://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/ Magazine, by c.bavota (http://bavotasan.com/) A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 2.1.7
Author: Jean-François VIAL
Author URI: http://modulaweb.fr/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205b87;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {
	color: #444;
 	margin-left: auto; 
 	margin-right: auto;
	font-size: 14px; 
	padding: 0 20px;
	padding-top: 0;
	margin-top: 0;
	border-top: 1px solid transparent;
	background: url(images/body-background.png) repeat-x;
	font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
	}

code { 
	display: block;
	}
blockquote {
	margin: 0;
	}
pre , code , blockquote img.framed {
	border: 1px solid #bbb; 
	padding: 0.2em 0.5em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/*	background-color: #f5f5f5;*/
	overflow-x: auto;
	background-image: url(images/bg-hatch.gif);
}
pre, code {
	font-size: 0.9em;
}

table {
	margin: 5px auto;
	border: 1px solid #bbb; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/bg-hatch.gif);
	}
	tr {
		margin: 0;
	}
	td , th {
		border-right: solid 1px #bbb;
		border-bottom: solid 1px #bbb;
		margin: 0;
		padding: 5px;
		}
		td.right , th.right {
			border-right: none;
			}
		td.bottom , th.bottom {
			border-bottom: none;
			}
		th.left {
			text-align: left;
		}
textarea , input , select , button {
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/*	padding: 3px;*/
	background-color: #fefefe;
	}			
	textarea:hover , input:hover , select:hover , button:hover {
		border-color: #0d0;
		}			
	textarea:focus , input:focus , select:focus , button:focus {
		border-color: #205b87;
		background-color: #fff;
		}
select , input[type='button'] , input[type='submit'] , input[type='image'] , label{
	cursor: pointer;
}

fieldset , legend {
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}			
	fieldset {
		margin-top: 10px;
		}			
	legend {
		font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
		padding: 0.3em 0.5em;
		font-weight: bold;
		}
		
p {
	margin-top: 0;
	}		

.skip {
	position: absolute;
	top: -3000px;
	left: -3000px;
	}

/* Header Elements */

#header{
	float: left;
	width: 100%;
	margin: 0;
	}

#login {
	height: 14px;
	font-size: 12px;
	color: #444;
	text-align: right;
	padding: 7px 10px 9px;
	background: url(images/top-nav.png) repeat-x;
	background-position: bottom left;
	font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-top: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
	#login a {
		color: #444;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}
#searchform { display: inline; }
#searchformzone {
/*	border: solid 1px red;*/
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: none;
}
	.search_input {
		width: 70px;
		border: none;
		background-color: transparent;
		font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #444;
		display: inline;
		padding: 0;
/*		border: solid 1px blue;*/
		}	
	#searchformzone:hover .search_input {
		text-decoration: underline;
		}
	.search_submit {
		display: none;
		cursor: pointer;
		margin-left: 2px;
		margin-top: 2px;
		border: none;
/*		clear: none;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;*/
		}
	#searchformzone label {
		position: absolute;
		top: -3000px;
		left: -3000px;
		}

#title {
	font-size: 5px;
	margin: 20px 0 0;
	padding: 0;
	line-height: 34px;
	float: left!important;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #d52b1e;
		text-decoration: none;
		}
		
#description {
	font-size: 20px;
	margin: -40px 0 20px;
	padding: 0;
	float: right!important;
	clear: none;
	font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
	}		
	
#navigation {
	clear: left;
/*	background: url(images/login.png) repeat-x;*/
	float: left;
	width: 100%;
	height: 35px;
	margin-top: 25px;
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#navigation li {
		font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
/*		text-transform: uppercase;*/
		font-size: 20px;
		padding: 0;
		padding-top: 3px;
		margin: 0;
		margin-right: 2px;
		height: 27px;
/*		border: solid 1px transparent;
*/		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		opacity: 0.8;
		filter : alpha(opacity=80); 
		}
	#navigation li:hover {
		background-color: #0046AD;
		}
		#navigation li.current_page_item , #navigation li.current_page_ancestor {
/*			background: url(images/button.png) center repeat-x;*/
			background-color: #0046AD;
			}

	#navigation a {
/*		font-weight: bold;*/
		color: #fff;
/*		border-right: 1px solid #fff;*/
		padding: 3px 12px 4px 12px;
		}
		
		#navigation a:hover {
			color: #f4f4f4;
			text-decoration: none!important;
			}



			
#contact {
	float: right;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px;
	}
	
	#contact a {
		border-left: 1px solid #fff;
		border-right: 0;
	}
			
#sub-navigation {
	clear: both;
/*	border-bottom: 1px solid #222;*/
	float: left;
	width: 100%;
	
	padding-top: 5px;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding: 0 0 0 5px;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		/*text-transform: uppercase;*/
		font-size: 12px;
		padding: 0;
		margin: 4px 0 3px;
		}
	
	#sub-navigation ul.pages li:after {
		content: url(images/blackdot.png);
	}
	
	#sub-navigation a {
		color: #222;
		padding: 4px 5px 3px 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: underline;
			}
		#sub-navigation li.current_page_item a {
			color: #0046ad;
			text-decoration: underline;
			}
.search_input {
	cursor: pointer;
	}
#subright {
	float: right;
	font-size: 12px;
	margin: 4px 0 3px;
	}
	
	#subright a {
		padding: 1px 2px 0 5px;
		color: #FF8000;
		}	
		
	#subright a.border {
		border-right: 1px solid #aaa;
		padding-right: 10px;
		}	

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
/*	border-top: 2px solid #aaa;*/
/*	border-bottom: 2px solid #aaa;*/
	background: transparent;
	}

#sidebar {
	float: left;
	margin: 0 10px;
	padding:0;
	font-size: 1em;
	font-family: Garamond,Georgia,"Times New Roman",Times,serif;
	}

#secondsidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	font-size: 0.5em*/
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
/*		font-size: 13px;*/
		padding-left: 5px;
		margin: 2px 0;
		}
/*		.side-widget ul li:before {
			content: "» ";
			}*/
	
	.side-widget h2 {
		font-size: 1.1em;
		border-bottom: 1px solid #ddd;
		padding: 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		color: #205b87
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
.post {

	}
.tag-list , .postmetadata , .addtoany_share_save_container {
	border: 1px solid #bbb; 
	padding: 0.2em 0.5em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/bg-hatch.gif);
	}
#footer , #breadcrumb {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #ddd;
	padding: 0.5em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/bg-hatch.gif);
	margin-bottom: 10px;
	}
	#breadcrumb {
		float: none;
		width: 720px;
		text-align: left;
		}
		.bold {
			font-weight: bold;
		}
/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px;
	padding: 0;
	}
	#leftcontent p {
		line-height: 1.6em;
		}
	#leftcontent h1, #leftcontent h2, #leftcontent h3, #leftcontent h4, #leftcontent h5, #leftcontent h1 a, #leftcontent h2 a, #leftcontent h3 a, #leftcontent h4 a, #leftcontent h5 a{
	/*	color: #222;
		text-transform: capitalize;*/
		/*font-family: Verdana, Sans, Helvetica, Arial, sans-serif;*/
		font-family: Georgia,"Times New Roman",Times,serif;
		font-weight: normal;
		}
	
	#leftcontent h1 a ,#leftcontent h1 {
		color: #d52b1e;
		}

	#leftcontent h2 a , #leftcontent h2 , #leftcontent h1.front-page {
		color: #0046ad;
		}

	#leftcontent h3 a , #leftcontent h3 {
		color: #007934;
		}

	#leftcontent h4 a , #leftcontent h4 {
		color: #d1b600;
		}

	#leftcontent h5 a , #leftcontent h5 {
		color: #222;
		}

	#leftcontent h1 {
		font-size: 2em;
		line-height: 1.3em;
		margin: 0;
		margin-bottom: 0.4em;
		}
	#leftcontent h1.front-page {
		font-weight : normal;
		margin-top: 0.5em;
		}
		#leftcontent h1.front-page span {
			color: #444;
			}
	#leftcontent h2 {
		font-size: 1.6em;
		line-height: 1.1em;
		margin-top: 1em;
		margin-bottom: 0.2em;
		}
	#leftcontent h3 {
		font-size: 1.4em;
		line-height: 1em;
		margin-top: 1em;
		margin-bottom: 0.2em;
		}
	#leftcontent h4 , #leftcontent h5 {
		font-size: 1.2em;
		line-height: 1em;
		margin-top: 1em;
		margin-bottom: 0.2em;
		}
/*	#leftcontent h5 {
		font-family:Verdana, Sans, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #d52b1e;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}*/

.more-link {
	font-size: 11px;
	text-align: right;
	color: #d52b1e;
	}

.tags a {
	color: #d52b1e;
	}
	
.meta {
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #888;
	margin-bottom: 2em;
	}	

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}
	
	#twocol img {
		width: 80px;
		float: left;
		margin: 0;
		margin: 0 10px 5px 0;
		}
		
	#twocol h1 {
		font-size: 18px;
		line-height: 20px;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2 {
		margin-left: 7.5%;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		width: 40px;
		float: left;
		margin: 0 10px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
		
	
		
/* Other Elements */

._modula {
	color: #d52b1e;
	}
._web {
	color: #0046ad;
	}

/*#leftcontent h1.catheader {
	margin-top: 3px;
//	font-weight: normal;
	}
	
	#leftcontent .post h1 {
		color: #000;
		margin-top: 3px;
		}*/

.red, .entry a {
	color: #d52b1e;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #d52b1e;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.commentlist {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	}		
.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}		
		
	.commentlist li {
		float: left;
		clear: both;
		width: 720px;
		padding: 5px;
		background-color: #fff;
		background: url(images/bg-hatch.gif);
		border: 1px solid #ddd;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 5px;
		}
		
	.comment-info {
		height: 16px;
		}
		.comments-avatar {
			float: left;
			clear: none;
			margin-right: 5px;
			}
			.comments-avatar img {
				margin: 0;
				}
		.comments-metadatas {
/*			border-bottom: 1px solid #ddd;*/
			}
	.comment-text {
/*		margin-left: 120px;*/
		border: 1px solid #ddd;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
		background-color: #fefefe;
		height: 100px;
		overflow: auto;
		margin-top: 5px;
		}			
			
#responder {
	float: left;
	clear: both;
	/*padding-top: 10px;*/
	}
	.post-comment {
		background-color: #fff;
		background: url(images/bg-hatch.gif);
		border: 1px solid #ddd;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;	
		padding: 5px;
		width: 720px;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #d52b1e;
	}

#wp-calendar {
	margin: auto;
	}
.google_result ol {
	list-style: none;
	padding-left: 0px;
}
.google_result ol li {
	border-top: solid 1px black;
	padding: 12px 5px;
}
.google_result ol li h3 {
	display: inline;
	margin-bottom: 12px;
}
.google_result ol li div.s {
	display: block;
	margin-top: 12px;
}
.google_result ol li br {
	clear: both;
	margin-bottom: 12px;
}
.google_result ol li span.gl {
	display: block;
	margin-top: 12px;
}
.inline {
	display: inline!important;
}
.clear {
	clear: both;
}
.space {
	height: 5px;
}
