/* CSS Document */
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
.row{
	max-width: 900px;
}
#header {
	background: url(../img/header-bg.jpg);
	height: 100px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
#logo {
	margin-top: 30px;
}
.top-bar {	
	background: url(../img/nav-bg.jpg);
	height: 45px;
}
.top-bar ul li a {
	font-size: 12pt;
	color: #ddd;
}
.top-bar-section ul li, 
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section ul li:hover:not(.has-form) > a, 
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background-color: transparent;
}
.top-bar ul li:hover {
	color: #fff;
 	background-color: #1f78e5;
}
#main {
	margin-bottom: 20px;
}
#content {
	margin-top: 20px;
}
.course_container {
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	border: 1px solid #dfe6f6;
	color: #52575b;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ecf3fb;
}
	.course_header {
		margin-bottom: 10px;
		font: bold 16px arial, helvetica, sans-serif;
		color: #1d68c5;
	}
	.course_header img {
		margin-bottom: 4px;
	}
#promo {
	padding: 20px 0;
}
	.promo_info img {
		float: left;
		padding: 0 10px 10px 0;
	}
.course_price {
	margin: 20px auto;
	padding: 10px;
	width: 200px;
	background: #eee;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.course_price a {
	color: #333;
	font-weight: bold;
	font-size: 16pt;
}
#content .button {
	background: #1f78e5;
}
#content .button:hover {
	background: #0f5bb9;
}
#content .button.special, .label.special {
	background: #f3a35e;
}
#content .button.special:hover {
	background: #d88239;
}
#footer_nav {
	height: 50px;
	background: url(../img/footer-bg.jpg);
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
#footer_nav ul {
	padding-top: 13px;
	list-style: none;
	text-align: center;
}
#footer_nav ul li {
	padding: 0 20px;
	display: inline;
}
#footer_nav ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_nav ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 40em) {
    .top-bar-section ul li a {
        color: #fff;
    }	
	.top-bar ul li:hover {
		color: #fff;
		background-color: transparent;
	} 
    .top-bar-section ul {
        background: #222;
    }
	#footer_nav ul li {
		padding: 0 10px;
		font-size: 9pt;
	}
}