/*
Theme Name: CrossFit 2010
Theme URI: http://teamcrossfit.com/
Description: This is the second evolution of the CrossFit layout. To blend Bootcamp and CrossFit under one roof - akin to their evolved business model
Version: 2.0
Author: Mitch Gohman (Web Samurai)
Author URI: http://mitchellgohman.com/
Tags: black, fixed width, two columns, RSS, Social Networking

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*******************************************
	Framework
********************************************/
* { margin: 0px; padding: 0px; border:none 0px; outline:none; }
/*div { padding:15px; border: solid 1px red;}*/
.clearMe { clear:both; }
#sidebar li.clearMe { height: 15px; }
body {
	background-attachment: scroll;
	background-image: url(images/bodyBgTile_default.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#rap {
	width: 100%;
	text-align: left;
	color: #e6d3aa;
	margin: 0px;
	padding-bottom: 50px;
	background-attachment: scroll;
	background-image: url(images/bgTile_rap.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	background-color: #000;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#masthead {
	background-image: url(images/masthead.jpg);
	height: 155px;
}
#masthead h2 a:link, #masthead h2 a:visited {
	display: block;
	text-indent: -999999px;
	position: absolute;
	height: 141px;
	width: 264px;
	left: 54px;
	top: 15px;
}
#masthead h3 { display: none; }
a#splashImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 381px;
	width: 921px;
	position: relative;
}

img#splashImage2 { display: none; }

#articles {
	width: 588px;
	float: left;
	padding: 15px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 311px;
	position:relative;
}

#footer p.credit {
	text-align:center;
	position:absolute;
	width:955px;
	left:0px;
	top:175px;
}
#footer p.credit span { display: block; }
#footer p.credit span.phone {
	font-size: 24px;
	color: #96100B;
	font-weight: bold;
}
#footer p.credit span.address { font-size: 16px; }
#footer p.credit span.copyright {font-size:12px;}
#footer p.credit span.slogan {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

/*******************************************
	Sidebar 
********************************************/
#sidebar {
	background-attachment: scroll;
	background-image: url(images/sideBar_leftFadeBorder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 299px;
	padding-left: 15px;
	float: right;
	margin-right: 15px;
}

#sidebar h2 { margin-top:25px; }
#sidebar h2.phone { margin: 15px 0px; text-align:center; color:#87000B; font-size: 40px;  }
#sidebar p { margin-bottom:25px; }


#fbAdvert { margin-bottom: 20px; }
#fbAdvert a:link, #fbAdvert a:visited {
	opacity:0.8;
	filter:alpha(opacity=80);
} 
#fbAdvert a:hover, #fbAdvert a:active {
	opacity:1;
	filter:alpha(opacity=100);
} 
#fbAdvert .fbFollow a:link, #fbAdvert .fbFollow a:visited {
	display:block;
	background-image: url(images/sideBar_facebook_follow.jpg);
	text-indent: -999999px;
	height: 125px;
	width: 299px;
	padding:0px;
	margin:0px;
	border:none 0px;
}
#fbAdvert .fbFan a:link, #fbAdvert .fbFan a:visited {
	display:block;
	background-image: url(images/sideBar_facebook_fan.jpg);
	text-indent: -999999px;
	height: 34px;
	width: 299px;
	padding:0px;
	margin:0px;
	border:none 0px;
}
#sidebar ul { list-style-type:none; }
#sidebar ul ul { list-style-type:circle; margin-left:50px; margin-bottom:25px; }
#sidebar ul ul li { margin:10px 0px;}

#sidebar ul.linklist ul { margin:0px 0px 25px;  }
#sidebar ul.linklist ul li { margin:0px;}
#sidebar ul.linklist li { list-style-type: none; }
#sidebar ul.linklist a:link, #sidebar ul.linklist a:visited {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D0B04;
	font-size: 12px;
	color: #604E1D;
}
#sidebar ul.linklist a:hover, #sidebar ul.linklist a:active {
	color: #A78934;
	background-color: #080701;
}
/**/
#sidebar #archives a:link, #sidebar #archives a:visited { width:35%; float:left; margin-right:10px; }

/* Titles
---------------------------------------*/
#sidebar li h2, #sidebar li span.sideBarTitle {
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #987e2f;
	background-image: url(images/sideBar_header.jpg);
	height: 24px;
	padding-top: 20px;
	width: 299px;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
}
/* Search Form
---------------------------------------*/
form#searchform {
	border: 1px solid #1B1606;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	padding: 10px 5px;
}
form#searchform label { display: none; }
form#searchform input#searchField {
	font-size: 16px;
	padding: 3px;
	width: 200px;
	background-color: #FFE2A4;
}
form#searchform input#searchField:focus { background-color: #FFF; }
form#searchform input[type="submit"] {
	border: 1px solid #2C230B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: lowercase;
	padding: 3px 10px;
	color: #987E2F;
	background-color: #33290E;
 }
form#searchform input[type="submit"]:hover {
	background-color: #4A3B13;
	color: #F4C949;
}


/*******************************************
	Menus 
********************************************/
/* menu 1
---------------------------------------*/
ul#menu1 {
	height: 49px;
	width: 644px;
	position: absolute;
	top: 0px;
	right: 0px;
}
ul#menu1 li {
	list-style-type: none;
	display: inline;
}
ul#menu1 a:link, ul#menu1 a:visited {
	display: block;
	float: left;
	height: 49px;
	width: 99px;
	text-indent: -999999px;
	background-image: url(images/menu1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
ul#menu1 a:hover, ul#menu1 a:active {
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
ul#menu1 li.current a:link, ul#menu1 li.current a:visited, 
ul#menu1 li.current a:hover, ul#menu1 li.current a:active { background-position:left bottom; }

li#mmStarted a:link, li#mmStarted a:visited { background-position: -99px top; width:240px; }
li#mmStarted a:hover, li#mmStarted a:active { background-position: -99px bottom; }
ul#menu1 li#mmStarted.current a:link, ul#menu1 li#mmStarted.current a:visited, 
ul#menu1 li#mmStarted.current a:hover, ul#menu1 li#mmStarted.current a:active { background-position:-99px bottom; }

li#mmBlog a:link, li#mmBlog a:visited { background-position: -339px top; width:89px; }
li#mmBlog a:hover, li#mmBlog a:active { background-position: -339px bottom; }
ul#menu1 li#mmBlog.current a:link, ul#menu1 li#mmBlog.current a:visited, 
ul#menu1 li#mmBlog.current a:hover, ul#menu1 li#mmBlog.current a:active { background-position:-339px bottom; }

li#mmStaff a:link, li#mmStaff a:visited { background-position: -428px top; width:92px; }
li#mmStaff a:hover, li#mmStaff a:active { background-position: -428px bottom; }
ul#menu1 li#mmStaff.current a:link, ul#menu1 li#mmStaff.current a:visited, 
ul#menu1 li#mmStaff.current a:hover, ul#menu1 li#mmStaff.current a:active { background-position:-428px bottom; }

li#mmFindUs a:link, li#mmFindUs a:visited { background-position: -520px top; width:124px; }
li#mmFindUs a:hover, li#mmFindUs a:active { background-position: -520px bottom; }
ul#menu1 li#mmFindUs.current a:link, ul#menu1 li#mmFindUs.current a:visited, 
ul#menu1 li#mmFindUs.current a:hover, ul#menu1 li#mmFindUs.current a:active { background-position:-520px bottom; }


/* menu 2
---------------------------------------*/
ul#menu2 {
	height: 29px;
	width: 650px;
	position: absolute;
	top: 49px;
	right: 0px;
}
ul#menu2 li {
	list-style-type: none;
	display: inline;
}
ul#menu2 a:link, ul#menu2 a:visited {
	display: block;
	float: left;
	height: 29px;
	width: 111px;
	text-indent: -999999px;
	background-image: url(images/menu2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
ul#menu2 a:hover, ul#menu2 a:active {
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
ul#menu2 li.current a:link, ul#menu2 li.current a:visited, 
ul#menu2 li.current a:hover, ul#menu2 li.current a:active { background-position:left bottom; }

li#mmCrossFit a:link, li#mmCrossFit a:visited { background-position: -111px top; width:91px; }
li#mmCrossFit a:hover, li#mmCrossFit a:active { background-position: -111px bottom; }
ul#menu2 li#mmCrossFit.current a:link, ul#menu2 li#mmCrossFit.current a:visited, 
ul#menu2 li#mmCrossFit.current a:hover, ul#menu2 li#mmCrossFit.current a:active { background-position:-111px bottom; }

li#mmCrossFitKids a:link, li#mmCrossFitKids a:visited { background-position: -202px top; width:199px; }
li#mmCrossFitKids a:hover, li#mmCrossFitKids a:active { background-position: -202px bottom; }
ul#menu2 li#mmCrossFitKids.current a:link, ul#menu2 li#mmCrossFitKids.current a:visited, 
ul#menu2 li#mmCrossFitKids.current a:hover, ul#menu2 li#mmCrossFitKids.current a:active { background-position:-202px bottom; }

li#mmOneOnOne a:link, li#mmOneOnOne a:visited { background-position: -401px top; width:125px; }
li#mmOneOnOne a:hover, li#mmOneOnOne a:active { background-position: -401px bottom; }
ul#menu2 li#mmOneOnOne.current a:link, ul#menu2 li#mmOneOnOne.current a:visited, 
ul#menu2 li#mmOneOnOne.current a:hover, ul#menu2 li#mmOneOnOne.current a:active { background-position:-401px bottom; }

li#mmUSAW a:link, li#mmUSAW a:visited { background-position: -526px top; width:124px; }
li#mmUSAW a:hover, li#mmUSAW a:active { background-position: -526px bottom; }
ul#menu2 li#mmUSAW.current a:link, ul#menu2 li#mmUSAW.current a:visited, 
ul#menu2 li#mmUSAW.current a:hover, ul#menu2 li#mmUSAW.current a:active { background-position:-526px bottom; }

/* menu 3: Social Links, RSS, and Misc
---------------------------------------*/
ul#menu3 {
	height: 45px;
	width: 102px;
	position: absolute;
	top: 78px;
	right: 0px;
}
ul#menu3 li {
	list-style-type: none;
	display: inline;
}
ul#menu3 a:link, ul#menu3 a:visited {
	display: block;
	float: left;
	height: 45px;
	width: 46px;
	text-indent: -999999px;
	background-image: url(images/menu3.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
ul#menu3 a:hover, ul#menu3 a:active {
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
li#mmRSS a:link, li#mmRSS a:visited {
	background-position: -46px 0px;
	width:56px;
	display: block;
}
li#mmRSS a:hover, li#mmRSS a:active { background-position: -46px bottom; }


/*******************************************
	Content 
********************************************/
/* Typography
---------------------------------------*/
h1#header {}

#articles h2 {
	color: #C9AC71;
	font-size: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 85%;
}
#articles h3 {
	color: #A3751E;
	font-size: 30px; 
	padding:10px 15px;
	margin-bottom:20px;
	width:auto;
	background-image: url(images/PostTitle_BgTile.jpg);
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
	/*
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	*/
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #4F3F15;
	border-top-color: #4F3F15;
	border-left-color: #4F3F15;
	border-top-color: #4F3F15;
}

#articles div.section {
	margin-bottom: 50px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #131006;
}

#articles div.section img.opener { margin-bottom:50px; display:block; }
#articles p.first {
	font-size: 18px;
	line-height: 120%;
}
#articles p {
	width:600px;
	margin:0px auto 15px;
	font-size:14px;
	line-hieght:22px;
	line-height: 150%;
}
#articles strong, #articles b { color: #E2A027; }
#articles em, #articles i {}
#articles a:link, #articles a:visited { color: #A5000D; }
#articles a:hover, #articles a:active { color: #DA1710; }

#articles ul, #articles ol {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
}
#articles li {
	margin-bottom: 10px;
	line-height: 100%;
}
#articles dl {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 14px;
}
#articles dt {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 5px;
}
#articles dd {
	margin-bottom: 15px;
	margin-left: 25px;
	color: #83745B;
}


p.credit {}

/* Forms
---------------------------------------*/
#articles .section form {
	width: 80%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	color: #AF8E43;
	background-color: #201A0B;
	border: 2px solid #2B200E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#articles .section form span.req {
	font-size: 20px;
	line-height:12px;
	color: #FFE2A4;
	margin-right: 10px;
}
#articles .section form label {
	display: block;
	float: left;
	clear: left;
	width: 30%;
	padding: 3px;
	margin-bottom:5px;
	text-align:right;
	font-size: 16px;
}
#articles .section form input[type="text"],#articles .section form input[type="password"], #articles .section form textarea {
	display: block;
	float: right;
	clear: right;
	width: 65%;
	font-size: 16px;
	padding: 3px;
	background-color: #FFE2A4;
	margin-bottom:5px;
}
#articles .section form input[type="text"]:focus,#articles .section form input[type="password"]:focus, #articles .section form textarea:focus { background-color: #FFF; }
#articles .section form textarea { height:150px; }
#articles .section form input[type="submit"]{
	clear:both;
	display: block;
	width:100px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	background-color: #A3751E;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	position: relative;
	top: 10px;
}

.commentBlock form {}
.commentBlock form input[type="text"], .commentBlock form input[type="password"] { padding:5px; }
.commentBlock form textarea { padding:5px; }
.commentBlock form input[type="submit"] { padding:5px 10px; }

/* Tables
---------------------------------------*/
#articles table {}
#articles table tr {}
#articles table th, #content table td {}
#articles table th {}
#articles table td {}
#articles iframe {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/*******************************************
	Page Management 
********************************************/
/* Page Global
---------------------------------------*/
body.page {}
body.page h1 {
	background-attachment: scroll;
	background-image: url(images/pageTitle_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 588px;
	text-indent: -999999px;
}

/* Home
---------------------------------------*/
body#home {}
body#home #articles { float:none; width:921px; padding:15px; }
body#home h1 { display:none; }

body#home #vizNav { height:352px; margin-bottom: 20px; }
body#home #vizNav a { display: block; width:307px; height:176px; float: left }
body#home #vizNav img { }
body#home #freeWorkshop { margin-bottom: 20px; }

body#home #affiliates { height:465px; margin-bottom: 20px; }
body#home #affiliates a {
	display: block;
	width:230px;
	height:118px;
	float: left
}
body#home #affiliates img { }
/*Getting Started
---------------------------------------*/
body#getting-started {}
body#getting-started h1 { background-image: url(images/pageTitle_getStarted.jpg); }

/*Bootcamp
---------------------------------------*/
body#bootcamp {}
body#bootcamp h1 { background-image: url(images/pageTitle_bootcamp.jpg); }

/*CrossFit
---------------------------------------*/
body#crossfit {}
body#crossfit h1 { background-image: url(images/pageTitle_crossFit.jpg); }

/*CrossFit Kid
---------------------------------------*/
body#crossfit-endurance {}
body#crossfit-endurance h1 { background-image: url(images/pageTitle_crossFitKids.jpg); }

/*One On One
---------------------------------------*/
body#one-on-one {}
body#one-on-one h1 { background-image: url(images/pageTitle_OneOnOne.jpg); }

/*USAW
---------------------------------------*/
body#usaw-team {}
body#usaw-team h1 { background-image: url(images/pageTitle_USAW.jpg); }

/*Blog
---------------------------------------*/
body#blog {}
body#blog h1#pageTitle { 
	background-attachment: scroll;
	background-image: url(images/pageTitle_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 588px;
	text-indent: -999999px;
}
body#blog #articles .post {
	border-bottom-width: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #111;
	margin-bottom: 150px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}
body#blog #articles .post * { margin:0px; padding:0px;}

body#blog #articles .post h2.date {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: right;
}
body#blog #articles .post h3.storytitle {
	font-size: 35px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(images/PostTitle_BgTile.jpg);
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	
	border: 2px solid #4F3F15;
}
body#blog #articles .post h3.storytitle a:link,
body#blog #articles .post h3.storytitle a:visited {
	color: #DDAE38;
	text-decoration: none;
}
body#blog #articles .post h3.storytitle a:hover,
body#blog #articles .post h3.storytitle a:active { color: #C9AC71; }
body#blog #articles .post div.meta {
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	color: #989898;
}
body#blog #articles .post div.storycontent {}
body#blog #articles .post div.storycontent h1 {}
body#blog #articles .post div.storycontent h2 {}
body#blog #articles .post div.storycontent p {}
body#blog #articles .post div.storycontent strong {}
body#blog #articles .post div.storycontent em {}
body#blog #articles .post div.storycontent img {
	display:block;
	border: 2px solid #7D6423;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
body#blog #articles .post div.storycontent ul,
body#blog #articles .post div.storycontent ol {}
body#blog #articles .post div.storycontent a:link,
body#blog #articles .post div.storycontent a:visited {}
body#blog #articles .post div.storycontent a:hover,
body#blog #articles .post div.storycontent a:active {}
body#blog #articles .post div.storycontent li {}
body#blog #articles .post div.storycontent img {}
body.blog #articles .post div.feedback { }


#slidingPosts {
	width:auto;
	height:380px;
	overflow:hidden;
	background-color:#000;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #221908;
}
#slidingPosts #slider { position: absolute; top:0px; left:0px; height:380px; }
#slidingPosts .slidePost {
	position:absolute;
	width:900px;
	height:380px;
	left:0px;
	top:0px;
	padding-right: 30px;
	padding-left: 30px;
}
#slidingPosts .slidePost .meta, #slidingPosts .slidePost .feedback { display:none; }

#slidingPosts .slidePost h2 {
	margin-top:20px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
#slidingPosts .slidePost .storycontent, #slidingPosts .slidePost h2, #slidingPosts .slidePost h3, #slidingPosts .slidePost a.readmore { 
display:block; width:40%; float:right; clear:right; margin-right:20px;  
}
#slidingPosts .slidePost a.readmore:link, #slidingPosts .slidePost a.readmore:visited{
	text-align:right;
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	background-image: url(images/readMoreArrow.png);
	padding-top: 5px;
	padding-right: 40px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	color: #A5000D;
	height: 30px;
}
#slidingPosts .slidePost a.readmore:hover, #slidingPosts .slidePost a.readmore:active{
	color: #DA1710;
	background-attachment: scroll;
	background-image: url(images/readMoreArrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#slidingPosts .slidePost .storycontent {
	margin-top:5px;
	height:150px;
	overflow:hidden;
}
#slidingPosts .slidePost h3.storytitle {
	font-size: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(images/PostTitle_BgTile.jpg);
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	
	border: 2px solid #4F3F15;
}
#slidingPosts .slidePost h3.storytitle a:link, #slidingPosts .slidePost h3.storytitle a:visited {
	color: #DDAE38;
	text-decoration: none;
}
#slidingPosts .slidePost h3.storytitle a:hover, #slidingPosts .slidePost h3.storytitle a:active { color: #C9AC71; }


#slidingPosts .slidePost p { font-size:12px; }

#slidingPosts .slidePost img { position:absolute; left:15px; top:15px; }
#sliderNav {
	height:50px;
	padding-left: 50px;
}
#sliderNav a:link, #sliderNav a:visited {
	display:block;
	width:10px;
	padding:5px 10px;
	background-color:#1A1A1A;
	float:left;
	margin-right:5px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	Color:#FFF;
}
#sliderNav a:hover, #sliderNav a:active { background-color: #2C2C2C; }
#sliderNav a:link.selected, #sliderNav a:visited.selected { background-color: #424242; }




/*Staff
---------------------------------------*/
body#staff {}
body#staff #articles h1 { background-image: url(images/pageTitle_staff.jpg); }
body#staff #articles h2 {
	background-image: url(images_content/staff/NoOneIsMoreProfessional.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -999999px;
	height: 65px;
	margin-top: 30px;
}
body#staff #articles { float:none; width:auto; }
body#staff #articles p.first { margin:15px auto; }
body#staff #articles p {
	width: 750px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
body#staff #articles div.staff {
	clear:both;
	margin: 0px auto 75px auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4A310F;
	padding-left: 15px;
	width:855px;
}
body#staff #articles div.staff h3 { 
	margin-bottom: 20px; 
	padding:10px 15px; 
	width:70%;
	background-image: url(images/PostTitle_BgTile.jpg);
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-right-color: #4F3F15;
	border-bottom-color: #4F3F15;
	border-left-color: #4F3F15;

}
body#staff #articles div.staffMember {
	float: left;
	height: 300px;
	width: 285px;
}
body#staff #articles div.staffMember img {
	border: 3px solid #734B15;
	margin-bottom: 5px;
}
body#staff #articles div.staffMember h4 {
	color: #E6C55A;
	font-size: 27px;
	margin: 0px;
}
body#staff #articles div.staffMember p {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #A3751E;
}

body#staff #articles div.staffProfile {
	padding: 15px;
	width: 630px;
	border: 5px solid #886A2E;
	border: 2px solid #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000;
}

body#staff #articles div.staffProfile div.staffMember { float:none; margin:15px auto; text-align:center; }

body#staff #articles div.staffProfile img { margin:15px 0px; }
body#staff #articles div.staffProfile p { width:auto; }
body#staff #articles div.staffProfile p#pullQuoteEric {
	background-image: url(images_content/staff/EricLeClair/EricPullQuote.gif);
	height: 915px;
	width: 600px;
	text-indent: -999999px;
	margin-top: 75px;
	margin-bottom: 50px;
}
body#staff #articles div.staffProfile p#pullQuoteKellie {
	background-image: url(images_content/staff/KellieCowles/kelliePullQuote.gif);
	height: 512px;
	width: 600px;
	text-indent: -999999px;
	margin-top: 75px;
	margin-bottom: 50px;
}

body#staff a#closeMe {
	display:none;
	background-image: url(images_content/staff/close.gif);
	text-indent: -999999px;
	height: 26px;
	width: 26px;
}
body#staff #outOfTheDarkness {
	display:none;
	background-color: #422F12;
	background-color: #000;
}
/*Find Us
---------------------------------------*/
body#find-us {}
body#find-us h1 { background-image: url(images/pageTitle_findUs.jpg); }
body#find-us #articles div.section { border-top:solid 3px #3E2F11; padding-top:0px; padding-left:15px; } 
body#find-us #articles h3 { 
	padding:10px 15px;
	margin-bottom:20px;
	width:70%;
	background-image: url(images/PostTitle_BgTile.jpg);
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-right-color: #4F3F15;
	border-bottom-color: #4F3F15;
	border-left-color: #4F3F15;
}
body#find-us #articles .viewLargerMap { display:block; font-size:18px; font-weight:bold; text-align:center; padding:10px; }

body#find-us #sidebar #freeSatSession {}
body#find-us #sidebar #freeSatSession img { margin-bottom:15px; }
body#find-us #sidebar h2 { margin-top:25px; }
body#find-us #sidebar h2.phone { margin: 15px 0px; text-align:center; color:#87000B; font-size: 40px;  }
body#find-us #sidebar p { margin-bottom:25px; }
body#find-us #sidebar em { font-size:12px; margin:0px;  }
body#find-us #sidebar strong { }
body#find-us #sidebar a:link, body#find-us #sidebar a:visited {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #A5000D;
}
body#find-us #sidebar a:hover, body#find-us #sidebar a:active { color: #DA1710; }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
