/*
Theme Name: Second Impulse
Theme URI: http://www.secondimpulse.com
Description: A custom theme created for SecondImpulse.com.
Version: 1.0
Author: Mike Wheeler
Author URI: http://www.secondimpulse.com
*/

@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #0f0f16;
	background-image: url(images/impulse_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.post {
	color: #CCCCCC;
	text-align: justify;
	line-height: 140%;
	font-size: 13px;
	}
.bio_entry {
	color: #CCCCCC;
	text-align: justify;
	line-height: 140%;
	font-size: 14px;
	}
.bio_entry img{
	max-width: 720px;
	height : auto; 
	padding: 3px; 
	background: #666666;
}
body,td,th {
	font-size: 13px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.smalltext {font-size: 10px}
.postdate {font-size: 12px}
.commentform {
	width: 470px;
	}
textarea {
	width: 470px;
	height: 100px;
	border: 1px solid #666666;
	background-color: #131315;
	color: white;
	margin-bottom: 5px;
	}
input {
	width: 200px;
	border: 1px solid #666666;
	background-color: #131315;
	color: #777777;
	margin-bottom: 5px;
	}
.postheader {
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 3px;
}
.bioheader {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
a:link {
	color: #E5744A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E5744A;
}
a:hover {
	text-decoration: none;
	color: #cee0e7;
}
a:active {
	text-decoration: none;
	color: #E5744A;
}
.gallery {
	zoom:1;
	width:943px;				
}
.gallery a {
	display:block;
	float:left;
	margin:7px;
	opacity:0.87;
	text-align:center;
}
.gallery a:hover {
	opacity:1;
}
.gallery a img {
	border:none;
	display:block;
}
.gallery a#vlightbox{display:none}

li.comment img.avatar {display:none}

.post img { 
	width: 460px;
	height : auto;
	border:1px solid #000; 
	padding: 3px; 
	background: #666666;
}
#footer {
	text-align: center;
	border-top: 1px solid #333333;
	padding-top: 5px;
	font-size: 9em;
	font-weight: normal;
	width: 950px;
	margin: 0 auto;
	text-transform: uppercase;
	}
#randomgallery {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333333;
	}
#sidebar {
	border-left: 1px solid #333333;
	padding-left: 10px;
	line-height: 150%;
	font-size: 12px;	
	}
#sidebar h2 {
	font-size: 20px;
	color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 2px;
	font-weight: normal;
	text-transform: uppercase;
	}
#sidebartext {
	color: #CCCCCC;
	}
#sidebarbio {
	padding-left: 10px;
	}
.sidebaritem {
	border-bottom: 1px solid #333333;
	padding-bottom: 4px;
	}
.sidebarheader {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	padding-bottom: 4px;
	}
#sidebarmedia {
	padding-left: 10px;
	border-left: 1px solid #333333;
	}
#sidebarmedia h2 {
	font-size: 20px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	}
#sidebarbio h2 {
	font-size: 20px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	}

.bio_entry object {
max-width: 610px;
}

.bio_entry embed {
max-width: 610px;
}

#galleryreturn {
	padding-top: 5px;
	margin-left: 30px;
	}
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 10px 5px 5px 5px;
	border: 1px solid #333333;
	background-color: #1e1d23;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
-->

