/*
Theme Name: Epidemiolog	
Theme URI: http://epidemiolog.org
Description: ....
Version: 1
Author: Dmitry Glinskiy
Author URI: http://glinskiy.net/
Tags: medical, minimalist
*/
@charset "utf-8";
/* CSS Document */
html, body {
height:100%;
width:100%;
}
* {
margin:0;
padding:0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
min-width:1000px;
background-color:#e3e3e3;
font-family:'Trebuchet MS', Arial, sans-serif;
}
a {
color:#01995b;
}
a:link { color:#01995b; } 
a:visited { 
/* color:#01995b; */
color:#01995b !important;
} 
a:hover { color:#f00; } 
a:active { color:#4085C3; }
a:focus { color:#f00; }
a img { border:none; }

a, h1, h2, h3, h4, h5 {
font-weight:normal;
}
b, strong {
font-weight:bold;
}
i, em {
font-style:italic;
}
html > body .wrapper {
height:auto;
}
.wrapper {
width:930px;
margin:0 auto;
height:auto;
min-height:100%;
position:relative;
voice-family:inherit;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background:#fff url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/bg.png) repeat-y 0 0;
}
body.ie .wrapper {
height:100%;
}
.left-column {
float:left;
width:280px;
padding-left:35px;
}
.header {
float:left;
height:150px;
width:890px;
padding-left:40px;
background-color:#71dbb0;
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/epidemiolog.jpg);
background-position:0 0;
background-repeat:no-repeat;
}
.header .heading {
float:left;
width:100%;
font-size:160%;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:33px;
padding-bottom:4px;
padding-left:12px;
}
.header .heading a {
color:#535353 !important;
text-decoration:none;
}
.header .description {
float:left;
width:100%;
font-size:110%;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
margin-top:5px;
padding-left:12px;
}
.header .description a, .header .description a:hover, .header .description a:visited {
color:#fff !important;
text-decoration:none;
}
.side-lists {
float:left;
width:240px;
padding:0 20px 60px;
}
.categories {
float:left;
list-style-type:none;
padding:14px 0;
}
.categories li {
font-size:90%;
line-height:18px;
padding:5px 0;
}
.categories li a {
color:#01995b !important;
}
.categories li a:hover {
color:#d50000 !important;
}
.categories ul {
list-style-type:none;
}
.categories ul li {
padding-left:14px;
}


.secondary-categories {
float:left;
list-style-type:none;
padding:6px 0;
}
.secondary-categories li {
font-size:85%;
line-height:18px;
padding:3px 0;
}
.secondary-categories a {
color:#999 !important;
font-size:90%;
}
.secondary-categories a:hover {
color:#004673 !important;
}


.search {
 float: right;
 margin: 0px 30px 0px 0px;
 padding: 0px;
}

#searchform {
float:left;
width:100%;
margin:18px 0 0;
}
#searchform input {
float:left;
border:1px solid #01995b;
width:150px;
height:22px;
font-size:90%;
}
#searchsubmit {
float:left;
background-color:#fff;
padding-left:10px;
padding-right:10px;
margin-left:8px;
width:70px !important;
height:24px !important;
}
.last-side {
float:left;
width:100%;
font-size:90%;
padding:10px 0;
}
.left-column h3 {
color:#555555;
font-family:Arial, sans-serif;
font-size:110%;
font-weight:bold;
padding:16px 0 0 38px;
background-position:0 6px;
background-repeat:no-repeat;
}
.h3-1 {
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/3-1.jpg);
}
.h3-2 {
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/3-2.jpg);
}
.h3-3 {
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/3-3.jpg);
}
.h3-4 {
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/3-4.jpg);
}
.h3-5 {
background-image:url(http://epidemiolog.org/wp-content/themes/epidemiolog/images/3-5.jpg);
}

.right-column {
float:left;
width:590px;
padding-left:25px;
padding-bottom:80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.search-column .page, .search-column .post {
padding:20px 0 0;
}
.search-column .page h3, .search-column .post h3 {
font-size:110%;
}
.search-column .page small, .search-column .post small {
font-size:80%;
}
.breadcrumb {
font-size:80%;
color:#808080;
padding-top:7px;
padding-bottom:15px;
line-height:22px;
}
.babsense {
padding-top:20px;
}
.right-column h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:150%;
color:#01995b;
}
.right-column h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:125%;
color:#01995b;
padding-top:14px;
}
.right-column .entry p {
font-size:75%;
padding:8px 0;
line-height:23px;
}



.footer {
position:absolute;
bottom:0;
height: 43px;
width:890px;
padding: 15px 20px 0;
line-height: 16px;
font-size:75%;
background-color:#71dbb0;
}

.footer a {
 color: #000;
}

.footer-left {
 float: left;
 margin: 0px 5px 0px 0px;
}


.footer-fix {
clear:both;
height:24px;
line-height:1px;
padding:0 0 24px 0;
}
body.ie .footer-fix, body.ieseven .footer-fix {
float:left;
}



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
/*	color: #b85b5a; */
color:#01995b !important;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

.post {
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
font-size:75%;
}
.entry ul.subpages, .entry ul.sitemap {
	margin-left: 0px;
	padding: 0 0 0 15px;
	list-style: none;
	font-size:15px;
	}

.entry ul.sitemap ul, .entry ul.subpages ul{
font-size:13px;
list-style-type:none;
	padding: 0 0 0 15px;
}
.entry ul.sitemap ul ul, .entry ul.subpages ul ul  {
font-size:11px;
list-style-type:none;
	padding: 0 0 0 15px;
}

.entry li {
	margin:7px 0;
	line-height:20px;
	}

.entry ol {
	margin-left: 0px;
	padding: 0 0 0 35px;
	font-size:75%;
	}

.entry ol li {
	margin:7px 0;
	padding: 0;
	line-height:20px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.post-edit-link {
font-size:80%;
}

.wrapper .img {
text-align:center;
}
.wrapper .img p.desc {
padding:0;
font-size:70%;
color:#999;
}

.slovnik-all {
padding:0 0 10px;
width:560px;
margin-left:33px;
font-size:90%;
}
.slovnik-all td {
padding:5px;
width:30px;
height:20px;
text-align:center;
}
.slovnik-all a {
display:block;
height:18px;
width:30px;
line-height:18px;
padding-top:2px;
}
.slovnik-all a:hover {
background-color:#f2f5ff;
}


.entry dl {
font-size:75%;
line-height:24px;
width:560px;
margin:7px 0;
}
.entry dt {
float:left;
font-weight:bold;
width:80px;
}
.entry dd {
float:left;
width:479px;
}
sup {
font-size:75%;
position:relative;
top:-5px;
}
sub {
bottom:-2px;
font-size:75%;
position:relative;
}
.quote {
margin:15px 0 12px;
padding:6px 10px !important;
background-color:#e6f2e9;
clear:left;
}

.before-yan {margin: 15px 0px 0px 0px}
.side-yan {margin: 15px 0px 0px 0px; font-size: 95%;}
.sideban-ads {margin: 10px 0px 0px 0px; font-size: 100%;}
.sideban-ads2 {margin: 0px 0px 10px 0px; font-size: 100%; text-align: center;}
.after-yan {padding: 10px 5px 5px 5px; font-size: 80%; background: #f9f9f9; margin: 5px 0px 0px 0px;}
.otstup {height: 15px;}
.before-ads {float: left; margin: 5px 5px 0px 0px;}