/*
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:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	}
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:8px;
	font-family:Helvetica, Arial, Verdana;
	color:#A4D9E8;
	font-size:20px;
	font-weight:normal;
	}
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:11px;
	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:450px;
	float:left;
	}
.bullet {
	width:60px;
	margin-right:15px;
	height:21px;
	background-image:url(/images/bullet.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	}
.headings {
	width:375px;
	float:left;
	}
.post {
	width:375px;
	}
.post-content {
	text-decoration: none;
	font-weight:normal;
	color:#ccc;
	line-height:20px;
	margin-bottom:50px;
	font-size:13px;
	}
.post-content img {
	text-decoration: none;
	font-weight:normal;
	color:#A4D9E8;
	}
#links {
	float:right;
	width:250px;
	text-align:center;
	margin-top:40px;
	}
#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 {
	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;
	}