html
{
	height: 100%;
}
body
{
	background: #91a04d url('../images/b3.jpg') right top no-repeat;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative; /* Opera 9.5 */
	min-width: 900px;
	font-family: sans-serif;
	color: #45301b; 
}

a img
{
	border: 0;
}

#menu
{
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 21px; /* 21 + 4 = 25 */
	padding: 4px 0 0 90px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	opacity: 0.55; 
	filter: alpha(opacity=55)
}

#menu ul
{
	padding: 0;
	margin: 0 0 0 1em;
	float: left;
}

#menu ul li
{
	float: left;
	list-style: none;
	// margin-left: 1em;
}

#menu ul li:after
{
	content: "|";
	margin-right: 1em;
	margin-left: 1em;
}

#menu ul li:last-child:after
{
	content: '';
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover, a.active
{
	text-decoration: underline;
}



#logo
{
	position: fixed;
	bottom: 0;
	right: 20px;
	height: 106px;
	overflow: hidden;
/*	margin: 10px 0 0 60px;*/
}

#slogan
{
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
}

#slogan h1, #slogan #footsteps
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 18pt;
}

#slogan a
{
	color: #45301b;
	text-decoration: none;
	font-weight: bold;
}

#slogan p
{
	padding: 0;
	margin: 0;
}

#content
{
	position: absolute;
	background-color: #ddccb5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 10px 10px 5px #888;
	border-radius: 15px;
	behavior: url("/themes/styles/border-radius.htc");
	padding: 30px 40px 40px 40px;
	top: 100px;
	left: 50px;
	width: 40%;
	min-width: 280px;
	opacity: 0.8; 
	filter: alpha(opacity=80);
}

#content:hover
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#counter
{
	float: left;
}

#adv
{
	position: fixed;
	bottom: -5em;
	font-size: 8pt;
}
/* Вопрос-ответ */

p.post
{
	margin-top: 0;
}

.aggregate
{
	border-bottom: 1px dashed #000;
}

.author
{
	color: #000;
	margin-bottom: 0.5em;
}

/* Классы для контента */

.gray
{
	color: gray;
	font-size: 8pt;
}

.ruble
{
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 0.5em 0.5em 0.5em 120px;
	font-size: 9pt;
	background: url('../images/ruble.gif') left center no-repeat;
	
}
