/*
Design by Jed Staack
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	background-position: left top;
}

h1, h2, h3 {
	margin-top: 0;
	color: #FFFFFF;
	margin-bottom: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 100%;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 100%;
	height: 210px;
	color: #999999;
	background-image: url(../images/img02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	width: 1000px;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	text-transform: none;
	font-weight: normal;
	font-size: 3em;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 3px;
}

#logo p {
	text-transform: uppercase;
	padding: 102px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 1000px;
	height: 45px;
	padding-top: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #00CCFF;
}

#menu .current_page_item a {
	background: none;
	color: #FFB1CD;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 510px;
	padding-right: 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	background-image: url(images/img06.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding: 15px 15px 0px 15px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */

#sidebar1 {
	padding-right: 20px;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	list-style: none;
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.sidebar li {
	padding: 0 0 20px 0;
	background-image: url(images/img06.jpg);
	background-repeat: repeat-x;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	background-image: url(images/img04.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#head_logo {
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0px 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	background-color: #000000;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #575757;
}

#footer a {
	color: #666;
	text-decoration: underline;
}
#leftmenu {
	color: #FFFFFF;
	width: 75px;
	height: 190px;
	border-right-style: solid;
	border-right-width: 2px;
	padding-left: 25px;
	float: left;
}
#menuleft {
	height: 13px;
	padding-top: 15px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
}
#menuleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuleft li {
	display: inline;
}
#menuleft a {
	display: block;
	float: right;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;
	width: 50px;
}
#menuleft a:hover {
	color: #00CCFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#menuleft .current_page_item a {
	background: none;
	color: #FFB1CD;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: underline;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#photosection {
	width: 450px;
	height: 650px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	float: left;
}
#upcomingbox {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
#photosection2 {
	float: left;
	padding-top: 35px;
	width: 300px;
	height: 715px;
}
#photolineshort  {
	width: 300px;
	height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#photolinebotton {
	height: 100px;
	width: 320px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#event_wrap {
	height: 300px;
	width: 675px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
}
#event_photobar {
	float: left;
	clear: left;
	padding-left: 75px;
	padding-top: 15px;
	width: 400px;
	height: 40px;
}
	
#upcomingbox h3 {
	color: #FFFFFF;
}
#walker {
	float: right;
	padding: 4px;
}
#walker a:hover {
	color: #666666;
	text-decoration: underline;
}
.tolookat {
	height: 250px;
	width: 675px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	clear: left;
}
.sixmonths {
	height: 300px;
	width: 675px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.funnybusiness {
	height: 330px;
	width: 675px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.event_title {
	width: 450px;
	height: 50px;
	float: left;
	clear: left;
}
.event_description {
	padding-left: 50px;
	padding-right: 20px;
	margin-top: 5px;
	width: 540px;
	float: left;
	clear: left;
}
.event_description a {
	text-decoration: underline;
}
.ids_photobar {
	float: left;
	clear: left;
	padding-left: 75px;
	padding-top: 15px;
	width: 400px;
	height: 40px;
}
#footer a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
