/* CSS for Blog */

a {color: #003D7C;text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
h3{padding:10px; color: #161616;font-size:11px;}


#header .logo {
	padding: 12px 0 0 22px;
	float: left;
	width:300px;
}
#header .logo a {display:block;width:266px;height:109px;background: url(images/logo.png);}
#header .logo a span {display:none;}
.post {padding:0 0 20px 0;}
.post h2{
	background: url(images/heading.gif) no-repeat top left;
	padding:0 10px;line-height:30px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #161616;font-size:11px;
}
.post h2 a {color: #161616;text-decoration:none;}
.post-info {
	font-weight: bold;
	color: #003D7C; padding-left:10px;
	font-size:10px;margin-bottom: 5px;
}
.post-info a{color: #003D7C;text-decoration:underline;}
.post-info a:hover {text-decoration:none;}
.entry {padding:0 10px;}

a.more_link {
	color: #6D6D6D;
	background: url(images/link-arrow.gif) no-repeat center left;
	padding: 0 0 0 15px;
	margin-right: 25px; }



#sidebar ul {list-style:none;margin:0; padding:0;}
#sidebar ul li {list-style:none;margin:0; padding:0 0 15px 0;}
#sidebar ul li h2 {
	background: url(images/bloc-title_bg.gif) no-repeat top left;
	padding: 0 12px; line-height:38px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
#sidebar ul li li {list-style:none;margin:0; padding:0 15px;}



.clr {clear : both;margin:0; padding:0;font-size:1px; line-height:1px;}


/* --------------------- common elements --------------------------- */
.navigation { display: block;  width:100%;padding:0 0 10px 0;font-weight:bold;color: #003D7C;}
.navigation a {color: #003D7C;}

.pagetitle, h2.center {text-align: center;  }
h3, h3#comments {padding: 0;margin: 10px auto 10px ;}
.alt { background-color: #F1F1F1;border:1px solid #e9e9e9;}

blockquote { border-left: 3px solid #E9E9E9;}

ol.commentlist {margin:0 15px;padding:0;}
.commentlist li { font-weight:normal;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 12px;}
code { font: 1.1em 'Courier New', Courier, Fixed; border:1px dotted #e9e9e9;margin:5px;padding:5px;display:block;}


.smallattachment {text-align: center; float: left;margin: 5px 5px 5px 0px;}
.attachment {text-align: center; margin: 5px 0px;}



/* Begin Images */
img.centered { display: block;	margin-left: auto;	margin-right: auto;	}
img.alignright {padding: 4px; margin: 0 0 2px 7px; float:right;	}
img.alignleft { padding: 4px; margin: 0 7px 2px 0; float:left; }

/* End Images */



/* Begin Lists */
.entry ol,.entry ul {margin: 0;	padding: 5px 0 5px 35px; }
.entry li {margin: 0; padding: 0; }
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none;list-style-image: none;}


/* Begin Form Elements */
.entry form { text-align:center; }
select { width: 130px; }
#commentform {margin:0 15px; padding:0;}
#commentform input { width: 170px; }
#commentform textarea { width: 80%; padding: 2px;}
/* End Form Elements */



/* Begin Comments*/
.alt { 	margin: 0; padding: 10px; }
.commentlist { padding: 0; text-align: justify;}
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none;}
.commentlist p {margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0;	}
.nocomments { text-align: center; }
.commentmetadata {display: block; font-size:10px;font-weight:normal;}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { 	cursor: help;}
acronym, abbr { border-bottom: 1px dashed #424242; }
blockquote { margin: 15px 30px 0 10px;padding-left: 20px;}
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center;}
.alignright { float: right;	}
.alignleft { float: left;}
.navigation .alignright { width:49%; text-align:right; 	}
.navigation .alignleft {width:49%; text-align:left;}
/* End Various Tags & Classes*/


