* {
	margin: 0;
	padding-left: 0px;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background-color: #ffffff;
}

h1 {
	padding-top: 0px;
	text-align: center;
	color: #330000;
	font-family: Georgia, Times, serif;
	font-size: 56px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}

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

h1 a span {
    color: #D75C19;
}

h2 {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	text-transform: none;
	color: #FFFFFF;
}

p {
	padding: .75em 0;
	line-height: normal;
	text-align: center;
	font-size: 9px;
}

p#subtitle {
    position: relative;
    top: -12px;
    padding: 0;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    text-transform: lowercase;
    color: #FFFFFF;
}

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

a:hover {
    text-decoration: none;
}

#page {
	width: 1060px;
	border-bottom: 1px solid #3B3B3B;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #181818;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 30px;
}

/* header */

#header {
	height: 174px;
	padding-right: 160px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

/* menu */

#menu {
	height: 64px;
	background: #000000;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 2px 0;
}

#menu ul li a {
	display: block;
	float: left;
	font: 16px/60px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 37px;
	padding-left: 37px;
}

#menu ul li a:hover {
    background: #DD5F13 url('images/menu.gif') repeat-x;
}

/* main */

#main {
    height: 1%;
    min-height: 693px;
    padding: 30px 30px 0 30px;
    background: url('images/main.gif') repeat-x;
}

/* sidebar */

#sidebar {
    float: left;
    width: 260px;
    padding-bottom: 10px;
}

#sidebar h2 {
    font-size: 2em;
}

#sidebar .box {
    padding: 2.5em 0 3.5em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 3em 0 4em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.5em;
}

/* content */

#content {
	float: left;
	width: 1000px;
	padding-bottom: 10px;
	clear: both;
	margin: auto;
}

#content h2 {
	font-size: 28px;
}

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

.post {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4.5em;
	padding-left: 0;
	width: auto;
	height: 650px;
	background-repeat: no-repeat;
	background-color: #333333;
	text-align: center;
	background-image: url(_DSC4660.jpg);
}

.postmeta {
    color: #737373;
}

.entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    font-size: .9em;
    text-decoration: none;
    border: 1px solid #E36623;
}

p.readmore a:hover {
    text-decoration: none;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
}

#footer p {
    font-size: .9em;
    text-align: center;
    color: #737373;
}
