
/*
Theme Name: Be Fit Now
Theme URI: none
Description: Custom Wordpress Theme.
Version: .5
Author: Mark Coleman
Tags: 


*/

body {
	background-image: url(graphics/body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
p {
	line-height: 18px;
	margin: 5px 0 15px 0;
}
small {
	color:#666;
}
#pagewrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	text-align: left;
	width: 1000px;
	background-image: url(graphics/swimbikerunsm.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 240px;
}
#header h1{
	padding-right: 30px;
	padding-top: 15px;
	text-align: right;
	height:30px;
	color:#FF0;
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#header h2{
	height: 35px;
	padding-top: 40px;
	padding-left: 550px;
	color: #FA7E27;
	font-size: 18px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.menu {
	width: 1000px;
	height: 15px;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu ul li {
	display: inline;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
.menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.menu ul li a:hover {
	color: #FF0;
}
.menu ul li.current_page_item  a {
	color:#FFF;
	text-decoration: underline;
}
#header div.search {
	width: 1000px;
	height: 45px;
	text-align: right;
	float: right;
	padding-top:20px;
	padding-right: 20px;
	margin: 0px;
}
#submenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#submenu ul li {
	margin: 0px;
	padding: 0px;
}
#submenu ul li a {
	text-decoration: none;
	font-size: 16px;
}
#submenu ul li.current_page_item  a {
	color:#FFF;
	text-decoration: underline;
}

#content {
	width: 740px;
	min-height: 1000px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	background-color: #FFF;
	padding: 20px 20px 20px 20px;
}
#contentwide {
	width: 960px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	background-color: #FFF;
	padding: 10px 20px 10px 20px;
}
.pagedesc {
	color: #666;
	height: 28px;
}
.navigation {
	clear:both;
}
.navigation .alignright{
	float:right;
}
.navigation .alignleft{
	float:left;
}
.navigation a{
	font-size: 14px;
	color:#00F;
	font-weight:bold;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
}
.navigation a:hover{
	color: #F00;
}
.postwrapper {
	clear:both;
	padding-top:1px;
}
.searchresult {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;	
}
.post {
}
.entry {
	padding-bottom: 0px;
	margin-top:10px;
}
.posttitle {
	clear:both;
}
h2.posttitle {
	font-size: 28px;
	font-family: "Arial Black", Gadget, sans-serif;
}
h2.posttitle a {
	color: #333;
}
h2.posttitle a:hover {
	color: #03F;
}
#content p {
	font-size: 14px;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 20px;
	text-align: left;
	float: none;
	margin: 15px 0px 0px 0px;
}
#content h2 a{
	text-decoration: none;
}
#content h3 {
	font-size: 16px;
	margin: 15px 0 5px 0;
}
#content h4 {
	font-size: 16px;
	font-style:italic;
}
#content ul, #content ol {
	font-size: 14px;
}
.postmetadata{
	font-size:8px;
	min-height: 15px;
	width: 100%;
	background-color:#666;
	color:#FFF;
	margin-top: 4px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-left: 4px;
	clear: both;
}
.postmetadata a {
	font-weight: bold;
	color: #FFF;
}
.postmetadata a:hover {
	font-weight: bold;
	color: #000;
}
.searchentry p {
	font-size:12px;
}
.entry .wp-caption {
	margin:10px;
}
.entry img {
}
.entry .wp-caption .wp-caption-text {
	text-align:left;
}
.entry .alignright {
	float: right;
}
.entry .alignleft {
	float: left;
}
/*.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} */
h3#comments {
	font-size: 14px;
	font-weight: bold;
}
.commentbar {
	float: right;
	color:#000;
}
ol.commentlist {
	padding-left: 0px;
	list-style-type: none;
	border-bottom: solid 1px #999;
}
.taglist, .taglist a {
	width: 740px;
	font-size: 9px;
	line-height: 35px;
}
.taglist a {
	color:#00F;
}
.taglist a:hover {
	color:#F00;
}

.commentlist li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 5px;
}
.commentlist li cite {
	font-weight: bold;
}
.commentlist li .says {
	display: none;
}
.commentlist li p {
	font-size: 14px;
	margin: 0;
	padding: 4px 0 4px 0;
}
.commentlist li ul {
	list-style-type: none;
	background-color: #E8E8E8;
	margin-left: 15px;
	padding: 0px;
}
.commentlist li ul li {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.commentlist li ul li ul{
}
.commentlist li ul li ul li{
}
.commentlist li .avatar {
	float: left;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.commentlist li .comment-meta {
	font-size: 8px;
	padding: 2px 0 8px 0;
}
.commentlist li .reply {
	font-size: 8px;
 	text-align: right;
	padding 4px;
 }

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	background-color: #CCC;
	width: 90%;
}
#respond {
	margin-left: 50px;
}
#respond h3 {
	font-size: 14px;
	font-weight: bold;
}
#respond p {
	font-size: 14px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size:16px;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	color: #FF0;
	margin-left: 0px;
	padding-top: 10px;
}
#sidebar ul li ul li {
	margin-left: 5px;
	padding-top: 0px;
	color: #FFF;
}
#sidebar ul li a {
	font-size:14px;
	color: #FFF;
}
#sidebar ul li a:hover {
	color:#09F;
}
#sidebar .dailmile {
	font-size:9px;
}
#footer {
	width: 1000px;
	clear: left;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FF0;
}
#footer p {
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
	color: #999;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	font-weight: bolder;
	color: #06F;
}
.adbar-lf {
	width: 120px;
	float: left;
	clear: none;
	padding-top: 240px;
}
.adbar-rt {
	width: 120px;
	float: right;
	clear: none;
	padding-top: 240px;
}
.a2a_dd {
}
hr {
	clear: both;
	border:thin dotted #666;
}
.pageselect, .pageselect a {
	text-align:center;
	color: #FFF;
	background-color: #000;
}
.more-link, .more-link a {
	color:#F00;
	font-weight:bold;
}
.wp-caption-text {
	text-align: center;
	color:#666;
}
cse-search-results {
	height: 700px;
}
#content .technorati-tags {
	color:#999;
	font-size:9px;
	margin: 0px;
	padding: 0px;
}
.technorati-link {
	color: #999;
}
a.technorati-link:hover {
	color: #333;
}

