
/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: '';  } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	min-height: 100%;
}

body {
	/*background:  url('http://medknow.com/img/body.jpg') no-repeat left bottom;*/
	
	color: #112;
	font: normal 13px verdana; 
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Links 
------------------------------------------------------------------- */

a {
	color: #DA261D;
	text-decoration: none;
}
a:hover {
	color: #DA261D;
	text-decoration: underline;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Wrapper */
#wrapper {}
#wrapper_inner {/*background: url('http://medknow.com/img/wrapper_inner.gif') no-repeat right top;*/}

#tag_inner{
	float:right;
	padding: 0 1px 1px;
	position: absolute; 
	
}
/* Toplinks */
#toplinks {
	float: right;
	font-size: 0.85em;
	height: 32px;
}
#toplinks_s {
	float: right;
	font-size: 0.85em;
	height: 0px;
	margin-top:-90px;
	margin-right:15px;
}
#toplinks_{font-size:20px;color:#DA251C;}
#toplinks ul {
	display: inline;
	float: right;
	margin: 9px 12px 0 0;
}
#toplinks li {
	
	color: #CCC;
	float: left;
	padding-left: 6px;
}
#toplinks li a {
	color: #777;
	margin-right: 2px;
}
#toplinks li a:hover {color: #012;}


/* Header */
#header {
	background: url('http://medknow.com/img/transp.png');
	
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	
}
#header_inner {
	margin: 0 0 0 260px;
	padding: 10px 0 10px;
}
#header h1 {
	background: none;
	padding-left: 0;
}
#header h1, #header h1 a {color: #828;}
#header p span {color: #888;}


/* Navigation */
#navigation {
	
	left: 10px;

	padding: 0 1px 1px;
	position: absolute; 
	
	top: 5px;
}
#st {
	
	left: 30px;
	padding: 0 1px 1px;
	position: absolute; 
	width:150px;
	top: 400px;
}
#navigation_inner {
	
	/*border: 1px solid #EEE;*/
	background-color:#B8B284;
	border-top: none;
	width: 220px;	
	color:#000000;
}
#navigation li a {	
	
	
	color: #000000;
	
	display: block;
	padding: 10px 7%;
	text-decoration: none;
	width: 86%;
}
#navigation li:first-child a {border-top: none;}
#navigation li a:hover {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left bottom;
	color: #FFF;
}
#navigation li.current_page_item a {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left top;
	color: #FFE;
	padding: 10px 4% 10px 10%;
}
#navigation h2 {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left top;
	border-bottom: 1px solid #5B0079;
	color: #FFE;
	font: bold 0.9em Verdana,sans-serif;
	margin: 0;
	padding: 6px 12px;
}


/* Main */
#main {padding: 28px 24px 0 260px;}


/* Sidebar */
#sidebar_outer {
	background: url('http://medknow.com/img/separator.gif') repeat-y left top;
	color: #555;
	width: 30%;
}
#sidebar {padding: 8px 0 6px 14px;}


/* Content */
#content {width: 69%;padding:3px;line-height:1.4em;}
#content_inner {padding: 8px 12px 8px 0;}

#content li a {	
	
	color: #555555;
	text-decoration:none;
	
	
}
#content li a:hover {	
	color: #111111;
	text-decoration:underline;

}


/* Footer */
#footer {
	
	border-top: 1px solid #EAEAEA;
	color: #888;
	margin-top: 16px;
	padding: 18px 0 18px 0px;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer .right, #footer .right a  {color: #AAA;}
#footer .right a {text-decoration: none;}
#footer a:hover {color: #333;}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 2em verdana;/*sans-serif;*/}
h2 {font: normal 1.4em verdana;/*sans-serif;*/	border-bottom:1px solid #ddd;}
h3 {font: normal 1.3em verdana;/*sans-serif;*/}
h4 {font: bold 1.2em verdana;/*sans-serif;*/}
h5 {font: bold 1.1em verdana;/*sans-serif;*/}
h6 {font: bold 0.9em verdana;/*sans-serif;*/}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

h1,h2,h3,h4,h5,h6 {color: #DA261D;}

.sh
{
font: bold 1.0em verdana;
margin-bottom: 0.2em;
color: #DA261D;
border-bottom:1px solid #ddd;
}

blockquote {
	background: #F6F6F6 url('http://www.medknow.com/img/quote.gif') no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1.1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0 46px;
}




/* Specific */
h1 {
	background: url('http://medknow.com/img/h1.gif') no-repeat left 1px;
	padding-left: 32px;
}
h2 {
	background: url('http://medknow.com/img/h2.gif') no-repeat left 2px;
	padding-left: 26px;
}
.tr {
	background: url('http://medknow.com/img/h2.gif') no-repeat left 2px;
	padding-left: 26px;
}

h3 {
	background: url('http://medknow.com/img/h3.gif') no-repeat left 3px;
	padding-left: 22px;
}


/* 
   Tables, lists
------------------------------------------------------------------- */

table {
	border:none;
	
}
table th, dt {
	
	color: #555;
	font: bold 0.85em Verdana,sans-serif;
	text-align: left;
}
table tr {border:none}
table td, #content table th {
	border: none;
	padding: 3px;
	color:#222222;
}

dl {margin-bottom: 1.2em;}
dt,dd {padding: 8px 10px;}
dt {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
dd {
	background-color: #F6F6F6;
	border-bottom: 1px solid #EEE;
	padding-left: 16px;
}

/* Specific */
#content ul, #content ol {margin: 0 0 1.2em 1.8em;}
#content ul li {list-style-image: url('http://medknow.com/img/li.gif');}
#content ol li {list-style: decimal;}
#content li {padding: 3px 0;}


/* 
   Forms 
------------------------------------------------------------------- */

#content fieldset {
	background-color: #FBFBFB;
	border: 1px solid #E2E6FA;
	margin: 1em 0 1.2em;
	padding: 1em;
}

#content fieldset h1, #content fieldset h2, #content fieldset h3 {
	background: none;
	border-bottom: 1px solid #BCD;
	margin-bottom: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0;
}

label {
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	margin: 1em 0 0.2em;
}
label em {font-style: normal;}

input, textarea, select {
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('http://medknow.com/img/submit.gif') repeat-x left top;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;	
	color: #444;
	cursor: pointer;
	font: normal 0.9em sans-serif;
	margin-top: 5px;
	padding: 4px 6px;
	width: auto;
}

input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}
input.image {
	border: 0;
	padding: 0;
}

.form_row {padding: 5px 0 2px;}


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

img.bordered, img.left, img.right {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 15px 0;}
img.right {margin: 0 0 15px 15px;}


.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 45%;
}

.twocols .jrnl {
	float: left;
	width: 48%;
	
	font-size:12px;
}

.twocols .det {
	float: right;
	width: 48%;
	
}
.twocols .detadd {
	float: right;
	width: 42%;
	background-color:#fbfbfb;
	border:1px solid #ddd;
	padding:10px;
	top:20px;
	-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;
}
.detadd img{border:1px solid #ddd;}

/* 
   Box
------------------------------------------------------------------- */
.box {
	margin-bottom: 1.5em;
	padding: 4px 0 8px;
}
.box_title {
	background: url('http://medknow.com/img/box_title.gif') no-repeat left 2px;
	color: #DA261D;
	font: normal 1.4em verdana;/*sans-serif;*/
	margin-bottom: 4px;
	padding-left: 26px;
	border-bottom:1px solid #ddd;
}
.box p {padding: 4px 0;}
.box li {
	border-top: 1px dotted #EEE;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}
.box_content{font-size:12px;}
.jname {color: #DA261D;
	font: normal 1.1em verdana;/*sans-serif;*/;font-weight:bold;padding:10px;}
/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 6px 0 2em -8px;}
.thumbnails a.thumb {
	background: #FFF;
	border: 1px solid #E5E5E5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {border-color: #BBB;}
.thumbnails .thumb img {display: block;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: #F0F6FA;
	border-top: 1px solid #E0E6EA;
	color: #789;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #223;}
.post_meta a:hover {color: #001;}


/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {
	border-bottom: 1px dashed #DDD;
	margin-bottom: 8px;
	padding: 8px 0;
}
.archive_post_title h3 {background: none;}
.archive_post_date {
	background: #FEFEFE url('http://medknow.com/img/archive_post_date.gif') repeat-x left center;
	border: 1px solid #F2F2F2;
	border-color: #F2F2F2 #DADADA #D5D5D5 #F2F2F2;	
	float: left;
	font-size: 0.9em;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px dashed #DDD; 
	margin: 0 0 2em;
}

.comment {
	border-bottom: 1px dashed #DDD;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #556;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   Floats
------------------------------------------------------------------- */

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

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

#header {min-height: 0.01%;}



ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;background-color:#fffef1;border-width:1px;border-style:solid;border-color:#DBDADA;}
ul#css3menu ul{
	display:none;position:absolute;left:98%;top:-1px;-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;padding:0 3px 3px;background-color:#fffdea;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:98%;top:-2px;}
ul#css3menu{
	padding:0 2px 2px;display:block;font-size:0;position:absolute;z-index:1000;left:10px;top:10px;-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;}
ul#css3menu>li,ul#css3menu li{
	margin:1px 0px 0px;}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none;}
ul#css3menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:13px verdana,sans-serif;color:#000;cursor:pointer;padding:10px;background-color:#fffef1;background-image:none;background-position:0 0;;border-color:#fffdea;}
ul#css3menu ul li{
	float:none;}
ul#css3menu ul a{
	text-align:left;background-color:#fffdea;}
ul#css3menu li:hover>a{
	background-color:#D8261C;border-color:#fffef1;border-style:solid;font:13px verdana,sans-serif;color:#fff;text-decoration:none;;background-position:0 100%;}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:20px;width:16px;height:16px;}
ul#css3menu ul img{
	width:16px;height:16px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu span{
	display:block;overflow:visible;background-image:url("arrowsub.png");background-position:right center;background-repeat:no-repeat;padding-right:24px;}
ul#css3menu ul span{
	background-image:url("arrowsub.png");padding-right:24px;}
ul#css3menu li.topfirst>a{
	border-width:0;}
ul#css3menu li.subfirst>a{
	border-width:0;}
.toc{color: #DA261D;
	font: normal 0.9em verdana, sans-serif;font-weight:bold;}
#nav 
{color: #555555;
	font: normal 1.0em verdana, sans-serif;font-weight:normal;padding-top:20px;}
#topnav	
{color: #555555;
	font: normal 1.0em verdana, sans-serif;font-weight:bold;}
#active{color: #DA261D;
	font: normal 1.4em verdana, sans-serif;font-weight:normal;border:1px dotted #ddd;padding:3px;background-color:#eee;}
.sType{color:#DA261D;font: normal 0.9em verdana, sans-serif;font-weight:bold;}	
.articleTitle{color:#222222;font: normal 0.9em verdana, sans-serif;font-weight:bold;}
.line{border-bottom:1px solid #ddd;}
.form_property, form_required
{font-weight:normal;color:#666666;}
#content_inner .form_row_submitj{background-color:#eaeaea;border:1px solid #ddd;}
