* {

	margin: 0;

	padding: 0;

}



html {
	height: 100%;
}


body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 990px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background: #fff;
}



/* изображения */



img {

	border: none;

}



a {

	color: #333333;

}



a:hover {

	color: #ff6633;

}



/* заголовки */



h1, h2, h3 {

	font-weight: normal;

}



h2, h3, .subtitle {

	color: #ff6633;

}



h1 {

	color: #000;

	font-size: 1.8em;

	margin: 1.5em 0 0.5em 0;

	padding: 0 0 0.1em 0;

	border-bottom: 3px solid #ff6633;

	white-space: nowrap;

	display: table;

	width: 0;

}



h2 {

	font-size: 1.4em;

	margin: 1em 0 0.7em 0;

}



h3, .subtitle {

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

	font-size: 1.2em;

	font-weight: bold;

	text-transform: uppercase;

	margin: 1em 0 0.5em 0;

}



.subtitle {

	margin-top: 0;

}



/* формы */



input, select, textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 100%;

}



fieldset {

	border: none;

}



/* абзацы */



p {

	line-height: 1.3;

	margin-bottom: 0.6em;

}



/* списки */



ul, ol {

	line-height: 1.5;

}



ul {

	list-style-type: none;

}


ol {

	margin-left: 25px;

}


/* индексы */



sup, sub {

	vertical-align: middle;

	position: relative;

	font-size: 75%;

}



sup {

	bottom: 0.5em;

}



sub {

	top: 0.5em;

}



/* таблицы */



table {

	border-collapse: collapse;

}



td {

	vertical-align: top;

}



table.form td {

	padding: 0 0.1em 0.2em 0;

}



tr.padded td {

	padding-top: 0.4em;

}



/* остальное */



hr {

	height: 0.5px;

	border-color: #cdd1d2;

	line-height: 100%;

	border-style: dotted;

}


#sape {

	font: normal 11px verdana;
	color: #444444;
	padding-right: 30px;

}

#autocontext {
	padding-top: 10px;
	padding-bottom: 15px;
}


/* разметка */


#all {

	position: relative;
	min-height: 100%; min-width: 900px;

}



#top {

	position: absolute; top: 0; left: 0; z-index: 2;

	width: 100%; height: 100px;

	overflow: hidden;

}



#container {
	position: relative;
	padding: 120px 20px 80px 210px;
}



#container a {
	color: #333333;
	text-decoration: underline;
}

#container a:hover {	
	background: #FACBC0;
	color: #000000;
	text-decoration: none;
}

#inner {
	float: left;
	width: 100%;
	padding: 0 20px 0 210px;
	margin: 0 -20px 0 -210px;
	display: inline;
}

#leftRail {
	float: left;
	width: 180px;
	padding-left: 20px;
	margin: 0 0 0 -210px;
	position: relative;
}

#center {
	float: left;
	width: 100%;
	margin: -1.8em -100% 0 0;
}

#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* шапка */



#top {

	padding-top: 30px;

}



#logo {

	position: absolute; left: 0; z-index: 1;

}



#border {

	border-top: 1px solid #cdd1d2;

	top: 48px;

	position: relative;

}



#banner {
	border: 0;
	position: absolute;
	right: 20px;
	top: -31px;
	width: 840px;
}



#banner img {

	display: block;

}



#tags {
	position: absolute;
	left: 210px;
	top: -9px;
}



#authors {
	position: absolute;
	left: 290px;
	top: -9px;
}

#search {
	position: absolute;
	left: 385px;
	top: -9px;
}

#menu a {
	font: bold 10px verdana;
	color: #444444;
	background: #ffffff;
	border: 1px solid #888888;
	padding: 2px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

#menu a:hover {

	background: #FA7657;

	color: #ffffff;

}





#top ul {

	position: absolute;

	top: 80px;

	left: 0;

	width: 100%;

}



#top ul li {

	padding: 0;

	display: block;

	float: left;

	text-align: center;

	margin-right: 1.5em;

	font-size: 1.4em;

}



#top form {

	position: absolute;

	display: block;

	width: 100%;

	top: 0px;

	background: #cdd1d2;

}



#top form div {

	border-left: 20px solid #fff;

	border-right: 20px solid #fff;

	padding: 1px 0 1px 0;

}



#top form table {

	float: right;

	margin-right: 15px;

}



#top form td {

	vertical-align: middle;

	white-space: nowrap;

}



#top form td.padded {

	padding-left: 0.7em;

}



#top form td.padded.double {

	padding-left: 2em;

}



#top form td.error {

	color: red;

}



/* левая колонка */



#leftRail ul {

	margin-bottom: 20px;

	margin-top: 10px;

}



#leftRail li {

	padding: 2px;

}



#leftRail ul img {

	vertical-align: middle;

}



/* контент */



.newsTitle {

	font-weight: bold;

}



.newsDate, .newsText {

	font-size: 0.9em;

}



.newsDate {

	background: url('/images/bullet.gif') no-repeat 0 3px;

	margin-bottom: 0.5em;

	padding-left: 15px;

}



.newsText {

	margin-bottom: 1em;

}



.aphorism-toolbar span {

	color: #ff6633; font-size: 1.6em;

}



/* подвал */

#bottom {
	font: 9px verdana;
	color: #000000;
	text-align: justify;
}

#bottom div {
	margin: 0 20px;
	padding: 0.7em;
}

#bottom div div { 
	margin: 0;
	padding: 0;
}

#bottom div#btext {
	border-top: 1px solid #cdd1d2;
	border-bottom: 1px solid #cdd1d2;
}

#bottom div#copyright {
	background: #cdd1d2;
	line-height: 1.5;
}

#counters img { 
	display: block; 
	float: left; 
}

#counters a {
	display: block; 
	float: left;
	margin-left: 1em;
}


/* разное */

.clear { clear: both; }



/* хаки */

#container:after, #copyright:after, #top form div:after  {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



#container, #copyright, #top form div {	display: inline-block; }



/* Hides from IE-mac \*/

* html #container, *html #copyright, *html #top form div {	height: 1%; }

#container, #copyright, #top form div { display: block; }

/* End hide from IE-mac */