/*
Theme Name: homepage
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 

*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* end reset */

html {
	overflow-y:scroll;
	} 

body {
	background: #000000 url() scroll no-repeat center top;
	font-family: century gothic, Arial, Helvetica, sans-serif;
	color: #8B8378;
	font-size: 75%;
	letter-spacing: 1px;
	}
	
strong {
	font-weight: 900;
}

em {
	font-style: italic;
	}
	
a {
	font-weight: bold;
	color: #8B8378;
	text-decoration: none;
	}

a:hover {
	color: #CDC0B0;
	}
	
#page {
	background: #000000 url() repeat center top;
	margin: 0px auto;
	width: 600px;
	padding: 0px 20px 0px 20px;
	}

.title {
	font-size: 500%;
	letter-spacing: 4px;
	text-align: center;
	text-transform: lowercase;
	margin: 50px 0px 0px 0px;
	}
	

.navigation {
	margin: 10px 0px 20px 0px;
	text-align: center;
	text-transform: lowercase;
	}

.navigation li {
	display: inline;
	list-style: none;
	text-align: center;
	padding: 0px 10px 0px 0px;
	}

.navigation li a, .navigation li a:hover {
	margin: 0px 0px 0px 0px;
	}
	
#footer {
	text-align: center;
	text-transform: lowercase;
	position: absolute; bottom: 20px; left: 0;
	width: 100%;
	}
	
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


.entry h1 {
	font-size: 140%;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	}
	
.entry h2 {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.entry h3, .entry h4, .entry h5, .entry h6 {
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.entry p {
	margin: 0px 0px 10px 0px;
	}
	
.entry li {
	margin: 0px 0px 0px 25px;
	}
	
.entry ul {
	padding: 0px 0px 5px 0px;
	list-style: square;
	}

.entry ol  {
	padding: 0px 0px 5px 5px;
	}