/*  
Theme Name: Pump Aid
Theme URI: http://www.adeptdigital.biz/
Description: 
Version: 2.0
Author: Adept Digital
Author URI: http://www.adeptdigital.biz/

*/


/*    Head    */

#wp-head {
	margin-left: 20px;
	width: 960px;
	height: 120px;
	background: url(images/wp-head.jpg);
}

#wp-head-link {
	padding-left: 30px;
	display: block;
	color: #2C231F;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 34px;
	line-height: 120px;
}


/*    Content    */

.wp-post h2, .wp-post h1 {
	margin: 10px 0 3px 0;
	border-bottom: 2px solid #1266A5;
	font-size: 186.66666666667%;
/*	font-size: 226.66666666667%; */
}

.wp-post .data {
	margin-bottom: 12px;
}


/*    Comments    */

#comments {
	margin-top: 15px;
	padding: 15px 30px;
	background: #EBEBEB;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#comments h3 {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 133.333333333%;
	font-weight: normal;
}

#comments p {
	font-size: 86.66666666667%;
}

#comments ul, #comments ol {
	list-style-type: none;
}

#comments li {
	padding: 0;
	background: none;
}

#comments .comment {
	margin-bottom: 20px;
}

#comments .comment-author img {
	margin-right: 10px;
	float: left;
}

#comments .comment-author span {
	position: relative;
	top: 8px;
	font-size: 120%;
}

#comments .comment-meta {
	position: relative;
	top: 8px;
	font-size: 86.66666666667%;
	line-height: 25px;
}

#comments .unapproved {
	position: relative;
	top: 6px;
	clear: both;
	color: red;
}

#comments .comment-content {
	position: relative;
	top: 6px;
	clear: both;
}

#comments label {
	width: auto;
	float: none;
	line-height: 130%;
}

#comments .input {
	margin-bottom: 5px;
}

#comments .input input, #comments .textarea textarea {
	padding: 4px 5px;
	width: 435px;
	border: 1px solid #CCC;
	color: #8a8a8a;
}

#comments .form-submit input {
	padding: 5px 10px;
}


/*    General    */

.wp-next {
	background:url(../../../../templates/default/images/bullet.gif) right 3px no-repeat;
	padding-right:14px;
	float: right;
}

.wp-prev {
	background:url(../../../../templates/default/images/bullet-prev.gif) left 3px no-repeat;
	padding-left:14px;
}

#left h4, #right h4 {
	font-size: 133.333333333%;
}