/******************************************  
 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.
*/

/* Recent Posts */
.recent-post {
	margin:0 0 20px;

.recent-post .post-summary {
     display:none;
}

.recent-post .post-meta {
	border-top:1px solid #d4d4d4;
	padding:25px 0 0;
	float:left;
	width:400px;
 	color:#888;
	font-family: 'Abel', Arial, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

.recent-post .post-meta span {
	display:inline-block;
}

.recent-post .post-content {
	float:right;
	width:400px;
 	border-top:1px solid #d4d4d4;
	padding:25px 0 0;
 	line-height:1.7;
 	font-size:15px;
}

.recent-post .post-thumb {
	float:left;
	margin:0 20px 15px 0;
}

.recent-post .post-content h2   {
	line-height:1.2;
	margin:0 0 10px;
}

.recent-post .post-content h2 a {
	font-size: 26px;
    text-decoration: none;
    font-weight:normal;
 	margin:0;
	padding:0;
	line-height:1.2;
}

/*********************************************************************************************

4. Featured Slider -------------------------  slider-index.php

*********************************************************************************************/

#slides {
	float:right;
	margin:0 0 30px;
	width:770px;
	position:relative;
	overflow:hidden;
}

#slides .slides_container {
	width:770px;
	height:420px;
	position:relative;
}

#slides .slides_container div.slide {
	width:770px;
	height:420px;
	display:block;
	position:relative;
}

#slides .slide_overlay {
	position:absolute;
	right:0;
	top:200px;
	text-align:right;
	background:url('images/75.png') repeat;
	padding:5px 10px;
}

#slides .slide_overlay:hover {
	background:url('images/60.png') repeat;
}

#slides .slide .slide_overlay h2  {
	max-width:300px;
	line-height:1.3;
}

#slides .slide .slide_overlay h2 a {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
 	color:#fff;
}

#slides .pagination {
 	width:600px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#slides .slides_navigation {
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #000;
	z-index:1000;
	background:url('images/60.png') repeat;
	width:770px;
}

#slides .slides_navigation ul li  {
	list-style-type:none;
	float:left;
	list-style-position:outside;
	position:relative;
	width:140px;
	margin:10px 0 5px 10px;
	overflow:hidden;
}

#slides .slides_navigation ul li img {
	float:left;
	margin:0 0 5px;
	border:3px solid transparent;
}

#slides .slides_navigation ul li a:hover img,
#slides .slides_navigation ul li.active img {
	border:3px solid #222;
}

#slides a.browse { position: absolute; top: 18px; width: 62px; height: 62px; display: block; cursor: pointer; font-size: 1px; z-index: 99; text-indent: -2000px; background: url("images/arrows.png") no-repeat 0 0; }
#slides a.prev { right: 87px;  background-position: 0 0; }
#slides a.prev:hover { background-position: 0 -62px; }
#slides a.next { right: 22px; background-position: -61px 0; }
#slides a.next:hover { background-position: -61px -62px; }
/*********************************************************************************************

5. Blog posts  -------------------------  index.php, archive.php, search.php

*********************************************************************************************/

.post {
 	padding:0 0 10px;
  	overflow:hidden;
}

.single .post, .page .post {
	display: block;
 	width:400px;
	float:left;
}

.post_header {
	position:relative;
	margin-bottom: 20px;
}

h1.title {
 	border-bottom:1px solid #cdcdcd;
	padding:0 0 15px;
	line-height:1.3;
	width:400px;
	float:left;
}

h1.title a {
	color: #333;
 	font-size: 36px;
	font-weight: normal;
}

h1.title a:hover {
	color:#144EC9;
}

.header_meta {
	float:right;
	width:230px;
	border-bottom:1px solid #cdcdcd;
	padding:0 0 15px;
	position:absolute;
	bottom:0;
	right:0;
	color:#888;
	font-family: 'Abel', Arial, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

.header_meta span {
	display:block;
}

.post h2 {
    margin-bottom: 11px;
}

.post h2 a {
    color: #1c1c1f;
    font-size: 23px;
    font-weight: normal;
}

.post h2 a:hover {
	text-decoration:none;
	color:#0099CC;
}

.post .thumbnail {
	float: right;
 	margin: 0 0 5px 10px;
}

.post .heading {
    background: #9BA3B0;
    border-bottom: 1px solid #59636A;
    font-size: 10px;
	padding: 0 25px;
	line-height:26px;
	color:#fff;
    text-align: left;
    text-shadow: 0 1px 0px #6D7D82;
    text-transform: uppercase;
}

.post .heading a {
    color: #fff;
}

.post .heading a:hover {
    text-decoration: underline;
}

.post .postcontent {
	display: none;
}