/*
Theme Name: JJ
Author: Ryan Gomba
*/


/* Global */

body {
	margin-top:20px;
	background-image: url(/images/bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	}
p { margin-top:0px;
	margin-bottom:10px;
	}

/* Links */
	
a:link {
	color: #a4d9e8;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #a4d9e8;
	}
a:hover {
	text-decoration: none;
	color: #588fad;
	}
a:active {
	text-decoration: none;
	color: #a4d9e8;
	}
	
/*Headings*/

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #A4D9E8;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	}
h1:not(:first-child) {
	margin-top:50px;
}
h2 {
	margin-top: 30px;
}
h5 {
	margin:0px;
	padding-bottom:10px;
	margin-bottom:12px;
	border-bottom:solid 1px #141f2a;
	font-size:11px;
	color:#fff;
	}
h6 {
	margin:0px;
	padding-bottom:15px;
	border-bottom:solid 1px #141f2a;
	font-size:13px;
	color:#fff;
	margin-bottom:12px;
	}
	
	
/* Header */
	
#navbar {
	width:766px;
	height:135px;
	margin:auto;
	}
#navright {
	padding-top:40px;
	height:95px;
	width:166px;
	float:right;
	background-image:url(/images/patriot.png);
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	}
#navleft {
	padding-top:69px;
	height:36px;
	width:600px;
	float:left;
	background:url(/images/logo.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	top:30px;
	left:25px;
	}
#header {
	margin:auto;
	height:190px;
	width:814px;
	background-image:url(/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#header-contact {
	margin:auto;
	height:190px;
	width:814px;
	background-image:url(/images/header_contacts.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#curve-top {
	margin:auto;
	height:90px;
	width:766px;
	background-image:url(/images/curve-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#curve-coaches {
	margin:auto;
	height:90px;
	width:766px;
	background-image:url(/images/curve-coaches.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#repeat {
	width:766px;
	margin:auto;
	background-image:url(/images/repeat.jpg);
	}	
#content {
	width:766px;
	background-image:url(/images/curve-bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
/* Blog */

#posts {
	width:480px;
	padding-left: 50px;
	float:left;
	}
.post {
	width:430px;
	}
.post-content {
	margin-bottom: 50px;
	text-decoration: none;
	font-weight:normal;
	color:#ccc;
	line-height:24px;
	font-size:15px;
	}
.post-content img {
	margin: 20px 0px;
	max-width: 420px;
	padding: 2px;
	border: solid 2px rgba(255,255,255,0.5);
	height: auto !important;
	}
#links {
	float:right;
	width:200px;
	text-align:center;
	margin:40px 20px 0px 0px;
	}
#links li {
	list-style:none;
	margin-bottom:20px;
	color:#A4D9E8;
	line-height:18px;
	font-size:12px;
	font-style:italic;
	}
#links li a {
	color:#FFFFFF;
	font-size:14px;
	font-style:normal;
	}
#links li a:hover {
	color:#A4D9E8;
	}

/* PAGE NAVI */

.wp-pagenavi {
	clear: both;
	margin-left:75px;
	padding-bottom:3px;
	margin-bottom:40px;
	color:#A4D9E8;
	margin-right:5px;
	font-size:12px;
	}
.wp-pagenavi a, .wp-pagenavi a:link {
	width:21px;
	padding: 2px 3px 2px 3px;
	margin-right:3px;
	text-decoration: none;
	border: 1px solid #141f2a;
	color: #fff;
	background-color:#141f2a;	
	}
.wp-pagenavi a:visited {
	padding: 2px 3px 2px 3px; 
	margin-right:3px;
	text-decoration: none;
	border: 1px solid #141f2a;
	color: #fff;
	background-color:#141f2a;
	}
.wp-pagenavi a:hover {
	border: 1px solid #A4D9E8;
	background-color:#A4D9E8;
	color: #141f2a;	
	}
.wp-pagenavi a:active {
	padding: 2px 3px 2px 3px; 
	margin-right:3px;
	text-decoration: none;
	border: 1px solid #141f2a;
	color: #fff;
	background-color:#141f2a;
	}
.wp-pagenavi span.pages {
	margin-right:5px;
	}
.wp-pagenavi span.current {
	padding: 2px 3px 2px 3px; 
	margin-right:3px;
	border: 1px solid #A4D9E8;
	color: #141f2a;
	background-color:#A4D9E8;
	}

/* Footer */

#footer {
	margin:auto;
	height:40px;
	width:766px;
	background:url(/images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:50px;
	font-size:11px;
	}
