/* @override http://ghelton.com/wp-content/themes/ghelton_v001/style.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
code {
	font-family: monospace;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
a {
	color: #999;
	text-decoration: none;
	opacity: 1;
	margin: 0;
	padding: 0 0 2px;
}
a:hover {
	color: #666666;
}
body {
	background-color: #151419;
	font: normal 12px/20px Verdana, Arial, Geneva, sans-serif;
	margin: 0;
	background-image: url(img/bg2.gif);
	color: #666666;
}
#wrapper {
	width:800px;
	margin: 0 auto 0 auto;	
	border-right: 1px dotted #FFF;
}

#content {
	margin-top: 20px;
	opacity: 1;
}

#blog-title a {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: -10px;
	color: #151415;
	border-style: none;
	opacity: 0.57;
}

.entry-title {
	text-transform: uppercase;
}

#footer {
	margin-top: 30px;
	opacity: 0.58;
	background-color: #0d0c0d;
	padding-bottom: 20px;
}

div.entry-meta {
	width: 600px;
	opacity: 0.25;
}

input {
	padding: 2px 3px 2px 4px;
	opacity: 0.5;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #292929;
	margin-left: 13px;
}

textarea {
	opacity: 0.5;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #292929;
	margin-left: 13px;
}

input#submit {
	padding: 2px 10px;
	margin-top: 5px;
	margin-left: 13px;
	cursor: pointer;
}

div.entry-content {
	margin-bottom: 60px;
}