* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
  color: #636363;
  width: 100%;
}
a {
  color: #009EE7;
}
a:hover {
  text-decoration: none;
}
a img {
	border: none;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background: url(i/header_bg.gif) 0 10px repeat-x;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	position: relative;
}
#headerL {
	height: 200px;
	background: url(i/header_left.gif) 0 10px no-repeat;
}
#headerR {
	height: 200px;
	background: url(i/header_right.gif) 100% 10px no-repeat;
}
#logo {
	position: absolute;
	top: 28px;
	left: 35px;
	width: 249px;
	height: 79px;
	background: url(i/logo.gif) no-repeat;
}
#menu {
	position: absolute;
	top: 130px;
	left: 35px;
	font: 20px georgia;
}
#menu a {
	margin-right: 11px;
}
.current {
	color: #C2C2C2;
	text-decoration: none;
}
#main:hover {
	text-decoration: underline;
}
#today {
	position: absolute;
	top: 129px;
	right: 234px;
	color: #2A91C0;
	font-size: 11px;
	text-align: right;
	height: 21px;
	background: url(i/today.gif) no-repeat;
}
#today span {
	display: block;
	width: 135px;
	background: url(i/today2.gif) right no-repeat;
	line-height: 19px;
	padding: 0 10px 0 33px;
	height: 21px;
}
#search {
	position: absolute;
	top: 128px;
	right: 20px;
	width: 198px;
	height: 23px;
	background: url(i/search.gif) no-repeat;
}
#search input {
	margin: 2px 0 0 25px;
	/margin: 1px 0 0 25px;
  font: 13px Tahoma, Arial, Verdana, sans-serif;
  border: none;
  background: none;
  width: 162px;
}
#banner {
	position: absolute;
	top: 34px;
	right: 20px;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
}
#content {
  width: 100%;
  float: left;
}
#text {
  margin: 0 260px;
}
#text h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

.post {
	clear: both;
	padding: 33px 0 17px;
	background: url(i/line.gif) repeat-x;
}
.post.first {
	background: none;
	padding: 0 0 17px;
}
#content h3 {
	font-size: 14px;
}
h3.pagetitle {
	text-align: center;
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 15px;
}
.date {
	float: left;
	width: 66px;
	height: 77px;
	background: url(i/date.gif) no-repeat;
	text-align: center;
	font: 12px arial;
	padding: 10px 0 0;
}
.date b {
	display: block;
	font: bold 36px georgia;
	color: #DB0029;
	margin: 0 0 3px;
}
.headline {
	float: left;
	font-size: 11px;
	padding: 12px 0 10px 14px;
	width: 360px;
}
.headline span {
	display: block;
	margin: 5px 0;
}
.entry {
	clear: both;
	/margin-top: -5px;
}
.postmetadata {
  margin: 8px 0;
  height: 24px;
}
.postmetadata div {
	float: left;
	line-height: 24px;
	margin-right: 12px;
}
.subscribe {
	background: #FEEFD8;
	border: 1px solid #F5C594;
	padding: 0 10px;
}
.subscribe a {
	color: #C3813D;
}
.addcomment {
	background: url(i/comment.gif) 0 4px no-repeat;
	padding: 0 0 0 30px;
	font-weight: bold;
}
.navigation {
	margin: 35px -22px 0;
	line-height: 42px;
	text-align: center;
	background: #EEF7FC;
	border: 1px solid #DCF5FD;
}
* html .navigation {
	margin-top: 40px;
}
.navigation b {
	font-weight: normal;
}
.navigation b a {
	margin: 0 5px;
}
.navigation span {
	background: #009EE7;
	color: #FFF;
	padding: 4px 8px;
}
.start {
	position: absolute;
	top: 0;
	left: 20px;
}
.end {
	position: absolute;
	top: 0;
	right: 20px;
}
.blueBottom2 {
	height: 22px;
	margin: 0 -22px;
	background: url(i/blue_bottom2.gif) no-repeat;
}
.news2 {
	line-height: 24px;
	margin: 10px 0 0;
}
* html .news2 {
	line-height: 23px;
}
.news2 span {
	background: url(i/green.gif) no-repeat;
	padding: 0 0 2px 8px;
	width: 145px;
	font-size: 11px;
	color: #FFF;
	float: left;
	position: relative;
}
* html .news2 span {
	padding: 0 0 3px 8px;
	width: 143px;
}
.news2 span a {
	color: #FFF;
}
.news2 span b {
	position: absolute;
	top: 0;
	right: 17px;
}
* html .news2 span b {
	right: 14px;
}

ol, ul {
	margin: 5px 0 5px 30px;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  float: left;
  width: 216px;
  margin-left: -100%;
  padding: 0 33px 0 10px;
}
#left h3 {
	font-size: 14px;
	font-weight: normal;
}

#left ul {
	margin: 0 !important;
}

#tags {
	background: #F5FDFD;
	border: 1px solid #DCF5FD;
	padding: 18px 23px;
}
#tags a {
	line-height: 18px;
  color: #009EE7 !important;
}
#tags a:hover {
	background: #FFAE00;
	color: #FFF !important;
}
.blueBottom {
	height: 21px;
	background: url(i/blue_bottom.gif) no-repeat;
}

#recentPosts {
	font-size: 11px;
	padding: 5px 5px 13px;
}
h3.recentPosts {
	background: url(i/recent_posts.gif) 8px 0 no-repeat;
	text-indent: -9999px;
	height: 19px;
	padding: 0 0 7px 6px;
}
#rPosts {
	overflow: hidden;
	width: 187px;
}
#rPosts li {
	padding: 11px 8px 13px;
	margin-top: -9px;
	background: url(i/line.gif) repeat-x;
}
.rpost span {
	display: block;
	color: #AAA;
}

#recentComments {
	background: #F5FDFD;
	border: 1px solid #DCF5FD;
	padding: 18px 15px 8px 13px;
	font-size: 11px;
	line-height: 14px;
}
h3.recentComments {
	background: url(i/recent_comments.gif) 8px 0 no-repeat;
	text-indent: -9999px;
	height: 19px;
	padding: 0 0 3px 6px;
}
#rComments {
	overflow: hidden;
	width: 186px;
}
.rcomment {
	padding: 14px 0 17px 8px;
	margin-top: -9px;
	background: url(i/line2.gif) repeat-x;
}
.author {
	margin: 12px 0 0;
	color: #AAA;
}
.author a {
	background: url(i/man.gif) 0 1px no-repeat;
	padding: 0 0 0 12px;
}
.theme {
	color: #AAA;
}
ol.commentlist {
	margin: 20px;
}
.commentlist li {
	margin: 0 0 5px;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
  float: left;
  width: 216px;
  margin-left: -260px;
  padding: 0 10px 0 33px;
}
#right h3 {
	font-size: 14px;
	font-weight: normal;
}

#right ul {
	margin: 0 !important;
}

#subscribe {
	background: #FEEFD8;
	border: 1px solid #F5C594;
	padding: 15px 15px;
	font-size: 11px;
	position: relative;
}
h3.read {
	background: url(i/read.gif) 4px 0 no-repeat;
	height: 18px;
	text-indent: -9999px;
	color: #ED771F;
	padding: 0 0 5px 3px;
}
#subscribe a {
	color: #C3813D;
	display: block;
	line-height: 26px;
	padding-left: 28px;
}
a#lj         {background: url(i/lj.gif) 2px 3px no-repeat;}
a#rss        {background: url(i/rss.gif) 0 2px no-repeat;}
a#feedburner {background: url(i/feedburner.gif) 2px 4px no-repeat;}
a#rssMail    {background: url(i/mail.gif) -2px 4px no-repeat;}
a#yaLenta 	 {background: url(i/ya.gif) 3px 4px no-repeat;}
a#bloglines  {}

.orangeBottom {
	height: 21px;
	background: url(i/orange_bottom.gif) no-repeat;
}


#medicalNews {
	font-size: 11px;
	padding: 5px 12px 13px;
}

#sfriends {
	font-size: 11px;
	padding: 5px 12px 13px;

}

h3.medicalNews {
	background: url(i/medical_news.gif) 7px 0 no-repeat;
	height: 19px;
	text-indent: -9999px;
	padding: 0 0 9px 6px;
}

h3.sfriends {
	background: url(i/friends.gif) 7px 0 no-repeat;
	height: 19px;
	text-indent: -9999px;
	padding: 0 0 9px 6px;
}

#mNews {
	overflow: hidden;
	width: 193px;
}


#friends {
	overflow: hidden;
	width: 193px;
}

#mNews li {
	padding: 9px 0 11px 8px;
	margin-top: -9px;
	background: url(i/line.gif) repeat-x;
}


#friends li {
	padding: 9px 0 11px 8px;
	margin-top: -9px;
	background: url(i/line.gif) repeat-x;
}

#mostInteresting {
	background: #F5FDFD;
	border: 1px solid #DCF5FD;
	padding: 15px 10px 8px 15px;
	font-size: 11px;
	line-height: 14px;
}
h3.mostInteresting {
	background: url(i/most_interesting.gif) 5px 0 no-repeat;
	height: 19px;
	text-indent: -9999px;
	padding: 0 0 10px 6px;
}
#mInteresting {
	overflow: hidden;
	width: 186px;
}
#mostInteresting li {
	list-style: none;
	padding: 5px 0 8px 5px;
	margin-top: -8px;
	background: url(i/line2.gif) repeat-x;
}
#mostInteresting a {
	padding: 4px 0 4px 16px;
	display: block;
	background: url(i/orange.gif) 0 7px no-repeat;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 50px 0 55px;
	margin: 0 0 0 240px;
	font-size: 11px;
	line-height: 22px;
	position: relative;
}
#botMenu {
	margin: 0 0 0 -3px;
}
#botMenu a {
	margin: 0 3px;
}
#counters {
	position: absolute;
	top: 50px;
	right: 30px;
}


.clear {
  clear: both;
}



/* Begin Images */
p img {
	margin: 10px;
        padding: 5px;
        border: double #bdbbbb 1px;
	}

ol img {
	margin: 10px;
        padding: 5px;
        border: double #bdbbbb 1px;
	}

ul img {
	margin: 10px;
        padding: 5px;
        border: double #bdbbbb 1px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.aligncenter {
	float: center;
	}

.alignleft {
	float: left
	}
/* End Images */