/*   
Theme Name: Blaine Barlow 2014
Theme URI: http://kubitt.com
Description: Blaine Barlow WordPress Theme template -- WordPress v3.0.1
Author: Kenric Barclay
Author URI: http://www.kubitt.com
Version: 1
*/
* { margin: 0; padding: 0; }
html{ background: black;}
body { font: 14px/1.4 Georgia, serif; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

article, aside, figure, footer, header, searchbar, nav, section { display: block; }

.button { 
	background-image: -moz-linear-gradient(top, #6b7886, #3b4f63); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6b7886),color-stop(1, #3b4f63)); 
	padding: 5px 15px; 
	color: white; 
	font-weight: normal !important;
	text-decoration: none; 
	text-transform: uppercase; 
	border: 2px solid white !important; 
	-moz-box-shadow: 1px 1px 3px #666; 
	-webkit-box-shadow: 1px 1px 3px #666; 
	box-shadow: 1px 1px 3px #666;
}
.button:hover { 
	background-image: none; 
	background-color: #6b7886; 
	-moz-box-shadow: 0px 0px 2px #999; 
	-webkit-box-shadow: 0px 0px 2px #999; 
	box-shadow: 0px 0px 2px #999; 
	text-decoration: none !important; 
}
#page-wrap {
	position: relative; 
	padding: 30px;
	margin: 10px auto 10px ; 
	width: 740px;
	background: white; 
	background:url(images/bg_grad.png);
	}

header { 
	position:relative; 
	padding: 20px; 
	}
#header a{
	text-decoration:none;
	}
a img	{
	border: none;
	}
	
h1 {
	font: 36px Helvetica, Arial, Sans-Serif; 
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	}
#header h1 a { color: #FFFFFF; text-decoration: none; }
h2 {
	font: 24px Helvetica, Arial, Sans-Serif; 
	text-transform:uppercase; 
	color:#000;
	}
h3 {
	font: 18px Helvetica, Arial, Sans-Serif; 
	text-transform:uppercase; 
	color:#000;
	}
h4 {
	font: 16px Helvetica, Arial, Sans-Serif; 
	text-transform:uppercase; 
	color:#000;
	}
p {
	font: 14px Helvetica, Arial, Sans-Serif;  
	color:#000;
	}
aside {
	float:left;
	width: 180px;
	padding: 0px 0 0 0;
	}	
#main-content {
	float: right;
	width: 520px;
	}
#books {
	float: right;
	width: 520px;
	}
	
nav ul {
	list-style: none;
	float: left;
	}
		
nav ul li a {
	display:block;
	padding: 5px 5px 5px 15px;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	background:#000;
	text-transform:uppercase;
	margin:0 0 5px 0;
	position:relative;
	
	}	

footer {
	width: 800px;
	margin: 0 auto 20px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing: 3px;
	
	}

#footer-copyright { float: right; width: 49%; text-align: right; }
	
#socialmedia {
	width: 400px;
	float: right;
	text-decoration:none;
	}
.comment p {
background-color: #D6D6D6;
}