/*
Theme Name: Fitness
Theme URI: http://wordpress.org/
Description: Fitness Website.
Version: 2.0
Author: Zachary Zawarski
Author URI: http://www.zadling.com/
Tags: fitness

*/

body {
	background-color: #A7A7A7;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a, a:link, a:visited, a:active {
	color: #e10000;
	text-decoration: underline;
}

blockquote {
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	margin: 15px 30px 0 10px;
}

#header {
	width: 929px;
	height: 116px;
	padding: 0;
	margin: 0px auto;
	background: url(images/fitness-products-blog.png) no-repeat;
}

#header h3 {
	text-indent: -9999px;
}
#header h3 a {
	display: block;
	height: 117px;
	width: 922px;
}

#top-nav {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 14px 0;
}

#top-nav a {
	color: #222222;
}

#content-container {
	margin: 14px auto 14px auto;
    width: 917px;
}

#content-top {
	background: url(images/content-top.png) no-repeat;
	height: 23px;
	width: 917px;
}

#content-middle {
	background: url(images/content-middle.png) repeat-y;
	width: 917px;
	height: 100%;
	overflow: auto;
}

#content-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 23px;
	width: 917px;
	clear: both;
}

#content-main {
	float: left;
	width: 600px;
	margin: 0 20px 0 20px;
}

#sidebar {
	width: 240px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li ul {
	padding: 0;
	margin: 4px 0 0 12px;
	list-style-type: none;
}

#sidebar  ul li ul li{
	list-style-type: none;
	background-image: url('http://www.zadling.com/images/double-arrow.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 0 0 0 16px;
	margin: 5px 0 5px 0;
}

.alignleft {
	float: left;
	padding: 8px;
}

.alignright {
	float: right;
	padding: 8px;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


h1, h2, h3 a {
	text-decoration: none;
}

h1 {
	padding: 3px 0 5px 0;
	font-size: 26px;
	font-weight: bold;
	margin: 4px 0 18px 0;
	border-bottom: 2px dotted #C0C0C0;
	color: #111111;
}

h2{
	padding: 3px 0 3px 0;
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 12px 0;
	color: #222222;
}

h1.blog, h2.blog {
	font-size: 27px;
	font-weight: bold;
	border-bottom: 3px #c0c0c0 solid;
	padding: 2px 0 10px 0;
	margin: 0 0 8px 0;
	color: #222222;
}

h1.blog a, h2.blog a {
	text-decoration: none;
	color: inherit;
	color: #222222;
}

h3 {
	font-size: 21px;
	padding: 4px 0 12px 0;
	margin: 0;
}

h3.latest-articles {
	padding: 8px 0 8px 0;
}

h2.post-title, h3.post-title {
	border-bottom: none;
	font-size: 21px;
	font-weight: bold;
	color: #222222;
	padding: 0;
	margin: 0;
}

h2.post-title a, h3.post-title a{
	text-decoration: none;
	color: #222222;
}

h3.blog-title {
	font-size: 21px;
	padding: 0;
	margin: 0;
}

h3.blog-title a {
	text-decoration: none;
}

h4 {
	font-size: 21px;
	padding: 4px 0 8px 0;
	margin: 0;
}

h4.back-blog, h4.blog, h3.blog {
	font-size: 17px;
	padding: 6px 0 2px 0;
	margin: 0;
}

h4.back-blog a {
	text-decoration: none;
	color: #ce5300;
}

.article, .entry {
	line-height: 18px;
}

.post {
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 0 12px 0;
	margin: 0 0 16px 0;
}

img {
	border: 0;
}

#blog-entry {
	padding: 0 10px 10px 10px; 
	border-bottom: 1px solid #C0C0C0; 
	margin: 0 0 22px 0;
}

#post-data {
	background-color: #EEEEEE;
	color: #555555;
	margin: 16px;
	padding: 6px;
	border-top: #C0C0C0 1px dotted;
	border-bottom: #C0C0C0 1px dotted;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
	
.navigation a{
    text-decoration: none;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 12px 0 12px 0;
	padding: 0;

}
#comments {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
#comments h4 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
#comments h4 a {
	text-decoration: none;
}
#comments small a {
	text-decoration: none;
	color: #333333;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding: 0;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 10px;
	padding: 14px;
	background-color: #F4F4F4;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	list-style-type: none; 
}
#respond input, #respond textarea {
	width: 542px;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}

#gray-background {
	background-color: #EEEEEE;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	margin: 16px;
	padding: 14px;
}

#footer {
	padding: 20px 0 28px 0;
	text-align: center;
	font-weight: bold;
}