/*  
Theme Name: Healthcare Blog
Author URI: http://ithemes.com
Version: 1
Author: Cory Miller
Description: Healthcare Blog 2 Column is a clean blue and grey theme designed for healthcare blogs.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #ffffff url(images/background.gif) top center repeat-x;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, Sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #274c8d;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #4b93d0;
	}
#container { 
	width: 860px;
	text-align: left; 
	margin: 0px auto 20px auto; 
	overflow: hidden;
	}
* html #header{ width: 860px; padding: 10px 0px 0px 0px;}

#header {
	background: transparent;
	padding: 10px;
	text-align: left;
	margin: 0px auto 0px;
	clear: both;
	height: 145px;
	}	
#headerlogo {
	color: #ffffff;
	background: transparent;
	margin: 25px 0px 10px 0px;
	float: left;
	padding: 0px;
	}

#headerleft {
	color: #ffffff;
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 265px;
	text-align: center;
	}

#headerleft h1 {
	color: #ffffff;
	background: transparent;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 20px 0px 4px 0px;
	}

#headerleft h1 a {
	color: #ccc;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
	}
#headerleft h1 a:hover {
	color: #fff;
	text-decoration: none;
	}

#headerleft h2 {
	color: #ffffff;
	background: transparent;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	}

#headerleft h2 a {
	color: #ffffff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	}

#headerleft h2 a:hover {
	color: #006699;
	text-decoration: none;
	}
#headerright {
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#headerright img {
	margin: 0px;
	padding: 0px;
	}

#menu { 
	background: #000;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	clear: both;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #fff;
	font-size: 15px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	}

#menu ul li a:hover {
	color: #fff;
	background: #4b93d0;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
	}

* html #content { width: 500px; padding-top: 20px; }

#content { 
	background: transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: left; 
	padding: 0px;
	}

* html #content_box { margin: 10px 0px 0px 0px; }

#content_box { 
	background: #fff;
	display: block;
	width: 520px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left; 
	padding: 20px;
	border: 1px solid #ccc;
	border-top: 5px solid #4b93d0;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
	}
	
#content p img{
	border: none;
	float: left;
	padding: 0px 10px 10px 0px;
	}

#content h1 {
	color: #4b93d0;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
#content h1 a  {
	color: #4b93d0;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
	}


#content h2 {
	color: #4b93d0;
	font-size: 18px;	
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
	}
#content h2 a  {
	color: #4b93d0;
	font-size: 18px;	
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #4b93d0;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #4b93d0;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #4b93d0;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 15px;
	padding: 15px;
	font-style: italic;
	color: #333;
	border-left: 5px solid #8cca50;
	background: #ccc;
	}
	
* html .postspace{ height: 5px; }

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar { 
	display: block;
	background: #fff;
	color: #000000;
	width: 215px;
	float: right; 
	margin: 20px 0px 20px 20px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border: 1px solid #ccc;
	border-top: 5px solid #4b93d0;
	}

* html #sidebar { width: 190px; margin: 40px 20px 20px 20px; }

#sidebar p, #sidebar .textwidget{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #4b93d0;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	font-weight: normal;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #4b93d0;
	text-decoration: none;
	}
#sidebar ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	}

#footer { 
	color: #fff;
	background: #4b93d0;
	padding: 20px 20px 20px 20px;
	height: 50px;
	text-align: center;
	clear: both;
	border-top: 2px solid #ccc;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}