/*
Theme Name: Online Marketing School
Theme URI: http://onlinemarketingschool.com/
Description: Custom WordPress theme for Online Marketing School website.
Version: 1.0
Author: Adrian Diaconescu
Author URI: http://rubiqube.com/
*/


* {
	margin: 0;
	padding: 0;
}

html {
	padding-bottom: 25px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #787878 url(images/bg_body.png) repeat-x top left;
	color: #63696E;
	font-size: 11px;
}

a {
	font-weight: bold;
	color: #0277BC;
	text-decoration: none;
}

a:hover {
	color: #00A3E6;
	text-decoration: underline;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrapper {
	background-color: #FFFFFF;
	width: 969px;
	margin: 19px auto 0 auto;
}

#header {
	height: 135px;
	background: url(images/bg_header.png) no-repeat top left;
}

#logo {
	padding-top: 15px;
	margin-left: 15px;
	float: left;
}

#logo a {
	display: block;
	width: 106px;
	height: 106px;
	background: url(images/logo.jpg) no-repeat top left;
}

#logo a span {
	display: none;
}

#contact {
	float: left;
	margin: 30px 0 0 35px;
	width: 390px;
	background: url(images/tagline.gif) no-repeat top left;
	line-height: 1.3;
}

#contact-call {
	float: left;
	text-align: right;
	margin: 45px 0 0 30px;
	padding-right: 10px;
	background: url(images/sep_contact.gif) no-repeat center right;
}

#contact-email {
	float: left;
	margin: 45px 0 0 10px;
}

/* START - Styling for top menu */

/* IMPORTANT NOTE: some hacks are required (the only way to obtain the required functionality), so class names (page-item-ID) need to be changed based on Wordpress Page ID's */
/* Example: page-item-110 is for a Page with ID=110; check Wordpress admin for corrent ID's and update here */

#menu {
	float: left;
	font-size: 85%;
}

#menu ul {
	margin-left: 60px;
}

#menu ul li {
	float: left;
	font-size: 110%;
	text-align: center;
	padding: 0 15px;	
}

#menu ul li a {
	display: block;
	color: #DBE0E1;
	text-decoration: none;
	padding: 62px 0 5px 0;
	width: 82px;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: #B9E2F7;
}

#menu ul li.page-item-3 a {
	background: url(images/bg_menu_course.png) no-repeat top center;
}

#menu ul li.page-item-3 a:hover {
	background: url(images/bg_menu_course_over.png) no-repeat top center;
}

#menu ul li.page-item-4 a {
	background: url(images/bg_menu_blog.png) no-repeat top center;
}

#menu ul li.page-item-4 a:hover {
	background: url(images/bg_menu_blog_over.png) no-repeat top center;
}

#menu ul li.page-item-6 a {
	background: url(images/bg_menu_testimonials.png) no-repeat top center;
}

#menu ul li.page-item-6 a:hover {
	background: url(images/bg_menu_testimonials_over.png) no-repeat top center;
}

/* END - Styling for top menu */

#topsearch {
	float: left;
	margin: 20px 0 0 100px;
}

#topsearch #s {
	float: left;
	width: 158px;
	padding: 2px;
	border: 1px solid #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#topsearch #btn-search {
	float: left;
	width: 56px;
	height: 18px;
	background: url(images/btn_search.png) no-repeat top left;
	cursor: pointer;
	border: none;
	margin-left: 5px;
	margin-top: 1px;
}

#container {
	background: url(images/bg_container.png) repeat-x bottom left;
	padding-bottom: 20px;
}

/* START - Styling for left menu: Page Navigation */

#sidebar-primary {
	float: left;
	width: 216px;
	margin-left: 10px;
}

#pagenav {
	width: 216px;
}

#pagenav .top {
	height: 25px;
	background: url(images/bg_pagenav_top.png) no-repeat top left;
}

#pagenav .content {
	background: #0277BC;
}

#pagenav .content-inner {
	width: 196px;
	margin-left: 19px;
}

#pagenav .content-inner ul li {
	padding: 5px 0 5px 10px;
	background: url(images/arrow1.gif) no-repeat top left;
	background-position: 0 9px;
	font-weight: bold;
}

#pagenav .content-inner ul li ul {
	margin-top: 5px;
}

#pagenav .content-inner ul li ul li {
	border: none;
}

#pagenav .content-inner ul li.current_page_item a {
	color: #B4D6EB;
}

#pagenav .content-inner ul li.current_page_item ul li, #pagenav .content-inner ul li.current_page_parent ul li {
	margin-bottom: 1px;
	background: #005A95 url(images/arrow2.gif) no-repeat top left;
	padding-left: 16px;
}

#pagenav .content-inner ul li.current_page_item ul li a {
	color: #FFFFFF;
}

#pagenav .content-inner ul li a {
	color: #FFFFFF;
}

#pagenav .btm {
	height: 20px;
	background: #0277BC url(images/bg_pagenav_btm.gif) no-repeat bottom left;
}

/* END - Styling for left menu: Page Navigation */


/* START - Styling for content panel */

#content {
	float: left;
	width: 497px;
	margin-left: 10px;
}

#content-top {
	height: 15px;
	background: url(images/bg_content_top.png) no-repeat top left;
}

#content-top-home {
	height: 170px;
	background: url(images/bg_content_top_home.jpg) no-repeat top left;
}

#content-btm {
	height: 15px;
	background: url(images/bg_content_btm.png) no-repeat top left;
}

#content-txt {
	background: url(images/bg_content.gif) repeat-y top left;
}

#content-txt-inner {
	padding: 5px 25px;
}
#content ul {
        list-style-type: disc;
        line-height: 1.5em;
        padding: 6px;
        margin: 4px;
        text-indent: 1px;
        list-style-position: outside;
        margin-left: 1em;
        margin-bottom: 15px;
}
#content ul ul {
        list-style-type: circle;
        line-height: 1.5em;
        padding: 6px;
        margin: 0px 4px 4px 4px;
        text-indent: 1px;
        list-style-position: outside;
        margin-left: 1em;
        margin-bottom: 0px;
}
#content blockquote {
	font-style: italic;
        font-size: 11px;
	font-weight: normal;
	color: #63696E;
	background: #F8F8F8 url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	border-top: 1px solid #E9E9E9;
	padding: 8px 15px 8px 60px;
	margin: 15px 0 10px 0;
}

.post p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post blockquote {
	color: #40B4E2;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
	font-style: italic;
}

.post img.alignleft {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #969696;
	margin: 5px 15px 10px 0;
}

.post img.alignright {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #969696;
	margin: 5px 0 10px 15px;
}

.title {
	color: #2B3947;
	font-size: 140%;
	margin-bottom: 15px;
	font-weight: bold;
}

.post h3 {
	font-size: 130%;
	margin-bottom: 5px;
	font-weight: bold;
}

.newsentry {
	padding: 10px 0;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.entry h3 {
	font-size: 110%;
	margin-bottom: 5px;
}

/* END - Styling for content panel */


/* START - Styling for right panels */

#sidebar-secondary {
	float: left;
	width: 216px;
	margin-left: 10px;
}

.sidepanel {
	width: 216px;
}

.sidepanel .top {
	height: 33px;
	background: url(images/bg_sidepanel_top.png) no-repeat top left;
}

.sidepanel .top h3 {
	color: #FFFFFF;
	padding: 11px 16px;
	float: left;
	font-weight: bold;
}

.sidepanel .content {
	background: url(images/bg_sidepanel_content.gif) repeat-y top left;
}

.sidepanel .content-inner {
	width: 184px;
	margin-left: 16px;
	padding: 10px 0;
}

.sidepanel .content-inner p {
	line-height: 1.3;
}

.sidepanel .content-inner ul {
	list-style: outside disc;
	margin-left: 15px;
}

.sidepanel .content-inner li {
	color: #426881;
	padding: 5px 0;
}

.sidepanel .content-inner li a {
	font-weight: bold;
	color: #426881;
}

.sidepanel .btm {
	height: 15px;
	background: url(images/bg_sidepanel_btm.png) no-repeat top left;
	padding-bottom: 10px;
}

/* Courses panel */

#courses .top {
	background: url(images/bg_sidepanel_courses.png) no-repeat top left;
}

/* Mailing panel */

#mailing .top {
	background: url(images/bg_sidepanel_mailing.png) no-repeat top left;
}

#mailing #email {
	float: left;
	width: 120px;
	padding: 2px;
	border: 1px solid #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mailing #btn-submit {
	float: left;
	width: 50px;
	height: 19px;
	background: url(images/btn_submit.png) no-repeat top left;
	cursor: pointer;
	border: none;
	margin-left: 5px;
}

/* Blog panel */

#blog .top {
	background: url(images/bg_sidepanel_blog.png) no-repeat top left;
}

#blog .content-inner li {
	color: #40B4E2;
}

#blog .content-inner li a {
	color: #40B4E2;
}

/* END - Styling for right panels */

#footer {
	width: 969px;
	height: 62px;
	background: url(images/bg_footer.png) no-repeat top left;
	color: #787878;
	font-weight: bold;
	font-size: 110%;
}

#footer p {
	padding: 30px 0 0 0;
	text-align: center;
}

#footer a {
	color: #787878;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
}
