/*  
Theme Name: PlainOffice
Theme URI: http://www.freewpthemes.net/preview/plainoffice
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #666666 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

img.alignleft{
  display: inline; margin: 0 1em 0.5em 0; padding: 4px; background: #fff; border: 1px solid #ccc; border-color: #eee #ccc #ccc #eee;
	float: left;
	margin: 0 10px 0 0;
}

img.alignright {
  display: inline; margin: 0 1em 0.5em 0; padding: 4px; background: #fff; border: 1px solid #ccc; border-color: #eee #ccc #ccc #eee;
	float: right;
	margin: 0 0 0 10px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 750px;
	height: 100px;
	margin: 0 auto;
	background: #000000 url(images/russkiy-block.jpg)
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: center;
	padding-top: 30px;
}

#logo p {
	float: none;
	padding-top: 10px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
 	background: #00407d;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
	    	color: #FFFFFF;
 	background: #00407d;
}

#menu .current_page_item a:hover {
	background: url(images/img06.gif) repeat-x;
	    	color: #FFFFFF;
 	background: #00407d;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float:right;
	width: 525px;
	padding: 20px 15px 0 0px;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 4px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding-right: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#search {
}

#search div {
	padding: 30px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 400px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #666666;
}
.padded {
  background: #E4F2FD;
  border: 1px solid #C6D9E9;
  padding: 10px;
}