/*
Theme Name: Medical Theme
Theme URI: http://www.doctone.com/
Description:  A clean, simple medical theme for wordpress.
Author: John Doe
Author URI: http://www.doctone.com/
Version: 1.0
*/


/*
Main Colors
darkblue	dunkelblau	1a5db6
blue		hellblau	3c94db
*/
	

* {margin:0; padding:0;}
option {padding-left:0.4em}
html {height:100%}
p, blockquote, pre, ul, ol{margin:0 0 1em 0;} 
fieldset {border:0 solid;}
ul, ol, dl {margin: 0 0 1em 1em;}
li {margin-left:1.5em; line-height:1.5em;}
dt {font-weight:bold;}
dd {margin: 0 0 1em 2em;}

blockquote, cite { 
	color:#555;
	font-style:italic;
	margin: 0 0 1em 1.5em;
	padding-left:50px;
	font-size: 0.93em; 
	width: auto; 
	background: url('images/quote.gif') top left no-repeat;}

#text p, form, table{
	margin:10px 0 20px 0;}

a, a:link, a:visited, a:active{
	color:#1a5db6;
	border:none;
	text-decoration:none;}

a:hover{
	color:#36f;
	text-decoration:underline;}

code{
	font-family: 'courier new', courier, serif;}

del{
	color:#eee;
	text-decoration:line-through;}
  
hr{
  display:none;}  

h1, h2, h3, h4, h5 {
	font-weight:normal;
	font-family:georgia, "Times New Roman", serif;
	font-size:130%;}

h1{
	font-size:150%;
	margin-bottom:15px;}
  
h2,h3{
	margin-bottom:15px;
	margin-top:25px;}  

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	color: #333;
	text-align: left;
	background:#fff url('images/bg3.jpg') top left repeat-x;
	text-align:center;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	line-height:1.5em;}

/* IE < 7 stealing my time */
* html body{
	font-size:16px;}

/*####### HEADER #########*/

#header{
	text-align:left;
	height:150px;
	width:100%;
	margin:0;
	padding:0;}

#header-top{
	width:960px;
	margin:0 auto;
	height:110px;
	padding:0;
	background:transparent url('images/symb.jpg') bottom right no-repeat;}

#header-top {
	padding-top:0px;}

/* IE < 7 cannot count */
* html #header-top h1{padding-top:36px;}

#header-top a{
	text-transform:uppercase;
	margin-left:20px;
	font:65px georgia, 'Times New Roman', serif;
	letter-spacing:-0.1em;}

#header-top a:hover{
	text-decoration:none;}

#header-top p#desc{
	text-align:right;
	margin-right:5px;
	margin-top:0px;
	font:1em verdana, arial, sans-serif;
	letter-spacing:0.1em;}

#header-navi{
	border-left:1px solid #3c94db;
	width:960px;
	margin:0 auto;
	height:41px;}

#header-navi ul{
	margin:0;
	padding:0;
	list-style: none;}

#header-navi li{
	list-style: none;
	margin: 0;
	padding:0;
	float:left;}

#header-navi li a{
	padding:10px 20px 0 20px;
	height:31px;
	float:left;
	display:block;
	color:#ddd;
	font-weight:bold;
	text-decoration:none;
	border:solid #3c94db;
	border-width:0 1px 0 0;}

#header-navi li a:hover, #header-navi li.current_page_item{
	color:#fff;
	background-image:url('images/navi-hover.jpg');}

#header-navi li a.aktiv{
	background:#fff;
	color:#1a5db6;}



/*########### MAIN #########*/

#content-box{
	clear:left;	
	text-align:left;
	width:960px;
	margin:1px auto;
	background:#fff url('images/content-box-bg.jpg') top left repeat-x;}


/*########### CONTENT #########*/

#content{
	float:left;
	width:590px;
	padding:30px 20px;}

.post{
	margin-bottom:65px;
	text-align:justify;}

.descr{
	text-align:center;
	margin-top:-10px;
	border-top:2px solid #f6f6f6;
	font-size:.9em; 
	color:#666;}

.entry img{
	float:left;
	border:1px solid #ccc;
	padding:3px;
	background:#f6f6f6;
	margin:6px 12px 3px 0;}

.entry a img{
	border-color:#1a5db6;}

.entry a:hover img{
	border-color:#36f;}

img.no{
	float:none;
	border:none;
	padding:0;
	background:none;
	margin:0;}


/*########### SIDEBAR #########*/

#sidebar{
	background:#F6F6F6 url('images/sidebar.jpg') top left repeat-x;
	float:right;
	padding:0 20px 30px 20px;
	width:280px;
	margin-bottom:30px;}

#sidebar h3{
	margin-bottom:0;}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;}

#sidebar ul li{
	font-size:.9em;
	margin:0;
	padding:0;}

#sidebar ul li a{
	margin:0 0 0 10px;
	display:block;
	width:270px;
	padding:0;}

#sidebar ul li a.feed{
	line-height:1.8em;
	background:url('images/feed.jpg') top right no-repeat;}

#sidebar ul li a:hover{
	background-color:#fff;}

#sidebar form, #sidebar select{
	margin-left:10px;}



/*####### FOOTR #########*/

#footr{
	clear:both;
	text-align:center;
	color:#bbb;
	font-size:0.75em;
	width:99%;
	height:20px;
	margin:0;
	padding:5px 1% 0 0;}

#footr a, #footr a:hover{
	color:#aaa;
	text-decoration:none;}


  
/*####### COMMENTS #########*/

legend{
	color:#333;
	padding-right:2px;}

fieldset{
	margin-top:5px;
	padding:5px;
	text-align:left;
	border:3px solid #f6f6f6;}

label{
	color:#333;}

#commentform input{
	width:190px;
	padding:2px;
	margin:5px 5px 1px 0;}

#commentform textarea{
	width:98%;
	padding:2px;
	height:150px;}

#commentform #subscribe{
	margin:0;
	width:12px;}

#commentform #submit{
	margin:0;
	float:right;}

.commentlist{
	margin-bottom:30px;
	padding:0;
	text-align:left;
	list-style:none;
	list-style-image:none;}

.commentlist li{
	font:0.9em Arial, Verdana, Sans-Serif;
	list-style:none outside;
	list-style-image:none;
	margin-top:18px;
	padding:3px 0 10px 5px;}

.commentlist cite, .commentlist cite a{
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;}

.commentlist img.gravatar{float:left;}

.commentlist p{
	padding:0;
	color:#4c4c4c;
	margin:10px 20px;
	font-size:1.15em;
	line-height:1.5em;
	letter-spacing:0.01em;}

.commentlist span{
	color:#ddd;
	font:bold 80px Georgia, "Times New Roman", serif;
	float:right;
	margin:-20px -5px 0 0;}

.commentlist li.nobgco{
	background:#fff !important;}

#commentform p{
	font-family:Verdana, Arial, Sans-Serif;
	margin: 5px 0;}

#commentform input, #commentform textarea{
	font:1.2em Arial, Verdana, Sans-Serif;}

#commentform input#submit{
	font-size:1em;
	margin:0;
	padding:0;}

.nocomments{
	text-align:center;
	margin:0 0 0 30px;
	padding:0;}

.commentmetadata{
	text-align:center;
	color:#666;
	display:block;}

.alt span{
	color:#f2f2f2;}


  

