/*  
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: #333333 url(images/img01.gif) repeat-x;*/
	background: #f1f1f1;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Verdana;
	font-size: 13px;
/*	color: #666666;*/
	color: black;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
  color: #bf040e;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 932px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: black;
}

#logo h1 {
	float: left;
/*	padding-top: 30px;*/
	padding-top: 10px;
  color: #bf040e;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
}

#logo p {
	float: right;
  color: black;
/*	padding-top: 39px;*/
	padding-top: 35px;
	font-size: 11px;
  width: 150px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	/*background: #F6F6F6 url(images/img02.gif) no-repeat;*/
	background: #dbdbdb;
}

#menu ul {
	margin: 0;
/*	padding: 5px 0 0 14px;*/
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
  font-size: 12px;
  font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
  background:  url(images/img21.gif) no-repeat;
  background-position: 18px 47%;
/*	font-weight: bold;*/
/*	color: #333333;*/
	color: black;
}

#menu a:hover {
/*	text-decoration: underline; */
	text-decoration: none;
/*	color: #000000; */
	color: #bf040e;
  background:  url(images/img21.gif) no-repeat;
  background-position: 18px 47%;
  background-color: #e9e9e9;
}

#menu .current_page_item a {
/*	background: url(images/img06.gif) repeat-x;*/
  background-image:  url(images/img21.gif);
  background-repeat:  no-repeat;
  background-position: 18px 47%;
	background-color: white;
  color: #bf040e;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	/*background: #FFFFFF url(images/img05.gif) repeat-y;*/
}

#page-bg {
	padding: 11px 24px;
	/*background: url(images/img03.gif) no-repeat;*/
  background: white;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: right;
	width: 640px;
	padding: 20px 6px 0 0;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.title {
	margin: 0;
  font-size: 18px;
  font-weight: normal;
}

.title a {
  color: black;
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 10px 0 20px 0;
  color: #525252;
}

.entry {
  font-size: 11px;
}

.links {
	padding-top: 10px;
	text-align: right;
/*	font-weight: bold;*/
}

.links  a
{
  color: #bf040e;
  font-size: 11px;
  text-decoration: none;
}

.meta a {
  color: #bf040e;
  text-decoration: none;
}

.meta a :hover{
  text-decoration: none;
}

h3#comments {
  color: #6f6f6f;
}

.commentlist {
  list-style: none;
  margin-left: 0; 
  padding-left: 0;
}

.commentlist li {
  
}

.commentlist li  p {
  
}
/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding-left: 6px;
}

#sidebar ul {
  color: black;
	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 #dbdbdb;
}

#sidebar h2 {
  color: black;
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #dbdbdb;
/*	letter-spacing: -1px;*/
/*	font-size: 1.2em;*/
	font-size: 14px;
	font-weight: bold;
}

#sidebar a {
  color: black;
	text-decoration: none;
}

#sidebar a:hover {
  color: #bf040e;
	text-decoration: none;
}

#search {
}

#search div {
	padding: 30px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 400px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 932px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(images/img08.gif) no-repeat;*/
}

#footer p {
	margin: 0;
/*	text-align: center;*/
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}

cite  {
  font-style: normal;
}
  
cite a  {
  color: #bf040e;
}

cite a :hover {
  color: #bf040e;
}

.commentmetadata  a {
  color: black;
}