@charset "UTF-8";

/* boxes */

.sidebarBox {
	margin:0px 0px 10px 0px;
	line-height:12px;
}

.header {
	background:url(../img/headerBack.png) repeat-x;
	height:30px;
	font-size:10px;
	font-weight:bold;
	color:rgb(255,255,255);
	text-transform:uppercase;
	padding: 0px;
}

.sidebarBox .content {
	padding:10px 9px 9px;
	border-right: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
}

.sidebarBox .pictureContent {
	border-right: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
}

.sidebarBox .content ul, ul {
	padding:0px;
	margin:-5px 0px -10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style: none outside;
}

.sidebarBox .content ul li, ul li {
	background: url(../img/listArrows.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
}
ul li {
	margin: 0px 0px 5px;
}
.sidebarBox .content ul li {
	margin:0px 0px 5px;
}


.sidebarBox .content ul li a, .sidebarBox .content a, ul li a {
	color:rgb(0,0,0);
	font-weight: normal;
	text-decoration:none;
	font-size:11px;
}

.sidebarBox .content ul li a:hover,.sidebarBox .content a:hover, ul li a:hover {
	color:rgb(210,10,30);
}


#rightCol .sidebarBox {
	margin:20px 0px 10px;
}

.mostRead {
	display:block;
	padding:5px 0px 0px 25px;
	background: url(../img/iconStar.png) no-repeat 5px 6px;
}

.doctorsWeekly {
	display:block;
	padding:5px 0px 0px 25px;
	background: url(../img/iconGlasses.png) no-repeat 4px 6px;
}

.latestCommented {
	display:block;
	padding:5px 0px 0px 25px;
	background: url(../img/iconBubbles.png) no-repeat 3px 6px;
}

.searchTips {
	display:block;
	padding:5px 0px 0px 25px;
	background: url(../img/iconSearch.png) no-repeat 7px 6px;
}

/* elements */

.issue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin: 0px 0px 25px;
}

.section {
	margin:0px 0px 30px 0px;
}

.sectionHeader {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:rgb(210,10,30);
	margin: 0px 0px 5px;
	background: url(../img/blackLine.png) repeat-x left 17px;
}
.sectionHeader.withInfo {
	margin-bottom: 2px;
}

.author {
	font-size:9px;
}

/* links */
.textRight {
	text-align: right;
}

.red {
	color: #D20A1E;
}

.year {
	text-decoration:underline;
	margin-right:10px;
}
/* form */

input {
	font-family:Verdana, Geneva, sans-serif;
}

.siteSearchInput {
	float:left;
	font-size:15px;
	padding:2px;
	width:184px;
	border-top: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	border-bottom: 5px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
	margin: 0px 5px 5px 0px;
	height: 20px;
}

.siteSearchInput.wide {
	width: 350px;
	margin-right: 0;
}

select {
	border: 1px solid #000;
	font-size: 10px;
}

input.text {
	border: 1px solid #000;
	padding: 5px 3px 3px 3px;
	height: 15px;
	font-size: 10px;
}
textarea {
	border: 1px solid #000;
	padding: 5px 3px 3px 3px;
	height: 175px;
	width: 462px;
	font-size: 10px;
}
input.text.small {
	width: 94px;
}
input.text.medium {
	width: 175px;
}
input.text.large {
	width: 217px;
}

.btn, .btnGo {
	float:left;
}

label {
	display: block;
	font-size: 9px;
	margin-bottom: 2px;
}
label select {
	position: relative;
	top: 1px;
}

label input {
	position: relative;
	top: 3px;
}

.floatLeft {
	float: left;
}

/* misc */
.address {
	font-size:10px;
	font-weight:bold;
	color:rgb(210,10,30);
	margin: -10px 0px 0px;
}

.clr { clear:both; font-size: 0px; line-height: 0px; }
