/*
Theme Name: Coogee
Theme URI: http://imotta.cn/wordpress/coogee-theme-v02-for-wordpress.html
Description: A simple 2-Column WordPress theme. Widget ready.
Version: 0.2.2
Author: motta
Author URI: http://imotta.cn/
Tags: coogee, fixed width, two columns, blue
*/

*{
	margin: 0;
	padding: 0;
}

body, html{
	color: #333333;
	font-family: "Lucida Grande", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

#indexpara {
	line-height: 190%;
}

a{
	color: #0066cc;
	text-decoration: underline;
	outline-color: invert;
	outline-style: none;
}

a:hover{
	color: #ff5400;
}

a img{
	border: 0;
}

code{
	background-color: #fafafa;
	font-family: "Courier New", Courier;
	margin: 10px 20px;
	border: 1px dashed #dddddd;
	color: #777777;
	padding: 0 5px 2px;
	line-height: 180%;
	display: block;
}

table{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #c0c4dc;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #000;
	color: #000;
}

td{
	padding: 8px;
	background: #fff; 
	border-bottom: 1px solid #000;
	color: #000;
	border-top: 1px solid transparent;
}

.textbox {padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid}



/*------------------------ Header ------------------------*/

#header{
	border-top: 6px solid #91aa9d;
	height: 100px;
	background: #193441 none no-repeat scroll 0%;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.headerlogo {
position:absolute;
top:15px;
}


/*------------------------ Container & Main ------------------------*/

#container{
	width: 960px;
	background: #ffffff;
	margin: 0 auto;
}

#main{
	float: left;
	width: 660px;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#lesson{
	float: left;
	width: 740px;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}


.post{
	margin-bottom: 40px;
	font-size: 13px;
	text-align: left;
}

.post h2{
}

.post p{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
}

ol {     margin-left: 3em; } 

/*------------------------ Sidebar ------------------------*/

#sidebarpic {
	float: right;
	width: 250px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 250px;
	overflow: hidden;
	border: 1px solid #e3e5e4;
	border-top: 0;
	background: #f3f4ee;
	line-height: 160%;
	margin-bottom: 20px;
}

#sidebar ul{
	padding: 10px;
}

/* #sidebar a{
	color: #666666;
	text-decoration: underline;
}

#sidebar a:hover{
	color: #db5104;
}
*/

#sidebar ul h2{
	font-size: 18px;
	line-height: 150%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #3e606f;
	border-bottom: 1px solid #e3e5e4;
}

#sidebar ul li{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 2px;
}

#sidebar ul ul{
	padding: 0px 10px;
}

#sidebar ul ul li{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	padding-left: 16px;
}

#sidebar ul ul li ul{
	padding-left: 5px;
	margin-bottom: 0;
}

#sidebar ul ul li ul li{
	list-style: none;
	line-height: 120%;
	font-size: 12px;
	border-bottom: 0;
	background: none;
}


/*------------------------ Footer ------------------------*/

#footer {
	clear: both;
	position:relative;
	top:10px;
}


#footer .footer_wrapper{
	margin: 0 auto;
	width: 960px;
}

#footer .footer_left{
	float: left;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

#footer .footer_right{
	float: right;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

#wrap { width: 900px; margin: 0 auto; }

#col { left; width: 600px; margin: 0 0 10px 0; }

#col h2 {font-size:16px; color:#990000;}

#col h3 {font-size:18px; color:#000000; margin: 0 0 10px 0;}

#info { background: #eeeeee; padding: 7px; }
	
.red { color: #9D2900; }

.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }


.solidblockmenu{
position:absolute;
top:65px;
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #3e606f;
border-width: 1px 0;
background: #333333 url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #193441;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

#topbox {
background-image: url('topbox.jpg');
/* width: 660px; */
/* height: 30px; */
padding: 10px 0px 15px 40px;
margin: 0px 0px 5px 0;
float: center;
}


#topbox h2 {font-size:20px; color:#990000;}
#bootcampbox h2 {font-size:20px; color:#990000;}
#coursebox h2 {font-size:20px; color:#990000;}

#signupbutton {
	padding: 10px 0 0 0;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}