/* Health Affairs Home Page */
/* Modified 10/29/2009 */
/* Author: Matt Yu http://mattyu.ca */
/* Design: Pentagram http://pentagram.com */

body {
    min-width:960px;
    background:url('../images/background.png') top left repeat-x;
}

h2, h3{
	display:inline;
}

.clear{
	clear:both;
}

a, a:visited, a:active {
	text-decoration:none;
}

ol li {	
	list-style-type:decimal;
	margin: 2px 0 3px 20px;
}

#wrapper {
	width:985px;
	margin:0 auto;
    font: 13px/16px arial, helvetica, sans-serif;
}

/* HEADER */

#topband{
	background-color:#000;
	height:30px;
	width:100%;
	color:#fff;
	font-size:10px;
}
#topband a, #topband a:visited{
	color:#fff;
}
a.more:hover, a#adv-search:hover{
	border-bottom: 1px solid;
}
#description{
	background: url('../images/description.png') top left no-repeat;
	text-indent:-9999px;
	width:422px;
	height:12px;
	float:left;
	position:relative;
	top:10px;
	left:10px;
}
#search{
	float:right;
	height:20px;
	margin:5px 10px 0 0;
	position:relative;	
}
#searchbar{
	margin:0 9px 0 0;width:136px;border:0;
	padding:4px 4px 2px 4px;
	font-size:10px;
	vertical-align:middle;
}
#searchbtn{
	margin:0 14px 0 0;vertical-align:middle;
	border:1px solid #fff;
}
#masthead{
	margin:0 10px;
	height:88px;
}
#logo {
	width:308px;
	text-indent:-9999px;
	float:left;
	position:relative;
}
#logo a {
	width:308px;
	height:48px;
	display:block;
	background: url('../images/health-affairs.png') top left no-repeat;
	margin-top:10px;
}
#follow {
        float:right;
        position:relative;
        top:10px;
}

#follow li {
        float:left;margin-left:5px;list-style:none;
        text-indent:-9999px;
}
#follow li a{
        display:block;
        background-image: url('/images/follow.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        height:20px;
}
#follow #follow-us{
        background: url('../images/follow.png') top left no-repeat;
        width:57px;
}
#follow #icon-rss {
        background-position: -64px 0;
        width:20px;
}
#follow #icon-twt {
        background-position: -89px 0;
        width:21px;
}
#follow #icon-fb {
        background-position: -114px 0;
        width:21px;
}
#follow #icon-pod {
        background-position: -139px 0;
        width:19px;
}
#follow #icon-eml {
        background-position: -162px 0;
        width:19px;
}
#follow #icon-txt {
        background-position: -185px 0;
        width:19px;
}

#nav {
        margin:0 10px 18px 10px;
        height:19px;
        padding-top:6px;
        border-top: 5px solid #000;
}
#nav li {
        float:left;list-style:none;
        text-indent:-9999px;
}
#nav li a{
        display:block;
        background-image: url('../images/nav.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        height:11px;
        overflow:hidden;
}
.nav-div {
        width:1px;
        height:13px;
        background: url('../images/nav-div.png') top left no-repeat;
        margin:0 14px 0 14px;
}
#nav #nav-home {
        width:41px;
}
#nav #nav-home:hover {
        background-position:0 -11px;
}
#nav #nav-about {
        background-position: -42px 0;
        width:52px;
}
#nav #nav-about:hover {
        background-position:-42px -11px;
}
#nav #nav-archive {
        background-position: -94px 0;
        width:64px;
}
#nav #nav-archive:hover {
        background-position:-94px -11px;
}
#nav #nav-topic {
        background-position: -158px 0;
        width:54px;
}
#nav #nav-topic:hover {
        background-position:-158px -11px;
}
#nav #nav-theme {
        background-position: -212px 0;
        width:111px;
}
#nav #nav-theme:hover {
        background-position:-212px -11px;
}
#nav #nav-briefs {
        background-position: -323px 0;
        width:52px;
}
#nav #nav-briefs:hover {
        background-position:-323px -11px;
}
#nav #nav-blogs {
        background-position: -375px 0;
        width:50px;
}
#nav #nav-blogs:hover {
        background-position:-375px -11px;
}
#nav #nav-subscribe {
        background-position: -425px 0;
        width:81px;
}
#nav #nav-subscribe:hover {
        background-position:-425px -11px;
}
#nav #nav-alerts {
        background-position: -506px 0;
        width:60px;
}
#nav #nav-alerts:hover {
        background-position:-506px -11px;
}
#nav #nav-manage {
        background-position: -628px 0;
        width:100px;
}
#nav #nav-manage:hover {
        background-position:-628px -11px;
}


/* MAIN */
#main{
	margin:0 10px;
}
#col-left{
	width:636px;
	float:left;
	position:relative;
}
#col-right{
	float:right;
	position:relative;
	width:308px;
}
.sectionbody a, .sectionbody a:visited{
	color:#003366;
}
.sectionbody a:hover{
	color:red;
}
#col-right .section{
	margin-bottom:19px;
}

.sectionheader {
	width:622px;
	height:11px;
	background-color:#ff0000;
	font-size:10px;
	padding:7px;
	margin-bottom:7px;
	vertical-align:middle;
}
.sectionheader a, .sectionheader a:visited{
	color:#000;
}
#col-right .sectionheader{
	background-color:#00CCFF;
	width:294px;
}
.sectionheader h2{
	/*text-indent:-9999px;*/
	float:left;
	/*position:relative;*/
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	color:#fff;
	line-height:13px;
	font-weight:bold;
}
.sectionheader a:hover h2 {
	color:#000;
}

.narrative_matters_container {
        border-top:1px solid #999;
        margin-top:8px;
}

.narrative_menu {
        float:left;
        width:178px;
}

.narrative_body {
        float:right;
        padding-top:18px;
        width:457px;
        border-left:1px solid #999;
}

.narrative_menu ul {
        padding-top:8px;
        padding-right:8px;
}

.narrative_menu ul li {
        background: url('../images/bullet.gif') 0px 5px no-repeat;
        padding-left:15px;
        margin:2px 0 3px 0;
        color:#373960;
        font-size:14px;
        font-weight:bold;
        padding-bottom:14px;
}

.narrative_menu ul li a:link, .narrative_menu ul li a:visited {
        color:#373960;
}

.narrative_menu ul li a:hover {
        color:#FE0002;
}

.narrative_body_title {
        font-weight:bold;
        font-size:20px;
        padding-left:8px;
}

.new_topic_container {
        margin-top:18px;
        padding-left:8px;
}

.new_topic_image {
        float:left;
        width:100px;
}

.new_topic_content {
        float:right;
        width:338px;
}

.new_topic_content p {
        font-style:italic;
        margin-top:8px;
}


p.indent {
        margin-left:16px;
        color:#1864AF;
}

form.new_topic_form {
        display:inline;
}

input.searchNM {
        color:#999;
        font-size:10px;
        width:150px;
}

input.new_topic_button {
  background-color:#0067D4;
  border:1px solid #164A4A;
  color:#FFFFFF;
  margin-top:8px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:18px;
  padding-right:18px;

}

input.new_topic_button:hover {
  background-color: #FE0002;
}

div.narrative_body div.sectionheader {
  width:444px;
  margin-top:18px;
}

div.narrative_body span.article-title {
        font-size:16px;
        color:#1864AF;
}

.topic-collections_left {
        float:left;
        width:220px;

}

.topic-collections_right {
        float:right;
        width:220px;
}

.topic_collections_container img {
        padding-top:12px;
        padding-left:14px;
        padding-right:12px;
}

.narrative_search {
        background-color:#030303;
        padding-top:8px;
        padding-bottom:8px;
        padding-left:12px;
}

/*
#gallery .sectionheader h2 {
	background: url('images/new.png') top left no-repeat; 
	width:191px;
	height:11px;
}
#web-first h2 {
	background: url('images/web-first.png') top left no-repeat; 
	width:73px;
	height:11px;
}
#in-the-news h2 {
	background: url('images/news.png') top left no-repeat; 
	width:87px;
	height:11px;
}
#health-policy-briefs h2 {
	background: url('images/policy.png') top left no-repeat; 
	width:158px;
	height:11px;
}
#narrative-matters h2 {
	background: url('images/narrative-matters.png') top left no-repeat; 
	width:145px;
	height:11px;
}
#current-issue h2{
	background: url('images/current-issue.png') top left no-repeat; 
	width:107px;
	height:11px;
}
#blog h2{
	background: url('images/blog.png') top left no-repeat; 
	width:153px;
	height:11px;
}
#mmevents h2{
	background: url('images/mm-events.png') top left no-repeat; 
	width:176px;
	height:11px;
}
#experts h2{
	background: url('images/experts.png') top left no-repeat; 
	width:171px;
	height:11px;
}
#popular h2{
	background: url('images/popular.png') top left no-repeat; 
	width:105px;
	height:11px;
}
*/
.more {
	float:right;
	display:block;
	/*position:relative;*/
	line-height:10px;
}
.article {
	margin-bottom:18px;
}
.article img {
        padding-top:2px;
        padding-right:4px;
}

.smallcaps{
	font-size:10px;
	text-transform:uppercase;
}
.medium a{
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#000;
}
.medium a:hover{
	color:red;
}
.deck{
	color:#333;
	margin-top:4px;
	margin-right:10px;
}
.date{
	color:#ff0000;
	margin-right:10px;
}
.date2{
	color:#ff0000;	
	white-space:nowrap;
}
#Health-Policy-Briefs .author, #Narrative-Matters .date{
	display:none;
}
#Health-Policy-Briefs .date2, #blog .date2, #mmevents .date2{
	display:inline;
}
.article-title, .article-title:visited{
    font: bold 24px Georgia, Times, serif;
	color:#003366;
}
.article-title:hover{
	color:red;
}
.author {
	color:#A0A0A0;
}

/*BODY STYLES*/
.context-links{
	float:left;
	margin:0 10px 19px 0;
}
.bodytext {
	float:left;
	width:442px;
	color:#333333;
	line-height:18px;
	margin-bottom:27px;
}

.bodytext p, .bodytext ul{
	margin-bottom:18px;
}


/*GALLERY*/
#gimage{
	height:263px;
	width:636px;
	margin-bottom:20px;
	background: url('../images/loader.gif') center center no-repeat;
}
.gsingleimage{
	display:none;
		position:absolute;
		width:636px;
}
#gimage a {
	color:#000;
}
#gimage a:hover{
	border:0;
}

#gimage a img {
	border:none;
}

#gimage a.show {
	z-index:500;
}

#gimage .gsingleimage {
	font-size:12px;
	line-height:20px;
	padding:7px 311px 7px 7px;
	z-index:600; 
	width:325px; 
	height:225px; 
	position:absolute;
}
#gimage .gsingleimage h3 {
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
}

#gimage .gsingleimage h2 {
	font-size:33px;
	line-height:34px;
	font-weight:normal;
}
#gimage .gsingleimage a:hover h2{
	color:#ff0000;
}
ul#gbtn {
	margin-top:243px;
	margin-bottom:20px;
	height:20px;
	position:absolute;
}
#gbtn li{
	float:left;
	position:relative;
	margin-right:4px;
	width:15px;
	height:20px;
}

#gbtn a{
	display:block;
	border:1px solid #999;
	padding:1px 2px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#999;
	width:11px;
	height:16px;
}
#gbtn a.current, #gbtn a:hover{
	color:#000;
	border:1px solid #000;
}
	
/*TABS*/
ul.tabs a:active {
	outline:none;		
}
div#gallery-panes div {
     display: none;
}
#col-right ul.tabs{
	height:26px;
}
#col-right ul.tabs li{
	float:left;
	position: relative;
	list-style:none;
	width:88px;
}


#col-right ul.tabs li.wide{
	width:110px;
}

#col-right ul.tabs li a {
	display:block;
	margin-left:-1px;
	position: relative;
	left:1px;
	border:1px solid #000;
	border-bottom: 1px solid #fff;
	background-color:#ccc;
	padding:4px 0;
	height:16px;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	color:#000 !important;
}

#col-right ul.tabs a:hover{
	background-color: #ddd;
	border-bottom: 1px solid #000;
}
#col-right ul.tabs a.current, #col-right ul.tabs a.current:hover{
	background-color:#fff;
	z-index:300;
	border-bottom: 1px solid #fff !important;
}
#col-right div.panes div.panel { position:relative; margin-top:-1px; padding: 16px 13px; display: none; border:1px solid #000; }

div.panes div div{
	display: inherit !important;
}
div.panes div#mmevents {
	min-height:30px;
	width:280px;
}
div.panes div#popular{
	min-height:30px;
	width:280px;
}

/*RIGHT COLUMN*/
#ci-info{
	width:165px;
	float:left;
}
#ci-title {
	border-top:1px solid #000;
	margin-top:18px;
	padding-top:3px;
}
#ci-toc a {
	color:#000;
}
#ci-cover a{
	float:right;
	border:1px solid #000;
	margin-bottom:10px;
	position:relative;
}
/*VIDEO*/
div#video {
	height:90px;
	width:130px;
	overflow:hidden;
	margin-bottom:7px;
}
div#video-image{
	position:absolute;
}
div#video-play a{
	position:absolute;
	display:block;
	padding:22px 43px;
}

/*FOOTER*/
#footer{
	text-align: left;
	clear:both;
}
/*
#footer h2{
	background: url('images/information.png') top left no-repeat; 
	width:126px;
	height:11px;
}
*/
#footer .smallcaps {
	font-weight:bold;
}
#footer .sectionheader {
	background-color:#666;
	width:951px;
}
#footer a, #footer a:visited{
	color:#333;
}
#footer a:hover{
	color:red;
}
#footer a.more{
	color:#fff;
}
.footercol{
	float:left;
	width:193px;
	margin-bottom:24px;
}
#footer ul li, #current-issue ul li, #blog ul li, #col-right div.panes ul li, ul.context-links li, .bodytext ul li {
	background: url('../images/bullet.gif') 0px 5px no-repeat;
	padding-left:15px;
	width:293px;
	margin:2px 0 3px 0;
}

ul.context-links li{
	width:169px;
}
.bodytext ul li {
	width:auto;
	margin-bottom:18px;
}
#footer ul li {
	width:173px;
}
#col-right div.panes ul li{
	width:263px;
}
#current-issue #ci-toc{
	list-style-type:none;
	list-style-image:none;
	background:none;
}
#current-issue #ci-toc a:hover{
	border-bottom:1px solid #000;
}
#footer2 {
	font-size:10px;
	color:#333;
	border-top:5px solid #000;
	padding:5px 0;
	margin-bottom:20px;
}
#footer2 a, #footer2 a:visited{
	text-decoration: underline;
}
#footer2 a:hover, #video-play a:hover {
	text-decoration: none;
	color:#000;
	border:0;
}

.vslash {
	margin:0 7px;
}
