/*
Theme name: new
Theme URI:
Description: По мотивам шаблона Rioni http://maxsite.org/
Version: 
Author: koan
Author URI: http://altstudio.vlcity.ru/
*/

* {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
}

body{
}

a, a:link{
	color: #F60;
	text-decoration: none;
}

a:visited{
	color: #f60;
	text-decoration: none;
}

a:hover{
	color: #f60;
	text-decoration: underline;
}

h1{
	font-size: 120%;
	color: #3d6;
}

h2{
 	font-size: 114%;
 	color: #3d6;
}

h3{
 	font-size: 100%;
 	color: #3d6;
}

p {
	font-size: 90%;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

blockquote {
	color: #3d6;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*********** Контейнер *************/
#container {
	width: 90%;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
}

/*********** Шапка *************/
#header {
	padding: 40px 10px 20px 15px;
	background: url(img/top.gif) no-repeat right bottom;
}


#header h1, #header h1 a {
	font-size: 185%;
	color: #e0e0e0;
	text-decoration: none;
	text-transform: uppercase;
}

#header h2 {
	font-size: 140%;
	font-weight: lighter;
	margin: 0 0 0 60px;
}

/************** #Content ***************/
#content{
	margin: 10px 220px;
	padding: 15px;
	border: 1px solid #ccc;
}

#wide_content{
	margin: 10px 10px 10px 220px;
	padding: 15px;
	border: 1px solid #ccc;
}

#content h1 {
	font-size: 120%;
	font-weight: lighter;
	text-decoration: none;
	padding: 20px 0 0px 0;
	border-bottom: 2px dashed #3d6;
	}

#content h2, #wide_content h2 {
	font-weight: lighter;
	padding: 65px 0 10px 0;
}

#content li {
	padding: 15px 10px 0px 55px;
	list-style: none;
}

#content a {
	list-style: none;
}

div.maintop {}

div.maintop h1, div.maintop h1 a {
	/*color: #3d6;
	font-size: 120%;
	text-decoration: none;
	font-weight: lighter;
	margin: 20px 0 10px 0;
	border-bottom: 2px dashed #3d6;*/
}

div.maincontent	{}

div.maincontent p {
	padding: 10px 10px 0px 50px;
	line-height: 150%;
}


div.maincontent img	{
	float:right;
	margin-left: 10px;
}

div.maincontent img.center	{
	margin: auto;
	text-align: center;
	float: none;
}

div.maincontent hr	{
	width: 80%;
	margin: 25px;
	clear: right;
	color: #CCCCCC;
}


div.mainbottom {}

p.comment {
	font-style: italic;	
}



/*********** Первый сайдбар *************/
#navBar{
	float: left;
	width: 200px;
	margin: 10px;
	padding: 15px 0 20px 0;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

#navBar a, #navBar a:link {
	font-size: 90%;	
}

h2.box {
	border: 1px dashed #ccc;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 1px 5px 1px 10px;
	background: #fafafa;
}

ul.is_link {						/* Категории первого уровня */
	margin: 0px 10px 0px 10px;	
}

ul.is_link li {

}

ul.is_link ul {						/* Вложенные Категории */
	margin: 0px 0px 10px 20px;
}

ul.children	{
}


/*********** Второй сайдбар *************/
#headlines{
	font-size: 90%;	
  	float:right;
	width: 200px;
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 0px;
}

/****************  Ушки *********************/

div.ads {
	margin: 5px;
}

/************* #Footer styles ***************/

#footer{
	clear: both;
	border-top: 15px solid #3c6;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	background: #fafafa;
}

#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/***********************************************/
/* Components                                  */
/***********************************************/


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** Кнопки навигации ***********/
/*
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*
#navBar li {border-bottom: 1px solid #EEE;}
*/
/* fix for browsers that don't need the hack */
/*
html>body #navBar li {border-bottom: none;}
*/



/*********** #sectionLinks styles ***********/
/*
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
*/


