/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.jpg) repeat-x left top;
	text-align: left;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

img.right {
	float: right;
    margin: 10px;
    border: none;
}

img.left {
	float: left;
    margin: 10px;
    border: none;
}

img.nofloat {
	float: none;
    margin: 10px;
    border: none;
}

/* Header */

#wrapper {
}

#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

#logo p {
	float: left;
    margin: 30px 0 0 20px;
    line-height: 3.5em;
}

#logo a {
	height: 88px;
	padding: 0 90px 0 0;
	font-size: 3em;
	color: #CF3822;
}


/* Menu */

#menu {
	width: 895px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Tahoma, Arial, sans-serif;
}

#menu a {
	display: block;
	float: left;
	margin: 6px 4px 6px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: #E8922B;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: #E8922B;
	border-right: 2px solid #B24100;
	border-bottom: 1px solid #B24100;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px #A90000 dashed;
}

.post .title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post .title h1 {
	font-size: 1.8em;
	color: #CF3822;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #880A0B;
}

.post .entry {
	padding-top: 30px;
}

.post .entry a {
  color: #D72020;
}

.post .links {
	float: left;
	width: 510px;
	margin: 0;
	padding: 6px 0 0 0px;
}

.post .links a {
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CF3822;
	background: #C65C18;
	border-top: 1px solid #D7D3CD;
	border-left: 1px solid #D7D3CD;
	border-right: 2px solid #362F23;	
	border-bottom: 1px solid #362F23;

}

.post .links a:hover {
	text-decoration: none;
}

.post .links .more {
	color: #FFFFFF;
}

.post .links .comments {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: #F8F4DC;
	border: 1px dashed #F5E0B7;
	margin-bottom: 25px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0;
}

#sidebar li ul {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style: none;
  text-align: left;
}

#sidebar li li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 12px;
}

#sidebar p {
	width: 210px;
	height: 10px;
	padding-left: 20px;
}

#sidebar span.advhead {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CF3822;
}

#sidebar ul li ul li a {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  padding: 0;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: center;
}

#calendar thead {
	background: #161616;
}

#calendar tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #121210;
	border: 1px solid #11110F;
	font-weight: bold;
	color: #CF3822
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/images/img02.jpg) repeat-x left top;
	color: #B85212;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	padding: 1px 6px;
	text-decoration: none;
	color: #CF3822;
	background: #F6F2a0;
}

/* FMenu */

#fmenu {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  width: 950px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
}

#fmenu li {
  display: block;
  float: left;
  width: 270px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1em;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}

