/** Header **/
body #header .container {
	padding-bottom: 15px;
}

/** Content **/
body #body {
	background: url('../images/backgrounds/body-page.png') repeat-x top center;
	min-height: 250px;
	padding-top: 20px;
}

body #body .container {
	height: 100%;
	overflow: hidden;
	background: white url('../images/backgrounds/sidebar-page.png') repeat-y right top;
}

body #main {
	float: left;
	width: 560px;
	min-height: 400px;
	padding: 20px;
	margin-left: 0;

	font-family: 'Helvetica Neue', "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #588635;
}

body #main p {
	color: inherit;
}

body #main .page {
	margin-bottom: 40px;
}

body #sidebar {
	float: right;
	width: 260px;
	height: 100%;
	padding: 20px;
}

body #main a {
	color: #edc249;
	text-decoration: none;
}

body #main .entry {
	clear: both;
}

#main h2 {
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	color: #92bd53;
	margin: 0 0 5px 0;
	font-family: "Humanst521 BT", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #92bd53;
	margin: 10px 0 10px 0;
	font-family: "Humanst521 BT", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main p {
	font-size: 13px;
}

#main ol {
    list-style-type: decimal;
    margin-left: 2em;
    margin-bottom: 1em;
}
    #main ol ol {
        margin-top: 2px;
        margin-bottom: 4px;
    }

#main ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0;
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
}
    #main ul ul {
        margin-top: 2px;
        margin-bottom: 4px;
    }

body #main blockquote {
	padding: 14px 14px 14px 46px;
	background: #e3f0d4 url('../images/misc/quote.png') no-repeat 12px 12px;
	font-style: italic;
	color: #92bd53;
	font-size: 15px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin-bottom: 15px;
}
body #main blockquote p {
	font-style: italic;
	color: #92bd53;
	font-size: 15px;
	margin: 0;
}

.title-img {
	float: left;
	margin: 0 10px 0 0;
}

#main h1.sub-heading {
	padding-top: 6px;
	line-height: 20px;
}

#main h1.sub-heading span {
	color: #588635;
	font-size: 16px;
}

#main h1 a {
	color: inherit;
}

#main p.lead {
	color: #588635;
	font-weight: bold;
	line-height: 16px;
	text-align: justify;
}

.toc {
	padding: 15px 0 15px 15px;
	margin-bottom: 15px;

	font-size: 18px;
	color: #92bd53;
	background-color: #e3f0d4;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	#main .toc ol {
		height: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#main .toc ol li {
			float: left;
			padding: 2px 10px 3px;
			border-left: 1px solid #92bd53;
			margin-left: -1px;
		}

.toc a {
	color: #92bd53 !important;
	font-family: "Humanst521 BT", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.content-image {
	float: right;
	margin: 0 0 15px 15px;
}

.content p {
	text-align: justify;
}


.footer-banner {
	height: 100%;
	padding: 20px;
	overflow: hidden;
	background: #e3f0d4 url('../images/backgrounds/page-banner-gradient.png') repeat-x top left;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.footer-banner .text {
		float: left;

		font-family: "Humanst521 BT", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 54px;
		font-weight: bold;
		font-style: italic;
		color: #92bd53;
		line-height: 44px;
	}
	.footer-banner .buttons {
		padding-top: 8px;
		padding-right: 6px;
		float: right;
	}


body .bar {
	width: 900px;
	height: 84px;
	margin: 0 auto;
	background: #e3f0d4 url('../images/backgrounds/page-bar-gradient.png') repeat-x top left;
}
	body .bar .funFact {
	    margin-top: 2px;
	}
	body .bar .followUs {
	    float: left;
	    margin-left: 40px;
	    width: 560px;
	}
	body .bar .social-widget {
	    float:  right;
	    width:  560px;
	}

/** Sidebar **/
body #sidebar p {
	font-size: 12px;
	line-height: 16px;
	color: #92bd53;
}
	body #sidebar p a {
		color: #92bd53;
		text-decoration: none;
	}

body #sidebar .news-widget .entry p.time {
	color: #e3f0d4;
}


body #sidebar .sidebarWidget {
    margin: 30px 0;
}
    body #sidebar .sidebarWidget a {
    	color: #edc249;
    	text-decoration: none;
    }

body #sidebar .sidebar-menu-widget ul {
	margin-left: -10px;
}
body #sidebar .sidebar-menu-widget ul li {
	line-height: 16px;
	font-size: 16px;
}
body #sidebar .sidebar-menu-widget ul li a {
	display: inline-block;
	padding: 7px 10px;

	text-decoration: none;
	color: #92bd53;
}
	body #sidebar .sidebar-menu-widget ul li.selected a {
		background: #e1f0cd;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

body #sidebar .news-widget {
	margin-top: 30px;
	margin-bottom: 30px;
}
    body #sidebar .news-widget {
        padding: 0;
        width: auto;
    }

body #sidebar .sidebar-courses-widget {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 100%;
	overflow: hidden;
}
body #sidebar .social-widget {
	margin-top: 30px;
	margin-bottom: 30px;
}

body #sidebar .followUs {
	text-decoration: none;
	color: #92bd53;
}

/** 404 styles */
body.error404 #body {
	background: url('../images/backgrounds/body-page.png') repeat-x top center;
	padding-top: 20px;
}

body.error404 #body .container {
	overflow: hidden;
	background: white;
}

body.error404 #main {
	min-height: 300px;
	padding: 20px;

	font-family: 'Helvetica Neue', "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #588635;
}

body.error404 #main a {
	color: #edc249;
	text-decoration: none;
}

