/*
Theme Name: Medical Theme
Theme URI: http://luckythemes.com/medical-theme/
Description: Medical Style Wordpress Theme
Version: 1.4
Author: http://themerama.com
Author URI: http://luckythemes.com/
Tags: widget ready, valid html, valid css, 2 columns, fixed width
*/
body{
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

img{ border: 0; }


.clear{ clear: both; }



#header{
	border-top: 1px solid #4AFFFF;
	margin: 0 auto;
	width: 900px;
	background: white;
}
#header .himg{ background: url(images/header_img.gif) no-repeat 60px 10px; height: 220px;}

#header a:link, #header a:visited, #header a:active, #header a:hover { color: black; text-decoration: none; }
#header a:hover{ color: #868EE0;}
#header h1{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-left: 285px;
	padding-top: 45px;
    text-transform: lowercase;
}

#header h4{
	color: #767676;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 10px 0;
	padding-left: 285px;
}
.search{background: url(images/search_bg.gif) no-repeat center; margin-left: 285px;}
.search_form{
	margin: 0;
	padding: 4px 0; 
}
.search_form input{
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}
.search_form input.text{width: 220px;}


#content{
	margin: 0 auto;
	width: 900px;
	background: white;
	text-align: left;
}
.left{
	float: left;
	width: 232px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
.left .padding{ padding: 0 15px; }

.left .title{
	padding: 10px 15px;
}
.left .title2{
	padding: 11px 15px 3px 35px;
	border-bottom: 1px dotted black;
	background: url(images/fav_bullet.gif) no-repeat;
}
.left h1{
	margin: 0;
	padding: 0;
	color: #1C3469;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.left ul{
	padding: 0;
	margin: 5px 15px 5px 20px;
}
.left ul li{
	list-style: none;
	background: url(images/lul_bullet.gif) no-repeat left 5px;
	padding: 0 10px;
	margin: 0;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: black;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}

.right{
	float: right;
	width: 668px;
	overflow: hidden;
}
.right .padding{ padding: 0 15px 0 10px;}
.right .title{ border-bottom: 1px dotted black; padding-bottom: 2px;}
.right .title h4{background: url(images/date_bullet.gif) no-repeat left center; padding: 8px 0 8px 35px; float: right; width: 50px;}
.right .title h1{float: left; width: 520px; padding-top: 15px;}
.right h1{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: #1C3469;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h4{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	margin: 0;
}
.right p{ margin: 5px 10px;}

.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #8189D6;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}


.tags{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	padding: 2px 5px 2px 25px;
	background: url(images/01_15.gif) no-repeat left center;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: black;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}


.permalink{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;
}
.permalink .left{ float: left; width: 450px; background: url(images/01_29.gif) no-repeat left center; padding: 2px 5px 2px 24px; font-size: 11px;}
.permalink .right{ float: right; width: 90px; text-align: right; background: url(images/comment_bullet.gif) no-repeat left center; padding: 6px 5px 2px 5px; font-size: 11px;}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: black;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}

#footer{
	margin: 10px auto 0 auto;
	width: 900px;
	background: white;
	color: #1C3469;
	font-size: 11px;
	text-align: center;
	border-top: 1px dotted black;
}
#footer .left{width: 575px; float: right; margin: 10px 0;}
#footer .right{width: 315px; float: left; margin: 10px 0; color: #1C3469; background: url(images/rss_ico.gif) no-repeat 40px 0px;}

#footer p{
	padding: 0;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #1C3469;
	text-decoration: underline;
}

#footer a:hover{text-decoration: none;}

#footer .right a:link, #footer .right a:visited, #footer .right a:active, #footer .right a:hover{
	font-weight: bold;
	color: #1C3469;
	text-decoration: underline;
}
#footer .right a:hover{text-decoration: none;}

h2 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #1C3469;
}

h3 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #1C3469;
}

/* classes used by the_meta() */


.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #1C3469;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #C5C9FD;
	color: #333;
}

#wp-calendar caption {
	color: #1C3469;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

#wp-calendar td {
	color: #1C3469;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #C5C9FD;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #C5C9FD;
	color: #1C3469;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

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;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
