/* ------------------------------------------------------------------------
CSS sheet for ...
Author: Jeff Sanders
Date Created: ...

All inquiries for this document should be directed to ...
------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
body {
	background: #000 url(../images/bg.jpg) top left;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
}
#content {
	margin-top: 90px;
	padding: 10px;
	min-height: 400px;
	font-size: 14px;
	clear: both;
}
#head_wrap {
	position: relative;
	height: 100px;
	background:url(../images/header_bg.jpg) top left repeat-x;
	border-bottom: 10px solid #ae6e1d;
}
#header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 100px;
}
#logo {
	position: absolute;
	top: 18px;
	left: 10px;
	height: 180px;
	width: 181px;
}
#footer {
	padding: 10px;
	font-size: 12px;
	clear: both;
}
	#footer #left {
		padding-bottom: 10px;
		width: 45%;
		float: left;
		display: block;
	}
	#footer #right {
		padding-bottom: 10px;
		width: 45%;
		float: right;
		display: block;
		text-align: right;
	}
	#footer .logo {
		border: none;
	}
	
/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul#nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 30px;
	float: right;
	display: block;
}
ul#nav li {
	height: 30px;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 10px;
	font: 16px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
	display: block;
}
ul#nav li a:hover {
	background: #ae6e1d;
}
#home ul#nav li.home,
#blog ul#nav li.blog,
#about ul#nav li.about,
#menu ul#nav li.menu,
#calendar ul#nav li.calendar,
#phgallery ul#nav li.photos,
#leagues ul#nav li.leagues,
#contact ul#nav li.contact {
	background: #ae6e1d;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
-------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;
}
h1 {
	padding-bottom: 5px;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #990000;
}
h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #e4a961;
}
	h2 a {
		font-family: inherit;
		color: inherit;
	}
	h2 a:hover {
		color: inherit;
		text-decoration: none;
	}
h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
}
p {
	margin: 10px 0px;
	line-height: 20px;
}
.smtext {
	font-size: 11px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #ae6e1d;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------
ENTRY ELEMENTS
-------------------------------------------------------------------------*/
#mainContent {
	width: 710px;
	display: block;
	float: left;
}
#sidebar {
	width: 240px;
	background: url(../images/bodybg.png) top left;
	border: 1px solid #000;
	display: block;
	float: right;
}
ul#breadcrumbs {
	height: 20px;
	list-style-type: none;
}
	ul#breadcrumbs li {
		padding-right: 10px;
		line-height: 20px;
		float: left;
	}
	
/* --- sidebar menu ---------------------- */
#sidebar .menu {
	margin-bottom: 20px;
	padding: 10px;
}
	#sidebar .menu h2 {
		margin-top: 0px;
		font: 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	#sidebar ul {
		list-style-type: none;
	}
	#sidebar ul li {
		line-height: 22px;
	}

/* --- entry elements ---------------------- */
.entry_block {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	background: url(../images/bodybg.png) top left;
	border: 1px solid #000;
	overflow: hidden;
}
	.entry_block h2 {
		margin-top: 0px;
	}
.entry_notes {
	margin-bottom: 10px;
	padding: 10px;
	background: #17191F;
}
	.entry_notes p {
		margin: 0px;
	}
.entry_body {
	margin-bottom: 10px;
	text-align: justify;
}
.pages {
	margin-top: 10px;
	clear: both;
}

/* --- social links ---------------------- */
ul.social {
	margin-bottom: 10px;
	float: right;
	list-style-type: none;
}
ul.social li {
	padding: 0px 5px;
	font-size: 12px;
	float: left;
}

/* ------------------------------------------------------------------------
COLUMN ELEMENTS
-------------------------------------------------------------------------*/
.specials {
	padding: 10px;
	width: 290px;
	min-height: 375px;
	background: url(../images/bodybg.png) top left;
	border: 1px solid #000;
	float: left;
}
.col3 {
	margin-right: 20px;
	padding: 10px;
	width: 290px;
	min-height: 485px;
	background: url(../images/bodybg.png) top left;
	border: 1px solid #000;
	float: left;
}
	.last {
		margin-right: 0px;
	}
	ul.pdf {
	margin-left: 30px;
	}
	ul.pdf li {
		line-height: 24px;
		list-style-image: url(../core/design/images/pdficon_small.gif);
	}

/* ------------------------------------------------------------------------
FORM ELEMENTS
-------------------------------------------------------------------------*/
form br {
	clear: left;
}
label {
	margin-bottom: 10px;
	min-width: 125px;
	line-height: 22px;
	float: left;
	display: block;
}
input[type="text"],
input[type="password"] {
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	background: #494242;
	border: 1px solid #080808;
}
input[type="submit"] {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: #CC0000 url(../images/btn3_bg.gif) top left repeat-x;
	border: 1px solid #000;
}
input[type="submit"]:hover {
	cursor: pointer;
}
textarea {
	margin-bottom: 10px;
	padding: 5px;
	width: 95%;
	height: 100px;
	font-size: 12px;
	background: #494242;
	border: 1px solid #080808;
}

/* for the captcha*/
#recaptcha_widget_div {
	margin: 10px 0px;
}
	#recaptcha_widget_div input {
		border: none;
		background: #fff;
	}
	
/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
-------------------------------------------------------------------------*/
#slideshow {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 645px;
	height: 397px;
	border: 1px solid #000;
	display: block;
	float: left;
}

ul#soclinks {
	position: absolute;
	top: 140px;
	right: 0px;
	list-style-type: none;
}
ul#soclinks li {
	padding: 10px;
	line-height: 30px;
	float: left;
}
ul#soclinks li a img {
	border: none;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}