/*
Theme Name: UglyBlog
Theme URI:
Description: Простой шаблон для блога без понтов
Version: 1.0
Author: Alexander Kozlov
Author URI: http://blogtechnology.ru/
*/

html,body {margin:0;padding:0}
body {
	font: arial,sans-serif;
	font-size: 12pt;}

p {margin:0 10px 10px}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0066CC;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
/************************************************/

#container {margin: 0 auto;}

#header {
	min-width:1024px;
	height: 150px; 
	margin: 0; 
	background: #E0E0E0; 
	color: #79B30B;}

#header h1 {
	font-size: 32px;
	height:80px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
	background: #E0E0E0;
	color: #000000}
#header h2 {
	font-size: 20px;
	height:40px;
	line-height:40px;
	margin:0;
  	padding-left:10px;
	background: #E0E0E0;
	color: #000000}

#header a, #header a:visited {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	
#header a:hover {
	color: #FA9C3A;
	text-decoration: none;
	}

.headerleft {
	width: 840px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	}
	
.headerright {
	background: url(images/feed.png);
	width: 150px;
	height: 135px;
	float: right;
	}

/************************************************/
#wrapper{float:left;width:100%; min-width:1024px; }
/************************************************/
#content{margin-right: 400px}
#content h1 {
	color: #333333;
	font-size: 26px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 10px 0px;
	border-top: 2px solid #000000;
	}
	
#content h1 a  {
	color: #000000;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #FA9C3A;
	}


div.maintop {}
div.maintop h1 {font-size: 12pt;margin-bottom: 5px;}
div.maintop p {font-size: 10pt;}

div.maincontent {padding-left:10px;}
div.mainbottom {margin-bottom: 20px;}
div.mainbottom p.comment {text-align: right; font-size: 9pt;}

/************************************************
*	Footer      								*
************************************************/

#footer {
	clear:left;width:100%;
	background: #404040;
	color: #FFFFFF;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
	
#footer a, #footer a:visited {
	color: #C0C0C0;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
/************************************************/

#navigation{float:left;width:190px;margin-left:-390px;
	border-top: 2px solid #000000;
}

#navigationwidgeted li {list-style: none;}
#extrawidgeted li {list-style: none;}

#navigation a {
	color: #000000;
	text-decoration: none;
	}
#navigation a:hover {
	color: #0066CC;
	}


#extra{float:left;width:190px;margin-left:-190px;
	border-top: 2px solid #000000;}
#extra a {
	color: #000000;
	text-decoration: none;
	}
#extra a:hover {
	color: #0066CC;
	}

li.recentcomments {margin-left: -25px;}
li.cat-item {margin-left: -25px;}
li.page_item {margin-left: -25px;}
ul.blogroll li {margin-left: -25px;}
#recent-posts li {margin-left: -25px;}
#piclens-slideshow ul li {margin-left: -25px;}

/************************************************/


*html #extra {overflow: hidden;}
*html #wrapper {overflow: hidden;}
*html #navigation {overflow: hidden;}



li.widget {	margin-bottom: 20px;}


