/*
Theme Name: Patty Blount
Theme URI: http://template.com/
Description: Patty Blount 2015 Theme Template
Author:  Bemis Promotions
Author URI: http://bemispromotions.com/
Version: 1.0
*/
@import url("css/books.css");
@import url("css/grid.css");
@import url("css/links.css");
@import url("css/misc.css");
@import url("css/nav.css");
@import url("css/text.css");
@import url(https://fonts.googleapis.com/css?family=Lora|Lato);
/*---------BASICS----------*/
body {
	color: #000000;
	font-family: Lato;
	margin:0;
	padding:0;
	overflow-x:hidden;
	background: url('images/body_bkgrnd.jpg') fixed top center no-repeat #AABED4;
	background-size: 100% 100%;
}
.header {
	width: 80%;
	margin: 0 auto 0 auto;
	max-width: 1000px;
}
.wrapper {
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 1170px;
	background-color: #ffffff;
	padding: 15px;
}
.nav {
	background-color: #000000;
	padding: 5px 0 10px 0;
}
.footer{
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
}
.copyright {
	text-align: center;
	padding: 0;
	font-size: 13px;
	letter-spacing: 2px;
	clear: both;
}
.sidebar {
	background-color:  rgba(255, 255, 255, 0.1);
	border: 1px solid #AABED4; 
	border-radius: .5em;
	margin: 10px;
	padding: 15px;
}
.sidebar h2 {
	text-align: center;	
}
.box {
	background-color:  rgba(255, 255, 255, .1);
	border: 1px solid #AABED4; 
	border-radius: .5em;
	margin: 10px;
	padding: 15px;
}

.clear { clear: both; }

.sendfox-form input { width: 95%; padding: 5px; }

.sendfox-form input[type=checkbox] { width: 20px; }

@media only screen and (min-width:480px) and (max-width:800px) {
	.wrapper {
		max-width: none;
		width: 98%;	
	}
	.header {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.wrapper {
		max-width: none;
		width: 98%;	
	}
	.header {
		width: 100%;
	}
	
}

