/*
Theme Name: Roving Coach
Theme URI: http://www.rovingcoach.com/
Description: Roving Coach - Wordpress Theme
Version: 1.0
Author: TheeDesign Studio
Author URI: http://www.theedesign.com/
*/

html,body {
	/*background: #f6fbfd;*/
	background: #1d2528;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 150%;
}

.col {width:450px;}

.orange-txt { color: #f4911e; font-weight: bold; }
.purple-txt { color: #92278f; font-weight: bold; }
.green-txt  { color: #8cc63f; font-weight: bold; }

img.alignleft { display: block; float: left; margin: 0 30px 10px 0; padding: 4px; border: 1px solid #ccc; }

/* --------------------------
	CONTENT
-------------------------- */
	#contents-wrap { background: #f6fbfd; padding: 40px 0; }
	#contents { width: 960px; margin: 0 auto; }
	#content { width: 620px; float: left; }
	#content h2 { margin: 0 0 20px; }
	.blog #content h2 { margin: 0; }
	#content h3 { margin: 20px 0 10px; }
	#content a:link, #content a:visited { color: #92278f; text-decoration: none; }
	#content a:hover, #content a:active { text-decoration: underline; }
	#content ul { margin: 0 0 15px; }
	#content ul li {
		padding: 0 0 10px 30px;
		background: url(images/tick.png) no-repeat left top;
		font: 13px/30px Tahoma, Arial, Helvetica, sans-serif;
		line-height: 135%;
	}
	#content ul li ul {
		list-style-type: disc;
		margin-left: 25px;
		margin-top: 10px;
	}
	#content ul li ul li {
		background: none;
		padding: 0;
	}
	/* Content -> Title */
	#title-wrap { background: #8cc63f url(images/bg-title-wrap.jpg) repeat-x center top; }
	#title {
		width: 960px; height: 120px;
		margin: 0 auto;
		background: url(images/bg-title.jpg) no-repeat center top;
	}
	#title h1 { color: #fff; font-size: 30px; font-weight: normal; line-height: 120px; }
	/* Content -> Post */
	.post h2 {
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		overflow: hidden;
	}
	.post h2 a {
		color: #f4911e;
		text-decoration: none;
	}
	.post h2 a:hover { text-decoration: underline; }
	.entry { margin: 15px 0 30px; }
	/* Content -> Post -> Post Date */
	.post-date {
		width: 40px;
		height: 40px;
		margin-right: 15px;
		background: #f4911e url(images/date-bg.png) no-repeat left top;
		color: #fff;
		float: left;
	}
	.post-date-day {
		padding: 4px 0 2px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.post-date-month {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	/* Content -> Home page */
	#content-home h3 {
		margin: 0 0 20px;
		color: #244444;
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
	}
	#content-home .post h4 a {
		color: #f4911e;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	#content-home .post h4 a:hover { text-decoration: underline; }
	#content-home .entry { margin: 15px 0 30px; }
	/* Content -> Testimonials */
	.testimony { margin-bottom: 40px; padding: 5px 0 5px 20px; border-left: 20px solid #c7d7d7; }
	.testimony p.testimony-text {
		margin: 0 0 15px;
		font: italic 15px/18px "Times New Roman", Times, serif;
	}
	.testimony p.testimony-author {
		margin: 0;
		padding: 5px 0 0;
		font-size: 12px;
		font-style: italic;
		border-top: 1px dotted #c7d7d7;
	}
	/* Content -> Initials */
	.initial {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 25px 0 0;
		background: transparent url(images/date-bg.png) no-repeat left top;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		line-height: 40px;
	}

/* --------------------------
	SIDEBAR
-------------------------- */
	#sidebar { width: 280px; float: right; }	
	.purple-box {
		margin: 0 0 10px;
		background: #92278f;
		color: #fff;
	}
	.purple-box-title {
		height: 40px;
		padding: 0 15px;
		background: url(images/subnav-title.png) no-repeat left top;
		font-size: 15px;
		font-weight: bold;
		line-height: 40px;
	}
	.purple-box-bottom {
		height: 40px;
		background: url(images/subnav-bottom.png) no-repeat left top;
	}
	.purple-box > ul,
	.purple-box-content {
		margin: 0 1px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.purple-box-content {
		padding: 15px;
		font-size: 13px;
		line-height: 18px;
	}
	.nav-sidebar > li {
		border-top: 1px solid #b634b4;
		border-bottom: 1px solid #6e1a6a;
	}
	.nav-sidebar > li > a {
		display: block;
		padding: 0 10px 0 40px;
		background: url(images/tick.png) no-repeat 10px 5px;
		color: #e9d4e9;
		font-size: 12px;
		font-weight: bold;
		line-height: 30px;
		text-decoration: none;
	}
	.nav-sidebar > li > a:hover,
	.nav-sidebar > li.current_page_item > a,
	.nav-sidebar > li.current_page_parent > a {
		background-color: #852381;
	}
	.nav-sidebar ul.children {
		list-style-image: url(images/greendot.png);
		margin: 5px 10px 10px 55px;
	}
	.nav-sidebar ul.children li a {
		color: #e9d4e9;
		font-size: 11px;
		font-weight: bold;
		line-height: 20px;
		text-decoration: none;
	}
	.nav-sidebar ul.children li a:hover,
	.nav-sidebar ul.children li.current_page_item a {
		border-bottom: 1px dotted #e9d4e9;
	}
	/* Sidebar -> Latest Tweets */
	#sidebar ul.twitter {}
	#sidebar ul.twitter li {
		padding: 20px 20px 0;
		font-size: 12px;
		line-height: 130%;
	}
	#sidebar ul.twitter li span.twitter-timestamp {
		padding: 0;
		color: #f4911e;
		font-size: 11px;
	}
	#sidebar .twitter-follow {
		margin: 0 1px;
		padding: 20px 0;
		background: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#sidebar .twitter-follow a {
		display: block;
		width: 100%;
		height: 47px;
		background: transparent url(images/twitter.png) no-repeat center top;
		text-indent: -9999px;
		outline: none;
	}

/* --------------------------
	HEADER
-------------------------- */
	#header-wrap { background: #f6fbfd; }
	#header {
		width: 960px;
		height: 130px;
		margin: 0 auto;
		position: relative;
	}
	/* Header -> Logo */
	#logo {
		position: absolute; left: 0px; top: 10px;
	}
	#logo a {
		display: block; width: 200px; height: 110px;
		background: url(images/rci-logo.png) no-repeat left top;
		text-indent: -9999px;
	}
	/* Header -> Schedule Discovery Session */
	#schedule-discovery-session {
		position: absolute; right: 30px; top: 10px;
		font-size: 14px;
		font-style: italic;
		text-align: center;
	}
	/* Header -> Tagline */
	#tagline {
		position: absolute; right: 0px; top: 36px;
		padding: 5px 30px;
		background: #f4911e;
	}
	#tagline p { margin: 0; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 5px; }
	/* Header -> Navigation */
	/*
	#navigation { position: absolute; right: 0px; top: 85px; }
	#navigation ul li { float: left; margin-left: 19px; line-height: 30px; }
	#navigation ul li a { color: #333; font-size: 16px; text-decoration: none; }
	#navigation ul li a:hover { color: #92278f; border-bottom: 5px solid #92278f; }
	#navigation ul li.current_page_item a,
	#navigation ul li.current_page_parent a { color: #8cc63f; border-bottom: 5px solid #8cc63f; }
	*/
	.nav-header { position: absolute; right: 0; top: 85px; }
	#main-menu > li { position: relative; float: left; margin-left: 19px; font-size: 16px; line-height: 30px; }
	#main-menu > li > a { display: block; color: #333; text-decoration: none; }
	#main-menu > li > a:hover { color: #92278f; }
	#main-menu > li.current-menu-item > a,
	#main-menu > li.current-page-ancestor > a { color: #8cc63f; border-bottom: 5px solid #8cc63f; }
	#main-menu > li > ul { position: absolute; left: -1px; top: 35px; display: none; background: #92278f; border: 1px solid #f6fbfd; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
	#main-menu > li > ul > li { border-top: 1px solid #b634b4; border-bottom: 1px solid #6e1a6a; font-size: 12px; font-weight: bold; line-height: 1; }
	#main-menu > li > ul > li > a { display: block; padding: 10px 20px; color: #e9d4e9; text-decoration: none; white-space: nowrap; }
	#main-menu > li > ul > li > a:hover { background: #852381; color: #fff; }

/* --------------------------
	FOOTER
-------------------------- */
	#footer { padding: 20px 0; text-align: center; border-top: 1px solid #111; }
	#footer p { color: #999; font-size: 13px; }
	#footer p#copyright { margin: 20px 0 0; font-size: 10px; font-weight: bold; }
	#footer p a { color: #ccc; font-weight: bold; text-decoration: none; }
	#footer p a:hover { text-decoration: underline; }

/* --------------------------
	VIDEO - homepage
-------------------------- */
	#video-wrap { height: 310px; background: #8cc63f url(images/bg-video-wrap.jpg) repeat-x center top; }
	#video-bg { background: url(images/bg-video.jpg) no-repeat center top; }
	#video { width: 960px; height: 310; margin: 0 auto; }
	.youtube { margin: 0 0 30px; }

/* --------------------------
	INTRO - home page
-------------------------- */
	#intro-wrap { background: #92278f; padding: 20px 0 5px; border-top: 1px solid #e29ae0; }
	#intro { width: 960px; margin: 0 auto; }
	#intro h2 {
		margin: 0 0 15px;
		font-size: 18px;
	}
	#intro h3 {
		margin: 0 0 15px;
		font-size: 15px;
	}
	#intro p {
		color: #fff;
		font-size: 13px;
		line-height: 130%;
	}
	#intro ul {
		list-style-type: disc;
		margin: 0 0 15px 15px;
		color: #fff;
		font-size: 13px;
	}
	#intro li {
		margin: 0 0 5px;
		line-height: 120%;
	}
	#intro a { color:#fff; }
	#intro small { font-size: 11px; }

/* --------------------------
	FAQ
-------------------------- */
	.faq {}
	.faq-question p {
		color: #92278F;
		font-size: 15px;
		cursor: pointer;
	}
	.faq-answer {
		display: none;
		padding-left: 15px;
	}

/* --------------------------
	FORMS
-------------------------- */
	.rcform {
		width: 620px;
	}
	.rcform .form-item {
		margin: 0 5px 10px;
	}
	.rcform .floated {
		float: left;
		width: 48%;
	}
	.rcform label {
		color: #92278F;
		font: italic 13px Arial, Helvetica, sans-serif;
	}
	.rcform .small {
		margin: 0 0 5px;
		color: #666;
		font: 11px/13px Arial, Helvetica, sans-serif;
	}
	.rcform input[type="text"],
	.rcform select,
	.rcform textarea {
		width: 98%;
		font: 13px Arial, Helvetica, sans-serif;
	}
	.rcform textarea { height: 100px; }
	.rcform #street { height: 50px; }

/* --------------------------
	TABLES
-------------------------- */
	table {
		font: 13px Arial, Helvetica, sans-serif;
	}
	table th,
	table td {
		padding: 3px 5px;
		border-bottom: 1px solid #999;
	}
	table tr td:first-child {
		color: #92278F;
		font-weight: bold;
	}

/* --------------------------
	TESTIMONIALS
-------------------------- */
	.featured-testimonial {}
	.testimonial-title {
		margin: 0 0 10px;
		font-size: 15px;
		font-weight: bold;
	}
	.testimonial-title a {
		color: #92278f;
		text-decoration: none;
	}
	.testimonial-txt {
		padding: 15px;
		background: #8cc63f;
		color: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-align: justify;
	}
	.testimonial-author {
		padding-right: 15px;
		text-align: right;
	}
	/* -TESTIMONIAL BOXES */
		.testimonials-box { margin: 0 0 15px; }
		.testimonials-box p { display: none; }
		.testimonials-box ul { margin: 0 !important; }
		.testimonials-box ul li { padding: 3px 0 !important; background: none !important; }
		.testimonials-green-title { height: 60px; margin: 0 !important; padding: 0 20px; background: url(images/testimonials-green-title.png) no-repeat left top; color: #92278f; line-height: 50px; }
		.testimonials-green-middle { padding: 5px 30px; background: url(images/testimonials-green-middle.png) repeat-y left top; }
		.testimonials-green-bottom { height: 35px; background: url(images/testimonials-green-bottom.png) no-repeat left top; }
		.testimonials-orange-title { height: 60px; margin: 0 !important; padding: 0 20px; background: url(images/testimonials-orange-title.png) no-repeat left top; color: #92278f; line-height: 50px; }
		.testimonials-orange-middle { padding: 5px 30px; background: url(images/testimonials-orange-middle.png) repeat-y left top; }
		.testimonials-orange-bottom { height: 35px; background: url(images/testimonials-orange-bottom.png) no-repeat left top; }

.clear {clear:both;}
.l-float {float:left;}
.r-float {float:right;}
.l-align {text-align:left;}
.r-align {text-align:right;}
.c-align {text-align:center;}

.greenbullets li { list-style-type:none; background: url("images/greendot.png") no-repeat scroll 0 5px !important;padding-left:20px !important; }
.newfooter { color: #F4911E;font-weight: bold;text-shadow: -1px -1px 1px #111111; }
