/*  

Theme Name: London

Theme URI: http://www.charfishdesign.com/

Description: A clean, right-sidebar theme with more whitespace than Alaskan winters. 

Version: 1.0

Author: Charlie Pabst

Author URI: http://www.charfishdesign.com

*/





/* -- General -- */



* {

	padding: 0;

	margin: 0;

	}	


:focus {outline: none;}

body {
	color: #444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: georgia, times, "times new roman", serif;
	margin: 0px auto !important;
	padding: 0px !important;
	line-height: 25px;
	background: url(images/landingPageBg.png) repeat-x !important;
	text-align: center;
	width: 100%;
	}

#outer {
	width: 1000px;
	margin: 0 auto;
	background: none;
	}

#container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto !important; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: none;
	float: left;
	}

#wrap { 
	margin: 0px auto;
	text-align:left;
	width: 960px;
	padding: 0 0 0 0;
	background: none;
	} 
	
#ebookPicture {
	z-index: 101;
	position: absolute;
	float: right;
	width: 365px;
	text-align: center;
	color: #444 !important;
	margin: 0 0 0 550px;
	}	
	
#ebookPicture p {
	color: #444 !important;
	font-size: 18px;
	font-weight: bold;
	}
	
#banner {
	margin: 0 0 0 0;
	width: 960px;
	height: 237px;
	background: url(images/bannerLandingBg.png) no-repeat;
	}
	
#banner p {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 550px;
	padding: 20px 0 0 0;
	}

#courseContent {
	margin: 0 0 0 0;
	width: 960px;
	}
	
#courseContent p {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	width: 550px;
	padding: 10px 0 0 0;
	}



#courseDetailsHolder {
	float: left;
	width: 100%;
	background: #848484 url(images/courseDetailsBg.png) repeat-x;
	}

#courseDetails {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(images/courseDetailsHeader.png) no-repeat;
	}

#courseDetails p {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	width: 550px;
	padding: 10px 0 0 0;
	text-align: left;
	
	}
	
#videoBox {
	width: 375px;
	float: left;
	margin: 20px 20px 0 0;
	text-align: left;
	}
	
#courseDetailBullets {
	width: 510px;
	float: left;
	}
	
#courseDetailBullets ul li {
	background: url(images/checkmarkBullet.png) no-repeat left 3px;
	padding: 0 0 0 30px;
	list-style: none;
	font-family: Georgia, times, "times new roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 10px 0 0 0;
	text-align: left;
	}

/* -- Header -- */


#header {
	width: 960px;
	height: 54px;
	background: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#header h1 a {
	visibility: hidden;
	}

#header h4 {
	font: italic bold 15px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 30px 0 10px 105px; 
	float: left;
	}	

.searchbox {
	width: 200px;
	height: 0px;
	margin: 20px 0 0 0px !important;
	float:right; clear: right;
	}	

	

/* -- Top Navbar - Thanks to HTMLDog.com and the Son of Suckerfish Dropdown-- */


#navright {
	float: right;
	background: none;
	margin: 15px 0 0 0;
	height: 28px;
	width: 700px;
	padding: 3px 0 0 0;
	}

#navright li.current_page_item a:link,
#navright li.current_page_item a:visited,
#navright li.current_page_item a:active {
	font-weight: bold;
	color: #222;
	}

#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none; 
	float: right;
	}

#navbar a {
	color: #fff;
	display: block;
	font-size: 12px;
    margin: 0 8px 0 8px;
	text-decoration: none;
	font-weight: bold;
	}

#navbar a:hover {
	color: #222;
	}

#navbar li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
	height: 14px;
	line-height: 12px;
	}
	
#navbar li:last-child {
	border-right: none;
	}
	
#navbar li li {
	float: left;
	margin: 0px 0 0 5px;
	padding: 3px 5px; 
	list-style: none;
	color: #fff;
	width: 150px;
	background: #0e5b7c;
	border: none !important;
	}
	
#navbar li li a,
#navbar li li a:link,
#navbar li li a:active,
#navbar li li a:visited {
	color: #fff;
	font-size: 12px;
	float: none;
	margin: 0px;
	text-decoration: none; 
	list-style: none;
	background: #0e5b7c;
	}

#navbar li li a:hover {
	color: #fff;
	background: none;
	list-style: none;
	text-decoration: underline;
	}



#navbar li ul {
	padding: 5px 0 0 0;
	position: absolute;
	width: 10em;
	left: -999em;
	color: #5b899c;
	}



#navbar li:hover ul {

	left: auto;

	display: block;

	color: #5b899c;

	}



#navbar li:hover ul, #navbar li.navhover ul {

	left: auto;

	}



/* -- Content -- */



h1, h2, h3, h4 {
	font-family: georgia, times, "times new roman", serif;
	color: #0e5b7c;
	}



h1, h1 a, h1 a:visited {
	font-size: 22px;
	margin: 6px 0 5px 0;
	line-height: 28px;
	color: #0e5b7c !important;
	font-weight: bold;
	text-decoration: none !important;
	}

h1 a:hover {
	color: #888 !important;
	text-decoration: none;
	}
	

h2 {

	font-size: 16px;

	margin: 15px 0 0 0;

	}

	

h3 {

	font-size: 14px;

	margin: 15px 0 0 0;

	}

	

h4 {

	font-size: 14px;

	color: #0e5b7c;

	margin: 15px 0 0 0;

	}

	
#content {
	float: left;
	width: 660px;
	margin: 0;
	padding: 20px 15px 0 10px;
	display: inline;
	line-height: 24px;
	border-right: 1px solid #ccc;
	}

	

#content a {

	color: #0e5b7c;

	text-decoration: none;

	font-weight: bold;

}	

	

#content a:hover {

	text-decoration: underline;

}	

	

#content p {

	margin: 0px 0 10px 0;

	font: 14px/24px georgia, times, "times new roman", serif;

	color: #444;

}





#contenthead {

	width: 600px;

	font-family: georgia, times, "times new roman", serif;

	font-weight: bold;

	font-size: 14px;

	color: #444;

	margin: 0px 0 0 0;

	padding: 6px 0 5px 0;

	border-bottom: 1px solid #444;

	border-top: 4px solid #444;

	}


	

/* -- Linkage -- */





a, a:visited{

	color: #0e5b7c;

	text-decoration: none;

	font-weight: bold;

	

	}

	

a:hover{

	text-decoration: underline;

	}

	





/* -- Some Image Handling -- */


a img {
	border: none !important;
	}

img.alignleft { 
	padding: 0px;
	float: left;
	margin: 0 10px 0 0;
	}

img.alignright { 
	padding: 5px;
	float: right !important; margin: 0 0 0 5px;
	}

.imgmid {
	padding: 4px;
	margin: 7px auto;
	}





#content ol {
	margin-left: 10px;
	color: #444;
	font: 14px/24px georgia, times, "times new roman", serif;
	}

#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

#content ul {
	margin-left: 10px;
	color: #444;
	font: 14px/24px georgia, times, "times new roman", serif;
	}

#content ul li{
	list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}



/* -- Footer -- */


#footer-container {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: left;
	float: left;
	height: 52px;
	padding: 0;
	background: teal url(images/footerBg.png) repeat-x;
	}

#footer {
	width: 1000px;
	margin: 0 auto;
	color: #999;
	text-align: left;
	font-size: 12px;
	padding: 15px 0 0 15px;
	font-weight: bold;
	background: none;
	}

	
#footer ul li {
	list-style: square;
	color: #6da3ba;
	margin-left: 12px;
	}

#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: underline ;
	}

#footer a:hover {
	color: #999;
	}

#footer-left {
	float: left;
	padding: 0 10px 0 10px;
	background: none;
	}

#footer-right {
	float: right;
	padding: 0 0px 0 50px;
	background: none;
	}

#footer h2 {
	color: #ce8560;
	font-size: 18px;
	padding: 0;
	}




#logo {
	background: none;
	float: left;
	position: absolute;
	z-index: 99;
	width: 530px;
	height: 79px;
	margin: 0 0 0 0;
	}
	
#ad {
	margin: 10px 0;
	}	

	

.postform { width: 250px !important; padding: 0; margin: 0; overflow: hidden; }




.clearfix {
	content: ".";
	visibility: hidden;
	clear: both !important;
}



