/*  
Theme Name: pielonefrity
Theme URL: http://www.pielonefrity.ru/
Theme descrption: 2-column medical kidney theme
*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	font: 62.5%/1.4 Verdana,Arial, sans-serif;
	background: #fff url(images/body.jpg) top center repeat-y;
	text-align: center;
}


.box {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

.header {
	width: 960px;
	height: 176px;
	background: #012145 url(images/header.jpg) no-repeat;
	position: relative;
}
	
	.header h1 {
		position: absolute;
		top: 20px;
		left: 320px;
		font-size: 3.4em;
		font-weight: bold;
		color: #94302D;
	}
	
	.header h1 a {
		color: #94302D;
		text-decoration: none;
	}
	.header h2{
		position: absolute;
		top:80px;
		left: 240px;
		color: #514F34;
		font-size: 2.4em;
	}
	.topmenu {
		position: absolute;
		top: 150px;
		left: 305px;
		height: 25px;
	}
		.topmenu ul {
			list-style: none;
			float: left;
			margin: 2px 0 0 0;
		}
			.topmenu ul li {
				float: left;
				padding-left: 30px;
				font-size: 1.6em;
				font-weight: bold;
			}
				.topmenu ul li a{
					color: #4F5D7C;
					text-decoration: none;
				}		
				.topmenu ul li a:hover{
					color: #4F5D7C;
					text-decoration: underline;
				}	


.content {
	width: 620px;
	padding: 10px 20px 10px 20px;
	float: right;
}

.content h2 {
	text-align: right;
	color: #94302D;
	font-size: 2.1em;
	margin-left: 200px;
	border-bottom: 1px dotted #94302D;
}

.post {
	margin: 20px 0 40px 0;
	font-size: 1.3em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #94302D;
}
.post h2 {
	text-align:left;
	margin: 0;
	color: #94302D;
	font-size: 2.0em;
	padding: 0 10px 0 10px;
	border: none;
}
.post h2 a {
	color: #94302D;
	text-decoration: none;
}

.post a{
	color: #94302D;
	text-decoration: underline;
}

.post p {
	margin: 1.2em 0 1.2em 0;
	line-height: 1.5em;
}

.post h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.post ul {
	list-style: disc inside;
	margin-left: 2em;
}

.meta {
	padding: 3px 0 0 0;
	margin: 10px;
	font-size: 0.9em;
	text-align: right;
	border-top: 1px dotted #94302D;
}




.sidebar {
	width: 300px;
	padding: 120px 0 10px 0;
	background: #F3E6E2 url(images/sidebar.jpg) top left no-repeat;
	
	float:right;
}


.sidebar ul ul {
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	background: url(images/sidebottom.jpg) bottom left no-repeat;
}

.sidebar h2 {
	background: url(images/sidetop.jpg) no-repeat;
	height: 30px;
	color: #94302D;
	font-size: 2.0em;
	font-weight: normal;
	padding: 2px 0 0 20px;
	border-bottom: 2px solid #94302D;
	margin: 0;
}

.sidebar ul ul li {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #4F5D7C;
	padding: 3px 10px 3px 5px;
	margin-left: 30px;
	border-bottom: 1px dotted #94302D;
}

.sidebar ul ul li a{
	color:  #4F5D7C;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}



.navigation {
	font-size: 1.4em;
}
.navigation a {
	color: #94302D;
}
.navleft {
	float:left;
	width:35%;
	padding: 0.5em 0 0.5em 20px;
}


.navright {
	text-align: right;
	float:right;
	width:35%;
	padding: 0.5em 20px 0.5em 0.5em;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.footer {
	margin: 40px auto 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.2em;
	background: #94302D;
	color:#fff;
}

.footer a {
	color:#fff;
}



