/** * Child CSS Stylesheet * 
* @package templateSystem 
* @copyright Copyright 2010 Career Accelerators 
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 
*/  
@import url("parent-stylesheet.css");  

/*********************  GLOBAL ********************/  
/**************************************************/

body { 		
	background: #4574AD url(../images/blue-bg.gif) repeat scroll 0 0; 	
	font-size: 10pt;	
	line-height: 135%;
	color: #000;
}  

#clear, .clear {clear: both;}

#mainWrapper {	
	width: 90% !important;
	max-width: 1250px;	
	min-width: 950px;	
	//width: 950px; /*ie hack*/	
	background-color: #BACFE8; 
	margin: auto;
	position: relative;
} 

#mainWrapper a {  color: #336699; }  

#productGeneral , #cartAdd,  .centerBoxHeading  { background: #BACFE8; }


/***************** HEADER BANNER ******************/  
/**************************************************/

#headerWrapper { 	position: relative; background: #162A8F;}
#headerContent { 	background: none; height: 235px; position: relative; z-index: 1100;} 
#logopic {
	z-index: 1500;
	position: absolute;
	top: 5px;
	height: 235px;
	width: 290px;
	background: url('../images/CA-logo2.jpg');
}
#logopic img { height: 250px;}

p.title { 	
	color:#FFFFFF;
	font-family: corbel, helvetica, sans-serif;
	font-size:23pt;
	font-weight:bold;
	text-transform:uppercase;
	opacity: 0.8;
	
	/*position*/
	margin: 0; 	padding: 0;
	position: absolute;
	top: 85px;
	//top:65px; /*ie hack*/
	left:35%;
	z-index: 1000;
	width:800px;
	height: 80px;
} 

/*********  Fading Quotes ********/
div#fade_container, div.fade_container,
div#fade, div.fade {
	position:relative; 
	top:130px; 
	left:40%; 
	width:58%; 
	text-align:left;
	height: 8em;
	overflow: hidden;
}
div#fade p {
	font-size: 11pt;
	color:#FFF2C9;
	font-family:georgia,serif;
	font-style:italic;
	margin-bottom:2em;
	text-align:center;
	width:100%;
}


/*********************  FONTS *********************/  
/**************************************************/
 
 h1  { 	
	background: #010066;  
	color: #fff; 
	padding: 10px; 
 } 
 
 h2  { 	
	background: #336699;  
	font-size: 11pt;	
	text-align: center; 
	padding-top: 3px; 
	height: 22px; color: #fff; 
	margin-top: 20px;
}

h3  { 	
	color: #960B00; 
	font-weight: bold; 
	font-size: 11pt; 
}  


h4 { 
	font-weight: bold; 
	color: #010066;
	font-size: 10.5pt;
	margin: 0;
	display: inline; 
}

.biggerText  {
/***for product description*/
	font-size:1.05em;
}
.sideBoxContent {
/**text in sidebar, such as numbers of products in category eg (4) **/
	font-size: 1em;
}

/*****************  TOP NAVIGATION ****************/  
/**************************************************/
#navMain { 	
	//margin-top: 0px;  /**IE hack*/
	float: right;
	padding-right: 225px;
	padding-top: 8px;
} 
#navMainWrapper {
	background: #162A8F;
	border-bottom: 10px solid #336699;
}
#navMainWrapper a:link, #navMainWrapper a:visited  {  color: #BACFE8; }
#navMainWrapper a:hover { color: #FFF; text-decoration: none; }

#topmenubar { 
	width: 100%;  
	background: #182E9C;
	height: 45px;
	border-top: 3px double #4D74AD;
	border-bottom: 3px double #4D74AD;
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 1350;
	opacity: 0.85;
}  

#navEZPagesTop { float: right; }

#topmenubar ul {	
	list-style: none;	
	margin: 0;	
	padding: 0;
} 

#topmenubar ul li.nobg , #topmenubar ul li { 	
	float: left;	
	background: none;	
	padding: 0;	
	font-family: verdana;
} 

#topmenubar ul li a { 	
	display: block;	
	padding: 10px 10px 0px 10px;	
	height: 30px;	
	height: 29px; /*IE hack*/
	float: left;
	border: 3px double #4574AD;
	background: #FFF2C9;
} 
#topmenubar ul li a:link, #topmenubar ul li a:visited, #topmenubar ul li a:hover { color: #010066; }

#topmenubar ul li a:hover{ 	
	background: #6B98CC;
}  

#navCurrenciesWrapper { color: #F7F7F7; }

/****************  SIDE NAVIGATION  ****************/  
/**************************************************/
.leftBoxContainer a:hover, #navColumnOneWrapper  a:hover , .columnLeft a:hover{ 	color: #D61000;	  } 

.leftBoxContainer a, #navColumnOneWrapper  a {  	
	line-height: 90%;  	
	font-size: 9.5pt;	
	color: #336699; 
} 

#informationContent a:hover,
#moreinformationContent a:hover,
#ezpagesContent a:hover,
#categoriesContent a:hover,
#docssideboxContent a:hover,
#freestuffsideboxContent a:hover
#informationContent a:hover {
	background-image: url('../images/point-large.gif');
	background-position:left center;
	background-repeat:no-repeat;
} 

/*arrow style on new sidebox links*/
#informationContent ul, #docssideboxContent ul, #freestuffsideboxContent ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}
#informationContent a, #docssideboxContent a, #freestuffsideboxContent a { 
	background-image:url("../images/point.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

h3.leftBoxHeading {	
	background: #6B98CC;	
	margin-left: 0px;
	padding-left: 20px;	
	font-family: verdana, sans-serif;
	font-size: 10.5pt;
}  

.leftBoxHeading h3 a { color: #FFF2C9; }

#navColumnOne {   background: url('../images/sidebar-bg.gif');  }  
#navColumnOneWrapper { 
	background: #F7F7F7; 
	margin-top: 90px;
	//position: relative; /*ie hack*/
	//top: 90px; /*ie hack*/
}

#sideBlock {
	height: 116px;
	width: 180px;
	background: #FFF2C9;
	padding: 15px;
	position: absolute;
	top: 240px;
}

.sideBoxContent {  padding-left: 5px; }

div#navColumnOneWrapper h3 a { color: #010066; }
div#navColumnOneWrapper h3 a:hover { color: #BACFE8; }

/*********************  LAYOUT ********************/  
/**************************************************/

#navBreadCrumb { 	margin: 15px 25px 15px 20px;  }
#checkoutShipto, #checkoutBillto { 	width: 70%; } 

/********* All tables ********/
/********* All tables ********/
.tabTable, .tabTable tbody, .tabTable tr, .tabTable td, 
#cartContentsDisplay, #cartContentsDisplay tbody, 
#cartContentsDisplay tr, #cartContentsDisplay td  {	
	background: #FFF2C9;
}
#cartSubTotal { 	background: #3D7AB8; color: #FFF2C9; }  

table#downloads { 
	background: #FFF2C9; 
	border: 1px solid #000; 
	padding: 10px;
}

h3.itemTitle a { font-weight: bold }

/********* Adverts and Hypno News Sign Up box ********/

div#affiliates {
	//margin-top:100px; /*IE HACK*/
}

h3#bannerboxHeading { display:none; } /*hide 'Sponsors' heading*/

table#newsletter {
	width: 190px;
	border:2px solid #000000;
}

span#newsletter-small {
	font-size:8pt; 
	line-height:0px;
	//line-height:10px; /*IE HACK*/
}


/********* SHOPPING CART ********/  
.cartNewItem { color: #D61000; } 
.cartOldItem { color: #336699; }  
#cartProdTitle { font-weight: bold; }   

/*********  Image Panel ********/
#imagePanel img {
	width: 18.5%;
	border: 1px solid #FFF2C9;
}
#imagePanel { min-height: 150px; overflow: hidden; text-align: center;}

#workshoppics  {text-align: center;}
#workshoppics img { 
	width:19%; 
	max-width:160px; 
}

/**/
#affililations, #affiliations img {
	padding-top: 90px;
	height: 145px;
}

/********* COURSES PAGE ********/  
div#buttonWrapper {
	text-align: center; 
	margin: auto; 
	width: 560px;
}
div#buttonWrapper a.courseButton {
	display: block; 
	border: 10px solid rgb(1, 0, 102); 
	padding: 10px; 
	background: none repeat scroll 0% 0% rgb(255, 242, 201); 
	line-height: 1.25; 
	text-align: center; 
	font-size: 1.6em; 
	width: 200px;
	margin: 20px;
	float: left;
}
div#buttonWrapper a.courseButton:hover {
	text-decoration: none;
	background: #f7f7f7;
}

div#course-sidebox, div.floating-sidebox { 
	border:1px solid #F2F2F2;
	float:right;
	margin-left:5px;
	padding:5px;
	text-align:center;
	width:25%;
}
div#course-sidebox h2, div.floating-sidebox  h2 { margin: 0 0 5px; }
div#course-sidebox a, div.floating-sidebox  a { font-size:11pt; font-weight:bold; }

/*Use this if you want to put any content in a box or give it an outline*/
.box {
	border:3px double #336699;
	margin:5px;
	padding:5px;
}
.smallbox {
	border:3px double #336699;
	margin:5px auto;
	padding:5px;
	text-align: center;
	width: 50%;
}

blockquote {
	border-left:12px dotted #C4DBF5;
	padding-left:20px;
}

/********  News Feed Page *******/
p.item { border-bottom:1px solid #F7F7F7 !important; }
div#items span.description {  color: #010066; }
div#items span.date {  color: #607B8B; }
div#items p.item a { font-weight: bold; }
div#items p.item span.date a { font-weight: normal; }
span.grey { color: #960B00 !important; }

/*********  Scripts Pages ********/
div.hypno-script {
	background: #F7F7F7;
	margin:5px;
	padding:5px;
}
div.hypno-script  p { padding: 10px; }
div.hypno-script  h4{ display: block; margin-top: 20px; }

div.hypno-script-box {
	background: #BACFE8;
	padding: 0 5px;
	text-align: center;
}
div#hypno-script-logo {
	background: #162A8F;
	float:left;
	height:235px;
	margin-right:15px;
	width:290px;
}
/********* REMOVAL OF UNWANTED LAYOUT ITMES ********/  
#navColumnTwo { 	display: none;  }  
#bannerSix { display: none;  }  
#navCatTabs, #navCatTabsWrapper { 	display: none;  } 
