/*
Theme Name: Lifetime Blog
Version: 1.0
Author: Tim Kraumanis
*/

.left { 	float: left; }
.right {	float: right; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#blog {
width: 900px;	
}

#blog h2 {
position: relative;
margin-bottom: 5px;
}

	#blog h2 #headingRSS {
	position: absolute;
	left: 575px;
	top: 0;
	}
	
#sidebar ul {
list-style:none !important;
}

#sidebar .children li{
padding:3px 0 3px 5px
}


#sidebar .cat-item {
padding: 3px 0 3px 0;
} 

#sidebar .widget {
margin: 0 0 10px 0;
}
	
	
#blog #content {
float: left;
width: 620px;
}

#blog #sidebar {

float: left;
}

#blog .posts {
width: 900px;
display: block;
}

#blog .post {
float: left;
width: 620px;
display: block;
margin-bottom: 15px;
padding-bottom: 20px;
background: url(/skin1/images/line.gif) repeat-x bottom;
}

.node {

font-family: gotham;
font-size: 11px;
text-transform: uppercase

}


	#blog .related {
	float: right;
	width: 180px;
	}

	#blog  h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-style: normal;
	color: #FFFFFF;
	display: none;
	}

	
	#blog .post .entry {
	
	width: 620px;
	float: left;
	}
	
		#blog .post .entry p {
		line-height: 15px;
		margin-bottom: 11px;
		color: #473f40;
		}
		
		#blog .post .entry p a {
		text-decoration: underline;	
		}
		
		#blog .post .entry p img {
		max-width: 620px;
		}
		
	#blog .navigation {
	width: 620px;	
	}
		
	#blog .navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	}

	#blog .meta, #blog .commentMeta, #blog .related span {
	display: block;
	font-family: helvetica,arial;
	font-size: 11px;
	color: #8e8e8e;
	font-style: oblique;
	margin-bottom: 8px;
	}
	
   .post h1.curcat a, .post h1.curcat a:hover{
   text-decoration: none!important;
   line-height: 45px;
   color: #404040;
   }

		#blog .meta em, #blog .meta a, #blog .commentMeta em, #blog .related em {
		color:#404040;
		}
		
		#blog .meta .metaTags {
		display: block;
		margin-top: 10px;
		}
		
		#blog ul.related {
		padding-top: 5px;	
		}
		
		#blog .related li {
		list-style: none;
		dipslay: block;
		}
		
		#blog .related a.blogTitle {
		font-weight: bold;	
		}
		
	#blog #comments {
	width: 620px;	
	}
		
	#blog .comment {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	}
		
	#blog #reply p {
	margin-bottom: 10px;	
	}
		
	#blog #reply input.text, #blog textarea.text {
	border: 1px solid #ccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
	}
	
	
	#blog .gallery-item {
	float: left;
	width: 186px;
	margin: 0 31px 21px 0;
	}
	
		#blog .gallery-last {
		margin-right: 0 !important;	
		}
	
		#blog .gallery-item img {
		padding: 1px;
		border: 2px solid #ccc;
		width: 180px;
		height: 180px;
		}
		
		#blog .gallery-item a:hover img {
		border-color: #8e8e8e;	
		}
		
#sb-title {
height: 10px;	
}

	#sb-title-inner {
	display: none;
	padding: 0;
	height: 10px;
	}




