
/* style for posts on index, category and single page.
---------------------------------------------------------- */

#featured-posts {
	background:#064063 url(images/bg_featured_posts.jpg) repeat-x 0 0;
	padding:15px 0 ;
	}
#featured-posts-inner {
	width:980px;
	margin:0 auto;
	}
h3.featured-title {
	font-size:16px;
	font-family:'lucida sans unicode', Arial, Verdana,'times new romans',georgia,  serif;
	padding:16px 0 10px 40px;
	margin:0 0 0 7px;
	font-weight:normal;
	color:#fff;
	}
#glidercontent{
	margin:10px 0 15px;
	font-family:Arial,verdana,Century gothic, GeorgiaTahoma,sans-serif;
	width:600px;
	float:left;
	}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 600px;
	height: 309px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0;
	}
.glidecontentwrapper-b{
	position: relative; /* Do not change this value */
	width: 600px;
	height: 309px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0;
	}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding:0;
	width:600px;
	color:#fff;
	margin:0px 10px 10px;
	height: 220px;
	overflow:hidden;
	}

a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:75px;
	left:20px;
	position:absolute;
	display:block;
	background:url(../img/dis/arrow-left.png) bottom;
	width:36px;
	height:36px;
	z-index:2000;
	}
a.next {
	float:right;
	display:block;
	background:url(../img/dis/arrow-right.png) bottom;
	width:36px;
	height:36px;
	position:absolute;
	top:75px;
	right:20px;
	z-index:2000;
	}

#latest-posts-a {
	width:310px;
	float:left;
	margin:10px 0 0 15px;
	background: url(images/bg_latest_posts_top.jpg) no-repeat;
	padding:10px 0 0;
	}
#latest-posts-b {
	width:310px;
	float:left;
	background:url(images/bg_latest_posts.jpg) repeat-y;
	}
#latest-posts-c {
	width:310px;
	float:left;
	background:url(images/bg_latest_posts_bottom.jpg) no-repeat 0 100%;
	padding: 0 0 10px;
	}
h3.latest-posts-title {
	font-size:16px;
	font-family:'lucida sans unicode', Arial, Verdana,'times new romans',georgia,  serif;
	padding:6px 0 20px 15px;
	margin:0 0 0 7px;
	font-weight:normal;
	color:#fff;
	background: url(images/bg_latest_posts_title.jpg) no-repeat;
	}
#post-box {
	width:290px;
	float:left;
	margin:0 10px ;
	padding:12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
#post-box ul {
	list-style: none;
	padding:0;
	margin:0px 0px 0;
	}
#post-box ul li{
	padding: 4px 5px 5px;
	margin:0 ;
	}
#post-box ul li a:link, #post-box ul li a:visited{
	padding:2px 0 2px 35px;
	margin:0 ;
	background:url(images/bg_latest_li.jpg) no-repeat 0 4px;
	color:#015576;
	display:block;
	}
#post-box ul li a:hover {
	padding:2px 0 2px 35px;
	margin:0 ;
	color:#252525;
	background:url(images/bg_latest_li_hover.jpg) no-repeat 0 4px;
	text-decoration:none;
	}
#post-box li span.title a{
	width: 250px;
	display: block;
	}
#post-box ul li span.date {
	font-size: 10px;
	color: #696969;
	margin:0 0 0 30px;
	padding-left:5px;
	display: block;
	background: url(images/bg_date_border.jpg) repeat-x;
	}
.subscribe {
	width:360px;
	height:48px;
	background: #000;
	position:absolute;
	right:110px;
	top:-2px ;
	background:url(images/bg_mail_subscribe.jpg) no-repeat
	}
.subscribeform .input{
	 width:170px;
	 height:15px;
	 padding:10px 0 5px 5px;
	 border:none;
	 background: url(images/bg_mail_form.jpg) no-repeat 0 100%;
	 margin: 0px 0 2px 140px;
	 color:#c4c8bf;
	 font-size:11px;
	 } 
.sbutton {
	width:24px;
	 height:25px;
	background:  url(images/mail_button.jpg) no-repeat 0 100%  ;
	border:none;
	cursor:pointer;
	vertical-align:middle;
	}
#rss  {
	position:absolute;
	right:0px;
	top:-2px ;
	}
h3.archive_title {
	font-size:14px;
	margin:0 0 20px;
	padding:0;
	}
#button-wrap{
	width:980px;
	padding:0;
	margin:0 auto;
	position:relative;
	height:40px;
	}
#archive_box{
	display: none;
	margin-bottom:20px;
	}
#archive_tab  {
	position:absolute;
	top:-2px ;
	right:484px;
	}
#archive_box-a {
	width:980px; 
	margin:20px auto 0;
	padding: 10px 0 0;
	background:url(images/bg_content_top.jpg) no-repeat 0 0;
	}
#archive_box-b {
	width:980px; 
	background:url(images/bg_content.jpg) repeat-y;
	}
#archive_box-c {
	width:980px; 
	background:url(images/bg_content_bottom.jpg) no-repeat 0 100%;
	}
.box-archive1  {
	float:left;
	width:200px;
	margin:10px 10px 20px;
	padding-left:30px;
	}				
.box-archive2  {
	float:left;
	width:400px;
	margin:10px 20px 20px 10px;
	padding-left:30px;
	padding-bottom:30px;
	}				
.box-archive2  a:link, .box-archive2  a:visited {
	color:#7b7b7b;
	}		
.box-archive2  a:hover{
	color:#626262;
	}
h3.archive_title	{
	color: #2e2e2e;
	padding:5px 0 10px;
	font-family: 'lucida sans unicode', Arial, Verdana, serif;
	font-size:18px;
	font-weight:normal;
	margin:10px 30px 10px 0;
	background:url(images/bg_archive_title_border.jpg) repeat-x 0 100%;
	}		
.post {
	width:610px;
	float:left;
	padding: 0 0 20px;
	margin:5px 0 0 5px;
	}
.post-title h3{
	color: #363636;
	padding:0px 0 0px;
	font-family:Arial, Verdana,'lucida sans unicode', 'times new romans',georgia,  serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 0 55px;
	}
.post-title h3 a:link, .post-title h3 a:visited{
	color: #363636;
	}
.post-title h3 a:hover{
	color: #258bb6;
	text-decoration:none;
	}
.page-title h3{
	color: #363636;
	padding:5px 0 10px;
	font-family:Arial, Verdana,'lucida sans unicode', 'times new romans',georgia,  serif;
	font-size:22px;
	font-weight:bold;
	margin:10px 0 20px;
	}
.postchrono {
	width: 40px;
	height: 51px;
	float: left;
	background: url(images/bg_date.jpg) no-repeat;
	}
.post-month {
	padding-top: 7px;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 11px;
	}
.post-day {
	padding-top: 5px;
	display: block;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	margin-right:3px;
	}
.category-description	{
	margin: 0 10px 10px; 
	padding:10px;
	}
h3.search-title{
	color: #000;
	padding:5px 0 10px;
	font-family: 'lucida sans unicode', Arial, Verdana, serif;
	font-size:24px;
	font-weight:normal;
	margin:10px 30px 30px 15px;
	}
h3.nothing {	
	margin:  10px 20px 0;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	font-style:normal;
 	color:#bd8500;
	}	
p.keywords {
	margin-left:30px;
	font-weight: normal;
	font-style:normal;
	}
.post-author{
	margin: 5px 0 20px 55px;
	padding:1px 0;
	color:#757575;
	font-size:10px;
	border-top:1px dashed #a5a5a5;
	}
.post-tags{
	margin: 30px 0 10px 0;
	padding:1px 0;
	color:#757575;
	border-top:1px dashed #a5a5a5;
	}
.post-edit{
	margin: 20px 0 0 0;
	float:left;
	}
.post-rss {
	background:#eef5f8 url(images/rss.png) no-repeat 90% 50%;
	padding:10px 20px;
	border:1px solid #b7d2de;
	font-family: georgia, Arial,Verdana,'lucida sans unicode',  Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	font-style:italic;
	margin:10px auto;
	width:500px;
	}
.post-rss  p{
	font-size:12px;
	font-style:normal;
	font-family:  Arial,Verdana,georgia,'lucida sans unicode',  Helvetica, sans-serif;
	padding:5px 0 0;
	margin:0;
	}	
.post-rss a:link, .post-rss a:hover {
	color:#dd9201;
	}	
.share {
	margin-right:6px;
	padding:2px;
	}
.share a:link,.share a:visited  {
	color:#4c7f1e;
	}
.share a:hover {
	text-decoration:underline;
	} 
.post-comments  {
	background:url(images/comments.jpg) no-repeat 0 2px;
	padding: 0 0 0 25px;
	color:#87adbb;
	float:left;
	margin-right:5px;
	}
.post-comments a:link, .post-comments a:visited {
	color:#87adbb;
	margin-right:5px;
	}
.post-comments a:hover{
	text-decoration:underline;
	}
.entry {
	margin:10px 0 10px 10px;
	padding:0;
	}	
 .entry img {
	margin:5px 10px 0px 0px ;
	padding: 5px;
	border: 1px solid #ddd;
	background: #eee;
	}
.entry .wp-smiley {
	background:none;
	border:none;
	padding:0;
	margin:0;
	}
.rss   {
	padding:0;
	margin:0 ;
	float:right;
	border:none;
	background:none;
	}
#other-posts {
	float:left;
	width:610px;
	margin-top:30px;
	}	
#other-posts ul{
	background:#f4f4f4;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	}	
#other-posts ul li{
	border-bottom:1px solid #fff;
	border-top:1px solid #e2e2e2;
	padding:5px 0 5px 30px;
	background: url(images/icon_bullet.gif) no-repeat 10px 12px;
	}	
h3.other-posts-title {
	font-size:14px;
	padding:5px 10px;
	background:#007baa;
	margin:0 0 5px;
	color:#fff;
	font-family:  Arial,Verdana,georgia,'lucida sans unicode',  Helvetica, sans-serif;
	}

