@charset "utf-8";
/*
Theme Name: ГЕРБ Прес
Description: Безплатна тема за областните структури на ПП ГЕРБ.
Author: Петър Петров
Author URI: http://peterpetrov.info

*/


body {
	margin:0 auto;
	padding:0px 0px 20px 0px;
	background:#0E100F;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#0578AD;
	text-decoration:none;
	outline-style: none;
	}
a:hover {
	text-decoration:none;
    color: #333;
		}
h1, h2, h3, h4, h5, h6 {
	margin: 0px  0px;
	padding:0px 0px
	}
#not_found {
    padding: 0px 10px;
}
blockquote {
	padding-left:10px;
	color:#31333F;
	font-style:normal;
	border-left:2px solid #07A0E3;
		
	}
.clear {
	clear:both;
	}
.text{
    padding: 0px 10px;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 5px 0px 0px !important;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
    float: none !important;
	}

img.alignright {
	padding: 5px 5px;
	margin: 0px 5px 10px 10px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 10px 10px 5px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #ffffff;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
    text-align: center;
	}

/* The Outer cover */

#wrapper {
	width:1000px;
	margin:0 auto;
	background:#DFE3E6;
	}
#casing {
	padding:0px 0px 0px 0px;
	background:#dfe3e6;
	background-repeat:no-repeat;
	}		
	
	
	
.topad{
	height: 20px;
	text-align:center;
	margin-bottom: 0px;
	background:#DFE3E6;
	padding-top:3px; 


}
span.topfeed {
	background:url(images/rss.png) no-repeat;
	padding: 1px 0px 0px 20px;
	float:left;
	margin:8px 0px 0px 10px;
	height:20px;

}
	
	
/* The Header */

#top {
	height:97px;
	margin:auto;
	background:#f4f4f4 url(images/logo.jpg) ;
	width:1000px;

	
	}
.blogname {
	width:240px;
	font-family:Georgia ,Century gothic,Verdana,Tahoma,sans-serif;	
	margin:0px;
    float:left;
	background-repeat:no-repeat;
    height: 97px;
	}
.blogname h1  {
	font-size:30px;
	padding:0 0 0px 0;
	font-weight:normal;
	color:#cacccd;
	text-align:left;
	margin:0px;
	text-indent:-9000px;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
    height: 97px;
    position: relative;
    z-index: 1;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
.blogname h2 {
    float: right;
	margin-right:62px;
    font: bold 14px Arial, Helvetica, sans-serif;
	color:#343434;
	text-align:left;
	text-transform:uppercase;
    color: #4B545B;
    position: relative;

    z-index: 0;
    }
.blogname h2#news {
	margin-right:62px;
    font: bold 14px Arial, Helvetica, sans-serif;
	color:#343434;
	text-align:left;
	text-transform:uppercase;
    color: #4B545B;
    position: relative;
    top: 6px;
    z-index: 0;
    }
.blogname h2#town {
    top: -18px;
    }
.temporary {
	height: 92px;
    width: 760px;
    text-align: center;
    font-size: 24px;
    font-feight: bold;
    padding-top: 5px;
}
.temporary a{
    color: #fff;
}

/* The Search */
#search {
	width:auto;
	padding:15px 15px 5px 5px;
	float: right;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin:0px 5px 0px;
	float: left;
	width:147px;
	padding: 2px;
	border:none;
	font: bold 100% "Arial", Helvetica, sans-serif;
	color:#fff;
    border: 1px white inset;
	background-color: transparent;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;

}

#searchsubmit {
	float:left;
    border-width: 1px;
	font: bold 100% "Arial Narrow", Helvetica, sans-serif;
	color: #FFFFFF;
    padding-bottom: 2px;
	background:transparent;
    cursor: pointer;
    width: 46px;
	border: 1px outset #999;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}
#searchsubmit:hover {
	color: #333;
}

.feed{
	
	width:315px;
	overflow:hidden;

	margin:5px 5px 0px 2px;
	padding:0px 5px 5px 5px;
	height:75px
}
.feed form {
	margin: 0;
	padding: 0;
}

.feed fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.feed p {
	margin: 0;
	font-size: 85%;
}

.input{
	margin:35px 0px 0px 8px;
	float: left;
	width:220px;
	padding: 6px 2px 7px 5px;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#555;
	background:#d3d6d7;
	
}

.sbutton{
	float:left;
	border:none;
	font: bold 100% "Tahoma", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:29px;
	background:#2676A1;
		margin:35px 0px 0px 8px;
}


/*Page menu*/

#menu {
	height:22px;
	background:#0E100F;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
    text-align: right;
	}
	

#menu ul {
    float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:22px;
	}
	
#menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height:22px;
	}
	
#menu ul li a {
	color: #B2B4BF;
	display: block;
    font-weight: normal;
   	padding: 0px 15px;
	}
	
#menu ul li a:hover,#menu.current_page_item a {
	color: #ddd;
	display: block;
	text-decoration: none;
  
	}
#menu ul.rss_list {
	list-style: none;
	margin-right: 5px;
	margin-top: 0px;
    float: right;
}

#menu ul.rss_list li {
	margin-left: 20px;
	float: left;
}

#menu ul.rss_list li a {
	float: left;
	padding: 0px 10px;
	text-decoration: none;
}
#menu ul.rss_list li.rss_list_1 a {
	padding: 0px;
	background: url(images/rss.png) left center no-repeat;
    width: 46px;
}


/* Category menu*/
	
#catmenucontainer{

	display:block;
	padding:0px;
	font: 13px Arial Narrow,tahoma,Century gothic,verdana,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	background:#4B545B;
    line-height: 14px;
	}
		
#catmenu{
	width:1000px;
	background:#DFE3E6 url(images/catmenho.jpg) repeat-x scroll 0 0;
	height:23px;
    margin: 0px 0px 10px 0px;
	}
	
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #ccc;
	display: block;
	margin: 0px;
	padding: 5px 15px 4px;
	color:#0578AD;
	}

#catmenu li a:hover, #catmenu li a:active {
	background:#4B545B url(images/catmenho.jpg) repeat-x scroll 0 0;
	color: #333;
    margin: 0px;
	padding: 4px 14px 3px;
	text-decoration: none;
	border: 1px outset #999;
	border-radius:11px; 
	-moz-border-radius:11px; 
	-webkit-border-radius:11px;
	}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:#4B545B url(images/catmenho.jpg) repeat-x scroll 0 0;
	width: 120px;
	color:#0578AD;
	font-size: 13px;
	font-family: tahoma, century gothic,Georgia,  sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 5px 15px 4px;
	border-radius:11px; 
	-moz-border-radius:11px; 
	-webkit-border-radius:11px;
	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:#4B545B url(images/catmenho.jpg) repeat-x scroll 0 0;
	color: #333;
	padding: 4px 14px 3px;
	text-decoration: none;
	border: 1px outset #999;
	border-radius:11px; 
	-moz-border-radius:11px; 
	-webkit-border-radius:11px;
	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0px;
	padding: 0px;
	}

#catmenu li li { 
	}

#catmenu li ul a { 
	width: 120px;
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -21px 0 0 142px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
	left: -999em;
	}

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
	left: auto;
	}

#catmenu li:hover, #catmenu li.sfhover { 
	position: static;
	}
	
		
/* Main Content*/	

#content {
	float:left;
	width: 650px;
	height:100%;
	padding:0px;
	}
.title{
	margin: 0px;
	padding: 0px 0px 5px 0px;

}	

.date {
	font-size:11px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 10px;
   	color:#75481F;
	text-transform: uppercase;
	line-height:20px;
	}
	
.single {
	width:630px;
	margin: 0px 5px 10px 12px;
	height:100%;
	color:#504945;
	font: 13px tahoma, century gothic,Arial,verdana, sans-serif;
	background:#fff url(images/post.jpg) repeat-x;
	border:1px solid #ccc;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	}

.single  h2 {
	margin: 0px 0 5px 0;
	padding: 5px 10px 0px;
	text-align: justify;
	font: 24px  Georgia,century gothic,Arial,verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
	}
.single  h3 {
	padding: 0px 0px 0px 5px;
        text-align: justify;
	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#333;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #666;
	background-color: transparent;
	}	
.author{
	color:#333;
	padding:3px 5px 3px 20px;
	background:url(images/user.png) no-repeat;
    cursor: text!important; 
}
.clock{
	color:#333;
	padding:3px 5px 3px 20px;
	background:url(images/clock.png) no-repeat;
    cursor: text!important; 
}	
div.clock{
    font-family: Arial;
   	background:url(images/clock.png) no-repeat 0 3px;
}	
ol.commentlist li div.comment-meta a.comment-edit-link {
	color:#0578ad;
	padding:3px 0px 3px 20px;
	background:url(images/scissors.png) no-repeat;
    
}	
.edit a:link,
.edit a:visited {
	color:#0578ad;
	color:#0578ad;
	padding:3px 5px 3px 20px;
	background:url(images/scissors.png) no-repeat;
}
.edit a:hover{
	color:#333;
}


.comm{
	padding:3px 5px 3px 20px;
	background:url(images/comment.png) no-repeat;
	position:relative;
	

}

.comm a:link,
.comm a:visited {
		color:#0578ad;
}
.comm a:hover{
	color:#333;
}

.more{
	padding:0px 0 2px 20px;
	background:url(images/add.png) no-repeat;
	margin-right:5px;
	float:right;
}

.more a:link,
.more a:visited {
		color:#AC0604;
}
.more a:hover{
	color:#d42323;
}


.singleinfo {
	margin:0px;
	padding: 0px 5px 5px 10px;
	font:12px  Georgia, Arial,century gothic,verdana, sans-serif;
}

.singleinfo .category#single_cat{
    margin: 10px 0px 0px;
    width: auto;
    float: left;
}

.singleinfo .link_more {
    float: right;
	text-transform: uppercase;
    font-size: 11px !important;
    font-family: Tahoma, Arial;
    padding: 0px 0px 0px 5px;
    position: relative;
    top: -11px;
}
.postmore{
	padding:0px 5px 2px 25px;
	float:left;
	font-weight:bold;
	background:url(images/pmore.jpg) left no-repeat;

}

.postmore a:link,
.postmore a:visited {

	color:#fff;

}
.postmore a:hover{
	color:#fff;
}
.category{
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:3px 5px 3px 20px;
	background:url(images/category.png) no-repeat;
	text-transform: uppercase;
    width: auto !important;
}
.category span {
    float: left
}
.category a:link,.category a:visited{
	color:#0578ad;
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
	}
	
.category a:hover{
	color:#333;
	}
	
.entry {
	margin:0px;
	padding: 0px 5px 5px;
	line-height:20px;
	}	
.entry img{
	float: left;
	margin: 0px 5px;
}
	
.entry a:link,
.entry a:visited {
	background-color: transparent;
}
.entry a:hover {
	background-color: transparent;
	text-decoration: none;
}
	
	
.entry p{
	margin:5px 5px 0px;
	padding:0px;
	font-family:  Tahoma,Georgia, Arial,century gothic,verdana, sans-serif;
	font-size:13px;
    text-align: justify;
}

.related{
	width:630px;
	margin: 0px 5px 15px 12px;
	height:100%;
	color:#504945;
	font: 13px tahoma, century gothic,Arial,verdana, sans-serif;
	background:#fff url(images/post.jpg) repeat-x;
	border:1px solid #ccc;
	padding: 0px;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}
.related  h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#333;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;


	}
	
.related ul{
	margin:0px 0px;
	padding:0px 0px;
	list-style-type:none
}

.related ul li{
	margin:0px 0px;
	padding:0px 10px 10px;
	list-style-type:none;
	line-height:24px;
	font: 13px  Tahoma,century gothic,Arial,verdana, sans-serif;
}

.related ul li a:link, .related ul li a:visited{

	color:#0578AD;

}
.related ul li a:hover{
	color:#333;

}

/* right column */
#rightcol{
	
	float:right;
	width:340px;
	padding:0 5px 10px 0;
	
}




/* The Sidebar1 */
.sidebar1{
	float:left;
	width:165px;
	padding-right:0px;
	font-size:13px;
	font-family:Tahoma,Georgia,Century gothic, Arial, sans-serif;
	}

.sidebar1 h2 {
	line-height:23px;
	font-size:14px;
	color:#fff;
	margin:0px;
	padding:0px 0 0 5px;
	background:#4B545B url(images/catmen.jpg) repeat-x scroll 0 0;
	font-weight:bold;
	font-family:Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #40494F;
	border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;   
	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 160px;
	margin:0px 0px 5px 0px;
	background:#FFFFFF url(images/catmenho.jpg) repeat-x scroll 0 0;
    border: 1px solid #ccc;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}

.sidebar1 ul li ul li{
	    border: none;
        margin-bottom: 0px;
        width: 160px;
}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	overflow: hidden;
	color:#2676A1;
	text-decoration: none;
	padding: 5px;
	display:block;
    height: 16px;
	}

.sidebar1 ul li a:hover {
	color: #333;
		}

.sidebar1 ul li ul li ul li a:link, .sidebar1 ul li ul li ul li a:visited {
	padding-left: 20px;
    font-size: 11px;
		}

.sidebar1 p {
	padding: 7px 10px;
	margin:0;

	}

.sidebar1 table {
	width:100%;
	text-align:center;

	color:#787d7f;
	}	
	
	
/* The Sidebar2 */	
.sidebar2{
	float:right;
	width:165px;
	padding-right:5px;
	font-size:12px;
	font-family:Tahoma,Georgia,Century gothic, Arial, sans-serif;
	}

.sidebar2 h2 {
	line-height:23px;
	font-size:14px;
	color:#fff;
	margin:0px;
	padding:0px 0 0 5px;
	background:#4B545B url(images/catmen.jpg) repeat-x scroll 0 0;
	font-weight:bold;
	font-family:Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #40494F;
	border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;
	}
.sidebar2 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar2 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;

	}

.sidebar2 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar2 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar2 ul li {
	height:100%;
	float: left; 
	clear: left;	
	width: 160px;
	margin:0px 0px 5px 0px;
    border: 1px solid #ccc;
	background:#FFFFFF url(images/catmenho.jpg) repeat-x scroll 0 0;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}

.sidebar2 ul li ul li{
	    border: none;
        margin-bottom: 0px;
	    padding: 5px;
        width: 150px;
        text-align: justify;
}
.sidebar2 ul li a:link, .sidebar2 ul li a:visited {
	color:#2676A1;
	text-decoration: none;
    font-size: 11px;
	}

.sidebar2 ul li a:hover {
	color: #333;
		}

.sidebar2 p {
	padding: 7px 10px;
	margin:0;

	}

.sidebar2 table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}		

.sidebar3{
	float:left;
	width:330px;
	margin: 0 5px 10px 0px;
	font-size:13px;
	color: #2676A1;
	font-family:Century gothic, Arial, sans-serif;
	border:1px solid #ccc;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

.sidebar3 h2 {
	line-height:23px;
	font-size:14px;
	color:#fff;
	margin:0px;
    padding: 0px 5px;
	background:#4B545B url(images/catmen.jpg) repeat-x scroll 0 0;
	font-weight:bold;
	font-family:Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
	
.sidebar3 ul{
	background:#FFFFFF url(images/post.jpg) repeat-x scroll 0 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;

}


.sidebar3 ul li {
	height:100%;
	color:#504945;
	line-height:23px;
	padding: 0px 5px;
	border-bottom:1px dotted #CCCCCC;
	}
.sidebar3 ul li ul{
	height:100%;
	line-height:23px;
	padding: 5px 5px 5px 0px;

	}

.sidebar3 ul li ul li {
	height:100%;
	line-height:23px;
	padding: 5px 0px 0px 0px;
	border-bottom:1px dotted #ccc;
    color: #504945;
	}	
.sidebar3 ul li a:link, .sidebar3 ul li a:visited {
	color:#0578AD;
	text-decoration: none;
	padding: 0px;
	padding: 0px 5px 0px 0px;
	}

.rc_datetime{
	float: right;
}

.rc_expand a {
    background:#FFFFFF url(images/reply.jpg) repeat-x scroll 0 0;
	padding: 0px 5px!important;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
    font-weight: bold;
}

.rc_back{
    font-weight: bold;
}
.rc_item{
    font-size: 11px;
    text-align: justify;
}
.sidebar3 ul li ul li#rc_nav{
	border-bottom: none;
	}

.sidebar3 ul li a:hover {
	color: #333;
		}
	
/*Bottom bar */
#footop{	
	width:970px;
	margin:0px 0px 0px 0px;
	padding:10px 15px;
	background:url(images/navi.jpg);

	}
			
#footbar{
	width:1000px;
	padding: 0px 0px 30px 0px;
	margin:0px 0px;
	float:left;
	background:#FCFCFC url(images/bottom.jpg) repeat-x;
	height:100%;
	font-family:  Tahoma,Georgia,Century gothic, Arial, sans-serif;
}	


.barone{
	float:left;
	width:320px;
	margin-right:5px;
	margin-left:5px;
	font-size:12px;
	color:#6f767e;
	line-height:18px;

}

.barone h2 {
	line-height:30px;
	font-size:15px;
	color:#6f767e;
	margin:20px 0 5px 0 ;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	
	}
.barone img {
	margin: 2px 2px;
	padding:0px 0px;
	
	
	}	
.barone ul{
	list-style-type: none;
	margin: 0px 0px ;
	padding: 0px 0px;

}


.barone ul li {
	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 5px;
	color:#fff;
	border-bottom:1px dotted #ccc;
	}
.barone ul li ul{
	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;

	}

.barone ul li ul li {
	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px dotted #ccc;;
	}	
.barone ul li a:link, .barone ul li a:visited {
	color:#6f767e;
	text-decoration: none;
	padding: 0px 0px 0px 0px;


	}

.barone ul li a:hover {

	color: #0578ad;
		}

		
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0 0 15px;

}

#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
	
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;

	color:#252525;
}

#wp-calendar td a{
	background:#fff;
	padding: 5px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
/* --- FOOTER --- */

/* FOOTER */

#footer {
	width: 1000px;
	height: 100px;
	background: #0E100F url(images/footer_background.gif) 0px 0px repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ddd;
	overflow: hidden;
}


#footer ul,
#footer ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}



#footer ul.admin {
	float: right;
	margin: 5px 15px 0px 0px;
	clear: both;
}

#footer ul.admin li {
    text-align: right;
	margin: 0px;
}

#footer div.menu_box {
	margin: 30px 0px 0px 15px;
	width: auto;
	float: left;
}

#footer div.menu_box ul {
	clear: both;
	overflow: hidden;
}

#footer div.menu_box ul.nav_list li {
	float: left;
	margin-right: 12px;
}

#footer div.menu_box ul.nav_list li a.homelink {
	color: #999;
}

#footer div.menu_box ul.nav_list li a.homelink:hover {
	color: #ddd;
}

#footer div.menu_box ul.cat_list {
	padding-top: 10px;
}

#footer div.menu_box ul.cat_list li {
	float: left;
	margin-right: 5px;
    cursor: text;
}

#footer div.menu_box ul.cat_list li.cat_title {
	color: #999;
}

#footer div.menu_box ul.cat_list li ul {
	left: -1100em;
	margin: 0px;
	position: absolute;
	top: 162px;
	width: 100px;
	z-index: 1;
}

#footer div.menu_box ul.cat_list li:hover ul {
	left: auto;
	display: block;
	border: 1px solid red;
}

#footer div.menu_box ul.cat_list li:hover ul,
#footer div.menu_box ul.cat_list li.sfhover ul {
	left: auto;
}

#footer div.copyright {
	margin: 27px 15px 0px 0px;
}

	#footer div.copyright a.xhtml_valid {
		float: right;
		width: 80px;
		height: 15px;
		background: url(images/xhtml.gif) 0px 0px no-repeat;
		text-indent: -9999px;
        margin-bottom: 12px;
	}

	#footer div.copyright div {
		float: right;
		text-align: right;
        width: auto;
	}

#footer a:link, 
#footer a:visited {
	color: #B2B4BF;
}

#footer a:hover {
	text-decoration: underline;
	color: #ddd;
}


/* The Navigation */

#navigation{	
	width:620px;
	margin:0px;
	padding:0px 10px 10px 12px;
    text-align: center;


	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:5px 5px;
	margin:0px 0 10px 5px;
	font-size:16px;
	text-align:center;
	color:#4A413C;
	font-family:Century gothic,Arial, Helvetica, sans-serif;
	}
	
/*magbox*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	}
	
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	

.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(images/postinf.jpg)repeat-x;
			}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
}

.categ a:link,.categ a:visited{
	color:#4395be;

	}
	
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	

.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}

.centry p{
	margin:2px 0;
}

.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}
	
.breadcrumb{
	padding:0px 10px;
	margin:0px 5px 5px 13px;
	font-size:13px;
	font-weight:normal;
	color:#333;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;

}

.ad1{

	margin:5px 5px;
	float:right;
}

.ad2{
	text-align:center;
	margin:2px auto;

}
.allcomments{
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 10px;
	border:1px solid #DEDCDD;
	background:#fff url(images/grade.jpg) repeat-x;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}
#comment{

	height:100%;
	padding:0px 10px;
	margin:0px 0px;
	}
	
h3#comments {
	padding:15px 10px;
	margin:0px;
	border:none;
	font-size:20px;
	font-weight:normal;
	color:#444;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	} 	
h3#pingbacks {
	padding:5px 10px;
	margin:10px 0px;
	font-size:20px;
	font-weight:normal;
	color:#333;
    background: #FFFFFF url(images/post.jpg) repeat-x scroll 0 0;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	} 	
#respond{
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	height:100%;
	padding:0px 5px;
	margin:0px;
    background: #FFFFFF url(images/post.jpg) repeat-x scroll 0 0;
}	
#respond h3{
	padding:5px 10px 5px 5px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#333;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
#commentform {
	padding:0px 12px 10px 5px;
	margin:0px;
	color:#BFAFA7;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}
	
#commentform p {	
	color:#333;

	}
#commentform input {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}


#commentform p input#submit {
	border:1px outset #c8c8c8;
	background:transparent url(images/catm.jpg) repeat-x scroll 0 0;
	border-radius: 10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
    color: #fff;
    line-height: 23px;
    cursor: pointer;
    }

#commentform p input#submit:hover {
	color: #262B2F;
}


#commentform textarea {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	width:100%;
	padding:5px 0px 5px 5px;
    margin-right: 0px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#0083DB;
	border:2px solid #005F9F;
	color:#fff;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	border:0px solid #DEDCDD; 
	margin:0px; 
	padding:5px 7px 5px 47px; 
	position:relative;
    font-size: 12px;
    text-align: justify;
 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font:18px Georgia, helvetica,arial,sans-serif; 
	padding:10px 0px 5px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#000; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; 
}

div.vcard img.avatar { 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 
	font:12px Tahoma, helvetica,arial,sans-serif; 
	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#0578AD; 
	text-decoration:none; 
    font-size: 10px;
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}


ol.commentlist li p { 
	font:normal 12px Arial, Tahoma, helvetica,arial,sans-serif;
	margin:0 0 1em;
	line-height:16px;
	color:#546C88;
    text-align: justify;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4 helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
#cancel-comment-reply{
	padding:10px 0px 0px 0px ;

}
#cancel-comment-reply-link{

	background:#269BCF url(images/catmenho.jpg) repeat-x; 
	border: 1px outset #999;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	color:#333; 
	font-family: Arial,sans-serif;
	padding:0px 10px;  
	text-align:center; 



} 


ol.commentlist li div.reply {  
	padding:0px;
	margin:0px 0px 10px 0px;  
 }

 
ol.commentlist li div.reply a { 
	background:#fff url(images/reply.jpg) repeat-x; 
	border: 1px outset #999;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	color:#333; 
	font-family: Arial,sans-serif;
	padding:0px 10px;  
	text-align:center; 
	width:50px;
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 
	background:#fff url(images/grade.jpg) repeat-x;
    border: none;
}

ol.commentlist li.odd { 
	background:#fff url(images/grade.jpg) repeat-x;
    border: none;
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}


#myslides{

}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 970px; /*Width of Carousel Viewer itself*/
height: 147px; /*Height should enough to fit largest content's height*/
margin: 0px 15px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 10px 0px; /*margin around each panel*/
width:180px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#4B545B;
height:145px;
border:1px solid #373C3F;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding: 0px 0px ; /*margin around each panel*/
font-size:11px;
font-weight:normal;
text-align:center;
overflow: hidden;
font-family:Arial,verdana, sans-serif;
color: #ccc;
height: 100%
}
.stepcarousel .panel h2:hover{
color: #eee;
}

.stepcarousel .panel h2 a:visited ,.stepcarousel .panel h2 a:link{
	color:#ccc;
    line-height: 11px;
    height: 13px!important;
    overflow: hidden!important;
}
.stepcarousel .panel img{

background:#4B545B; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 0px 5px; /*margin around each panel*/
padding:0px 0px;

}

.slide_arrows{
    cursor: pointer;
    position: absolute;
    font-family:Courier New; 
    font-size: 42px; 
    font-weight: bold; 
    color: #333;
    z-index: 50;
    top: -50px;
}


.wp-polls .pollbar {
	border-radius: 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
        border: none!important;
}

.go_up {
	color:#0578AD;
	cursor:pointer;
	display:block;
	height:21px;
	margin:4px auto;
	padding:0;
	text-align:center;
	width:50px;
}
.asterix {
	color: red;
}
#at16p{
width: 630px!important;
margin-left: -500px!important;
padding: 12px!important;
 	border-radius: 10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}
#at16pi{
width:630px!important;
	border-radius: 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
    border: none !important;
}
#at16pf {
	background:#DFE3E6;
	border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;  
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
    border: none !important;

}
#at16s_head, #at15s_head {
	border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;  
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
    border: none !important;
	background:#fff url(images/catmenho.jpg) repeat-x !important;
}
#at16pt{
	border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;  
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:#fff url(images/catmenho.jpg) repeat-x !important;
}
#at15s {
	border-radius: 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
    color: #333 !important;
    border: none !important;
}

#at_hover{
	background:#fff url(images/bottom.jpg) repeat-x !important;
    border: none;
}
#at_hover .at_item, #at_share .at_item{
	border-radius: 5px !important; 
	-moz-border-radius:5px !important; 
	-webkit-border-radius:5px !important;
    margin-bottom: 2px;
}
.addthis {
	margin-right: 6px;
}
#at16pc{
	border-top: 1px solid #fff;
	background:#fff url(images/bottom.jpg) repeat-x !important;
}