/*

Title:    MVHN master screen styles
Author:   Mike Kroll - www.imagehat.com
Date:     4/20/2008

*/

@import "reset.css";

body {
	margin: 0; padding: 0;
	font-family: "Times New Roman", times, sans-serif;
	line-height: 1.5; 
	color: #655f3c;
	background: #f1f4ee;
}

a { 
	color: #457498;
	text-decoration: none; 
}
a:hover { 
	color: #295e87;
	text-decoration: underline;
}


/* =structure
------------------------------------------------------ */

#container {
	background: #fff url(../images/site/body-bg.gif) repeat-x 0 0;
}
#main {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	min-height: 480px;
	background: transparent url(../images/site/sidebar-bg.gif) no-repeat top right;
}
#content {
	float: left;
	width: 510px;
	margin: 0 0 0 40px;
	padding: 15px 0;
}
#sidebar {
	float: right;
	width: 280px;
	margin: 0 40px 0 0;
	padding: 15px 0;
}


/* =typography defaults
------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #bc5431; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.75em; padding-bottom: 6px; border-bottom: 1px solid #dfe2db; }
h2 { font-size: 1.67em; line-height: 1; margin-bottom: 0.75em; margin-top: 1.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1em; }
h5 { font-size: 1em; margin-bottom: 1em; }
h6 { font-size: 1em; color: #457498; }

h1.title { border-bottom: 0; margin-bottom: 0.5em; }
h2.title { margin-top: 0; }
h1.article-title { margin-bottom: 6px; border-bottom: 1px solid #dfe2db; }
h2.byline, h2.article-byline { font-size: 1.5em; font-style: italic; margin: 0 0 1.5em 0; }

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* =header
------------------------------------------------------ */

#header {
	width: 940px;
	margin: 0 auto;
	height: 126px;
	position: relative;
}
#logo {
	position: absolute;
	top: 25px; left: 40px;
	height: 72px; width: 211px; 
	background: url(../images/site/mvhn-logo.gif) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 72px; width: 211px;
	text-indent: -9999px;
}


/* =navigation
------------------------------------------------------ */

ul#nav {
	position: absolute;
	top: 73px; right: 40px;
	height: 22px; width: 413px;
	margin: 0; padding: 0; list-style: none;
}
#nav li {
	float: left;
	margin: 0; padding: 0;
}
#nav li a {
	float: left;
	display: block;	
	height: 22px;
	background-image: url(../images/site/nav.gif); background-repeat: no-repeat;
	text-indent: -9999px;
}
#n-home a { width: 58px; background-position: 0 0; }
#n-about a { width: 72px; background-position: -58px 0; }
#n-partners a { width: 96px; background-position: -130px 0; }
#n-doctors a { width: 130px; background-position: -226px 0; }
#n-news a { width: 57px; background-position: -356px 0; }

/* hover */
#n-home a:hover { background-position: 0 -22px; }
#n-about a:hover { width: 72px; background-position: -58px -22px; }
#n-partners a:hover { width: 96px; background-position: -130px -22px; }
#n-doctors a:hover { width: 130px; background-position: -226px -22px; }
#n-news a:hover { width: 57px; background-position: -356px -22px; }

/* you-are-here */
body#home #n-home a { background-position: 0 -44px; }
body.about #n-about a { width: 72px; background-position: -58px -44px; }
body.partners #n-partners a { width: 96px; background-position: -130px -44px; }
body.doctors #n-doctors a { width: 130px; background-position: -226px -44px; }
body.news #n-news a { width: 57px; background-position: -356px -44px; }


/* =content
------------------------------------------------------ */

#content p, #content ul, #content ol, #content dd { font-size: 13px; }

#content blockquote {}
#content blockquote p {
	font-size: 1.5em; font-style: italic; line-height: 1.2em; margin: 0 0.5em;
	color: #7999b5;
}

/* Reapeating entry modules */
#content .module {
	padding: 15px 0; margin: 0;
	border-top: 1px solid #dfe2db;
}
#content .mod-first { border-top: 0; }
#content .module h2 {
	margin: 0 0 4px; padding: 0; border: 0;
	font-size: 1.167em;
	color: #456c8d; font-weight: bold;
}
#content .module p.info { margin: 0; }
#content .module p.categories { margin: 5px 0 0; font-style: italic; font-size: 1em; }
#content .module p.categories a {	color: #655f3c; background: 0; text-decoration: none; }
#content .module p.categories a:hover {	color: #655f3c; background: 0; text-decoration: underline; }
#content p.backlink { padding-top: 10px; border-top: 1px solid #dfe2db; }

#content .mod-feature {
	padding-right: 25px;
}
#content .mod-feature a.more {
	display: block;
}

/* Landing page rotating images */
#landing-banner {
	margin: 0 0 1.5em;
	height: 220px; width: 504px;
	border: 3px solid #e6eae2;
	overflow: hidden;
}

/* Magazine issue summary and download */
div.issue-cover {
	float: left; width: 225px;
}
#content div.issue-cover p { margin: 4px 15px 15px 0;}



/* News headlines list */
ul.headlines {
	margin: 0; padding: 0;
	list-style: none;
}
ul.headlines li {
	margin: 0 0 1em; padding: 0 0 1em;
	line-height: 1.2em;
	border-bottom: 1px solid #dfe2db;
}
ul.headlines li.last { border: 0; }
ul.headlines li span.date { font-weight: bold; display: block; color: #9a998e; }

/* Drop caps - background */
.cap-p{margin-left:-25px;padding-left:25px;margin-top:-6px;padding-top:6px;background:url(../images/site/dropcap-p.gif) no-repeat 0 0;}
.cap-t{margin-left:-45px;padding-left:45px;margin-top:-12px;padding-top:16px;background:url(../images/site/dropcap-t.gif) no-repeat 0 0;}

/* =sidebar
------------------------------------------------------ */

#sidebar p, #sidebar ul, #sidebar ol, #sidebar dd { font-size: 13px; }

/* Subpage navigation */
#subnav {
	margin: 0 0 2em; padding: 0;
	list-style: none;
	border-top: 1px solid #d4d3c9;
}
#subnav li {
	margin: 0; padding: 0;
}
#subnav li a {
	display: block;
	padding: 4px 0 4px 30px;
	font-size: 1.08em;
	color: #7c916d; text-decoration: none;
	background: url(../images/site/subnav-off.gif) no-repeat 6px 50%;
	border-bottom: 1px solid #d4d3c9;
}
#subnav li a:hover {
	color: #7c916d; text-decoration: none;
	background: #f1f4ee url(../images/site/subnav-over.gif) no-repeat 6px 50%;
}
#subnav li a.active {
	color: #7c916d; font-weight: bold;
	background: #f1f4ee url(../images/site/subnav-on.gif) no-repeat 6px 50%;
}

/* sidebar modules */
#sidebar .module {
	margin: 0 0 2em;
}
#sidebar .mod-teaser {
	margin: 0 0 1em 0; padding: 0 0 1em;
	border-bottom: 1px solid #d4d3c9;
}
#sidebar .mod-teaser img {
	float: left;
}
#sidebar .mod-teaser div {
	float: right;
	width: 190px;
	line-height: 1.2em;
}
#sidebar .mod-teaser a.title {
	display: block; margin-bottom: 4px; font-weight: bold;
}
#sidebar .mod-teaser a.more {
	text-decoration: underline; display: block;
}

/* sidebar headlines */
#sidebar h2 {
	font-family: arial, helvetica, sans-serif; letter-spacing: 1px;
	color: #00456a;	font-size: 11px; font-weight: bold; text-transform: uppercase;
	margin: 0 0 1em 0; padding: 0 0 4px;
	border-bottom: 1px solid #d4d3c9;
}
#sidebar #cover-story {
	height: 11px; text-indent: -9999px;
	background: url(../images/site/h-cover-story.gif) no-repeat 0 0;
}
#sidebar #feature-story {
	height: 11px; text-indent: -9999px;
	background: url(../images/site/h-feature-story.gif) no-repeat 0 0;
}
#sidebar #news-headlines {
	height: 11px; text-indent: -9999px;
	background: url(../images/site/h-news-headlines.gif) no-repeat 0 0;
}
#sidebar #featured-articles {
	height: 11px; text-indent: -9999px;
	background: url(../images/site/h-featured-articles.gif) no-repeat 0 0;
}
#sidebar #rss {
	height: 20px; text-indent: -9999px; padding-bottom: 6px;
	background: url(../images/site/h-rss.gif) no-repeat 0 0;
}

/* specialties list box */

#sidebar .mod-specialties {
	border: 2px solid #edf6fd;
	border-bottom: 2px solid #cadcec;
	background: #f7fbfe url(../images/site/mod-bg-blue.gif) repeat-x 0 0;
}
#sidebar .mod-specialties h2 {
	border: 0; padding: 7px 12px;
	background: #edf6fd;
}
#sidebar .mod-specialties h2 span {
	display: block;
	height: 11px; text-indent: -9999px;
	background: url(../images/site/h-select-specialty.gif) no-repeat 0 0;
}
#sidebar .mod-specialties ul {
	margin: 0 15px 12px 12px; padding: 0;
	list-style: none;
}
#sidebar .mod-specialties li {
	margin: 0; padding: 0 0 0 16px;
	background: url(../images/site/mod-bullet-blue.gif) no-repeat 0 6px;
}
#sidebar .mod-specialties li a { color: #456c8d; text-decoration: none; }
#sidebar .mod-specialties li a:hover { color: #4883b5; text-decoration: underline; }


/* =home page
------------------------------------------------------ */

body#home #container {
	background: #fff url(../images/site/body-bg-home.gif) repeat-x 0 0;
}
#banner {
	width: 916px; height: 270px;
	margin: 0 auto 11px auto;
	border: 2px solid #fff;
	position: relative;
}
#banner-spotlight {
	position: absolute; top: 0; left: 0;
}
#banner-network {
	position: absolute; top:0; right: 0;
	width: 334px; height: 136px;
	background: url(../images/site/banner-network.gif) no-repeat 0 0;
}
#banner-network a {
	display: block;	width: 334px; height: 136px;
	text-indent: -9999px;
}
#banner-doctor {
	position: absolute; bottom: 0; right: 0;
	width: 334px; height: 134px;
	background: url(../images/site/banner-doctor.gif) no-repeat 0 0;
}
#banner-doctor a {
	display: block; width: 280px; height: 30px;
	margin: 91px 0 0 30px;
	background: url(../images/site/banner-doctor-btn.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#banner-doctor a:hover {
	background-position: 0 -30px;
}

/* explore magazine/network features */
#explore {
	width: 549px; height: 138px;
	background: url(../images/site/explore-bg.gif) no-repeat 0 0;
}
#explore-magazine {
	float: left; width: 308px;
}
#content #explore-magazine h2 {
	margin: 10px 0 20px 10px;
}
#explore-magazine h2 img {
	float: left;
	margin: 13px 10px 0 10px;
}
#content #explore-magazine p {
	line-height: 1.2em; color: #736e50;
	margin: 0 0 0 110px;
}
#explore-network {
	float: right; width: 239px;
}
#explore-network  h2 {
	margin: 10px 0 20px 10px;
}
#explore h2 span {
	text-indent: -9999px; display: block;
	height: 55px;
}
#content #explore-network p {
	line-height: 1.2em; color: #736e50;
	margin: 0 0 0 21px;
}


/* =footer
------------------------------------------------------ */

#footer {
	clear: both;
	text-align: center;
	background: transparent url(../images/site/footer-bg.gif) repeat-x 0 0;
}
#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: left;
	color: #949287;
	font-family: arial, helvetica, sans-serif;
	font-size: .917em;
}
#footer a { 
	color: #949287;
	text-decoration: none;
}
#footer a:hover { 
	color: #949287;
	text-decoration: underline;
}

#location {
	width: 320px;
	float: right;
	padding-left: 10px;
	border-left: 5px solid #e5e9e2;
}

ul.tabs { 
	float: left;
	width: 410px;
	margin: 0 0 0 40px; padding: 0; 
	list-style: none;
}
ul.tabs li { 
	display: inline;
	margin: 0 4px 0 0; padding: 0 5px 0 0;
	border-right: 1px solid #c1bfb3;
}
ul.tabs li.last {
	border: 0;
}

p#copyright {
	float: left;
	width: 410px;
	margin: 1.5em 0 0 40px;
}


/* =forms
------------------------------------------------------ */

label { font-weight: normal; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #c0d5e6; background: #f7fbfe; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; color: #457498; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }

#content form p { margin: 0 0 .5em; }

/* =tables
------------------------------------------------------ */


/* =microformats
------------------------------------------------------ */

/* =breadcrumb trail
------------------------------------------------------ */

#breadcrumbs {
	margin: 0 0 0 40px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .917em;
	color: #9a998e;
}
#breadcrumbs a {
	color: #9a998e; text-decoration: none; 
	border: 0; background: none;
}
#breadcrumbs a:hover {
	color: #9a998e; text-decoration: underline; 
	border: 0; background: none;
}


/* =misc
------------------------------------------------------ */

#content .note { font-style: italic; font-size: 1em; }

.right {
	float: right;
	margin: 0 0 10px 15px;
}
.left {
	float: left;
	margin: 0 15px 10px 0;
}
/* photo with caption */
div.caption {
	line-height: 1;	color: #969f8e; font-style: italic; font-size: 1em; text-align: center;
}
div.caption img {
	display: block; margin-bottom: 7px; float: none;
}
/* plain photo */
img.photo {
	border: 3px solid #e6eae2;
}

/* pdf icon */
a.pdf, p.pdf a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-pdf.gif) no-repeat 0 center;
}

hr, .hide {
	display: none;
}

.highlight { 
	background: #ffc; 
}

/* self-clearing floats */

.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
