/*** Elements ***/
body {
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, sans-serif;
	font-size: normal;
	background: #fff;
	color: #000;
	margin: 0 auto;
	padding: 0;
	width: 99%;
}

a {
	color: #505767;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
a:hover {
	background-color: #505767;
	color: #fff;
	text-decoration: none;
}

blockquote {
	margin:  0;
	padding: 0;
}

blockquote p {
	color: #737374;
	font-family: Georgia, Times, serif;
	font-size: 125%;
	font-style: normal;
	letter-spacing: 0.05em;
	padding: 5px;
}

form {
	margin: 0 auto;
	width: 95%;
}

form input, form textarea, form select {
	background-color: #fff;
	border: 1px solid #8d8b8b;
	color: #8d8b8b;
	padding: 5px;
}
form input:focus, form textarea:focus, form select:focus {
	border-color: #000;
	color: #000;
}
form input#s {
	width: 60%;
}
form input[type=submit], form input[type=button] {
	cursor: pointer;
	padding: 4px 5px;
	text-transform: uppercase;
}

form textarea {
	width: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Century Gothic", "Franklin Gothic Medium", Arial, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}

h1 *, h2 *, h3 *,
h4 *, h5 *, h6 * {
	font-style: normal;
	font-weight: normal;
}

dl {
	overflow: hidden;
}
dt, dd {
	padding: .5em 0;
}
dt {
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 25%;
}
dd {
	float: left;
	width: 60%;
}

p {
	line-height:140%;
	margin: 0.5em 0 1em 0;
	padding: 0;
}



/*** IDs ***/

#page {
	background: #fff url('images/header.jpg') no-repeat top center;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

#header {
	background: transparent;
}

#headerimg 	{
	display: none;
}

#header ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 35px;
}
#header ul li {
	float: left;
	margin: 0 5px 0 0;
}
#header ul li a {
	background: #c0c7d7;
	display: block;
	font-size: normal;
	letter-spacing: 0.1em;
	padding: .15em;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li a:hover {
	color: #000;
	background: #fff;
}
#header ul li.current_page_item a {
	background: #fff;
}

#mid {
	margin-bottom: 1em;
	overflow: hidden;
}

#content {
	background: #fff;
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
	width: 100%;
}
#content h2 {
	font-size: 210%;
	letter-spacing: 0.04em;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content h2 a:hover {
	background: transparent;
	color: #f00;
}

#content h3 { font-size: 170%; }
#content h4 { font-size: 140%; }
#content h5 { font-size: 120%; }
#content h6 { font-size: 105%; }

#sidebar {
	display: none;
}

#footer {
	background: #000 url('images/footer.jpg') no-repeat bottom right;
	color: #fff;
	clear: both;
	height: 75px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#footer p {
	font-size: small;
	padding: .5em;
}
#footer a {
	font-weight: bold;
}

#searchform {
	padding: 15px 0 10px;
}
#searchform label {
	display: none;
}



/*** Classes ***/

div.description { display: none; }

.post {
	border-top: 1px solid #e2e2e3;
	margin-bottom: 40px;
}
.post h2 {
	margin: 0;
}
.postheader {
	background: transparent url('images/gradient.png') repeat-x bottom left;
	color: #fff;
	font-size: small;
	font-weight: bold;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 5px;
	text-transform: uppercase;
}
.postheader a {
	color: #929293;
	text-decoration: none;
}
.postheader a:hover {
	background: #929293;
	color: #fff;
}
.postheader p.postauthor,
.postheader p.postcategory {
	margin: 0;
	float: left;
}
.postheader p.postauthor:before { content: 'by ' }
.postheader p.postcategory:before { content: 'in ' }
.postheader p.postcategory {
	margin-left: 10px;
}
.postheader p.postdate {
	margin: 0;
	float: right;
}

.postmetadata, .postmetadata-single {
	font-size: small;
	clear: both;
}
.postmetadata-single {
	background: transparent url('images/gradient.png') repeat-x bottom left;
	margin: 20px 0;
	padding: 5px;
}


.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.comment {
	background: #f2f2f3 url('images/gradient.png') repeat-x bottom left;
	margin: 5px 0 10px;
	padding: 5px;
}

.comment-author {
	font-size: 120%;
	text-transform: uppercase;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-body p {
	padding: 5px 1em 2em;
}

.comment-meta {
	background-color: #fff;
	font-size: small;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	text-transform: uppercase;
}
.comment-meta a { text-decoration: none; }

.entry {
	overflow: hidden;
	text-align: justify;
}

.entry img {
	border: 0;
}

.wp-caption {
	background: #f2f2f3 url('images/gradient.png') repeat-x bottom left;
	color: #626263;
	font-size: 0.9em;
	margin: .5em 1em;
	padding: 7px 5px;
	text-align: center;
}
.wp-caption a img {
	border-bottom: 2px solid #505767;
}
.wp-caption a:hover img {
	border-bottom: 2px solid #f00;
}

.navigation {
	overflow: hidden;
}
.navigation div {
	margin: 0 0 5px;
	padding: .5em 1em;
}

.navigation a {
	font-size: small;
	text-decoration: none;
	text-transform: uppercase;
}
.widget_tag_cloud {
	text-align: justify;
}
.widget_tag_cloud a {
	color: #505767;
	text-transform: uppercase;
}

.archive-wrap {
	overflow: hidden;
}
.archive-entry {
	background: #f2f2f3;
	border: 1px solid #e2e2e3;
	font-size: 0.9em;
	float: left;
	height: 150px;
	width: 45%;
	margin: 15px 2% 0 0;
	padding: 1%;
}
h3.archive-entry-title {
	font-size: large;
	margin: 0;
}
.archive-entry-title a {
	text-decoration: none;
}

