/*  
Theme Name: sveticvet
Theme URL:http://www.sveticvet.ru/
*/

/*reset all common tags*/
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 Tahoma,Arial, sans-serif;
	background: #fff;
	text-align: center;
}


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

.header {
	width: 960px;
	height: 240px;
	background: #F0E4CC url(images/headerbg.jpg) no-repeat;
	position: relative;
}

.header h1 {
	position: absolute;
	top:30px;
	left:580px;
	font-size: 4.2em;
	color: #CF1607;
}

.header h1 a {
	color: #CF1607;
	font-weight: bold;
	text-decoration: none;
}


#searchform input {
	font-size:1.4em;
	width:380px;
	height:1.4em;
	margin:0;
	border: 1px solid #cccccc;
	position: absolute;
	top: 170px;
	left: 450px;

}

#searchform .btn {
	width:100px;
	height:20px;
	background:none;
	border:none;
	position: absolute;
	top: 172px;
	left: 850px;
}




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

.content h2 {
	text-align: right;
	color: #CF1607;
	font-size: 2.4em;
}

.post {
	margin: 15px 0 15px 0;
	font-size: 1.3em;
	background: url(images/postdiv.jpg) bottom center no-repeat;
	padding-bottom: 20px;
}
.post h2 {
	text-align:left;
	color: #CF1607;
	font-size: 2.4em;
	margin: 0 0 0.5em 0;
}
.post h2 a {
	color: #CF1607;
	text-decoration: none;
}

.post a{
	color: #CF1607;
	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 h4 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.post ul {
	list-style: disc inside;
	margin-left: 2em;
}

.meta {
	padding: 3px 0 0 0;
	width: 100%;
	font-size: 0.9em;
	border-top: 1px dotted #CF1607;
	text-align: right;
}




.sidebar {
	width: 300px;
	padding: 10px;
	float:right;
}



.sidebar ul ul {
	margin: 0 0 2em 0;
}

.sidebar h2 {
	background: url(images/sidebarheaderbg.jpg) no-repeat;
	height: 30px;
	color: #fff;
	font-size: 2.1em;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 1em 0;
}

.sidebar ul ul li {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #CF1607;
	background: url(images/liblt.jpg) center left  no-repeat;
	margin: 0.2em 0 0.2em 1em;
	padding-left: 24px;
}

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





.navigation {
	font-size: 1.4em;
}
.navigation a {
	color: #CF1607;
}
.navleft {
	float:left;
	width:35%;
	padding: 0.5em 0 0.5em 50px;
	background: url(images/arrowleft.jpg) left center no-repeat;
}


.navright {
	text-align: right;
	float:right;
	width:35%;
	padding: 0.5em 50px 0.5em 0.5em;
	background: url(images/arrowright.jpg) right center no-repeat;
}

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

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

.footer {
	margin: 40px auto 0 auto;
	background: url(images/footerbg.jpg) center top no-repeat;
	padding: 30px 10px 10px 10px;
	text-align: center;
	font-size: 1.2em;
	color:#CF1607;
}

.footer a {
	color:#CF1607;
}

