

body {
	margin: 0;
	padding: 0;
	background: #544C40 url(images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #AF9371;
}


a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 193px;
	width:780px;
	position:relative;
	top:0;
	left:10px;
	background: url(banner_4.jpg) repeat-x left top;
	padding:0;
}

/* Header */

#logo {
	width: 970px;
	height: 150px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	position:relative;
	top:0;
	left:5%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: -5px 3px 0 0;
	padding: 5px 15px 10px 10px;
	border-right: 1px #000000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

#menu a:hover {
	margin: 0 3px 0 10px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #110E0F;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}
.post li{
line-height:1em;
font:12pt white arial;
text-align:center;
float:left;
}


.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}
.entry h3
{
color:red;
font-family:helvetica;
font-size:1.51em;
letter-spacing:.005em;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #000000;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #423525 dashed;
}


.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	background: url(footer1.png);
	font-size: 1.3em;
	color: black;
	font-family:arial,helvetica,sans-serif;
}

.sidebar a {
	color: #FFFFFF;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #423525;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #000000;
	border: 1px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	background: black;
	border-top: 2px solid #423525;
	color:red;
	font-size:1.1em;
	}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: .8em;
	color: white;
}

#footer a {
	color: red
	}
.menu {
	margin: auto;
	padding: 0;
	list-style: none;
	width:900px;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: white;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(btn2.png) no-repeat center center;
}
.menu li em {
	background: url(hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -95px;
	left: -15px;
	text-align: center;
	padding: 15px 5px 20px;
	font-style: normal;
	z-index: 3;
	display: none;
	color:black;
}
body {
	margin:0 auto;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion {
	width: 170px;
	border-bottom: solid 1px #c4c4c4;
	margin-top:-1em;
}
.accordion h3 {
	background: #e9e7e7 url(arrow-square.gif) no-repeat right -51px;
	padding: 1em .2em;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color:gray;
	font-size:.85em;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
	font-size:.85em;
	color:black;
	text-decoration:underline;
}
.accordion h3.active {
	background-position: right 5px;
	font-size:.85em;
	font-weight:600;
	color:black;
}
.accordion p {
	background: #f7f7f7;
	color:black;
	margin: 0;
	padding: 3px 15px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.accordion p a:link {
	background: #f7f7f7;
	color:black;
	font-size:1em;
	font-weight:ultra-condensed;
	font-family:arial, helvetica, sans-serif;
	}
.accordion p a:link:hover {
	background: #f7f7f7;
	color:red;
	font-size:1.2em;
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
	}
	
#classy {
position:absolute;
left:2em;
}

a:link {
	color:red;
}

h3 {
	margin: 0;
	padding: 0 0 .3em;
	text-decoration:underline;
	font-size:1.19em;
	color:white;
	text-align:center;
	font-family:cursive,gothic;
}
p {
	margin: 0;
	padding: 0 0 .5em;
}
.pane {
	background: #e9e7e7;
	padding: 10px 20px 10px;
	position: relative;
	border-top: solid 2px #c4df9b;
	font-family:arial, helvetica,sans-serif;
	font-size:.91em;
	font-weight:bold;
	text-align:justify;
	width:500px;
	line-height:1.4em;
	color:black;
}
.pane .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.pane p a:link {
	color:gray;
	text-align:center;
}
.pane p a:hover {
	color:red;
	text-align:center;
}
textarea {
width:300px;
height:100px;
}