/*
Theme Name: Simple Stuff
Theme URI: http://simple-stuff.ru/
Description: Simple Stuff
Version: 1.0
Author: Alexander Nevsky
Author URI: http://nevsky.me/
Tags: Simple Stuff

*/


* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #CCC;
	background-color: #333;
	background-image: url(img/bg.jpg);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#header {
	height: 200px;
}
#header img  {
	margin-top: 20px;
}
#header #menu {
	height: 50px;
}
#header #menu li {
	float: left;
	padding-right: 20px;
}
#header #menu li a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #FC0;
}
#header #menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#content {
	padding-right: 20px;
	border: 5px solid #FC0;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content h1 {
	font-size: 24px;
	padding-top: 20px;
	line-height: 28px;
	padding-bottom: 20px;
}
#content .news p {
}
#content .news {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
#content .news h2 {
	color: #69C;
}
#content .news h2 a {
	color: #69C;
	line-height: 24px;
	font-size: 20px;
}
#content .news h2 a:hover {
	color: #FFCB00;
}
#content .news p a {
	color: #69C;
}
#content .news p a:hover {
	color: #FFCB00;
}
#content .news p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	padding-bottom: 40px;
	padding-left: 20px;
}
#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#sidebar p {
	font-size: 14px;
	padding-bottom: 20px;
}
#sidebar #faces {
	width: 290px;
	height: 290px;
	padding-bottom: 20px;
}
#sidebar #faces li {
	float: left;
}
#sidebar #faces li img {
	border: 5px solid #FC0;
}
#sidebar #faces #romanov {
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
}
#sidebar #faces #markus {
	float: left;
	padding-bottom: 20px;
}
#sidebar #faces #natan {
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
}
#sidebar #faces #mitya {
	float: left;
	padding-bottom: 20px;
}
#sidebar #changes {
	background-image: url(img/sidebar.jpg);
	width: 250px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#footer {
	background-image: url(img/footer.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	text-align: center;
}
#footer a {
	color: #69C;
}
#footer a:hover {
	color: #FFCB00;
}
#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}
