/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


#feature, #articles .head_title, h3.archive_title, .widget h3.title, ul.dropdown li ul, 
#sidebar .tabberlive {
	background-color: #f3f3f3;
}
#feature, #articles .head_title, .widget h3.title, #sidebar .tabberlive, h3.archive_title  {
	border-top: 3px solid #cbcbcb;
}

#logo {
	position: relative;
	background: transparent url('custom/bg-header.png') repeat-x 0 66px ;
	border-top: 3px solid #cbcbcb;
	padding: 0;
	margin: 0;
}
#logo a {
	z-index: 1;
	height: 100px;
	background: transparent url('custom/header_2012.png') no-repeat top right;
	display: block;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	color: #000;
}
#logo a:hover { text-decoration: none;}
#logo span {
	position: relative;
	text-align: left;
	display: block;
	top: -59px;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 13px;
	z-index: 100;
	color: #000;
	width: 300px;
}
#logo span#pol {
	position: inherit;
	display: inline;
	font-size: 30px;
	width: auto;
	z-index: 1;
	color: #741112;
}


#footer_right span { display:none; }

.post_author { display:none!important; }

.entry .wp-caption-text, .gallery-caption { color:#827C7C; font-size:13px; margin:0; padding:4px 0 0; text-align:center; line-height: 20px; }