/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout - local*/
@import url('2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');
*/
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('superfish.css');

/* Main layout and page elements*/

body {
	background: #e6e8eb url(gfx/page-bg.jpg) repeat-x top;
	text-align: center;
	margin:0;
	padding:0;
	color:#444;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



.hed {
	background: url(gfx/hed-overlay.jpg) left no-repeat;
	width:1112px;
	height:88px;
	position: absolute;
	top:0px;
	left:0px;

}
#wrapper {
	position: relative;
	width:1040px;
	margin: 0 auto;
}
#header {
	position: relative;
	height:128px;
	display: block;
	margin-bottom:3em;
	
}
.logo {
	position: absolute;
	top:-30px;
	left:0px;
	z-index: 10;
}
.stripes {
	position: absolute;
	top:0px;
	left:370px;
	background: url(gfx/road-stripes.png) no-repeat;
	height:88px;
	width:163px;
	z-index: 9;
}
.headercta {
	position: absolute;
	top:20px;
	right:0px;
	width:20%;
	height:50px;
	display: block;
	text-align: center;
	color:#ccc;
}
.headercta span {
	display: block;
	position: relative;
	margin-bottom:8px;
}
.headercta strong{
	position: relative;
	color:#fff;
	font-size: 35px;
	display: block;
}

#footer {
	margin:3em 0;
	border-top:1px solid #ccc;
	color:#555;
	padding:2em 0;
	text-align: left;
}

/* main navigation */
div.skip-link {
	display: none;
}
div#navwrapper {
	position: absolute;
	left:0;
	top:0;
	z-index: 40;
}
#nav {
	text-align: left;
	position: relative;
	top:88px;
	margin: 0;
	width:1040px;
	display: block;
	clear:both;	
	z-index: 50;
}
#nav ul.menu {
	width: 1040px;
}
#nav ul.menu li,#nav ul.menu{
	list-style-type: none;
}
#nav ul.menu,#nav ul.menu li {
	padding: 0;
	margin: 0;
}

#nav ul.menu li.first {
	margin-right:65px;
}
#nav ul.menu li.first li a {
	margin-right:0;
}
#nav ul.menu li.page_item a{
	float:left;
	display: block;
	padding:0 12px;
	line-height: 39px;
	color:#fff;
	margin-right:3px;
	text-shadow:0px 1px 1px #000;
}
#nav ul.menu li.page_item ul li a {
	float:none;
	margin:0;
	
}
#nav ul.menu li.page_item a:hover,#nav ul.menu li.sfHover a,#nav ul.menu li.current_page_item a {
	text-decoration: none;
	background:#171b21 url(gfx/menu-hover.jpg) top repeat-x;

}
#nav ul.menu ul ul li{
	background:#000;
}

#nav ul.menu li.sfHover li a {
	background: url(gfx/green-bullet.png) no-repeat 10px center;
	padding-left:30px;
	
}

#nav ul.menu li.sfHover li a,#nav ul.menu li.sfHover li li a {
	
}
#nav ul.menu li.page_item ul li.page_item a, #nav ul.menu li.page_item ul li.page_item ul li.page_item a{
	line-height: 39px;
	height:39px;
}
#nav ul.menu li li a:hover,#nav ul.menu li.sfHover li a:hover {	
	text-decoration: none;
	color:#fff;
	background: #3e444a url(gfx/green-bullet.png) no-repeat 10px center;
}
#nav ul.menu ul {
	background:#171b21;
	box-shadow: 1px 1px 2px #111;
	-moz-box-shadow: 1px 1px 2px #111;
	-webkit-box-shadow: 1px 1px 2px #111;

}


#nav ul.menu ul li a{
	float:none;
	display:block;
}

/*links */

a,a:link,a:active {
	color:#2d92da;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:visited {
	color:#5d85a2;
	text-decoration: none;
}

/* headers */
h1,h2,h3,h4 {
	color:#000;
	font-weight: bold;
}
h1 {
	font-size:2.2em;
	font-family: Georgia,Times,_serif;
	margin:0 0 1em 0;
	line-height: 1.1em;
	color:#444;
	text-shadow: 0px 1px 1px #999;
}
h2 {
	font-size: 1.6em;
	margin:1em 0 .5em 0;
	
}
h3 {
	font-size: 1.2em;
	margin:.5em 0;
	font-weight: bold;
}

/* homepage */
body.home #container {
	width:100%;
}
body.home #content {
	padding:0;
}
body.home div.entry-content h1 {
	font-weight: normal;
}
body.home div.entry-content  p {
	font-size:1.5em;
	padding:1em 0;
	line-height: 1.2em;
}
div.entry-content dl,dl,dd {
	padding:0;
	margin:0;
}
div.entry-content h2, div.entry-content  h3 {
	clear:both;
}
div.entry-content img,div.entry-content dl,dl {
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
}
div.entry-content img.alignright {
	margin:0 0 20px 20px;
	
}
div.entry-content img.alignleft {
	margin:0 20px 20px 0px;
	
}

div.entry-content blockquote {
	font-family: Georgia;
	font-size:1.2em;
}

/* subtabs */
div.subtabs {
	float: right;
	margin-right:18px;
	width:61%;
}
div.subtabs ul {
	list-style-type: none;
}
div.subtabs ul li {
	display: inline;
	float:left;
}
div.subtabs ul li a {
	float:left;
	margin-right:2px;
	border:1px solid #fff;
	background:#cf8704;
	color:#fff;
	padding:5px 15px;
	border-top:0px;
	text-decoration: none;
	display: block;
	box-shadow:1px 1px 2px #888;
	-moz-box-shadow:1px 1px 2px #888;
	-webkit-box-shadow:1px 1px 2px #888;
	text-shadow:0 1px 1px #744c02;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
div.subtabs ul li a:hover {
	background: #e99805;
}
br[mce_bogus] {display: none;}

/* testimonial */
div.testimonial {
	margin:3em 0;
	width:1040px;
	position: relative;
	clear: both;
}
div.testimonial blockquote {
	font-family: Georgia;
	font-size:1.6em;
	line-height: 1.2em;
	color:#777;
	font-style: italic;
	padding:40px;
	margin:0;
	border-bottom:1px solid #ccc;
	height:100px;

}

div.testimonial blockquote img {
	padding:5px;
	background: #fff;
	border:1px solid #ccc;
	margin-top:-10px;
}
div.testimonial blockquote .dropcap {
	font-size:3em;
}
div.testimonial blockquote .dropcap.left {
	position: absolute;
	height:30px;
	width: 30px;
	top:0px;
	left:0px;
	padding-top:20px;
	display: block;

}
div.testimonial blockquote .dropcap.right {
position: absolute;
	height:30px;
	width: 30px;
	bottom:20px;
	right:0px;
	padding-top: 20px;
	display: block;
}

/*homepage subcontent */

div.subcontenthomepage h2 {
	text-shadow: 0px 1px 1px #fff;
}
div.subcontenthomepage table td {
	vertical-align: top;
	padding:0 20px;
}
div.subcontenthomepage img {
	padding:3px;
	background: #fff;
	border:1px solid #ccc;
	
}

/*sidebar widgets */
div.aside ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
div.aside ul ul {
	margin:0 0 1em 1em;
}
div.aside img.alignright {
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	margin-left:10px;
	margin-bottom:10px;

}
div.aside img.alignleft {
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	margin-right:10px;
	margin-bottom:10px;

}

/* video */

body .vvqbox {
	margin:10px 0;
	padding:10px;
	border:1px solid #ccc;
	background: #000;
}
/* slideshow */
div#homecontent {
	width:30%;
	float:left;
}
div.entry-content ul.slideshow {
	float:right;
	width:663px;
	height:220px;
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-align: right;
	margin-left:20px;
	margin-bottom:20px;
	display: block;

}
div.entry-content ul.slideshow img {
	padding:10px;
	border:1px solid #ccc;
	background: #fff;
}
div.entry-content ul.slideshow li {
	text-align: right;
}

/*footer */

#footer ul.footerlinks {
	list-style-type: none;
	padding:0;
	margin:0;
}
#footer ul.footerlinks li {
	display: inline;
}
#footer ul.footerlinks li a {
	display: block;
	float:left;
	margin-right:10px;
	padding:0;
	color:#111;
}
#footer p.footercta {
	float:right;
	font-weight: bold;
}
#footer p.copyright {
	clear:both;
	font-size:10px;
	padding:5px 0;
}
/* packagetable */
table.packagetable {
	width:100%;
	border:0;
	margin:1em 0;
	clear:both;
	
}

img.main {
	float:right;
}
table.packagetable td {
	width:33%;
	vertical-align: top;
}
table.packagetable h3 {
	color:#d18904;
}
table.packagetable td ul {
	list-style-image: url(gfx/green-check.gif);
	background: #e6e8eb;
	height:160px;
	padding:20px 20px 20px 40px;
	margin:0 20px 0 0;
	border:1px solid #ccc;
}
table.packagetable td.last ul {
	margin-right:0;
}
table.packagetable td ul li {
	line-height: 1.8em;
	clear: both;
	position: relative;
}

table.packagetable td ul li em,table.packagetable td ul li i {
	position: absolute;
	right:0px;
	color:#999;
	font-size:.9em;
}
/********************* ALL NEW STYLE CLASSED FOR HOME PAGE****************************/

/******* MAIN CONTAINER *******/

#main-container {
	width:1002px;
	margin:0 auto;
	overflow:hidden;
}


/******* HEADER *******/

#main-banner {
	padding:0;
	margin:0;
	width:1002px;
	overflow:hidden;
	
}

/******* CONTENT SECTION *******/

#content-section {
	padding:0;
	margin:0;
	width:1002px;
	overflow:hidden;
	background-image:url(gfx/bg-grey-gradient.jpg);
}

.content-section-left {
	width:593px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-left:25px;
	padding-top:22px;
}
div.entry-content div.content-section-left  img{border:none;
background:none;
padding:0;
margin:0;}
div.entry-content div.content-section-right  img{border:none;
background:none;
padding:0;
margin:0;}


.heading-improve-your-teen-odd {
	width:593px;
	overflow:hidden;
	margin:0;
	float:left;
	color:#58791d;
	font-size:20pt;
}

.experience-handling-section {
	width:593px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-top:10px;
	padding-bottom:15px;
}

.experience-handling-image {
	width:180px;
	overflow:hidden;
	margin:0;
	float:left;
}

.experience-handling-points {
	width:403px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	padding-top:10px;
}

.fact-section {
	width:593px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}

.fact-leftsection {
	width:70px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-top:15px;
	text-align:right;
}

.fact-right-section {
	width:523px;
	overflow:hidden;
	margin:0;
	float:left;
}

.fact-right-top-section {
	width:523px;
	overflow:hidden;
	margin:0;
	float:left;
}

.fact-right-middle-section {
	width:498px;
	overflow:hidden;
	margin:0;
	float:left;
	background-color:#454a50;
	color:#fdb813;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	padding-top:5px;
	padding-bottom:5px;
}

.fact-right-bottom-section {
	width:523px;
	overflow:hidden;
	margin:0;
	float:left;
}

.content-section-right {
	width:365px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-left:19px;
}

.our-locations {
	width:365px;
	overflow:hidden;
	margin:0;
	float:left;
	color:#58791d;
	padding-bottom:10px;
	padding-top:28px;
	font-size:25pt;
}

.grey-seprator {
	width:365px;
	overflow:hidden;
	margin:0;
	float:left;
}

.scottsdale-arizona {
	width:365px;
	overflow:hidden;
	margin:0;
	float:left;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}





/******* FONT CLASSES *******/

.font01 {
	font-size:12pt;
	
}

.font02 {
	font-size:16pt;
	color:#d2232a;
}

.font03 {
	font-size:15pt;
}

.font04 {
	font-size:27pt;
}

.greenlink {
	color:#314a04;
	text-decoration:underline;
	
}

.greenlink:hover {
	color:#314a04;
	text-decoration:none;
	
}


