/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #000;
	padding: 11.5px 0 25px 0;
	/* background-image: url(http://www.thepatientreport.com/images/bodyback.png);
	background-repeat: repeat-x; */
	background-color: #6C93BA;
	}

body, select, input, textarea {
	font: 14px verdana, tahoma, trebuchet, arial, helvetica, serif;
	}
	
p {	
	
	}

a:link, a:visited {
	color: #333;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	}

img, a:link img, a:visited img {
	border:0
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}	

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	


/* HTML - Universal <h> */

h1 {
	font:2.95em verdana, arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
	color: #12319B;
	letter-spacing:-0.02em;
	}

h3 {
	font-family: Arial, Helvitica "san serif";
	font-size: .85em;
	font-weight:bold;
	color:#3D6792;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-top: 2px;
	margin-bottom:3px;
	border-top: 1px dotted #3D6792;
	}

h3 a:link, h3 a:visited {
	color:#6C93BA;
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}


/* Universal Elements */

.left {
	float:left;
	}

.right {
	float:right;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

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

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.headlist ul {
	list-style-type: none;
	}

.headlist li {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 8px; 
	border-bottom: 1px dotted #B8CFF6;
	}

.excp  {
	padding: 3px 0px 3px;
	margin-bottom: 15px; 
	}

.excp ul {
	list-style-type: none;
	}

.excphead {
	font-size: 1em;
	font-weight: bold;  
	}

.excptext {
	
	}

.excp a {
	font-weight: bold;
	}

.moredit {
	float: right;
	font-family: arial;
	text-transform: uppercase;
	font-size: .8em; 
	}

.moreedit a {
	font-weight: normal;
	}		

#navigation {
	font: .9em verdana, arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
	color:#6C93BA;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-top: 2px;
	padding-bottom:2px;
	margin-bottom:10px;
	}

/* Layout - General */

#wrapper {
	width: 985px;
	margin:0 auto;
	background-color: transparent;
	}

/* Layout - Header Elements */

#header {
	width:955px;
	margin:0 auto;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
	background-image: url(http://www.thepatientreport.com/images/hdr-tpr-bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	}

#headrow {
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #B8CFF6;
	}

#headleft {
	float: left;
	width: 477px;
	text-align: left;
	}

#headright {
	float: right;
	width: 477px;
	text-align: right;
	}

#logo {
	padding-top: 20px;
	}

#searchform {
	font-family: arial, verdana, tahoma, san-serif;
	font-size: 84%;
	text-align: right;
	margin-top: 0px;
	}

#tagline {
	font-family: Georgia, "Times Roman", serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #3D6792;
	text-align: right;
	padding-top: 25px;
	}

#headrow2 {
	height: 25px;
	font-size:78%;
	}

/* NOTE: For #nav see nav.css */

#date {
	font-family: Arial, Helvetica, "san serif";
	text-align: right;
	width: 150px;
	color: #3D6792;
	float: right; 
	font-weight: bold;
	}

/*Cover Page Elements*/

#cover {
	float: left;
	text-align: left;
	/* padding-top: 10px; */
	margin-bottom: 0px;
	background-image: url(http://www.thepatientreport.com/images/bg-solknot.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	}

.listrow {
	list-style-type:none;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	}

.listrow li {
	display:inline;
	float: left;
	}

#box1a {
	width: 190px;
	padding-top: 0;
	margin-right: 20px;
	}

#box1a ul li {
	margin-bottom: 10px;
	}

#box1a img {
	padding-top: 5px;
	padding-bottom: 10px;
	}

#box1b {
	width: 425px;
	overflow: hidden;
	margin-right: 20px;
	background: transparent;
	}

#newshead {
	font-size: 1.1em; 
	font-weight: bold; 
	}

#box1c {
	width: 300px;
	overflow: hidden;
	}

#box1c .form {
	background-color: #EEF2FB;
	}

#box1c ul {
	width: 300px;
	}

#box1c li {
	margin-bottom: 15px;
	}

#box1c li ul li {
	margin-bottom: 5px;
	}

#box1c1 {
	font-family: Tahoma, Verdana, "san serif";
	padding-top: 0px;
	border: 1px solid #DED8B5;
	}

#box1c1 .headlist {
	width: 280px; 
	padding-bottom: 0px;
	}

#box2a {
	width: 175px;
	margin-right: 20px;
	}

#box2b {
	width: 175px;
	margin-right: 20px;
	background: transparent;
	}

#box2b .excp {
	padding-bottom: 20px;
	border-bottom: 1px dotted #B8CFF6;
	}

#box2c {
	width: 175px;
	margin-right: 20px;
	background: transparent;
	}

#box2c .excp {
	padding-bottom: 20px;
	border-bottom: 1px dotted #B8CFF6;
	}

#box2d {
	width: 175px;
	margin-right: 20px;
	}

#box2d .excp {
	padding-bottom: 20px;
	border-bottom: 1px dotted #B8CFF6;
	}

#box2e {
	width: 175px;
	}

#box3a {
	width: 196px;
	margin-right: 15px;
	}

#box3b {
	width: 196px;
	margin-right: 15px;
	}

#box3c {
	width: 196px;
	margin-right: 15px;
	}

#box3d {
	width: 300px;
	}

/* Layout - Content Elements */

#page {
	width:955px;
	margin-top 10px;
	font-size: 92%;
	padding: 15px 15px 35px 15px;
	background-image: url(http://www.thepatientreport.com/images/pagetop.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}

#content {
	width:655px;
	float:left
	}

#leftcol {
	float: left;
	width: 190px;
	padding-top: 0;
	margin-right: 20px;
	}

#leftcol ul {
	list-style-type: none;
	}


#leftcol ul li {
	margin-bottom: 20px;
	}

#leftcol ul li ul li {
	margin-bottom: 5px;
	}

#centercol {
	float: right;
	width: 425px;
	padding-right: 20px;
	}

#centercol p {
	margin-bottom: 15px;
	}

#centerl {
	float: left;
	width: 215px;
	padding-right: 20px;
	margin-top: -5px;
	}

#centerr {
	float: right;
	width: 215px;
	margin-top: -5px;
	}

/* Layout - Sidebar Elements */

#sidebar {
	width: 300px;
	float:right;
	}

#sidebar ul {
	list-style-type: none;
	}

/* Layout - Sidebar Elements - Subnav  */


/* siderow */

#siderow {
	list-style-type:none;
	display:inline-block;
	margin-bottom: 0px;
	padding-left: 0;
	padding-bottom: 0px;
	border-bottom: 1px dotted #3D6792;
	background-color: transparent;
	}

#siderow li {
	display:inline;
	float: left;
	}

/* Layout - Sidel & Sider */

#sidel {
	font-size: .8em;
	width: 130px;
	margin-right: 15px;
	}

#sidel ul {
	list-style-type: square;
	float: left;
	width: 90px;
	}

#sidel li {
	float: left;
	padding-bottom: 1px;
	margin-bottom: 1px;
	}

#sider {
	width: 150px;
	}

#sider ul {
	float: none;
	width: 150px;
	}

#sider li {
	width: 150px;
	padding-bottom: 5px;
	}

/* Layout - Footer */

#footer {
	margin: 0 auto;
	text-align: center;
	width: 985px;
	font-size:88%;
	padding-top:25px;
	color:#fff;
	background-image: url(http://www.thepatientreport.com/images/pagefoot.jpg);
	background-repeat: no-repeat;
	}

#footer a {
	color:#fff;
	}

/* Layout - Post Elements */

#posthead {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:10px;
	}

#byline {
	font-size: 0.95em;
	padding-top:3px;
	margin-bottom: 10px;
	}

.post a {
	font-weight: bold;
	}

.post blockquote {
	color:#000;
	background:transparent;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 5px;
	border-left:1px solid #85ABD2;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}		
	 
.post h2 {
	font: 2.0em tahoma;
	padding-bottom:2px;
	margin: 20px 0;
	}

.entry {
	font-size: 120%;
	line-height: 1.5em;
	padding-bottom:5px;
	}

.postmetadata {
	margin: 30px 0;
	}

#postfoot {
	font-size: .75em;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
	}

#postfoot p {
	padding-top: 10px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom:1px dotted #85ABD2;
	}	


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

/* Comments Formatting */

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #85ABD2;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

h3#comments {
	margin-top:32px
	}

/* Archives Formatting */

#archive {
	font-size: 85%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom:1px solid #85ABD2;
	}

#archive a {
	font-weight: bold;
	}

.archivehead {
	font: 1.2em tahoma;
	padding-bottom:2px;
	}
	
	html body div#wrapper div#page.clearfloat div#content div#leftcol ul li div.headlist h4 {font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4em;}

