/*  
Theme Name: Hammer Blog Theme
Theme URI: http://www.zaneray.com
Description: 
Version: 1.0
Author: Jeremiah Martin
Author URI: http://www.zaneray.com

*/
/*CONTENTS
-----------------------
Content
	Captions and Images
	Comments
Captions and Images

-----------------------*/

/*---------------------------------------------------------
  Content 
---------------------------------------------------------*/ 


.post { 
	/*the class for each individual post*/
	margin-bottom: 2em;
}

.post h1, .post h2 { 
	border-bottom:2px solid #E23C41;
	font-size:20px;
	font-weight:bold;
	margin-bottom:2px;
	/*padding-bottom:5px;*/
	text-transform:uppercase;
	line-height: 1.2em;
}

.post h1 a:link, .post h1 a:visited, .post h2 a:link, .post h2 a:visited { 
	color: #000;
}

.post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
	color:#3333CC;
}

.date { 
	text-transform: uppercase;
	color: #999999;
	font-size: 10px;
	margin-bottom: 10px;
	}
	

.entry { 
	/*formats the date in the post*/
}

/*.entry ul { 
	margin: 1.12em 40px 1.12em 40px;
	list-style-type:disc;
}*/

.more-link { 
	/*format the read more button*/
	}

.metadata { 
	/*posted by content, clear both clears the images and the tex*/
	clear: both;
	border-bottom:2px solid #BFBFBF;
	text-transform: uppercase;
	color: #999999;
	padding-top: 5px;
	font-size: 10px;
	}
	
.metadata img { 
 vertical-align: middle;
	}	
	
.tags { 
	}

#prevnext {
text-align: center; 
font-size: 14px;
font-weight: bold;
border-top: 1px solid #E23C41;
margin-top: 10px;
padding-top: 10px;
}

.next { 
	float: right;
	}
.previous { 
	float: left;
	}


/*Captions and Images
--------------------------------------*/
	
.wp-caption { 
	text-align: center;
	}
	
p.wp-caption-text { 
	font-size: 11px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.2em;
	}
	
.size-thumbnail,
.size-medium,
.size-large,
.size-full { 
	padding: 4px; 
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}
	
.alignleft {
	float: left;
	}
	
img.alignleft { 
	margin: 0px 15px 10px 0;
	}

div.alignleft { 
	margin: 0px 10px 10px 0;
	}
	
.alignright {
	float: right; 
	}

img.alignright {
	margin: 0px 0 10px 15px;
	}
	
div.alignright {
	margin: 0px 0 10px 10px;
	}
	
.aligncenter {
	display: block;
	margin: 0px auto 10px auto; 
	text-align: center;
	}
	
#comments h3 { 
	border-bottom:1px solid #CCCCCC;
	margin-bottom:0.5em;
	padding-bottom:0.25em;
	}	
	
#comments h3#commentresponse { 
margin-bottom: 0;
}
	
#comments ul { 
	padding: 0 0 2em 0;
	}
	
#comments ul li { 
	padding: 10px 20px;
	background-color: #F0F0F0;
	}
	
#comments ul li.alt { 
background-color: #fff;

}
	
#comments ul li p:last-child { 
	padding: 0;
	}
	
#comments .meta { 
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	}
		
.commentxhtml { 
width: 345px;
}

#commentform p { 
	clear: both;
	padding-bottom: 5px;
	float: left;
}

#commentform textarea { 
	width: 315px;
	}



/*Sidebar 
------------------------------------*/
#altcontent { 
	padding-top: 8px;
	}

#altcontent ul li { 
	margin-bottom: 10px;
	}
	
#altcontent ul li li { 
	margin-bottom: 0;
	}



#altcontent .search input.s { 
	/*width on the input searchfield*/
	width: 200px;
	}

#altcontent ul li.widget_search { 
	margin-bottom: 20px;
}

#altcontent ul li.widget_categories { 
	padding-top: 0;
}

/*Form 
------------------------------------*/
#comments p { 
clear: both;
margin-bottom: 5px;
}

label.inputlabel {
	float: left;
	display: block;
	width: 110px;
	margin-right: 5px;
	text-align: left;
	padding-top: 3px;
	}
	
.inputfield { 
	width: 200px;
	float: left;
	padding: 2px;
	}
input, textarea { 
	margin-right: 5px;
	font-family: inherit;
	}
	


/*General 
------------------------------------*/

#recaptcha_widget_div {
	padding-bottom: 15px;
}

#recaptcha-submit-btn-area { 
	padding-bottom: 15px;
	}
	
.error, .recaptcha-error { 
	color: #c10101;
	}

.recaptcha-error { 
	color: #c10101;
	font-size: 16px;
	font-weight: bold;
	}
