/*
Theme Name: All Out Fitness
Theme URI: http://wwwalloutfitness.com/
Description: All Out Fitness WordPress Theme.
Version: 1.0
Author: Peter Butler
Author URI: http://www.alloutfitness.com/
*/

/* @group General */

a{
	text-decoration: none;
	color: #ff4500;
}
a:hover{
	color: #000;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
h1, h2, h3{
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h1{
	font-size: 34px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
}
html{
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}
.navigation a, #footer a{
	text-transform: lowercase;
	font-size: 12px;
	color: #0095ff;
}
ul, ol{
	padding-left: 20px;
}
li{
	padding: 5px 0;
}
ul li{
	list-style-type: disc;
}
ol li{
	list-style-type: decimal;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.navigation a:hover{
	color: #000;
}
/* @end */

/* @group Structure */

.content{
	width: 900px;
	margin: auto;
}
#sidebar{
	width: 210px;
	float: right;
}
.main{
	width: 650px;
	float: left;
}
#footer{
	clear: both;
}
/* @end */


/* @group Header */
#header h1 a,
#header h2 a{
	display: block;
	color: #0095ff;
	font-size: 40px;
	margin: auto;
	margin-top:20px;
	margin-bottom:10px;
	width: 900px;
	letter-spacing: -1px;
}
#nav{
	background: url(images/navbarbg.png) repeat-x;
	height: 43px;
	z-index: 5;
	position: relative;
}
#nav ul{
	width: 900px;
	margin: auto;
	padding: 0px;
}
#nav ul li{
	float: left;
	list-style-type: none;
	padding: 0;
}
#nav ul li a{
	line-height: 42px;
	display: block;
	height: 45px;
	padding:0 15px;
	text-decoration: none;
	color: #333;
}
#nav ul li ul{
	top: 40px;
	position: absolute;
	display: none;
}
#nav ul li ul li{
	background: #f1f1f1;
	border: 1px #d8d8d8 solid;
}
#nav ul li ul li a:hover{
	background: #e8e8e8 none;
}
#nav ul li a:hover, #nav ul li.current_page_item a{
	color: #ff4500;
	background: url(images/currentpagebg.png) no-repeat left 0;
}
#undernav{
	position: relative;
	top: -15px;
	z-index: 0;
	background: #0095ff url(images/undernavwide.png) repeat-x 0 bottom;
	color: #fff;
	font-weight: bold;
}
#undernav .content{
	background: url(images/undernavbg.png) no-repeat 0 bottom;
	padding-top: 20px;
	padding-bottom: 10px;;
	display: block;
}
/* @end */

/* @group Posts */
.post{
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.postmeta{
	font-size: 10px;
	color: #333;
	height: 24px;
	width: 647px;
	line-height: 26px;
	padding-left: 5px;
	text-transform: lowercase;
	background: url(images/postmeta.png);
}
.postmeta a{
	color: #0095ff;
}
.postmetadata{
	margin-top: 10px;
	background: #f4f4f4;
	font-family: "myriad pro";
	padding: 5px;
	color: #656565;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #ccc;
}
.post h2 a, h1.posttitle{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	color: #333333;
}
.post h2 a:hover{
	color: #ff4500;
}
.pagetitle{
	color: #0095ff;
}
.entry{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
}
.entry img{
	margin: 10px;
}

/* @end */

/* @group Sidebar */
#sidebar{
	font-size: 14px;
	font-weight: bold;
}
#sidebar ul{
	padding: 0px;
}
#sidebar ul li{
	list-style-type: none;
}
#sidebar a{
	color: #777;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
}
#sidebar a:hover{
	background: #f9f9f9;
	color: #4c4c4c;
}
#sidebar h2.widgettitle{
	height: 31px;
	line-height:35px;
	background: url(images/sidebar_header.png) no-repeat;
	font-weight: bold;
	font-size: 16px;
	width: 197px;
	padding-left: 15px;
}

#sidebar ul li{
	margin-top: 10px;
	padding: 0px;
}
#sidebar ul li ul li{
	margin-top: 0px;
}


/* @end */

/* @group Footer */
#footer{
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 10px;
	padding-top: 20px;
	color: #333;
}


/* @end */

/* @group Comments */
#respond h3{
	margin-top: 50px;
}
h3#comments{
	margin-bottom: 20px;
}
.comment-body{
	margin-bottom: 20px;
}
#commentform p{
	margin: 5px;
	margin-left: 0px;
	font-family: "Myriad Pro";
}
#commentform input{
	border: 1px solid #ccc;
	height: 25px;
	width: 300px;
}
#commentform input#submit{
	width: 153px;
	height: 30px;
	background: url(images/button.png) no-repeat;
	font-size: 14px;
	border: none;
}
#commentform textarea{
	width: 630px;
	padding: 10px;
	border: 1px solid #ccc;
}
.comment-author.vcard{
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 5px;
	height: 32px;
}
.alt .comment-author.vcard{
	background-color: #e5e5e5;
}
.vcard .photo{
	float:left
}
.vcard cite{
	float: left;
	margin-left: 5px;
}
.vcard a{
	color: #0095ff;
	font-weight: bold;
}
.vcard a:hover{
	color: #333;
}
.vcard .says{
	display: none;
}
.commentmetadata a{
	float: right;
	color: #0095ff;
	position: relative;
	top: -35px;
	margin-right: 5px;
	font-size: 12px;
}
.comment-body p{
	padding: 15px 5px;
	line-height:18px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #333;
}
/* @end */

