/* old styles */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
  height: 100%;
}

body{
  background-color: black;
  color: #BFBFBF;
  font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
  font-size: 78%;
  height: 100%;
  overflow: hidden;
}

#bgImg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 0;
  filter:alpha(opacity=20);
  -moz-opacity:0.2;
  opacity: 0.2;
}

#contentMain{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

#page{
  height: 100%;
  overflow: auto;
  position: relative;
}

#content{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 73px 20px;
  background-color: black;

}

.entry p{
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

p.postmetadata{
	margin-top: 20px;
	font-size: 11px;
}

div.post{
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 20px solid #222;
}

#footer{
  position:absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  background: black;
  border-top: 1px solid #333;
}

a,
a:link,
a:visited,
a:hover,
a:active{
  color: #C0691B;
  text-decoration: none;
}

a:hover{
 color: #FFCA72; 
}

h1{
  font-size: 3em;
}

h2{
  font-variant: small-caps;
  font-size: 2em;
  padding-bottom: 10px;
  padding-top: 10px;
}

h2 img{
  margin-bottom: 4px;
}

h2 .zip{
  font-size: 11px;
}

h3{
  padding-bottom: 3px;
}

ul{
  margin-bottom: 20px;
}

li{
  padding-bottom: 5px;
}

.entry{
  margin: 10px 0;
}

.post{
  padding-bottom: 30px;
}

.audioplayer_container{
  margin:  10px 0;
}

.replyTrigger{
  display: block;
  margin: 7px 0;
}

.widecolumn #respond{
	padding-bottom: 100px;
}

.commentform input,
.commentform textarea{
  width: 90%;
  margin-bottom: 20px;
  padding: 10px;
  background: #131313;
  border: 1px solid #3D3D3D;
  color: #B8B8B8;
}

.commentform .submit{
  width: auto;
}

.commentform textarea{
  margin: 8px 0;
  padding: 5px;
  height: 80px;
  background: #131313;
  border: 1px solid #3D3D3D;
  color: #B8B8B8;
}

h3#comments{
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #4C4C4C;
}

ol.commentlist{
  background-color: #0C0C0C;
  padding: 4px;
  border: 1px solid #191919;
  
}

li.comment{
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.comment-body div{
  margin-bottom: 5px;
}

.comment-body p{
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 10px;
}




