/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, li { 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:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*Layout*/
body{
	background: url(style/images/bg.jpg) top center no-repeat #000;
	color:#fff;
	font-family:arial, sans-serif;
}

#mainwrap{
	width:720px;
	margin:0 auto;
}

#col1{
	margin-right:36px;
	float:left;
	display:inline;
	width:462px;	
}

#col2{
	float:left;
	width:218px;
}

#footer{
	clear:both;
	padding-top:40px;
}

.post{
	margin-bottom:25px;
}

.ol_comments li.alt{
	background:#1a1a1a;
	margin-bottom:5px;
}

.ol_comments li{
	padding:3px;
	background:#111;
}

/*Titles*/
#h1_latenightaudio a{
	margin-top:77px;
	display:block;
	text-indent:-9999px;
	height:110px;
	margin-bottom:80px;
}

h2, h3{
	font-size:18px;
	color:#fff;
	padding-bottom:5px;
/*	background:url(style/images/hr_dots.gif) repeat-x bottom left;*/
	font-weight:bold;
	margin-top:30px;
}

#col1 h2, #h2_online, #col1 h3{
	background:url(style/images/hr_dots.gif) repeat-x bottom left;
	margin-bottom:15px;
}

h2#h2_flickr{
	background:url(style/images/hr_dots.gif) repeat-x top left;
	padding:10px 0;
	margin:10px 0;
}

h2 a, h3 a{
	color:#fff;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}

h3{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
}

h3 a{
	color:#fff;
}

.blog_archive{
	background:url(style/images/hr_dots.gif) repeat-x top left;
	padding-top:15px;
	margin-top:15px;
}

#invite_only{
	background:url(style/images/hr_dots.gif) repeat-x top left;
	padding-top:15px;
	margin-top:15px;
}

/*Typography*/
#footer {
	font-size:11px;
	text-align:right;
}

body{
	font-size:12px;
}


.date{
	color:#aaa;
	margin-bottom:3px;
}

p{
	margin-bottom:12px;
}

.posted_in{
	background:url(style/images/hr_dots.gif) repeat-x top left;
	padding-top:5px;
	color:#aaa;
	padding-bottom:15px;
}

/*Links*/

.page_item a, .cat-item a{
	color:#7677c0;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

.current-cat a, .current_page_item a{
	color:#fff;
}

a{
	color:#fff;
}


#flickr img{
	width:67px;
	margin-right:5px;
	margin-bottom:5px;
}

/*Forms*/
input{
	border:1px solid #000;
	font-size:12px;
	padding:2px;
}

.wpcf7-validates-as-required{
	width:320px;
}

.wpcf7-form-control-wrap input{
	width:320px;
}

textarea{
	width:320px;
	border:1px solid #000;
	font-size:12px;
	font-family:arial, sans-serif;
}

.btn{
	background:#7677C0;
	color:#fff;
	margin-bottom:20px;
}
