/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

html,body{
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color:#666666;
	background:url(images/bg.gif) top repeat-x;
}
/* basic */
a {
	color: #839793;
	text-decoration: none;
}

a:hover {
	color:#000000;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

/* header */
#header {
	position:relative;
	width:940px;
	height:113px;
	overflow: hidden;
	margin: 0 auto;
}

#header #logo{
	display:inline-block;
	position:absolute;
	top:20px;
	left:0;
	width:214px;
	height:46px;
	background:url(images/logo-crossfit-nh.png) no-repeat;
}
	

#header #logo a{
	display:block;
	width:185px;
	height:70px;
	font-size:0;
	line-height:0;
	letter-spacing:0;
	color:#fff;
}

.nav{
	position:absolute;
	bottom:5px;
	left:0;
	width:569px;
	height:28px;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	text-transform:uppercase;
}
.nav li{
	height:24px;
	padding-top:4px;
	float:left;
	color:#222222;
}
.nav a{color:#999999;}
.nav a:hover{color:#222222;}
.nav li#nav_1{width:47px; padding-left:3px;}
.nav li#nav_2{width:83px; padding-left:27px;}
.nav li#nav_3{width:136px; padding-left:19px;}
.nav li#nav_4{width:122px; padding-left:20px;}

.nav-right{
	position:absolute;
	bottom:5px;
	right:5px;
	width:266px;
	height:28px;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	text-transform:uppercase;
}
.nav-right li{
	height:24px;
	padding-top:4px;
	float:left;
	color:#222222;
}
.nav-right a{ color: #98ae7d; text-decoration:none;}
.nav-right a:hover{color:#222222;}
.nav-right li#nav_1{width:160px; padding-left:0px;}
.nav-right li#nav_2{width:35px; padding-left:25px;}

#followus{
	position:absolute;
	top:25px;
	right:0;
	width:112px;
	height:35px;
}
#followus a{position:absolute; display:block; width:16px; height:16px;}
#followus a#fb{top:9px; right:19px;}
#followus a#twitter{top:9px; right:41px;}




/* container */
#container {
	width: 940px;
	overflow: hidden;
	margin: 40px auto 25px auto;
}

#content {
	float: left;
	width: 590px;
}

.post {
	margin-bottom: 25px;
	padding-bottom:25px;
	border-bottom:#e9e8e8 solid 1px;
}

.post-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

.post-title a {
	color: #666666;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 11px;
	color: #999;
	
}

.post-meta a {
	color: #839793;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
	padding-left:10px;
	background:url(images/icon_older.gif) center left no-repeat;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
	padding-right:10px;
	background:url(images/icon_newer.gif) center right no-repeat;
}

.navigation div a {
	font-size: 13px;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 238px;
	height:35px;
	margin-bottom: 10px;
	border:#bebebe solid 1px;
	background:url(images/bg_input.gif) 0 0 no-repeat;
	color:#666;
}
input#submit.buttonPro.black.small2{
	width: 86px;
	height: 33px;
	margin-top:12px; 
	padding:0; 
}

#comment-form textarea {
	width: 498px;
	height: 133px;
	/*margin-top: 15px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:#bebebe solid 1px;
	background:url(images/bg_textarea.gif) 0 0 no-repeat;
	color:#666;
}

#sidebar {
	float: right;
	width: 240px;
	padding-top:10px;
}
#sidebar a{color:#666666;}

.sidepanel {
	margin-bottom: 25px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 3px 0;
	color: #222222;
	font-size: 16px;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 8px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* footer */
.footer-wrapper{
	width:100%;
	height:94px;
	margin:0 auto;
	border-top:#cccccc solid 1px;
}
.footer{
	position:relative;
	width:940px;
	height:94px;
	margin:0 auto;
}
.footer a{color:#999999; vertical-align: middle !important;}
.footer a:hover{color:#000000;}
.footer ul{
	position:absolute;
	top:15px;
	left:10px;
	width:500px;
	
}
.footer li{
	float:left;
	padding-right:11px;
	line-height: 60px !important;
	vertical-align: middle;
}
.footer em{
	position:absolute;
	top:15px;
	right:10px;
	font-style:normal;
	color:#999999;
	line-height: 30px !important;
	vertical-align: middle;
}

.footer em img {
	vertical-align: middle !important;
}

/* else */
.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}