/*
Theme Name: RealMD
Theme URI: http://www.realmd.com
Description: RealMD theme with excerpt posts
Version: 1.0
Author: Mosaic Group LLC
Author URI: http://mosaicteam.com
*/
* {margin:0; padding:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong { font-weight: 700 }
em { font-style: italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
img {border:none}
a {text-decoration: none; color: #00acea;}
a:hover {text-decoration: none; color: #0090C4;}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

body {
	background: #f5f6f7 url(images/header-background.png) repeat-x;
	font-family: "myriad pro", helvetica, arial, sans-serif;
	color: #1b1818;
}

#wrapper {
	width: 1010px;
	margin: 0 auto;
}
#header {
	height: 505px;
	background: url(images/header.png) no-repeat;
}
.welcome {
	position: absolute;
	top: 221px;
	width: 355px;
	margin-left: 35px;
}
.welcome p{
	font-size: 14px;
	color: #fff;
}
.welcome p span {
	color: #00acea;
}
.question {
	position: absolute;
	top: 335px;
	width: 555px;
	margin-left: 35px;
}
h2.ask {
	font-size: 19px;
	color: #fff;
	padding-bottom: 10px;
}
input.inputbox {
	background: url(images/input.png) no-repeat;
	border: none;
	width: 375px;
	height: 41px;
	padding: 7px 0 0 15px;
	font-size: 20px;
}
.submitbutton {
	position: absolute;
	margin-top: -48px;
	left: 375px;
	height: 41px;
	width: 73px;
	border: none;
	background: url(images/ask-button.png) no-repeat;
	cursor: pointer;
}
*html .submitbutton { /*ie6hack*/
	position: absolute;
	margin-top: -49px;
	left: 375px;
	height: 41px;
	width: 73px;
	border: none;
	background: url(images/ask-button.png) no-repeat;
}
*:first-child+html .submitbutton { /*ie7hack*/
	position: absolute;
	margin-top: -49px;
	left: 375px;
	height: 41px;
	width: 73px;
	border: none;
}
/*******************Main Navigation
 ******top 
 * initial state: 0
 * hover: 50
 * active: 100
 *****left
 *home: 0
 *medical: 76
 *doctors: 241
 *faq: 426
 *about: 491
 *contact: 577
 *****width
 *entire navbar: 683
 *home: 76
 *medical: 165
 *doctors: 185
 *faq: 65
 *about: 66
 *contact: 106
*/
#navbar {
	position: absolute;
	top: 443px;
	height: 150px;
	width: 683px;
	margin-left: 35px;
}
.nav { background:url(images/menu-sprite.png) }
.nav li { float:left; list-style-type:none }
.nav li a { height:50px; display:block; position:absolute; top:0; text-indent:-9999px; outline:none }

.home a, .medical a, .doctors a, .faq a, .about a, .contact a { background:url(images/menu-sprite.png) }

.home a 					{ background-position:0 0; width:76px; left:0 }
.home a:hover 				{ background-position:0 -50px }
.current-home .home a 		{ background-position:0 -100px }

.medical a 					{ background-position:-76px 0; width:165px; left:76px }
.medical a:hover			{ background-position:-76px -50px }
.current-medical .medical a	{ background-position:-76px -100px }	

.doctors a 					{ background-position:-241px 0; width:185px; left:241px }
.doctors a:hover			{ background-position:-241px -50px }
.current-doctors .doctors a { background-position:-241px -100px }

.faq a 						{ background-position:-426px 0; width:65px; left:426px }
.faq a:hover				{ background-position:-426px -50px }
.current-faq .faq a			{ background-position:-426px -100px }

.about a 					{ background-position:-491px 0; width:86px; left:491px }
.about a:hover				{ background-position:-491px -50px }
.current-about .about a		{ background-position:-491px -100px }

.contact a 					{ background-position:-577px 0; width:106px; left:577px }
.contact a:hover			{ background-position:-577px -50px }
.current-contact .contact a	{ background-position:-577px -100px }

/***************end of main navigation***********/

#main {
	background: url(images/maincontent.png) repeat-y;
	width: 898px;
	float: left;
	margin-left: 35px;
}
*html #main { /*ie6hack*/
	background: url(images/maincontent.png) repeat-y;
	width: 898px;
	float: left;
	margin-left: 17px;

}
#content {
	width: 669px;
	float: left;
	padding-bottom: 50px;
	padding-right: 20px;
}
*html  #content { /*ie6hack*/
	float:left;
	padding-bottom:50px;
	/*padding-right:20px;*/
	width:669px;
}
#content h1 {
	color: #023c61;
	font-weight: 700;
	font-size: 28px;
}
#content h3 {
	color: #023c61;
	font-weight: 700;
	font-size: 18px;
}
h1.mainheading {
	padding: 20px 0 10px 0;
}
#content p {
	font-size: 12px;
	padding-right: 10px;
	line-height: 20px;
	margin:0 0 15px;
}
#content a.readmore {
	color: #00acea;
	font-size: 12px;
	padding-left: 5px;
	float: right;
	padding-right: 50px;
}
.post {
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: #1b1818 3px dotted;
}
.post h2 {
	color: #00ACEA;
	font-size: 21px;
	padding: 0 5px 10px 0;
}
.post h2 a:hover {
	text-decoration: none;
}

.entry img {
	padding-right: 10px;
	float: left;
}
.count {
padding-left: 10px;
font-size:12px;
color:#00acea;
}
.count a:hover {
	color: #0090C4;
}
 .thumb {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}


#sidebar {
	background: #d6d4d4 url(images/sidebar-gradient.png) no-repeat;
	float: left;
	width: 209px;
	height: 805px;
	/*margin-left: 19px;*/
	
	
}
#sidebar h2 {
	color: #00acea;
	font-size: 28px;
	font-weight: 700;
	padding: 20px 0 5px 0;
	text-align: center;
}
#sidebar ul {
	list-style: none;
	padding-left: 10px;
	font-size: 11px;
}
#sidebar li {
	padding-bottom: 7px;
	background: url(images/list-item-seperator.png) no-repeat bottom left;
}
#sidebar li a {
	color: #023c61;
	padding-bottom: 10px;
}
#sidebar li a:hover {
	text-decoration: none;
	color: #0090C4;
}
.sidebarboxtop, .sidebarboxbottom {
	margin-left: 26px;
	width:157px;
	height:17px;
	background: url(images/sidebar-box-bottom.png) no-repeat; 
}
*html .sidebarboxbottom { /*ie6hack*/
	margin-left: 26px;
	width:157px;
	height:17px;
	/*margin-top: 8px;*/
	background:transparent url(images/sidebar-box-bottom.png) no-repeat;
	behavior: url(iepngfix.htc);
}
*html .sidebarboxtop { /*ie6hack*/
	margin-left: 26px;
	width:157px;
	height:17px;
	/*margin-top: -5px;*/
	background:transparent url(images/sidebar-box-top.png) no-repeat;
	behavior: url(iepngfix.htc);
}
.sidebarboxtop {
	background: url(images/sidebar-box-top.png) no-repeat;
}
.sidebarbox {
	background: url(images/sidebar-box-middle.png) repeat-y;
	margin-left: 26px;
}
*html .sidebarbox { /*ie6hack*/
	background:transparent url(images/sidebar-box-middle.png) repeat-y;
	margin-left: 26px;
	margin-top: -5px;
}
.searchbox {
	margin-left:20px;
	margin-bottom: 5px;
	width: 110px;
}
.submitsearch {
	margin-left: 50px;
}
#footer {
	background: url(images/footer-background.png) repeat-x;
	height: 49px;
	
}
#footer p {
	text-align: center;
	color: #023c61;
	padding-top: 13px;
	font-size: 11px;
}
#footer a {
	color:#012c4a;
}
#footerwrapper {
	background: url(images/footer-background.png) repeat-x;
}
