/*
Theme Name: SCOPE
Theme URI: http://med.stanford.edu/irt/web/
Description: Custom theme for the SCOPE blog 
Version: 2.2
Author: Koorosh Davoodian
Author URI: http://med.stanford.edu/irt/web/
Tags: stanford medicine, fixed width, 2-columns, site navigation on right
*/

body {
	margin: 0 auto;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color:#000000;
	font-size: 12px;
	background: url("images/bg.jpg") no-repeat scroll center top #F4F8F5;
	background-attachment: fixed;
}

a {
	color: #990000;
}
a:hover {
	color: 990000;
}

.nodisplay {
	display: none;
}

.accessible {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

.rss {
	background: no-repeat url("images/feed_sm.gif") right 1px;
  padding-right: 17px;
}
.iconTwitterSmall {
	background: no-repeat url("images/iconTwitterSm.gif") right 1px;
  padding-right: 17px;
}

#container {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	margin-top: -1px;
	position: relative;
}

/*
 * Superheader
 */
#superheader {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 940px;
	height: 65px;
	background: transparent url("images/superheaderBgGradient.png") top left no-repeat;
	margin: 0px;
	padding: 0px;
	left: 0;
}

#superheader ul {
	margin: 0px;
	padding: 0px;
}
	#superheader ul li {
		position: relative;
		display: block;
		float: left;
		background: url("images/superheaderSeparatorBg.png") top right no-repeat;
		margin: 0px;
		padding: 0px;
		padding-right: 33px;
		min-height: 31px;
	}
		#sh_gettingCare {
			width: 94px;
			_width: 108px;
		}
		#sh_research {
			width: 78px;
			_width: 94px;
		}
		#sh_education {
			width: 134px;
			_width: 148px;
		}
		#sh_community {
			width: 87px;
			_width: 101px;
		}
		#sh_aboutUs {
			width: 76px;
			_width: 91px;
		}
	#superheader ul li ul li {
		width: auto;
		background: none;
		padding-right: 20px;
		min-height: 12px;
	}
	#superheader ul li a {
		color: #696962;
		display: block;
		text-decoration: none;
		display: block;
		float: left;
		margin: 0px;
		padding-top: 10px;
		padding-left: 19px;
		padding-bottom: 7px;
	}
	#superheader ul li a:hover {
		text-decoration: underline;
	}
	#superheader ul ul {
		display: none;
		position: absolute;
		top: 31px;
		list-style-type: none;
		width: 175px;
		background-color: #FFFFFF;
		border: 1px solid #c6c6c6;
		border-top: 0px;
		margin: 0px;
		padding: 0px;
	}
	#superheader ul ul ul {
		top: 0px;
		left: 175px;
	}
	#superheader ul li:hover ul {
		display: block;
	}
	#superheader ul li:hover ul ul {
		display: none;
	}
	#superheader ul li:hover ul li a {
		border-top: 1px dotted #c6c6c6;
		text-align: left;
		width: 169px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 6px;
	}
	#superheader ul li:hover ul li.x_hasChildren a {
		background: #d6d5c7 url(http://med.stanford.edu/Templates/images/arrow_menu.gif) top right no-repeat;
		background-position: 165px 8px;
		padding-right: 13px;
		width: 156px;
	}
			#superheader ul li:hover ul li.x_hasChildren:hover a:hover {
				background: #b5b5a7 url(http://med.stanford.edu/Templates/images/arrow_menu.gif) top right no-repeat;
				background-position: 165px 8px;
			}
				#superheader ul li:hover ul li.x_hasChildren:hover li a {
					background: #d6d5c7;
				}
				#superheader ul li:hover ul li.x_hasChildren:hover li a:hover {
					background: #b5b5a7;
				}
	#superheader ul li:hover ul li a:hover {
		background: #b5b5a7;
		text-decoration: none;
	}
	#superheader ul li ul li:hover ul {
		display: block;
	}
	
	#superheader ul li.x_lastChild ul {
		left: -51px;
	}
	
#superheader #stanfordMedicineBrand {
	padding: 0px;
	margin: 0px;
	width: 182px;
	height: 31px;
}
#superheader ul li#stanfordMedicineBrand {
	background: none;
}
	#stanfordMedicineBrand a {
		background: url("images/superheaderSMBg.png") top left no-repeat;
		display: block;
		width: 149px;
		height: 31px;
		padding: 0px;
		margin: 0px;
	}
	#stanfordMedicineBrand a:hover {
		background: url("images/superheaderSMBg_hover.png") top left no-repeat;
	}
	#stanfordMedicineBrand b {
		display: none;
	}

#superheader #stanfordUniversityBrand {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	height: 31px;
}
#superheader ul li#stanfordUniversityBrand {
	background: none;
}
	#stanfordUniversityBrand a {
		background: url("images/superheaderSULogo.png") top left no-repeat;
		background-position: 8px 9px;
		display: block;
		width: 80px;
		height: 22px;
		padding: 0px;
		margin: 0px;
	}
	#stanfordUniversityBrand b {
		display: none;
	}

#superheader.x_masked {
	background: #d6d5c7 url(http://med.stanford.edu/Templates/images/bg_superheader_blank.gif) top left no-repeat;
	/*background: #D6D5C7;*/
}
#superheader.x_masked ul {
	display: none;
}


/*********************************
*****  brand  *******************
********************************/
#brand {
	display: block;
	width: 770px;
	height: 88px;
	position: absolute;
	top: 99px;
	left: 0px;
	z-index: 9;
}
	#brand a {
		background: url("images/logo.png") no-repeat scroll left top transparent;
		display: block;
		height: 75px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -99999px;
		width: 326px;
	}

#tagline {
    color: #607165;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    left: 419px;
    line-height: 1.1em;
    padding: 0 0 20px;
    position: absolute;
    top: 107px;
	*top: 127px;
    width: 215px;
}

/*********************************
*****  department  **************
********************************/
#brandedSiteName {
	display: none;
}


/**
 * Emergency standby
 */
#emergency {
	height: 42px;
	_height: 62px;
	position: absolute;
	z-index: 5000;
	top: -62px;
	left: 10px;
	width: 730px;
	_width: 750px;
	background-color: #FFFFFF;
	border:solid 3px #980f08;
	color: black;
	padding: 10px;
	font-weight: bold;
}
	#emergency h1 {
		color: blue;
		display: block;
		float: left;
		margin: 0;
		margin-right: 10px;
		font-size: 14px;
		text-transform: uppercase;
	}
	#emergency .emergencyMsg {
		display: block;
		float: left;
	}
	#emergency p {
		margin: 0;
		margin-top: 2px;
	}
	#emergency a {
		color: blue;
		font-weight: bold;
		cursor: pointer;
		/*padding-left: 7px;
		padding-right: 7px;*/
	}	


/*********************************
*****  subNav  ******************
********************************/
#subNav {
	background: url("images/sidebarBg.png") repeat-y scroll left top transparent;
    display: block;
    float: left;
    line-height: 2.2em;
    margin: 169px 0 0 5px;
    overflow: hidden;
    padding: 25px 15px;
    position: relative;
    width: 263px;
	border-right: 1px solid #E4E3DD;
	border-bottom: 1px solid #E4E3DD;
}
	#scope_search {
		position: relative;
	}
	
	#blogSearchField {
		background-color: white;
		border: 1px solid #ADC2C2;
		color: #BBBBBB;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1em;
		margin-bottom: 15px;
		padding: 5px 10px;
		width: 200px;
	}
	#blogSearchField:focus, #blogSearchField.inputFocus {
		color: #595959;
	}
	#blogSearchField {
		-webkit-appearance: none;
	}
	
	#blogSearchField::-webkit-search-decoration, 
	#blogSearchField::-webkit-search-cancel-button {
		display: none;
	}
	
	#searchsubmit {
		height: 21px;
		position: absolute;
		right: 43px;
		top: 4px;
		width: 34px;
	}
	
	#subNav #rss_search {
		margin: 0 0 11px 0;
		padding: 0;
		border-top: none;
	}

	#subNav #rss_search a, form{
		margin: 0px;
		padding: 0px;
	}
	
	#subNav #rss_search input.search_button {
		padding-left: 4px;
		border:medium none;
		background:none repeat scroll 0 0 transparent;
		color: #9C9A90;
		font-size: 11px;
		text-decoration: none;
		cursor:pointer;
	}
	#subNav #rss_search input.search_button:hover {
		text-decoration:underline;
	}
	#subNav .sidebarRSS {
		background: url("images/feed_sm.gif") no-repeat scroll left top transparent;
		padding-left: 15px;
	}
	#subNav div.share, #subNav div.search, #subNav div.featured, #subNav div.categories {
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #4d4d4d;
		margin-bottom: 15px;
	}
	#subNav div:last-child {
		border: medium none;
	}
	#subNav div h4 {
		font-size:14px;
		text-transform: uppercase;
		color: #1D1D1D;
		font-weight: normal;
		margin: 5px 0;
		padding: 0;
		line-height: 1.1em;
	}
	#subNav div ul {
		padding: 0px;
		margin: 0px;
		margin-bottom: 11px;
		list-style-type: none;
	}
	#subNav div li {
		border: 0 none;
		clear: both;
		height: auto;
		line-height: 1.3em;
		margin: 0 0 3px;
		overflow: hidden;
		padding: 3px 0 0 0;
	}
	#subNav a {
		text-decoration: none;
		font-size: 1em;
		margin-bottom: 0px;
	}
	#subNav a:hover {
		text-decoration: underline;
		color: #618899;
	}
	#subNav li a {
		text-decoration: none;
		font-size: 1em;
	}
	#subNav li a:hover {
		text-decoration: underline;
		color: #990000;
	}
	#subNav li a:visited {
		color: #990000;
	}
	
	#subNav li a:visited:hover {
		text-decoration: underline;
		color: #990000;
	}
	
		#subNav li.x_selected {
		}
		#subNav li.x_highlighted {
		}
	#subNav li ul li a {
		padding-left: 30px;
		width: 149px;
	}
	#subNav li ul li ul li a {
		padding-left: 45px;
		width: 134px;
	}
	#subNav a:hover {
	}
		#subNav li.x_selected a:hover {
		}
		#subNav li.x_selected ul li a:hover {
		}
		
	#subNav li ul li a {
		padding-left: 30px;
		width: 149px;
	}
	#subNav li ul li ul li a {
		padding-left: 45px;
		width: 134px;
	}
	#subNav a:hover {
	}
		#subNav li.x_selected a:hover {
		}
		#subNav li.x_selected ul li a:hover {
		}
		
#subNav div.image_subnav img {
	margin: 5px;
}
#subNav h4:first-child {
	border-top: 0px;
	margin-top: 0px;
}
#subNav h4.x_firstChild {
	border-top: 0px;
	margin-top: 0px;
}
#subNav h4.firstChild {
	border-top: 0px;
	margin-top: 0px;
}
/* remove formatting for non-nav links */
#subNav p a, #subNav div a {
}
#subNav p a:hover, #subNav div a:hover {
}

.sidebarList li {
	color: #990000;
}

#subNav .sidebarList li.moreCats {
	background: url("images/moreCatsArrow.png") no-repeat scroll right 8px transparent;
    padding-right: 10px;
    width: 56px;
}

/*********************************
*****  mainContent  *************
********************************/
#mainContent {
	background-color: #FFFFFF;
    border-left: 1px solid #C0C4C1;
    border-top: 1px solid #C0C4C1;
    border-right: 1px solid #E4E3DD;
    border-bottom: 1px solid #E4E3DD;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 169px 0 0;
    min-height: 250px;
    padding: 0 0 9px 0;
    position: relative;
    width: 632px;
}

/*********************************
*****  Footer  *************
********************************/
#footer {
    clear: both;
    color: #696962;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    height: 42px;
    margin: 0 0 25px;
    padding: 10px 0 0;
    width: 635px;
}
#footer div.links_logo {
	margin: 0 auto;
	width: 75%;
}
#footer a.sm_logo {
	background:transparent url(http://med.stanford.edu/Templates/scopeblog/logo_footer.gif) no-repeat scroll left top;
	height:34px;
	width:145px;
	float: left;
}
#footer a.sm_logo:hover {
	background-position: 0px -34px;
}
#footer a.sm_logo img {
	display: none;
}
#footer ul {
	padding: 0px;
	list-style-type: none;
	margin-bottom: 5px;
	margin: 0 0 5px 173px;
}
	#footer li {
		display: inline;
		padding-left: 8px;
		padding-right: 8px;
		border-left: 1px dotted #c1c1c1;
		line-height: 1.3em;
	}
	#footer a, #footer a:link, #footer a:visited {
		color: #990000;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer p {
		margin:0 0 0 180px;
		padding: 0;
		text-transform: uppercase;
		font-size: 9px;
	}
	#footer li.x_firstChild {
		border-left: 0px;
	}


/*********************************
*****  bottom  ************
********************************/
#bottom {
	width: 770px;
	height: 32px;
	background: url(http://med.stanford.edu/Templates/images/globalFooter_bg.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}
	
/******************************************
*****  content editable area styles  *****
*****************************************/
#subNav blockquote,#subNav p {
	line-height: 1.1em;
	padding:2px 10px 2px 10px;
}
#mainContent div.entry, #mainContent div.comments, #mainContent div.archiveTop {
    border-bottom: 1px solid #E3E3E3;
    float: left;
    margin-bottom: 25px;
    padding: 35px 35px 18px;
    position: relative;
    width: 562px;
}
#mainContent div.comments {
	padding-top: 0;
}

#submit {
	font-weight: bold;
    width: 70px;
}

#mainContent.search div.entry {
	margin-bottom: 5px;
}

#mainContent div.archiveTop {
    border-bottom: 1px solid #BEBEBE;
    margin: 25px 35px 10px;
    padding: 0 0 5px;
    width: 562px;
}

/*
#mainContent div.entry:before {
	content: url("images/imageCatBg.gif");
	position: absolute;
	top: 49px;
	left: -25px;
}
*/

#mainContent.search div.entry:before {
	content: none;
	display: none;
}

#mainContent div.archiveTop .archiveBy {
	color: #969696;
    text-transform: uppercase;
}

#archArtNum {
	color: #969696;
    float: right;
    margin-top: 33px;
}

#mainContent div.entry:last-child, #mainContent div.comments:last-child {
	border: medium none;
}

#mainContent div.entry .category, #mainContent div.entry .category a {
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.1em;
}

#mainContent div.entry .category {
    display: block;
}

#mainContent div.entry.noBorder {
	border-bottom: medium none;
}

/* Alternative Medicine, CDC, Ecology, Events, Funnies, Haiti, History, Holidays, In the News, Industry, LGBT, Medical Mysteries, Medicine 2.0, Medicine and Literature, Medicine and Society, Myths, Sports,
Telemedicine */
#mainContent div.entry .catLabel {
	background: url("images/spriteScopeIcons.png") no-repeat scroll left -215px transparent;
    height: 38px;
    left: -20px;
    position: absolute;
    top: 57px;
    width: 38px;
}
/* Parenting, Pediatrics */
#mainContent div.entry .catLabel.cat59, #mainContent div.entry .catLabel.cat61 {
	background-position: left top;
}
/* Nutrition */
#mainContent div.entry .catLabel.cat55 {
	background-position: left -35px;
}
/* Obesity */
#mainContent div.entry .catLabel.cat56 {
	background-position: left -71px;
}
/* Video */
#mainContent div.entry .catLabel.cat79 {
	background-position: left -251px;
}
/* Medical Education, Medical Schools */
#mainContent div.entry .catLabel.cat43, #mainContent div.entry .catLabel.cat44 {
	background-position: left -466px;
}
/* Science Policy, Applied Biotechnology, Bioengineering, Discoveries, Evolution, Genetics, Infectious Disease, Microbiology, Research, Science, Stem Cells */
#mainContent div.entry .catLabel.cat68, #mainContent div.entry .catLabel.cat6, #mainContent div.entry .catLabel.cat11, #mainContent div.entry .catLabel.cat1633,
#mainContent div.entry .catLabel.cat22, #mainContent div.entry .catLabel.cat25, #mainContent div.entry .catLabel.cat39, #mainContent div.entry .catLabel.cat51,
#mainContent div.entry .catLabel.cat65, #mainContent div.entry .catLabel.cat67, #mainContent div.entry .catLabel.cat74 {
	background-position: left -143px;
}
/* Patient Care, Addiction, Aging, Anesthesiology, Autism, Autoimmune disease, Behavioral Science, Cancer, Cardiovascular Medicine, Chronic disease, Clinical Trials,
Dermatology, Emergency Medicine, Fertility, Global Health, HIV/AIDS, Men's Health, Mental Health, Nephrology, Ophthalmology, Orthopedics, Pain, Sexual Health, Stroke, Surgery, Transplants */
#mainContent div.entry .catLabel.cat60, #mainContent div.entry .catLabel.cat3, #mainContent div.entry .catLabel.cat4, #mainContent div.entry .catLabel.cat5,
#mainContent div.entry .catLabel.cat8, #mainContent div.entry .catLabel.cat9, #mainContent div.entry .catLabel.cat10, #mainContent div.entry .catLabel.cat12,
#mainContent div.entry .catLabel.cat13, #mainContent div.entry .catLabel.cat15, #mainContent div.entry .catLabel.cat16, #mainContent div.entry .catLabel.cat18,
#mainContent div.entry .catLabel.cat19, #mainContent div.entry .catLabel.cat24, #mainContent div.entry .catLabel.cat26,
#mainContent div.entry .catLabel.cat34, #mainContent div.entry .catLabel.cat49, #mainContent div.entry .catLabel.cat50, #mainContent div.entry .catLabel.cat1667,
#mainContent div.entry .catLabel.cat1693, #mainContent div.entry .catLabel.cat57, #mainContent div.entry .catLabel.cat58, #mainContent div.entry .catLabel.cat70,
#mainContent div.entry .catLabel.cat75, #mainContent div.entry .catLabel.cat76, #mainContent div.entry .catLabel.cat78
{
	background-position: left -289px;
}
/* Stanford News, Scope Announcements */
#mainContent div.entry .catLabel.cat73, #mainContent div.entry .catLabel.cat69 {
	background-position: left -431px;
}
/* Women's Health */
#mainContent div.entry .catLabel.cat80 {
	background-position: left -503px;
}
/* Health Policy, Ethics, FDA, Health Costs, Health Disparities, NIH, Public Health */
#mainContent div.entry .catLabel.cat32, #mainContent div.entry .catLabel.cat20, #mainContent div.entry .catLabel.cat23, #mainContent div.entry .catLabel.cat30,
#mainContent div.entry .catLabel.cat31, #mainContent div.entry .catLabel.cat54, #mainContent div.entry .catLabel.cat64 {
	background-position: left -179px;
}
/* Grand Roundup */
#mainContent div.entry .catLabel.cat27 {
	background-position: left -577px;
}
/* Image of the Week, Imaging */
#mainContent div.entry .catLabel.cat36, #mainContent div.entry .catLabel.cat37 {
	background-position: left -359px;
}
/* Media, Medical Apps, Technology */
#mainContent div.entry .catLabel.cat41, #mainContent div.entry .catLabel.cat42, #mainContent div.entry .catLabel.cat77 {
	background-position: left -107px;
}
/* Podcasts */
#mainContent div.entry .catLabel.cat62 {
	background-position: left -395px;
}
/* Sleep */
#mainContent div.entry .catLabel.cat71 {
	background-position: left -689px;
}
/* Ask Stanford Med */
#mainContent div.entry .catLabel.cat7 {
	background-position: left -614px;
}
/* Pregnancy */
#mainContent div.entry .catLabel.cat63 {
	background-position: left -651px;
}
/* Neuroscience */
#mainContent div.entry .catLabel.cat53 {
	background-position: left -803px;
}
/* Sports */
#mainContent div.entry .catLabel.cat72 {
	background-position: left -728px;
}
/* Health & Fitness */
#mainContent div.entry .catLabel.cat29 {
	background-position: left -765px;
}



	#mainContent div.entry .category a:link, #mainContent div.entry .category a:visited, #mainContent div.entry .category a:hover {
		font-family: Arial, Helvetica, sans-serif;
		color: #969696;
	}

#mainContent div.entry .author, #mainContent div.entry .author a {
	color: #990000;
}

	#mainContent div.entry .author a:hover, #mainContent div.entry .author a:link, #mainContent div.entry .author a:visited {
		color: #990000;
	}

#mainContent div.entry .entryInfo {
	margin: 5px 0;
	font-size: 0.9em;
	z-index: 2;
	position: relative;
}
#mainContent.search div.entry .entryInfo, #mainContent.search div.entry .entryInfo a {
	color: #969696;
}
#mainContent div.entry .entryBody, #mainContent div.entry .entryBody blockquote p { font: normal 13px Georgia, "Times New Roman", Times, serif; }
/*#mainContent div.entry .entryBody .FBConnectButton, #mainContent div.entry .entryBody .FBConnectButton_Text { font: normal .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif }
.FBConnectButton_Small { height: 10px; }*/

#mainContent div.entry .entryBody img.mt-image-left, #mainContent div.entry .entryBody img.mt-image-right {
	max-width: 70%;
}

/*#mainContent div.entry .entryBody blockquote blockquote {
	background: url("images/quoteBg.gif") no-repeat scroll left top transparent;
    color: #444444;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.8em;
    margin: 27px 27px 27px 0;
    padding: 9px 0 0 14px;
}*/
#mainContent div.entry .entryBody q { 
	display: block;
	background: no-repeat url("images/quoteBg.gif") left top;
	color: #444;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.6em;
	margin: 30px 50px;
	padding: 9px 0 0 14px;	
}

#mainContent div.entry .entryBody img {
	max-width: 99%;
}

#mainContent div.entry .entryBody blockquote p { margin: 10px 0; }

#mainContent div.entry .share {
	clear: both;
    float: right;
    margin: 15px 0 0 0;
}

.olderNewer {
    clear: both;
    float: left;
    position: relative;
    text-align: center;
    width: 632px;
}

#mainContent .olderNewer a, #mainContent .olderNewer a:link, #mainContent .olderNewer a:visited {
	color: #990000;
    text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
}

#mainContent .olderNewer a:hover {
	text-decoration: underline;
}

#respond {
	text-transform: uppercase;
	margin-bottom: 15px;
}

#mainContent div#newer {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline;
	float: right;
}

#mainContent div#older {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	display: inline;
}

#mainContent #newer a {
	font-size: 11px;
}

#mainContent #older a {
	font-size: 11px;
}

#mainContent div.entry a, #mainContent div.entry a:link, #mainContent div.entry a:visited, div#newer a, div#older a, div#newer a:link, div#older a:link, div#newer a:visited, div#older a:visited {
	color: #990000;
	text-decoration: none;
}

	#mainContent div.entry a:hover, div#newer a:hover, div#older a:hover {
		text-decoration: underline;
	}

#mainContent div.entry .comments {
	background: url("images/commentBg.gif") no-repeat scroll 9px 1px transparent;
    border-left: 1px solid #AEAEAE;
    margin-left: 3px;
    padding-left: 24px;
}

#mainContent.search div.entry .comments {
	background: none repeat scroll 0 0 transparent;
	padding-left: 10px;
}

#mainContent div.entry div.top .date {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
}

#mainContent div.entry h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 3px;
}

#mainContent div.entry ul.commentsMenu {
	list-style-type: none;
	width: 100%;
	text-align: right;
	border-bottom: solid #d1d7d9 1px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

#mainContent div.entry ul.commentsMenu li {
	display: inline;
}

#mainContent div.entry ul.commentsMenu li a {
	border-left: solid #d1d7d9 1px;
	padding: 0px 15px 10px 15px;
}


#mainContent div.entry ul.commentsMenu li a.first_child {
	border-left: none;
}

#mainContent div.entry ul.commentsMenu li a.last_child {
	padding-left: 10px;
	padding-right: 15px;
}

#mainContent div.entry h2 a, #mainContent div.entry h2 a:link, #mainContent div.entry h2, #mainContent div.entry h1 a, #mainContent div.entry h1 a:link, #mainContent div.entry h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #383838;
	margin-top: 5px;
	line-height: 1.1em;
}

#mainContent div.entry h2, #mainContent div.entry h1 {
	margin-top: 7px;
	z-index: 2;
	position: relative;
}

#mainContent.search div.entry h2 a, #mainContent.search div.entry h2 a:link, #mainContent.search div.entry h2 a:visited, #mainContent.search div.entry h2 a:hover {
	color: #990000;
	font-size: 18px;
}

#mainContent div.entry h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#mainContent div.entry h2 a:hover, #mainContent div.entry h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainContent div.entry h2 a:visited, #mainContent div.entry h1 a:visited {
	color: #000000;
}

#mainContent div.entry h3 a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainContent div.entry h3 a:visited {
	color: #000000;
}

#mainContent div.entry div.author {
	font-style: italic;
}

#mainContent ul.date_archives {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainContent ul.date_archives li {
	position:relative;
	margin-top: 17px;
}

#mainContent ul.date_archives li ul {
	margin: 8px 5px 5px 70px;
	list-style-type: none;
	clear: left;
}

#mainContent ul.date_archives li ul li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

#mainContent ul.date_archives li div.archive_head_left {
	font-size:11px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 3px 0 4px 0;
	line-height: 1em;
	display: inline;
	text-align: left;
	width: 50%;
	float: left;
	border-bottom: dotted #7f7f7f 1px;
}

#mainContent ul.date_archives li div.archive_head_right {
	font-size:11px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 3px 0 4px 0;
	line-height: 1em;
	display: inline;
	text-align: right;
	width: 50%;
	border-bottom: dotted #7f7f7f 1px;
	position:absolute;
	top:0;
	right:0;
}

#mainContent div#comments .comment_head_hr {
	width: 100%;
	border-bottom: dotted #cccccc 1px;
}

#mainContent div#comments div.comment_body p {
	margin-left: 87px;
	margin-top: 2px
}

#mainContent div#comments h2 {
	font-size:14px;
	text-transform: uppercase;
	color: #618899;
	font-weight: normal;
	margin: 25px 0 25px 0;
	line-height: 1em;
}

#mainContent div#comments h2.add_comment {
	margin-top: 35px;
	padding-top: 10px;
	border-top: solid #cccccc 1px;
}

#mainContent div#comments h3 {
	font-size:10px;
	text-transform: uppercase;
	color: #2D2D2D;
	font-weight: normal;
	margin: 3px 0 3px 0;
	padding: 0;
	line-height: 1em;
	display: inline;
	text-align: left;
	width: 50%;
	float: left;
}

#mainContent div#comments h4 {
	font-size:10px;
	text-transform: uppercase;
	color: #2D2D2D;
	font-weight: normal;
	margin: 3px 0 3px 0;
	padding: 0;
	line-height: 1em;
	display: inline;
	text-align: right;
	width: 50%;
	float: right;
}

#mainContent div#comments h3 a, #mainContent div#comments h3 a:link {
	text-decoration: none;
	color: #2D2D2D;
}

#mainContent div#comments h3 a:hover {
	text-decoration: underline;
}

#mainContent div#comments label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 25px;
	display: block
}

#mainContent div#comments textarea#text {
	width: 300px;
}

#mainContent div#comments p.field_p {
	margin: 0;
	padding: 1px 0 1px 0;
}

#captcha_code, #comments .field p {
	margin-left: 125px;
}

#mainContent p {color:#2D2D2D;}
#mainContent blockquote{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#000000;margin-left: 25px;margin-right:25px;}
#mainContent h1 {
	font-size:36px;
	color: #383838;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}
#mainContent h1.mainheadline {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	line-height: 1em;
	padding-bottom: .3em;
}
#mainContent div#mainheadline h1 {
	border-bottom: 1px solid #999;
	line-height: 1em;
	padding-bottom: .5em;
}

#mainContent h2{font-size:18px; line-height:110%;}
#mainContent h3{font-size:16px; line-height:110%;}
#mainContent h4{font-size:14px; line-height:110%;}
#mainContent h5{font-size:13px; line-height:110%;}
#mainContent h6{font-size:12px; line-height:110%;}
#mainContent hr {
	border:0;
	color:#C1C1C1;
	background-color:#C1C1C1;
	height:1px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
	width:100%;
}
#mainContent ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:1.5em;
	_padding-left:0em;
	_margin-left:1.5em;
	list-style-type:square;
	margin-top:0px;
}

#mainContent ul.ul_textbullets {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:140%
	}
	
#mainContent ol {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000000;
	margin-top:inherit;
	padding-left:1.5em;
	_padding-left:normal;
	_margin-left:normal;
}
#mainContent div.entry ol li {
	display: list-item;
}

#mainContent li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;color:#000000;padding-bottom: 5px;}
#mainContent li p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;color:#000000;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
#mainContent form {margin:0px;padding:0px;}

/* FORM-RELATED CLASSES */
#mainContent label{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}
#mainContent fieldset {padding: 0px 5px 5px 5px; margin: 0px 0px 5px 0px; border:solid;border-width:1px;border-color:#C1C1C1;}
#mainContent legend {font-weight:bold; }

/* LINK-STYLE CLASSES */
#mainContent a {text-decoration:underline; color: #2c6078;}
#mainContent a:link {text-decoration:underline; color: #2c6078;}
#mainContent a:visited {color: #79455C;}
#mainContent a:hover {color: #5ca4c4;}
#mainContent a:active {color: #CC0000; }
#mainContent a.link_reverse:link {text-decoration: none; color: #FFFFFF;}
#mainContent a.link_reverse:visited {text-decoration: none; color: #FFFFFF;}
#mainContent a.link_reverse:hover{text-decoration: underline; color: #FFFFFF;}
#mainContent a.link_reverse:active {text-decoration: none; color: #FFFFFF;}
.link_headline {text-decoration: none; color: #000000;}
#mainContent a.link_headline:link {text-decoration:none; color: #000000;}
#mainContent a.link_headline:visited {text-decoration:none; color: #000000;}
#mainContent a.link_headline:hover {text-decoration:underline; color: #990000;}
#mainContent a.link_headline:active {text-decoration:none; color: #990000;}
.link_nounderline {text-decoration: none; color: #1C4B70;}
#mainContent a.link_nounderline:link {text-decoration:none; color: #1C4B70;}
#mainContent a.link_nounderline:visited {text-decoration:none; color: #79455C;}
#mainContent a.link_nounderline:hover {text-decoration:underline; color: #990000;}
#mainContent a.link_nounderline:active {text-decoration:none; color: #990000;}
#mainContent a img { border-style: none;}
#mainContent ul li a {text-decoration: none; color: #2c6078;}
#mainContent ul li a:link {text-decoration:none; color: #2c6078;}
#mainContent ul li a:visited {text-decoration:none; color: #79455C;}
#mainContent ul li a:hover {text-decoration:underline; color: #5ca4c4;}
#mainContent ul li a:active {text-decoration:none; color: #990000;}

/* TEXT-STYLE CLASSES */
#mainContent .text_alert, .text_alert {color:#9900FF; font-weight:bold;}
#mainContent .text_altfont, .text_altfont {font-family:Verdana, Arial, Helvetica, sans-serif;}
#mainContent .text_bodylarge, .text_bodylarge {font-size:14px; color:#2D2D2D;}
#mainContent .text_bodynormal, .text_bodynormal {font-size:12px; color:#2D2D2D;}
#mainContent .text_bodymedium, .text_bodymedium {font-size:11px; color:#2D2D2D;}
#mainContent .text_bodysmall, .text_bodysmall {font-size:10px; color:#2D2D2D;}
#mainContent .text_bodytiny, .text_bodytiny {font-size:9px; color:#2D2D2D;}
#mainContent .text_bold, .text_bold {font-weight:bold;}

#mainContent .text_allcaps, .text_allcaps {text-transform:uppercase;}
#mainContent .text_caption, .text_caption {font-size:10px; color:#000000; line-height:normal; margin-top:5px; margin-bottom:5px;}
#mainContent .text_highlight, .text_highlight {color:#990000;}
#mainContent .text_italic, .text_italic {font-style:italic;}
#mainContent .text_leadinheadline, .text_leadinheadline {font-family:Arial, Helvetica, sans-serif;color:#000000; font-size:14px; font-weight:bold;}
a span.text_leadinheadline {text-decoration:underline; color: #1C4B70;}
a:link span.text_leadinheadline {text-decoration:underline; color: #1C4B70;}
a:visited span.text_leadinheadline {color: #79455C;}
a:hover span.text_leadinheadline {color: #990000;}
a:active span.text_leadinheadline {color: #CC0000; }
.text_quote, blockquote .text_quote{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; line-height:120%;margin-left:25px;margin-right:25px;}
.text_spacehoriz {letter-spacing: 0.1em;}
.text_spacevert {line-height:150%;}
.text_spacenone {letter-spacing: 0em; line-height:120%;}
#mainContent .text_reverse, .text_reverse {color:#FFFFFF;}

#mainContent #newsheadline {
    padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#C1C1C1;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
}
#newsheadline h1,#newsheadline h2,#newsheadline h3,#newsheadline h4,#newsheadline h5,#newsheadline h6
	{margin-bottom:0px;margin-top:0px;}
#leftnews {
	margin: 18px 18px 30px 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2D2D2D;
	font-size:11px;
	text-align: left;
}
#leftnews h2 {font-family:Arial, Helvetica, sans-serif;color:#2D2D2D; font-size:14px; font-weight:normal;}
#leftnews a:link {text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #1C4B70;}
#leftnews a:visited {text-decoration:none; font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #79455C;}
#leftnews a:hover {text-decoration:underline; font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #2D2D2D;}
#leftnews a:active {text-decoration:underline; font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #2D2D2D;}
#bodycontent,#bodycontent2 {
	margin: 0px;
	/*margin: 18px 18px 15px 18px;
	text-align:left;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color:#2D2D2D;
}
.boxlabel {
	padding: 7px 10px 7px 11px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:110%;
	color:#2D2D2D;
	background-image:url(http://med.stanford.edu/Templates/images/boxlabel_bkgnd.jpg);
	background-repeat:repeat;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
}
.boxlabel p {margin: 0px 0px 0px 0px;font-size:11px;font-weight:bold;}
.boxlabel h1,.boxlabel h2,.boxlabel h3,.boxlabel h4,.boxlabel h5,.boxlabel h6 {margin: 0px 0px 0px 0px; text-transform:none;}
.nomargintop { margin-top:0px;}
.nomarginbottom { margin-bottom:0px;}
.nomarginvertical { margin-bottom:0px;margin-top:0px;}

/* FUNCTIONALITY */
.boxleft_withboxlabel {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_withboxlabel {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxleft_toneboxwithlabel {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#F9F9F9;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_toneboxwithlabel {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#F9F9F9;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
#mainContent .boxleft_withboxlabel h1,#mainContent .boxleft_withboxlabel h2,#mainContent .boxleft_withboxlabel h3,#mainContent .boxleft_withboxlabel h4,#mainContent .boxleft_withboxlabel h5,#mainContent .boxleft_withboxlabel h6, #mainContent .boxright_withboxlabel h1,#mainContent .boxright_withboxlabel h2,#mainContent .boxright_withboxlabel h3,#mainContent .boxright_withboxlabel h4,#mainContent .boxright_withboxlabel h5,#mainContent .boxright_withboxlabel h6,
#mainContent .boxleft_toneboxwithlabel h1,#mainContent .boxleft_toneboxwithlabel h2,#mainContent .boxleft_toneboxwithlabel h3,#mainContent .boxleft_toneboxwithlabel h4,#mainContent .boxleft_toneboxwithlabel h5,#mainContent .boxleft_toneboxwithlabel h6, #mainContent .boxright_toneboxwithlabel h1,#mainContent .boxright_toneboxwithlabel h2,#mainContent .boxright_toneboxwithlabel h3,#mainContent .boxright_toneboxwithlabel h4,#mainContent .boxright_toneboxwithlabel h5,#mainContent .boxright_toneboxwithlabel h6
{
	padding: 7px 10px 7px 11px;
	margin: -10px -10px 8px -10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	color:#2D2D2D;
	background-image:url(http://med.stanford.edu/Templates/images/boxlabel_bkgnd.jpg);
	background-repeat:repeat;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
}
.boxleft_withboxlabel p,.boxright_withboxlabel p,boxleft_4rules p,.boxright_4rules p,boxleft_2rules p,.boxright_2rules p,boxleft_1rule p,.boxright_1rule p,boxleft_norules p,.boxright_norules p, .boxleft_toneboxwithlabel p, .boxright_toneboxwithlabel p
	{line-height:130%; color:#000000; font-size:11px; margin-top:6px; margin-bottom:6px;}
.boxleft_4rules {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_4rules {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxleft_2rules {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#FFFFFF;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#C1C1C1;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_2rules {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 0px;
	background-color:#FFFFFF;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#C1C1C1;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxleft_1rule {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
	background-color:#FFFFFF;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_1rule {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
	background-color:#FFFFFF;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxleft_norules {
    width: 235px;
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxright_norules {
    width: 235px;
	float:right;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	line-height:120%;
	color:#000000;
	font-size:11px;
}
.boxleft_4rules p, .boxright_4rules p, .boxleft_2rules p, .boxright_2rules p, .boxleft_1rule p, .boxright_1rule p, .boxleft_norules p, .boxright_norules p
	{line-height:120%;color:#000000;font-size:11px;}
.boxleft_4rules h1,.boxleft_4rules h2,.boxleft_4rules h3,.boxleft_4rules h4,.boxleft_4rules h5,.boxleft_4rules h6, .boxright_4rules h1,.boxright_4rules h2,.boxright_4rules h3,.boxright_4rules h4,.boxright_4rules h5,.boxright_4rules h6, .boxright_2rules h1,.boxright_2rules h2,.boxright_2rules h3,.boxright_2rules h4,.boxright_2rules h5,.boxright_2rules h6, .boxleft_2rules h1,.boxleft_2rules h2,.boxleft_2rules h3,.boxleft_2rules h4,.boxleft_2rules h5,.boxleft_2rules h6, .boxleft_1rule h1,.boxleft_1rule h2,.boxleft_1rule h3,.boxleft_1rule h4,.boxleft_1rule h5,.boxleft_1rule h6, .boxright_1rule h1,.boxright_1rule h2,.boxright_1rule h3,.boxright_1rule h4,.boxright_1rule h5,.boxright_1rule h6, .boxright_norules h1,.boxright_norules h2,.boxright_norules h3,.boxright_norules h4,.boxright_norules h5,.boxright_norules h6, .boxleft_norules h1,.boxleft_norules h2,.boxleft_norules h3,.boxleft_norules h4,.boxleft_norules h5,.boxleft_norules h6
	{margin-top:0px;margin-bottom:0px;line-height:110%;}
.box_withboxlabel {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#C1C1C1;
	color:#000000;
}
#mainContent .box_withboxlabel h1, #mainContent .box_withboxlabel h2, #mainContent .box_withboxlabel h3, #mainContent .box_withboxlabel h4, #mainContent .box_withboxlabel h5, #mainContent .box_withboxlabel h6 {
	padding: 7px 10px 7px 11px;
	margin: -10px -10px 8px -10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	color:#2D2D2D;
	background-image:url(http://med.stanford.edu/Templates/images/boxlabel_bkgnd.jpg);
	background-repeat:repeat;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
}
.box_withboxlabel p
	{color:#000000; margin-top:6px; margin-bottom:6px;}
.image_left {float: left;
	padding: 0px 10px 5px 0px;
}
.image_right {float: right;
	padding: 0px 0px 5px 10px;
}
.setwidth100 {width:100px;}
.setwidth125 {width:125px;}
.setwidth150 {width:150px;}
.setwidth175 {width:175px;}
.setwidth184 {width:184px;}
.setwidth200 {width:200px;}
.setwidth225 {width:225px;}
.setwidth245 {width:245px;}
.setwidth250 {width:250px;}
.setwidth300 {width:300px;}
.setwidth325 {width:325px;}
.setwidth350 {width:350px;}
.ruleontop { border-top:solid;border-top-width:1px;border-top-color:#C1C1C1;}
.ruleonbottom { border-bottom:solid;border-bottom-width:1px;border-bottom-color:#C1C1C1;}
.rulebox { border:solid;border-width:1px;border-color:#C1C1C1;}
.nomargins {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}

/* Top Navigation */
#fullscreen { z-index:0;}

.leftlinks_label {
   	background-color:#F3F4E6;
	background-image:url(http://med.stanford.edu/Templates/images/navlabel_bkgnd.jpg);
	background-repeat:repeat;
	width: 184px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
.leftlinks_label table {
	width: 184px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
}
.leftlinks_label tr { height: auto; }
.leftlinks_label td {
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #2D2D2D;
	/*display: block;*/
	width: 100%;
	height: 100%;
	padding:8px 5px 8px 13px;
	letter-spacing:0.03em;

}
.leftlinks_label p  {
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #2D2D2D;
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing:0.03em;
	margin:0px 0px 0px 0px;
}
#lefttopcontent .leftlinks_label td {
	padding:5px 13px 5px 13px;
	vertical-align:middle;
}
.leftlinks_sectionhead {
   	background-color:#E4E4C9;
	width: 184px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#C1C1C1;
	border-bottom: dotted;
	border-bottom-width:1px;
	border-bottom-color:#C1C1C1;
}
.leftlinks_sectionhead table {
	width: 184px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
}
.leftlinks_sectionhead tr { height: auto; }
.leftlinks_sectionhead td {
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #2D2D2D;
	width: 100%;
	height: 100%;
	padding:8px 5px 8px 13px;
	letter-spacing:0.03em;

}
.leftlinks_sectionhead p  {
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color: #2D2D2D;
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing:0.03em;
	margin:0px 0px 0px 0px;
}
.leftlinks_sectionhead h1,.leftlinks_sectionhead h2,.leftlinks_sectionhead h3,.leftlinks_sectionhead h4,.leftlinks_sectionhead h5,.leftlinks_sectionhead h6 {margin: 0px 0px 0px 0px; text-transform:none;}

/* classes to standardize appearance of tables, when desired */

.table_nobreaks p, .table_nobreaks h1, .table_nobreaks h2, .table_nobreaks h3, .table_nobreaks h4, .table_nobreaks h5, .table_nobreaks h6, .table_nobreaks ul, .table_nobreaks ol {margin: 0px; padding: 0px;}

table.table_standard {
	background: #E4E4C9;
	border: 1px #E4E4C9;
}
table.table_standard th {
	text-align: left;
	padding: 7px;
}
table.table_standard td {
	background: white;
	padding: 7px;
}

/* fun, collaborative */
.sticky {
	background-color: #fff990;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 1.0);
	-webkit-transform: rotate(7deg);
	font-family: "Marker Felt", "Comic Sans MS";
	font-size: 14px;
	width: 175px;
	padding: 30px;
	position: absolute;
	top: 0px;
	right: -205px;
	z-index: 1000;
}
	.sticky.dogear {
		background-color: pink;
		position: absolute;
		top: auto;
		right: -240px;
	}

/**
 * Common goButton
 */
button.goButton {
	background: url(http://med.stanford.edu/Templates/images/go_sprite.gif) top left no-repeat;
	width: 30px;
	height: 18px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}
button.goButton:hover {
	background: url(http://med.stanford.edu/Templates/images/go_sprite.gif) 0px -18px no-repeat;
}

/**
 * Code snippets
 */
code {
	font-family: Courier New, Courier;
	display: block;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #939393;
	font-size: 11px;
	white-space: pre;
	padding: 2px;
}

/**
* Hidden Elements
**/

.hidden {
	display:none;
}

/* Begin Comments*/
.alt {margin: 0; padding: 10px; }
.commentlist {padding: 0; margin: 0 0 2em 0; text-align: left; }
.commentlist li {margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; }
#mainContent .commentlist li p {margin: 10px 5px 10px 0; }
.commentlist .avatar { float:left; padding: 0 5px 5px 0; }
#commentform p {margin: 5px 0; }
#commentform label {font-size: 11px; }
.nocomments {text-align: center; margin: 0; padding: 0; }
.commentmetadata {margin: 0; display: block; }
#comment { width: 400px;};
/* End Comments */


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#mainContent img {
	margin: 0;
}
#mainContent .attachment img {
	max-width: 900px;
}
#mainContent .alignleft,
#mainContent img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#mainContent .alignright,
#mainContent img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#mainContent .aligncenter,
#mainContent img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#mainContent img.alignleft,
#mainContent img.alignright,
#mainContent img.aligncenter {
	margin-bottom: 12px;
}
#mainContent .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#mainContent .wp-caption img {
	margin: 5px 5px 0;
}
#mainContent .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#mainContent .wp-smiley {
	margin: 0;
}
#mainContent .gallery {
	margin: 0 auto 18px;
}
#mainContent .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#mainContent .gallery img {
	border: 2px solid #cfcfcf;
}
#mainContent .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#mainContent .gallery dl {
	margin: 0;
}
#mainContent .gallery img {
	border: 10px solid #f1f1f1;
}
#mainContent .gallery br+br {
	display: none;
}
#mainContent .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.jdGallery a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active {
	display: none;
}

.jdGallery a.left {
    background: url("images/featuredLtBtn.png") no-repeat scroll left 55px transparent !important;
}

.jdGallery a.right {
    background: url("images/featuredRtBtn.png") no-repeat scroll right 55px transparent !important;
}

.jdGallery .slideInfoZone p {
	display: none !important;
}

#featured {
	margin-bottom: 25px;
}

#myGallery div.x_selected {
	display: none;
}

/* ShareThis styles */
.stButton { float: right; }

.st_facebook_hcount .stArrow, .st_facebook_hcount .st-facebook-counter {
	float: left;
}

#dfcg-text h3 {
	line-height: 15px !important;
}

.postavatar {
	position: absolute !important;
	top: 48px !important;
	left: -30px !important;
	padding: 10px !important;
	z-index: 100 !important;
}

.postavatar img { border: none !important; }
#mainContent.search .postavatar img { display: none !important; }

a.pa { border: none !important; }

.st_fblike_buttons, .st_sharethis_buttons, .st_plusone_buttons {
	display: none;
}