/*
Theme Name: Jeffe Kennedy
Theme URI: http://www.jeffekennedy.com/
Description: Jeffe Kennedy 2015 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(http://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans|Bree+Serif);
/*---------BASICS----------*/
body {
	color: #000000;
	font-family: "Open Sans";
	margin:0;
	padding:0;
	background: url('images/pattern_bkgrnd.png') repeat, url('images/body_bkgrnd.png') repeat-x fixed #15141f;
}
.wrapper {
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 1200px;
}
.jeffe {
	position: absolute;
	z-index: 1000;	
	top: 0;
	width: 100%;
	pointer-events: none;
}
.header {
	background: #FFFFFF;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	margin-top: 50px;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
.title {
	font-family: 'Great Vibes';
	font-size: 90px;
	color: #05476f;
	margin-left: 35%;
	width: 60%;
	margin-right: 3%;
}
.subtitle{
	font-family: "Open Sans";
	color: #000000;
	font-size: 40px;
	margin-left: 35%;
	width: 60%;
	margin-right: 5%;
	text-align: right;
}
.nav {
	background : #141521 !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015383), color-stop(100%,#141521)) !important;
	background : -moz-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -webkit-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -o-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -ms-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : linear-gradient(top, #015383 0%, #141521 100%) !important;
	border: 2px solid #000000;
	padding: 10px 0 10px 0;

}
.content {
	background: #FFFFFF;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;	
	padding: 10px;
}
.footer{
	clear: both;
}
.copyright {
	text-align: center;
}
.sidebar {
	margin: 10px 20px 10px 20px;
	padding: 10px;
	color: #FFFFFF;
	background : #141521 !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015383), color-stop(100%,#141521)) !important;
	background : -moz-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -webkit-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -o-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : -ms-linear-gradient(top, #015383 0%, #141521 100%) !important;
	background : linear-gradient(top, #015383 0%, #141521 100%) !important;
	border: 2px solid #000000;
	border-radius: .5em;
}
.sidebar h2 {
	background: #FFFFFF;
	padding: 10px;
	text-align: center;
	border-radius: .5em;
	margin: 0 -20px 0 -20px ;
	border: 1px solid #000000;
}
.sidebar a{
	color: #0084cf;
}
.sidebar a:hover{
	color: #ffffff;
}
.box {
	border: 1px solid #044a74;
	border-radius: .5em;
	margin: 10px;
	padding: 10px;
}
@media only screen and (min-width:481px) and (max-width:800px) {
	.wrapper {
		max-width: none;
		width: 98%;	
	}
	.title {
		font-size: 50px;
	}
	.subtitle{
		font-size: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.wrapper {
		max-width: none;
		width: 98%;	
	}
	.title {
	font-size: 40px;
}
.subtitle{
	font-size: 15px;
}
}