/*
Theme Name: EduHealth 
Theme URI: http://www.mhdesignmedia.co.uk/
Description: A slider focused theme for Wordpress 
Author: MHDesign 
Author URI: http://www.mhdesignmedia.co.uk/
Version: 1.0 
Tags: EduHealth, MHDesign
Copyright 2012. 
*/
/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');
@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #727272;
	font-size: 12px;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
img {
	border: 0;	
}
a {
	color: #008bcb;
	text-decoration:underline;
}
a:link {
	color:#008bcb;
	text-decoration:underline;
}
a:hover {
	color:#00458f;
	text-decoration:underline;
}
a:visit {
	color:#008bcb;
	text-decoration:none;
}
h1 {
	font-family: Gotham-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 120%;
	font-weight: normal;
	margin: 0;
	color: #666666;
    padding-bottom: 5px;
	text-decoration:none;
}
h1 a:link {
	text-decoration: none;
	color: #666666;
}
h1 a:visited {
	text-decoration: none;
	color: #666666;
}
.entry-title {
	text-decoration: none;
	color: #666666;
}
h2 {
	font-family: Gotham-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	color: #666666;
    line-height: 36px;
	padding-top: 25px;
    padding-bottom: 5px;
}
h3 {
	font-family: Gotham-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #3f3f3f;
    line-height: 28px;
	padding: 10px 0 10px 0;
	border-bottom: #b5b5b5 dotted thin;
	margin-bottom: 12px;
}
h4 {
	font-family: Gotham-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	color: #ffffff;
    line-height: 32px;
	padding: 10px 0 10px 0;
	text-shadow: 2px 2px 2px #333333;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #06398a;
    margin-top: -30px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #06398a;
}
hr {
	height: 1px;
	color: #e1e7ea;
	width: 90%;
	text-align: center;
	margin: 30px auto 10px auto;
}
.bluetext {
	color: #008bcb;
	font-weight: bold;
}
#pagebg {
	height: 100%;
	background: #002a58 url(images/eduhealth_01.jpg) repeat-x;
	padding-bottom: 40px;
	font-size: 12px;
}
#header {
	margin: 0 auto;
	width: 942px;
	height: 187px;
}
#branding {
	float: left;
	width: 260px;
	margin: 30px 0 0 0;
}
#modules {
	float: right;
	width: 670px;
	margin: 30px 0 0 0;
}
#searchbar {
	text-align: right;
	margin: 0px;
}
.searchform {
	width: 180px;
	height: 30px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #333333;
	padding-left: 15px;
	border:1px solid #aaa;
	background:#FFFFFF;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 2px 2px 6px 0px #CCCCCC;
	-webkit-box-shadow: inset 2px 2px 6px 0px #CCCCCC;
	box-shadow: inset 2px 2px 6px 0px #CCCCCC;
	text-align: left;
	outline: none;
}
.searchbutton {
	padding: 0 0 0 6px;
	vertical-align:middle;
}

/* The menu! */
#menu {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.menuleft {
	width: 9px;
	height: 48px;
	float: right;
}
.menumain {
	height: 48px;
	min-width: 400px;
	background:url(images/menu-bg_13.jpg) repeat-x;
	float: right;
	padding-right: 10px;
}
.menuright {
	width: 8px;
	height: 48px;
	float: right;
}
#dc_jqmegamenu_widget-2-item ul li a {
	font-size: 12px;	
}

/* Content slider */
#main {
	margin: 0 auto;
	width: 942px;
	height: 100%;
}
#sliderbg {
	background:url(images/sliderbg_16.jpg) no-repeat;
	width: 926px;
	height: 363px;
	padding: 9px 8px 0 8px;
}
#slider-inner {
	background:url(images/inner-top-942.gif) no-repeat;
	width: 942px;
	height: 44px;
}
#crumbs {
	padding: 14px 20px 0 40px;
}
#crumbs a:link, #crumbs a:visited {
	color: #727272;
	text-decoration: none;
}
#crumbs a:hover {
	color: #333333;
	text-decoration: underline;
}
.breadcrumbs {
	padding: 12px 20px 0 30px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #727272;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;
}
.theme-default1 {
	background:url(images/sliderbg_16.jpg) no-repeat;
	width: 942px;
	height: 363px;
	padding: 9px 8px 0 8px;
}
.theme-default #slider {
    width:926px; /* Make sure your images are the same size */
    height:355px; /* Make sure your images are the same size */
}
#nivoblue {
	z-index: 6;	
	width: 926px;
	margin: -50px auto 0 auto;
}
.nivobluebar {
	position: relative;
	background:#003399;
	opacity:0.6; /* Overridden by captionOpacity setting */
	width:100%;
	height: 42px;
	z-index:5;
	visibility:visible;
}
.capTitle {
	font-size: 28px;
	font-weight: bold;
}

/* Page framework */
#page {
	width: 942px;
	min-height: 500px;
	background: url(images/pagebg_17.png) repeat-y;
}
#container {
	float: left;
	width: 550px;
	padding: 20px 40px 20px 40px;
}
#primary {
	float: right;
	width: 238px;
	min-height: 300px;
	text-align: left;
	padding: 10px 30px;
	background:url(images/rightcolumn_21.jpg) repeat-y;
	list-style:none;
}
.widget-area h3 {
	clear: both;
}
.widget-area li ul {
	margin-left: 0px;	
}
.widget-area li ul li a:link {
	text-decoration: none;
	font-size: 14px;
	padding: 2px;
	color: #333333;
}
.widget-area li ul li a:visited {
	text-decoration: none;
	font-size: 14px;
	padding: 2px;
	color: #333333;
}
#page-footer {
	clear: both;
	margin: 0 auto;
	width: 942px;
	height: 11px;	
}
#footer {
	background:#727272 url(images/eduhealth_24.jpg) repeat-x;
	min-height: 389px;
}
#footer-top {
	height: 42px;
	margin: 0 auto;
	width: 862px;
	padding: 6px 40px 6px 40px;
}
.footer-twitter {
	float: left;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	height: 50px;
	overflow: hidden;
}
.twitterbird {
	float: left;
	padding-top: 6px;
}
.footer-social {
	float: right;
	width: 100px;
	text-align: right;
	padding-top: 6px;
}
.footer-social img {
	margin: 0 0 0 12px;
}
#secondary {
	clear: both;
	min-height: 282px;
	margin: 0 auto;
	width: 940px;
}
.col-one {
	float: left;
	width: 250px;
	padding: 30px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.col-two {
	width: 30%;
	padding: 20px 10px 20px 10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.col-three {
	width: 30%;
	padding: 20px 10px 20px 10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
#site-info {
	clear: both;
	background:#444444 url(images/eduhealth_26.jpg) repeat-x;	
	min-height: 52px;
}
#site-info p {
	margin: 0 auto;
	padding-top: 14px;
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#site-info a {
	color: #FFFFFF;
}
#site-info a:hover {
	color: #CCCCCC;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.alignright {
	float: right;
	margin: 5px 0px 10px 15px;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
.skip-link {    
	position:absolute;        
	left:-9000px;
}
.single #nav-above {
    display:none;
}
#nav-below {
	margin-top: 12px;
}

/* Footer contact form */
.omc-contact-widget fieldset {
	margin-top:8px;
	border: none;
}
.omc-contact-widget p {
	float:left;
	margin:0px;
	padding: 2px;
}
.omc-contact-widget input {
	padding:6px 6px 6px 12px;
	margin: 0px;
	width:200px;
	height:26px;
	background:#FFFFFF;
	color:#000000;
	font-size:12px;
	border:0px solid #aaa;
	border-bottom:0px solid #2a2a2a;
	border-right:0px solid #191919;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
.omc-contact-widget textarea {
	font-family:sans-serif;
	padding:8px 8px 8px 12px;
	margin: 0px;
	height:60px;
	overflow: auto;
	width:200px;
	border:0px solid #aaa;
	border-bottom:0px solid #2a2a2a;
	border-right:0px solid #191919;
	background:#FFFFFF;
	color:#000000;
	font-size:12px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
.omc-contact-widget input.footer-send {
	opacity:0.9;
	height: 26px;
	padding:4px 20px 4px 20px;
	width:auto;
	background:url(images/footer-button-background.png) scroll transparent repeat-x;
	color:#333;
	font-size:12px;
	-moz-box-shadow: inset 1px 4px 15px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 1px 4px 15px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 1px 4px 15px 0px rgba(0, 0, 0, 0);
}
.omc-contact-widget input.footer-send:hover {
	opacity:1;
	cursor:pointer;
}
.omc-contact-widget textarea:focus, .omc-contact-widget input:focus {
	outline:none;
	-moz-box-shadow:  0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:  0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	box-shadow:  0px 0px 15px 0px rgba(255, 255, 255, 0.5);
}
div.wpcf7-validation-errors {
	border: none;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
	left: 3%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 200px;
	padding: 2px;
	color: #000000;
}

/*
	HL TWITTER This is a basic set of rules designed to work well with
	the Twenty Ten theme provided as part of WordPress 3.0.
*/
ul.hl_recent_tweets {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
}
.hl_recent_tweets li {
	margin: 4px 6px 4px 8px;
	list-style: none;
}
.hl_recent_tweets p {
	margin: 0px;
}
.hl_recent_tweets span {
	display: block;
	font-size: 10px;
}
.hl_recent_tweets_none {
	margin: 0;
}
.hl_recent_tweets_meta {
	font-size: 10px;
	color: #999;
	font-style: italic;
}
.dtreviewed { display: none !important; }
}