body {
	margin: 0;
	background: #35393D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #EFEFEF;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #C0BFBF;
}

a:hover {
    text-decoration: none;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	background: #000000 url(images/corner.jpg) top left no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo p.logo {
	float: left;
	margin-left: 30px;
	padding-top: 95px;
	font-size: 2.2em;
        text-transform: capitalize;
}

#logo p {
	float: left;
	margin: 0;
	padding: 112px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
} 

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

#logo a:hover {
     /*text-decoration: underline;*/
	 border-bottom: 3px double #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: 2px #E8E8E8 outset;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(images/zoom.png) 0 6px no-repeat;
	text-indent: 16px;
}

#search-text:focus {
    background-color: #EFEFEF;
	border: 2px #BFBFBF outset;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 0;
	padding: 5px 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 6px;
	padding: 6px 20px;
	background-color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu .current_page_item a {
    text-transform: capitalize;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}

#menu a:hover {
	border-bottom: 2px solid #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 40px;
}

/* Content */

#content {
	float: left;
	width: 625px;
}

.post {
}

.post .title {
	margin-bottom: 15px;
        text-align: center;
}

.post h2, .post h1 {
        margin-bottom: 15px;
        text-align: center;
        background-color: #1B1D1F;
        padding: 4px 0;
}

.post .title a {
	color: #EFEFEF;
}

.post .meta {
	padding: 2px 10px;
	background-color: #595C5F;
	text-align: center;
	font-size: 12px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 258px;
	background: #E8E8E8;
	border: 1px solid #D3D3D3;
	color: #35393D;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
}

#sidebar a{
     color: #0D0D0D;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #000000;
	color: #E8E8E8;
	font-size: 1.2em;
        text-align: center;
}

#sidebar p {
	padding: 10px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

ul.fancy
{
  list-style-type: none;
}

ul.fancy li h4
{
  background-color: #1B1D1F;
  text-align: center;
}

/*Forms*/
select,option { background-color: #1B1D1F; color: white; font-weight: bold; border: none; }
option:hover { cursor: pointer; color: green; }
optgroup { margin-bottom: 15px; }
form dt { margin-bottom: 5px; }
form dd { margin-bottom: 15px; }
label { font-weight: bold; }
label .detail { font-weight: normal; font-size: 0.9em; }

input[type=text], input[type=password] { background-color: #9F9F9F; font-weight: bold; color: black; }
input[type=text]:focus, input[type=password]:focus { background-color: #BFBFBF; }

textarea { background-color: #9F9F9F; font-weight: bold; color: black; }
textarea:focus { background-color: #BFBFBF; }