/*
Theme Name: Strive Blog
Theme URI: http://striveperformance.com/
Description: The default theme for Strive Performance Training.
Version: 1.0
Author: Clay Reinken
Author URI: http://kaplusa.com/
*/


* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/header_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	padding-bottom: 10px;
	color: #50585D;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	padding-bottom: 0;
	color: #E05E17;
	font-size: 30px;
	line-height: 16px;
}
h2 {
	color: #525A5F;
	font-size: 18px;
	text-transform: uppercase;
}
a {
	color: #E05E17;
	text-decoration: none;
}
a:link,
a:visited {
	color: #E05E17;
}
a:hover,
a:active {
	color: #FF5A00;
}
p img.size-full {
	margin-bottom: 10px;
	width: 598px;
	overflow: hidden;
	border: 5px #5E676D solid;
}

/* -- FLOATING -- */

.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}

/* -- -- */

.shell {
	margin: 0 auto;
	width: 950px;
}

.header {
	width: 950px;
	height: 153px;
}
	.logo {
		padding: 47px 0 0 18px;
		width: 213px;
		float: left;
	}
	.header-nav {
		margin-top: 118px;
		padding-right: 36px;
		width: 144px;
		height: 18px;
		background: url(images/header_nav_bg.jpg) no-repeat;
		overflow: hidden;
		float: right;
	}
	
.content-shell {
	margin: 18px 0;
	padding: 0 18px;
	background: url(images/blog_bg.jpg) repeat-y;
}

/* -- CONTENT -- */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.content {
	padding-bottom: 20px;
	width: 610px;
	float: left;
}
.hentry {
	padding-bottom: 50px;
}
	.content p {
		padding-bottom: 10px;
	}
	.content ul, .content ol {
		padding-left: 25px;
		padding-bottom: 10px;
		color: #50585D;
	}
	.content ul li, .content ol li {
	}
	.content blockquote {
		padding-bottom: 10px;
	}
	.content blockquote p {
		padding: 0 10px;
		border-left: 5px solid #50585D;
		font-style: italic;
	}
	.post {}
		.post-info {
			padding: 14px 0;
		}
			.info {
				font-size: 11px;
				color: #707477;
			}
			.info a:link,
			.info a:visited {
				color: #707477;
			}
			.info a:hover,
			.info a:active {
				color: #FF5A00;
			}
			.continue-reading {
				padding-top: 8px;
				border-top: 1px solid #a9b1b7;
				font-size: 11px;
				color: #707477;
			}
				.continue-reading a:link,
				.continue-reading a:visited {
					color: #707477;
				}
				.continue-reading a:hover,
				.continue-reading a:active {
					color: #FF5A00;
				}
			.postmetadata {
				font-size: 11px;
				color: #707477;
			}
			.postmetadata a:link,
			.postmetadata a:visited {
				color: #707477;
			}
			.postmetadata a:hover,
			.postmetadata a:active {
				color: #FF5A00;
			}
					

/* -- SIDEBAR -- */

.sidebar {
	padding: 18px;
	background: #F1F1F1;
	font-size: 11px;
	width: 230px;
	float: right;
}
	.sidebar ul {
		padding-bottom: 35px;
		list-style: none;
	}
	.sidebar ul li {
		line-height: 18px;
	}
		.sidebar ul li ul {
			color: #E05E17;
			list-style: disc;
			padding-left: 15px;
			padding-bottom: 0;
		}
	.sidebar p {
		font-size: 11px;
		color: #525A5F;
	}
	.sidebar p a {
		font-weight: bold;
	}
	.search {
		width: 230px;
		padding-bottom: 25px;
	}
		.search input.search-field {
			padding: 3px 5px 0 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			width: 192px;
			height: 18px;
			color: #7f8282;
			border: 1px solid #7f8282;
			float: left;
		}
		.search input.search-submit {
			width: 23px;
			float: right;
		}
	
/* -- FOOTER -- */

.footer-shell {
	background: #192126 url(images/footer_bg.jpg) repeat-x;
}
	.footer {
		margin: 0 auto;
		padding: 32px 18px;
		width: 914px;
	}
	.testimonials {
		border-right: 1px solid #4F5558;
		width: 629px;
		float: left;
	}
		h3 {
			color: #E05E17;
		}
		h4.name {
			color: #FFFFFF;
		}
		h4.location {
			color: #ABABAC;
		}
		p.quote {
			padding-top: 7px;
			font-size: 12px;
			font-weight: bold;
			line-height: 14px;
			color: #FFFFFF;
		}
		.testimonials-grid {
			padding-top: 7px;
		}
			.testimonial-left {
				padding-right: 41px;
				width: 171px;
				float: left;
			}
			.testimonial-middle {
				padding-right: 41px;
				width: 171px;
				float: left;
			}
			.testimonial-right {
				width: 171px;
				float: left;
			}
	.newsletter-signup {
		width: 248px;
		float: right;
	}
		p.newsletter {
			padding-top: 2px;
			padding-bottom: 20px;
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
			color: #ABABAC;
		}
	
	form label {
		padding-bottom: 5px;
		color: #FFFFFF;
	}
	.form-field {
		padding-bottom: 8px;
	}
	.form-submit {
		padding-top: 7px;
	}
	.form-field input {
		padding: 3px 0 0 3px;
		color: #50585D;
		border: none;
		width: 230px;
		height: 26px;
	}
	form.cform fieldset.cf_hidden, .linklove {
		display: none;
	}	
	form.cform ol {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		form.cform ol li {
			padding-bottom: 8px;
		}
			form.cform label {
				padding-bottom: 5px;
				color: #FFFFFF;
			}
	form.cform input.single {
		padding: 7px 0 0 3px;
		color: #50585D;
		border: none;
		width: 230px;
		height: 22px;
	}
	form.cform .cf-sb {
		padding-top: 7px;
	}

/* COMMENTS */
#comments {
	padding-bottom: 50px;
}
	#comments h3 {
		padding-bottom: 10px;
	}
.comment {
	margin-bottom: 18px;
	padding: 18px 18px 8px 18px;
	background: #F1F1F1;
	color: #50585D;
}
.comment-date {
	font-size: 11px;
	color: #707477;
}
.comment-text {
}

#respond label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50585D;
}
#respond input.text-field {
	padding: 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a9b1b7;
	font-size: 12px;
	color: #50585D;
}

#respond textarea {
	padding: 3px;
	width: 602px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a9b1b7;
	font-size: 12px;
	color: #50585D;
	resize: none;
}

