	
/* =POST STYLES
---------------------------------------------------------------------------------*/

h1.posttitle, h2.posttitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
h1.posttitle {
	margin-bottom: 20px;
	}	
	
h1.posttitle a, h2.posttitle a{
	color: #a62903;
	}	
	
h1.posttitle a:hover, h2.posttitle a:hover{
	color: #000;
	}	

.entry {
	padding-bottom:10px;
	margin-bottom: 25px;
	overflow:hidden;
	border-bottom: 1px solid #eee;
	}

.postmetadata {
	margin-bottom: 20px;
	color:#888;
	font-size:12px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}	

.postmetadata a {
	color: #555;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	}

.entry pre {
	width:100%;
	overflow:auto;
	margin:15px 0;
	display:block;
	background:#f5f3ee;
	}
	
.entry code {
	padding:0 18px;
	display:block;
	font-size:1.2em;
	}

#tags span {
	padding:3px 6px;
	background:#f2f2f2
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
p#tags, p#wp-edit, p.nextpage {
	clear:both
	}
	
span.comment {
	border: 0;
	padding: 0;
	}	
	
	

/* =IMAGES
---------------------------------------------------------------------------------*/
	
.entry img {
	display:block;
	padding:2px;
	margin:15px 0;
	}

.wp-caption {
	background:#f2f2f2;
	text-align:center;
	padding:10px 5px 10px 10px;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:20px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:20px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	margin:0 auto
	}

.gallery-item {
	padding:12px 0;
	text-align:center
	}

.gallery-caption {
	padding:10px 0;
	}
	
	
	
/* =COMMENTS
---------------------------------------------------------------------------------*/
	
.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	position:relative;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	color:#FFF;
	}

.reply a:active {
	background: #424242;
	color:#FFF;
	}
		
.commentlist {
	margin: 0 0 60px 0;
	padding: 0;
	}		
			
.commentlist li {
	margin: 0 0 22px;
	list-style:none;
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
	padding: 15px;
	}

.commentlist li li {
	border:none;
	border-left: 1px solid #CCC;	
	margin:0 0 0 20px;
	padding-left:25px;
	background:none;
	}

.commentlist li.bypostauthor {
	background:#eee !important; 
	border:1px solid #ddd;
	padding: 25px;
	}
	
.commentlist code {
	background:#f2f2f2;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 8px 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	display:block;
	padding:9px 0 4px;
	}	

.says {
	display:none;
	}

.comment-author {
	overflow:hidden;
	}
		
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color: #555;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	
#submit {
	font-size: 14px;
	}	
