/* 
Theme Name: Actin Fitness
Description: Theme for Actin Fitness
Author: Paisley Projects
Author URI: http://paisleyprojects.com
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
MAIN
*/

html {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
	background: url(images/bg_greylines.gif);
	border:0 none;
	font-size:12px;
	color: #444444;
	font-family:"arial","Helvetica Neue","Helvetica";
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
}

a:link {
	color: #1B1B1B;
	text-decoration: underline;
}

a:visited {
	color: #1B1B1B;
	text-decoration: underline;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom:16px; 
}

#container {
	position: relative;
	width: 948px;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-left: 32px;
	padding-right: 32px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

#topbar_header {
	height: 25px;
	width: 948px;
	padding-top: 9px;
	background-color: #1B1B1B;
	font-size: 12px;
}

#left_header {
	float:left;
	color: #CCCCCC;
	margin-left: 20px;
}

#left_header a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

#left_header a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#left_header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#right_header {
	float: right;
	color: #CCCCCC;
	margin-right: 20px;
}

#header {
}

#main_header {
	position: relative;
	width: 948px;
	height: 120px;
	border-bottom: 1px solid #CCCCCC;
}

#logo {
	float: left;
	margin-top: 12px;
	text-indent:-9999px;
}

#logo a {
	background:transparent url(images/actin_logo.png) no-repeat scroll 0 0;
	display: block;
	height: 99px;
	width: 240px;
}

#logo a:hover {
	background-position: center bottom;
}

#brain_body {
	position: absolute;
	top: 24px;
	left: 260px;
	float: left;
	margin-top: 6px;
	text-indent:-9999px;
}

#brain_body a {
	background:transparent url(images/brain_body.png) no-repeat scroll 0 0;
	display: block;
	height: 108px;
	width: 111px;
}

#brain_body a:hover {
	background-position: center bottom;
}

/*
GLOBAL NAV MENU
*/

#global_nav {
	float: right;
	background: #FFFFFF;
	border:none;
	border:0px;
	padding:0px;
	font: Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	margin-top: 70px;
	z-index:200;
	}
	
#global_nav ul {
	background: none;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#global_nav li{
		float:left;
		padding:0px;
		}
	#global_nav li a{
		color: #999999;
		display:block;
		line-height:35px;
		margin:0px;
		padding:0px 0 0 20px;
		text-align:center;
		text-decoration:none;
		z-index:200;
		}
		
		#global_nav li a:hover, .menu ul li:hover a {
			color: #1B1B1B;
			text-decoration:none;
			z-index:200;
			}
	#global_nav li ul{
		background-color: #FFFFFF;
		display:none;
		height:auto;
		padding:0;
		margin-left: 18px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		border-top: 1px solid #999999;
		position:absolute;
		width:auto;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#global_nav li:hover ul {
		display:block;
		z-index: 200;
		}
	#global_nav li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width: auto;
		}
	#global_nav li:hover li a{
		background: none;
		}
	#global_nav li ul a{
		display:block;
		color: #999999;
		height:35px;
		font-size:12px;
		font-weight: bold;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#global_nav li ul a:hover, .menu li ul li:hover a{
			border:0px;
			color:#666666;
			background-color: #F5F3E9;
			text-decoration:none;
			width: auto;
			}
	#global_nav p{
		clear:left;
		}	
		

/*
SLIDER
*/

#slider {
	margin-top: 20px;
	margin-bottom: 20px;
	top: 160px;
	height: 345px;
	background-color: #FFFFFF;height: 325px;
	width: 948px;
	z-index:0;

}  

.slideshow {
	z-index: 0;
}

.slideshow img {
	border: none;
}

/*
HOMEPAGE
*/

#twitter_feed {
	font-size: 14px;
	width: 928px;
	height: 28px;
	padding-top: 12px;
	padding-left: 20px;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	text-align: left;
}

#twitter_update_list {
	list-style-type:none;
	margin:0;
	padding:0;
	float: left;
}

#twitter_update_list ul {
	list-style-type:none;
}

#twitter_update_list li span {
	padding-right:10px;
	padding-left: 10px;
}

#educate {
	float: left;
	width: 320px;
	height: 260px;
	padding: 40px;
	text-align: left;
	background-color: #222222;
}

.yellow_text {
	color: #D1B646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.grey_text_link a {
	color: #8A8A8A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 40px;
}

.grey_text_link a:visited {
	color: #8A8A8A;
	text-decoration: underline;
}

.grey_text_link a:hover {
	color: #8A8A8A;
	text-decoration: none;
}

.white_large_text {
	color: #FFFFFF;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#client_types {
	float: right;
	width: 518px;
	height: 340px;
}

#client_types_top {
	width: 518px;
	height: 160px;
	padding-bottom: 20px;
}

.left_column {
	float: left;
	width: 249px;
	padding-right: 20px;
	text-align: left;
}

.right_column {
	float: right;
	width: 249px;
	text-align: left;
}

.client_type_titles {
	color: #E94E43;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

.client_type_info {
	font-size: 16px;
	color: #444444;
	line-height: 22px;
}

.client_types_link a {
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}

.client_types_link a:visited {
	color: #222222;
	text-decoration: underline;
}

.client_types_link a:hover {
	color: #222222;
	text-decoration: none;
}

#client_types_bottom {
	width: 518px;
	height: 160px;
	padding-bottom: 20px;
}

/*
GLOBAL
*/

#footer_spacer {
	clear: both;
	width: 948px;
	height: 24px;
}

#footer {
	width: 948px;
	height: 700px;
	background-color: #E7E6E2;
	border-top: #D5D4D3 5px solid;
	text-align: left;
}

#contact_form {
	float: left;
	width: 484px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#contact_form_info {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid #C1C0BF;
}

#footer_about {
	float: right;
	width: 342px;
	height: 600px;
	padding-right: 30px;
	margin-top: 40px;
	
}

#val_mini_bio {
	color: #444444;
	font-size: 14px;
	line-height: 18px;
}

#val_mini_bio p {
	margin: 10px;
}

.image_float_left {
	float: left;
	margin-right: 14px;
	margin-bottom: 8px;
}

#join_me {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #C1C0BF;
}

#linkedin {
	float: left;
	text-indent:-9999px;
}

#linkedin a {
	background:transparent url(images/linkedin.png) no-repeat scroll 0 0;
	display: block;
	height: 42px;
	width: 139px;
}

#linkedin a:hover {
	background-position: center bottom;
}

#twitter {
	float: right;
	text-indent:-9999px;
}

#twitter a {
	background:transparent url(images/twitter.png) no-repeat scroll 0 0;
	display: block;
	height: 45px;
	width: 169px;
}

#twitter a:hover {
	background-position: center bottom;
}

#social_networks {
	height: 70px;
}

#currently {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #C1C0BF;
}


.client_inputs {
	background:  #3D3D3D;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	color: #FFFF9F;
	width: 468px;
	padding: 8px;
	border: 0px;
	margin-bottom: 12px;
	margin-top: 4px;
}

.client_inputs:focus {
	background:  #222222;
}

#footer textarea {
	background:  #3D3D3D;
	font-family: Helvetica, sans-serif;
	border: 0px;
	width: 468px;
	padding: 8px;
	font-size: 16px;
	color: #FFFF9F;
	margin-top: 4px;
}

#footer textarea:focus {
	background:  #222222;
}

.submit_bt {
	float: right;
	font-size: 16px;
	font-weight: bold;
	width: 70px;
	height: 40px;
	border: 0px;
	margin-top: 12px;
	background-color: #A5BAB7;
	color: #FFFFFF;
}

#footer_bottom {
	clear: both;
	width: 888px;
	border-top: #C1C0BF solid 1px;
	margin-left: 30px;
	margin-right: 30px;
}

#copyright {
	margin-top: 20px;
	float: left;
	font-size: 12px;
	color: #C1C0BF;
}

#content_wrap {
	background-color: #F5F3E9;
	z-index:6;
}

#content {
	float: left;
	width: 568px;
	padding: 30px;
	text-align: left;
	font-size: 14px;
	margin-top: 24px;
	line-height: 26px;
	background-color: #F5F3E9;
	list-style-position: outside;
	min-height: 742px;
	z-index: 12;
}

#content li {
}

#content ol {
	margin-left: 20px;
}

#content p {
	text-indent: 0px;
	margin-bottom: 18px;
	text-align: left;
}

# content th td {
	vertical-align: middle;
}

#sidebar {
	float: right;
	width: 320px;
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	margin-top: 24px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#sidebar ul {
	margin-left: 22px;
	margin-top: 12px;
}

#sidebar_slider {
	height: 320px;
	width: 300px;
}  


#join_header_space {
	margin-bottom: 14px;
}

#radio {
	margin-top: 20px;
	text-indent:-9999px;
}

#radio a {
	background:transparent url(images/radio_bt.png) no-repeat scroll 0 0;
	display: block;
	height: 79px;
	width: 300px;
}

#radio a:hover {
	background-position: center bottom;
}

/*
MEDIA
*/

#image_header_space {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: #999999 solid 1px;
}

.post {

}

.date_text {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
}

.date_text a {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}

.date_text a:visited {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}

.date_text a:hover {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#local_nav {
	float: right;
	list-style-type: none;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 22px;
}

#local_nav li {
	display: inline;
	margin-right: 10px;
}

#local_nav li a {
	color: #F5F3E9;
	background-color: #999999;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
}

#local_nav li a:visited {
	color: #F5F3E9;
	background-color: #999999;
	text-decoration: none;
}

#local_nav li a:hover {
	color: #999999;
	background-color:  #F5F3E9;
	text-decoration: none;
}

.postmeta{}

.postnavigation{}

#searchform{}



#comments

.comments_navigation{}

.comments_navigation{}

.comments_reply{}

.comments_text{}

.comments_meta{}
