/*
Theme Name: Yukon - Turquoise
Theme URI: http://ithemes.com/purchase/yukon
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.8
Description: Yukon is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background: #333; 
	color: #3D3D3D;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#outer-wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:0;
	background: #eee;
}
#wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:15px 0 20px;
}

/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto; 
	padding: 0 35px;
	text-align: left;
	width:900px;
	background: url(images/container-bg.png) top left repeat-y;
	}

#container-top {
	width:970px;
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	background: url(images/container-top-bot.png) top left no-repeat;
	height:35px;
}

#container-bottom {
	margin: 0px auto; 
	padding: 0;
	width:970px;
	background: url(images/container-top-bot.png) bottom left no-repeat;
	height:35px;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #12406E;
	text-decoration: none;
}

a:hover, a:active { 
	color: #000; 
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
        margin: 5px 0px;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	color: #3D3D3D;
	margin: 0 35px 15px; 
	padding: 15px 15px 1px;
	background:#FFFFFF;
	border:0px solid #ddd;
}
img { 
	border: 0px; 
	background: none; 
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
        display: block;
        clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px; 
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:15px;
	vertical-align:top;
}
th {
	border:1px solid #ddd;
	font-weight:bold;
	background:#eee;
}
td {
	border:0px solid #ddd;
}

.entry ul {
	list-style-type:none;
	margin: 0 0 15px 15px;
	padding:0;
}
.entry ul li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.entry ul li ul li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.entry ul li 2 {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.entry 0l li#{
	list-style-type: decimal;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	
}

td2, th2 {
	padding:5px;
	vertical-align:top;
}

td2 {
	border:0px solid #ddd;
}

td2 {
	margin:auto;
} 

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#333;
}
h1 { 
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4,h5,h6,h7 {
	font-size: 18px;
}

h8 {
        font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height:1.2em;
	color:#0066cc;
        font-size: 18px;
}

h9 {
        font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 30px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.4em;
	color:#333;
        font-size: 16px;
}

h10 {
        font-family: arial,helvetica,sans-serif;
	letter-spacing: 0px;
	padding: 0px;
	font-weight: strong;
	text-decoration: none;
	text-align: center;
        text-align: -moz-center;
	line-height:1.4em;
	color:#003366;
        font-size: 14px;
}

.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
}
.entry h3 { /* This style used within the post content itself */
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 5px;

}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color:#333;
}
h3 a:hover, h3 a:active { }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}
h1.custom-pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding: 0 0 5px;
	text-align: center;
        font-family: sans-serif;
	letter-spacing: -1px;
	line-height:1.2em;
	color:#333;
        font-weight: bold;
        font-size: 23px
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
}
#comments h3, #respond h3 { /* This style used as title in the comments section */
	margin-bottom:0;
}
#home-welcome .left .widget h4 { /* This style used in the Home page welcome message title */
	font-size:24px;
	margin:0 0 10px;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}

#home-bottom .widget h4 {
	font-size:20px;
	margin:0 0 5px;
}
.sitemap h2 {
	margin: 0 0 5px;
	font-size: 18px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}

.textmiddle   {vertical-align:middle;

} 

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.alignright {
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
        margin: 0px 0px 8px 8px;
}

img.alignleft {
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
        margin: 0px 8px 8px 0px;
}

img.alignleft2 {
	background:#EEEEEE;
	padding:5px;
	border:0px solid #ddd;
        margin: 0px 3px 8px 0px;
        float: left;
	text-align: left;
        vertical-align: middle;
}

img.aligncenter {
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/

#header-wrap {
	width: 100%;
	clear: both;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/headerpremiecoachingtrial.png) top center no-repeat;
	border-bottom:1px solid #fff;
}

#header-wrapbackground {
	width: 100%;
	clear: both;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/headerbackground.gif) top left repeat-x;
	border-bottom:1px solid #fff;
}    

#header-wrap a {   
	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 95px;
}


#header-wrap a h1 {
 	display: none;

} 


/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:180px;
	height:50px;
	float: right;
	margin:0;
	padding:0;
	background: url(images/searchbg.gif) top right no-repeat;
}
#searchform {
	width:180px;
	float:right;
	padding:0;
	margin:0;
}
#searchform #searchfield {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color:#aaa;
	float:left;
	padding:8px 0 0 9px;
	width:141px;
	height:22px;
	margin: 10px 0 0 0;
	border:0;
	background:transparent;
}
#searchform #submitbutton {
	margin: 10px 0 0;
	float:right;
	font-size:8pt;
	width:26px;
	height:30px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/

#menu-wrap {
	clear: both;
	width: 100%; 
	margin: 0 auto; padding: 0 0 5px;
	height:50px;
	line-height:50px;
	background:url(images/navbg.png) top left repeat-x;
}

#menu-wrap .limit {
	clear: both;
	width: 960px; 
	margin: 0 auto; padding: 0;
}
#menu {
	width: 770px; 
	margin: 0; padding: 0;
	height:50px;
	line-height:50px;
	float:left;
}
#menu ul {
	font-size:13px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#menu li {
	margin: 0;
	padding:0;
	float: left;
	font-weight:bold;
}
#menu li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	font-weight:normal;
	border:1px solid #666;
	border-top:0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#menu li a:hover, #menu li a:active {
	color:#000;
}
#menu li.current_page_item,
#menu li.current_page_ancestor {
	background: url(images/navbg-on-right.png) top right no-repeat;
	padding-right:10px;
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	background: url(images/navbg-on-left.png) top left no-repeat;
	color:#fff;
	padding: 0px 0px 0px 10px;
}
#menu li li.current_page_item,
#menu li li.current_page_ancestor {
	padding-right:0;
	background:transparent;
}

#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited,
#menu li li.current_page_ancestor a,
#menu li li.current_page_ancestor a:link,
#menu li li.current_page_ancestor a:visited {
	background:transparent;
	padding: 0px 10px;
	background:#000;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color:#fff;
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited,
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	background-image:none;
	padding: 0px 10px;
	width:178px;
	background:transparent;
	color:#fff;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.75;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active {
	background:#000;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #fff;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -30px 0 0 198px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	width:auto;
}

/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:360px;
	height:240px;
	margin: 0 auto;
	padding:20px;
	background: url(images/home-top-right.gif) top left no-repeat;
}
#top-image #rotator { /* The image rotator */
	width:360px;
	height:240px;
	padding: 0;
	margin:0 auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0; 
	padding: 0;
	width: 560px;
}
#content-full { 
	display: block;
	padding: 0;
	margin: 0;
}
#content-right {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 560px;
}

/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom:1px dotted #ddd;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px; 
	padding: 0;
}
#float-left .sidebar {
	float: left;
}
.sidebar .widget-wrap {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #eee; 
}
.sidebar .widget {
	padding: 15px;
	clear: both;
	margin: 0;
	background:#eee;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px; 
	padding: 0px;
}
.sidebar ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar ul ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
}
.sidebar li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sidebar li li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 1px;
	border:1px solid #ddd;
	vertical-align:top;
	width:75px;
	height:75px;
}

/*********************************************
	Sidebar-left
*********************************************/
.sidebar-left {
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px; 
	padding: 0;
}
#float-left .sidebar-left {
	float: right;
}
.sidebar-left .widget-wrap {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #eee; 
}
.sidebar-left .widget {
	padding: 15px;
	clear: both;
	margin: 0;
	background:#eee;
}
.sidebar-left p, 
.sidebar-left .textwidget {
}
.sidebar-left img {
	margin: 0px;
}
.sidebar-left form {
	margin: 0px; 
	padding: 0px;
}
.sidebar-left ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar-left ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar-left ul ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
}
.sidebar-left li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sidebar-left li li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.sidebar-left ul li a {
}
.sidebar-left ul li a:hover { }
.sidebar-left li li {
	margin: 0; 
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 1px;
	border:1px solid #ddd;
	vertical-align:top;
	width:75px;
	height:75px;
}

/*********************************************
	Sidebar-blog
*********************************************/
.sidebar-blog {
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px; 
	padding: 0;
}
#float-left .sidebar-blog {
	float: right;
}
.sidebar-blog .widget-wrap {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #eee; 
}
.sidebar-blog .widget {
	padding: 15px;
	clear: both;
	margin: 0;
	background:#eee;
}

.sidebar-blog p, 
.sidebar-blog .textwidget {
}
.sidebar-blogt img {
	margin: 0px;
}
.sidebar-blog form {
	margin: 0px; 
	padding: 0px;
}
.sidebar-blog ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar-blog ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar-blog ul ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
}
.sidebar-blog li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sidebar-blog li li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.sidebar-blog ul li a {
}
.sidebar-blog ul li a:hover { }
.sidebar-blog li li {
	margin: 0; 
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 1px;
	border:1px solid #ddd;
	vertical-align:top;
	width:75px;
	height:75px;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px; 
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer-top {
	width:100%;
	background: #555;
	height: 15px;
	border-bottom:1px solid #666;
	margin: 0 auto;
	padding:0;
}

#footer {
	font-size:11px;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	padding:20px 0;
	background:#333; 
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	Home Page Welcome Styles
*********************************************/
#home-welcome {
	font-size:14px;
	margin:0 auto 15px;
	padding: 0;
	text-align: left;
	line-height:1.5em;

}
#home-welcome .left { 
	width:470px;
	margin:0;
	padding:0;
	float:left;
}
#home-welcome .right {
	width:400px;
	height:280px;
	margin:0;
	padding:0;
	float:right;
}
#home-welcome .right .widget {
	margin: 0 auto 15px;
	padding:0 21px;
	background:transparent;
	width:195px;
	overflow:hidden;
}
#home-welcome .right .bottom {
	width:237px;
	height:8px;
	background:#ebebeb url(images/right-box-bot.gif) bottom left no-repeat;
}

a.home-button, a.home-button:link, a.home-button:visited {
	width:100px;
	height:29px;
	line-height:29px;
	padding: 1px 0 0;
	text-align:center;
	color:#fff;
	background:url(images/button.gif) top left no-repeat;
	display:block;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin: 0 5px 0 0;
	text-decoration:none;
}

a.home-button:hover, a.home-button:active {
	color:#000;
}


/*********************************************
	How I can help Styles
*********************************************/
#home-welcome2 {
	font-size:14px;
	margin:0 auto 15px;
	padding: 0;
	text-align: left;
	line-height:1.5em;

}
#home-welcome .left2 { 
	width:250px;
	margin:0;
	padding:0;
	float:left;
}
#home-welcome .right2 {
	width:250px;
	height:280px;
	margin:0;
	padding:0;
	float:right;
}

#container2 {
	margin: 0px 0px; 
	padding: 0 0px;
	text-align: left;
	width:750px;
	background:url(images/container-bg.png) top left repeat-y;
}

#home-welcome .right .bottom {
	width:237px;
	height:8px;
	background:#ebebeb url(images/right-box-bot.gif) bottom left no-repeat;
}

/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	background:url(images/home-bottom-mid.gif) top left repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width:900px;
}

#home-bottom-top {
	background:url(images/home-bottom.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	height:15px;
	width:900px;
}
#home-bottom-bottom {
	background:url(images/home-bottom.gif) bottom left no-repeat;
	margin: 0 auto;
	padding: 0;
	height:20px;
	width:900px;
}
#home-bottom .col1 {
	float:left;
	width: 290px;
	padding:0;
	margin: 0 15px 0 0;
	overflow:hidden;

}
#home-bottom .col2 {
	float:left;
	width: 290px;
	padding:0;
	margin: 0;
	overflow:hidden;
}

#home-bottom .col3 {
	float:right;
	width: 290px;
	padding:0;
	margin: 0;
	overflow:hidden;

}
#home-bottom .widget { 
	padding: 0;
	margin:0;
	font-size: 12px;
	line-height:1.5em;
	overflow:hidden;
	padding:0 25px;
} 
#home-bottom .widget ol {
	margin: 0 15px;
}
#home-bottom .widget ul {
	list-style-type:none;
	margin:0 0 15px 0;
}
#home-bottom .widget ul ul {
	list-style-type:none;
	margin: 0;
}
#home-bottom .widget ul ul ul {
	list-style-type:none;
	margin-left: 15px;
}
#home-bottom .widget ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
#home-bottom .widget ul li ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0;
	background: transparent;
}

/*********************************************
	Site Map Page
*********************************************/

.sitemap {
	font-size:12px;
	line-height:1.4em;
}
.sitemap ul {
	margin:0 0 15px 0;
}
.sitemap ul ul {
	list-style-type:none;
	margin: 0;
}
.sitemap ul ul ul {
	margin-left: 15px;
}

.sitemap ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sitemap ul li ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0;
	background: transparent;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	width:30%;
	float:left;
}
.map-wide {
	width:65%;
	float:right;
}
.sitemap .post {
	margin: 0 0 15px;
	padding:0 0 15px;
	border-bottom:1px dotted #ddd;
}

/*********************************************
	Sliding Notes
*********************************************/

.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
        margin: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #0000CC;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}

/*********************************************
	Text alignments
*********************************************/

.texttop {vertical-align:top;
          margin: 0;
          padding: 0;
}

.textmiddle {vertical-align:middle;
}
 
/************************************************
JCAROUSEL LITE
************************************************/
#list {
     height:110px;
     width:800px;
     margin:5px auto;
}

.slider {
     float:left;
     left: -5000px;
     margin:15px;
     position:relative;
     visibility:hidden;
     left:0;
}

.slider ul {
     height:100px;
     width:600px;
}

.slider ul li {
     padding:0 20px;
}

.slider ul li img {
     cursor:pointer;
     height:100px;
     padding-top:3px;
     width:100px;
}

.prev {
     cursor:pointer;
     float:left;
     padding-top:60px;
}

.next {
     cursor:pointer;
     float:right;
     padding-top:60px;
}

/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
     color: #ffffff;
     cursor:default;
     padding:2px;
     font-size:11px;
     text-align:center;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:2px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}

.separator {
      background:transparent url(/images/seperator.png) no-repeat scroll 50% 50%;
      float:left;
      height:30px;
      width:100%;
      padding: 5px 0px 0px 0px;
}

/************************************************
How I can Help page Styles
************************************************/
.ridge {
     border: 5px;
     border-style: double;
     border-color: #566D7E;
     width: 170px;
     height: 150px 
     text-align: center;
     background: #ffffff;  
     border-spacing:10px;
     padding-top: 15px
    } 

.texthelp  {
font-family: arial,helvetica,sans-serif;
	font-size: 17px;
        color: #000000;
	text-align: left;
	padding:15px;
	line-height:1.4em;
        background: transparent;
        border: 0px;
        border-style: double;
        border-color: #566D7E;
}

.textintro {
        font-family: arial,helvetica,sans-serif;
	font-size: 16px;
     	text-align: left;
	margin:0;
	line-height:1.4em;
}

.helptable    {
         border= 0px;
         width= 1160;
         margin=25px;
}
/************************************************
Page - Landing
************************************************/

#business-content-layout {background-color: #FFF; width: 910px; margin: 0px; padding: 0px}
#business-content {background: #FFF;  padding: 0px; margin: 0px 0px 0px 0px; width: 960px; position: relative}
#business-content h1 { color: #133C65; font-size: 18pt; font-weight: normal; padding: 15px; margin: 0px 0px 0px 0px; border-left: 2px solid #DFDFDF; border-right: 1px solid #DFDFDF; border-bottom: 1px solid #CDCDCD}
#business-content h1.indexpage {display: none;  padding: 0px; margin: 0px}
#business-content h2 {font-size: 14pt; font-weight: normal; margin: 35px 0px 10px 0px; color: #444;  clear: both}
#business-content h3 {font-weight: normal}
#business-content h4 {font-size: 11pt; font-weight: normal; margin-bottom: 5px}
#business-content div#index div.text-block p.indexpage {display: none; padding: 0px}
div#centerpiece { }
div#index {background: #722; display: block-inline; background: no-repeat transparent; margin: 0px 0px; padding: 0px 0px 0px 0px; width: 905px}
div#index div#main {width: 905px; height: 350px; margin: 0px 0px 10px 0px; padding: 0px; float: none; position: relative}
div#index div#main h1 { margin: 0px 0px; padding: 0px 0px 15px 0px; font-size: 20pt; text-align: center; border: none}
div#index div#main div.engagement-button {display: inline-block; position: absolute}
div#index div#main div#engagement-button-left {left: 25px}
div#index div#main div#engagement-button-center {left: 325px}
div#index div#main div#engagement-button-right {right: 25px}
div#index div#main div.engagement-button a {display: block; height: 320px; width: 250px; overflow: hidden}
div#index div#main div#engagement-button-left a {background: transparent url("http://baltimoremarathontraining.com/wp-content/uploads/2010/07/gain_insight2-copy.png") no-repeat -250px 0px}
div#index div#main div#engagement-button-center a {background: transparent url("http://baltimoremarathontraining.com/wp-content/uploads/2010/07/gain_insight2-copy.png") no-repeat -250px 0px}
div#index div#main div#engagement-button-right a {background: transparent url("http://baltimoremarathontraining.com/wp-content/uploads/2010/07/gain_insight2-copy.png") no-repeat -250px 0px}
  div#index div#main div#engagement-button-left a:hover {background-position: 0px 0px}
div#index div#main div#engagement-button-center a:hover {background-position: 0px 0px}
div#index div#main div#engagement-button-right a:hover {background-position: 0px 0px}
div#index div#main div.engagement-button a div {color: #2070B8; font-size: 12pt; text-align: center}
div#index div#main div.engagement-button a div.top {font-size: 17pt; padding: 35px 32px 0px 32px}
div#index div#main div.engagement-button a div.bottom {bottom: 5px; position: absolute; padding: 0 35px 30px 35px}
div#index div#main div.engagement-arrow {height: 86px; width: 108px; background: transparent url("http://baltimoremarathontraining.com/wp-content/uploads/2010/07/arrow.png") no-repeat; position: absolute; z-index: 100; top: 140px}
div#index div#main div#engagement-arrow-left {left: 265px}
div#index div#main div#engagement-arrow-right {left: 565px}
div#index div#testimony { clear: none;  color: #888; font-size: 15pt; font-style: italic; width: 820px; margin: 30px auto; line-height: 26px}
div#index div#testimony span.quotation-mark {color: #2070B8; font-size: 30pt; font-weight: bold; font-family: Times; display: inline-block}
div#index div#testimony span.quotation-mark#left-quote {float: left; margin: 5px 5px 25px 0px}
div#index div#testimony span.quotation-mark#right-quote {display: inline-block; margin: 0px 0px 0px 0px; font-size: 20pt}
div#index div#testimony span.quote-block {clear: none}
div#index div#testimony span#attribution {color: #AAA; margin-left: 10px; float: right}


div {margin: 0px; padding: 0px; display: block}
div#layout {width: 970px; height: 100%; margin: 0px auto; padding: 0px; background: transparent url("/images/layout/dropshadow.gif") repeat-y center}
a {color: #163B65}
a:link, a:visited {text-decoration:none}
a:hover {text-decoration: none; color: #758CAB}
div#main-content {margin:auto 190px; clear: both}

******************************************************************************************************************************
/* 2.4 Featured Slider */

******************************************************************************************************************************

#loopedSlider  { position: relative; z-index: 1; margin:0 auto;  }
#loopedSlider .alignright {margin: 0 0px 8px 20px;float: right;}
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; position:relative;}
#loopedSlider li#p { position:absolute; top:70px; left:-30px; }
#loopedSlider li#n { position:absolute; top:70px; right:-30px; }

#loopedSlider .container { width:940px; min-height:250px; height:250px; overflow:hidden; position:relative;  font-size: 16px; color: #919191; background: #f7f7f7;}
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div.slide { position:relative; top:0; padding:20px 40px 15px; width:860px; display:none; }
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; position:relative; z-index: 2;}

#loopedSlider .button  { margin: 10px 10px 0 0; padding: 8px 14px 8px; line-height:16px; }

.slider-nav  { position: relative; z-index: 0; text-align: center; width: 930px; height: 49px; }
.slider-nav ul li  { display: inline; }
.slider-nav ul li a  { z-index: 9999;position: relative; margin: 0 20px; padding: 19px 0 16px 0; line-height: 47px; font-weight: bold; font-size: 15px; font-family: "Lucida Grande", Helvetica, Arial, Sans-serif; }
.slider-nav ul li.active a, .slider-nav ul li a:hover  { color: #fff; background: url(/wp-content/themes/delegate/images/slider-nav-active.png) no-repeat center bottom; }

#featured  { margin-bottom: 30px; }
#featured h2  { margin: 0 0 10px 0; font-size: 35px; color: #434343;  }
#featured h4 { font-size:18px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:22px; letter-spacing:1px; }
#featured p { font-size:14px; color:#666; line-height:20px; margin-bottom:20px;}

#loopedSlider .slides ol, #loopedSlider .slides ul { line-height: 18px; }
#loopedSlider .slides ul { padding-left: 20px; }
#loopedSlider .slides ul li { list-style: dot; padding: 3px 0; }
#loopedSlider .slides ol { padding-left: 20px; }
#loopedSlider .slides ol li { list-style: decimal; padding: 3px 0; }

.more_entries, .wp-pagenavi {font-size:15px!important; margin:15px 0;}
.more_entries a { display: block; margin: 15px 0 0 0; text-decoration:none; }
.more_entries a:hover { text-decoration:underline; }
.wp-pagenavi { margin: 0 !important; padding: 7px 0 5px 0; background: #fff; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important;color: #666 !important; padding: 3px 7px !important; border:none!important; }
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { font-weight: bold; padding: 3px 7px !important; border: none!important; }
.wp-pagenavi .extend, .wp-pagenavi span.pages { padding: 0 15px 0 15px!important; background:none !important;  color: #434343!important; font-size: 12px; line-height: 25px; border: NONE!important; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }
div.hr { margin: 20px 0; height:2px; background: url(images/bg-hr.png) repeat-x;}
div.hr hr { display: none; }

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container  {
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation  { height: 38px; width: 886px; padding: 0 26px; margin-bottom: 20px; font-size: 14px; font-weight: bold; font-family: "Lucida Grande", Helvetica, Arial, Sans-serif; text-transform: uppercase; border: 1px solid #fff; background: #fff url(images/navtile.jpg) repeat-x left top; }

#navigation .search  { float: right; margin: 0; width:215px; }
#navigation .search #searchform  { margin: 7px 0 0 0; }
#navigation .search input#s  { float: left; width: 176px; padding: 6px 0 6px 10px; background: url(images/searchinput.png) no-repeat left top; border: none; color:#777; }
#navigation .search input.submit  { float: right; padding: 6px 0 0 8px; }

#nav  { float: left; width: 650px; height: 36px; }
#nav, #nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  { display:block; z-index:100; padding:0 10px; line-height:28px; color: #999; line-height: 38px; }
#nav a:hover, #nav .current_page_item a  { color: #333; text-decoration: none; }
#nav li  { float:left; width: auto; margin: 0 14px 0 0; }

/* 2.2.1 Drop-down menus */
#nav li ul  { position: absolute; left: -999em; width: 170px; border: 1px solid #F7F6F6; }
#nav li ul li  {  background: #fff url(images/navtile.jpg) repeat-x left top; border-width: 0 1px 1px; margin:0; padding:0; }
#nav li ul li a  { width:160px; line-height:30px; font-size:11px; color:#555; }
#nav li ul li a:hover  {background: #e8e8e8; }
#nav li ul ul  { margin: -32px 0 0 170px; }
#nav li ul ul li a  {  }
#nav li ul li ul li a  {  }

#nav li:hover,#nav li.hover  { position:static; }

#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left:-999em; }
#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul,
#nav li li li:hover ul, #nav li li li.sfhover ul,
#nav li li li li:hover ul, #nav li li li li.sfhover ul  { left:auto; }

/* 2.5 Content */
#content{padding:0;}

#main{width:580px;}
#main.box  { width: 540px; padding: 30px 20px; background: #fff; }
#main.fullwidth  { width: 900px; }

/* 6.1 Buttons */
.button, .button:visited, .reply a{ background: url(images/alert-overlay.png); display: inline-block; padding: 8px 14px 9px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; text-transform:uppercase; }
.button, .button:visited, .reply a{ }
.button:hover, .reply a:hover { color: #fff !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 2px 6px 3px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 10px 18px 11px; }
input.button { padding: 5px 9px 6px; }

