/* 
Website: http://www.thehitkicker.com
Name: WHKR Hit Kicker
Description: inSite-powered website, designed and hosted by Artemis Inc.
Version: 
Author: 
Author URI: http://www.artemisit.com
Comments:	This stylesheet contains all the basic styles used by inSite.
			Also notable is the combination of two css methodologies, tabbed(rounded) buttons and drop-down navigation.
			This stylesheet is best viewed without word wrapping.
*/

/*** Body Styles ***/
body { margin: 0; font-size: 62.5%; font-family: Arial, Verdana, Sans-serif; background: url('images/bd_bg.gif');} 
/* This percentage sets 1.0 em to 10px. Lucida is a nicer mac font than Arial, it ships with all new macs and XP */
.pageTitle { float: left; width: 450px; font-size: 1.4em; font-weight: bold; color: #1A5790; border-bottom: 1px solid #1A5790; padding-top: 10px; padding-bottom: 2px; margin-bottom: 15px; }
#page { display: block; padding: 0; margin: 20px auto; width: 769px; background: #fff; background: url('images/pg_bg.gif'); }
#printpage { margin: auto; width: 780px; background: #fff; }
#header {height: 154px; padding: 0; no-repeat top right;} /* background: url('images/hd-right.jpg')*/


/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 1.6em; color: #0066CC; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic;} 
h4 { margin: 0; font-size: 1.4em; margin-bottom: 0px; font-weight: bolder; } 
h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
hr { 1px solid #888; margin: 0; } 

/*** Form Styles ***/
	/* 	WE CAN FINALLY STOP USING TABLES FOR FORMS! 
	Example Markup: <label for="name">Name:</label><input id="name" name="Name"> 		*/

label,input { display: block; float: left; margin-bottom: 10px; } 
label { font-size: 1.2em; font-weight: bolder; text-align: right; width: 175px; padding-right: 20px; } 
#req { color:#FF0000; font-weight: bolder; background: #fff6db; padding: 3px 18px 3px 3px;}
form br { clear: left; }
.submit { width: 50px; margin: auto; background-color: white; border: 1px solid brown; margin-right: 10px; }
#submit { margin-left: 100px;}

	/* Contact Form Styles */
	#cont_FAX { width: 100px; }
	#cont_AreaCode { width: 30px; margin-right: 10px; }
	#cont_Prefix { width: 35px; margin-right: 10px; }
	#cont_Suffix { width: 40px; }
	#cont_State { width: 20px; float: left; }
	#cont_Zip { width: 35px; }
	#cont_Comments { height: 55px; width: 250px; margin-bottom: 10px; }
	#cont_form { margin: 0 60px; height: 450px; width: 550px; background: #fffdf6; padding: 20px; }

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 1.1em; padding: 4px;}
tr.altrow { background-color: #e5e5e5; }
table { width: 99%; }
table .normal { width: 330px; }

/*** Content/Copy Styles ***/
p { font-size: 1.0em; font-family: Arial, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; }
#content { display: block; float: left; color: #333; padding: 9px; width: 440px; font-size: 1.2em;}
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#printcontent { width: 450px; padding: 10px; font-size: 12px; clear: left; color: #000; }
#printcontent p { font-size: 11px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }
#sidebar_left { display: block; clear: left; float: left; width: 137px; padding: 6px; }
#sidebar_right { display: block; float: right; width: 136px; padding: 0 6px 6px 6px;}

/* Search Box styles */
#searchbox {padding: 10px 10px 0 10px; float: left; background: #5E9BD1; width: 115px; position: relative; }
#search_input { font-size: 1.1em; width: 106px; padding: 2px; }
#search_submit {float: right; border: 1px solid #4C789F; background: #71BBFC; font-size: 1.1em; padding: 2px;}
#searchbox form { padding: 0; margin: 0;}

/* Calendar Box styles */
#eventsbox {background: #FFFEEA; padding: 5px 5px 0 5px; float: left; width: 125px; position: relative;}
.col_titles {font-size: 11px; float: left; display: block; width: 125px; margin: 5px 0 0 0; }
#calendarbox {background: #1D67A8; padding: 5px 5px 0 5px; float: left; width: 125px; margin-bottom: 0px;}

/* Poll Box styles */
#pollbox {background: #5E9BD1; padding: 0px; margin: 0 0 10px 0; float: left; width: 135px; position: relative;}
#box_titles {margin-top: 3px;}
#pollbox table { width: 135px; margin: 0; padding: 2px;}
#pollbox table td { padding: 3px; font-size: 11px; color: white; }

/* Ads Box Styles */
.AdsBoxLeft {padding: 5px 8px 5px 8px; }
.AdsBoxRight {padding: 5px 8px 5px 8px; }

/*** Link Styles ***/
a:link { color: #a66109; }
a:visited { color: #402504; }
a:hover { color: #653b06; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #; width: 100%;	height: 1px; margin: 0 0 0 7px;	padding: 0;	border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 769px;
			height: 21px;
			padding: 0;
			margin: 0;
			background: #185993;
			float: left;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size:9px;
			line-height:normal;
			font-style: normal;
			letter-spacing: 0px; 
			}
		#nav1 ul {
			height: 22px; float: left;
			margin:0;
			padding:0;
			list-style:none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin:0px;
			padding:0;
		}
		#nav1 a {
			float: left;
			background:url('images/nav_frontcap.png') no-repeat left top;
			margin:0;
			padding:0 0 0 0px; /* The space between the left side of the tab and the text. */
			margin-left: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
		}
		#nav1 a span {
			float:left;
			display:block;
			background:url('images/nav_endcap.png') no-repeat right top;
			padding:6px 10px 6px 10px; /* The padding around the text */
			font-weight:bold;
			border-right: 1px solid #75a8d6;
			color:#fff;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #fff;
		}
		#nav1 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 5px;
			color:#333;		
		}
		#nav1 a:hover {
			background-position:0% 71%; background: #103a61;
		}
		#nav1 a:hover span {
			background-position: 100% 71%; 
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: right; height: 30px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown1 ul a { display: block; background: none; font-weight: bold; font-size: 9px; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL
		Sets a width on the UL element - Without it, list goes horizontal 
		Hides the UL from view using left									*/
		
		/* Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear: left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 130px; padding: 6px 8px 6px 8px; background: #103a61; color: #fff; }
		#nav_dropdown1 ul li a:hover { background: #3a7de9; color: #fff;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0px 0 0 140px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a { background: #103a61; }
		#nav_dropdown1 ul ul li a:hover { background: #3a7de9; color: #fff; }		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items */ 
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li li:hover ul, #nav_dropdown1 li.sfhover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 21px; 
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('images/dot_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('images/dot_arrow_up.png');
			background-position: top right;
		}	
	
	
	/* Top Right Hand Nav Menu (Non-Editable by InSite) */
	ul#topnavcontainer {
		display: block;
		float: right;
		width: auto;
		height: 15px;
		white-space: nowrap;
		padding-top: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#topnavcontainer li { font-size: 9px; display: inline; list-style-type: none; padding-left: 5px; padding-right: 3px; border-right: 1px solid #666; }
	#topnavcontainer a:link, #topnavcontainer a:visited { padding: 3px; color: #888; text-decoration: none; }
	#topnavcontainer a:hover { color: #444; text-decoration: none; }
		/* Hides the ending pipe character */
		#topnavcontainer #topnav_nopipe { display: inline; list-style-type: none; padding-left: 5px; padding-right: 5px; border-right: 0; }
		
	/* Footer Nav */
	#footerCenter {margin: auto; height: 50px; width: 470px; display: block; padding-right: 13px; }
	.footer { overflow: hidden; font-size: 1.0em; loat: left; margin: 0; float: left; height: 65px; width: 764px; background: #185993 url('/images/ft_bg.gif') top left; color: white; text-align: center; padding: 5px; }
	.footer a { color: #fff; padding: 2px; line-height: 1.6em; }
	.footer a:visited { color: #fff; }
	.footer a:hover {background-color: #103A61; color: #fff; text-decoration: none; margin: 0; }
	#printFooter { padding: 10px; clear: left; width: 700px;}

/*** Left Nav Styles - Originally created for http://mytraining.legacyforlife.net
	 This menu allows for sub-headers in the nav. 											***/
					  
	#NavContainer2 { letter-spacing: -1px; font-size: 1.1em; font-weight: bold; overflow: hidden; width: 142px; float: left; margin: 10px 0 0 0; background: url('images/nav_footer.gif') no-repeat bottom left; } /* Nav Container */
	#NavContainer2 ul { margin-left: 0; padding-left: 0; list-style-type: none; } 

	#NavContainer2 a { text-decoration: none; color: #14409d; display: block; padding: 4px 4px 4px 15px; width: 110px; background-color: none; } 
	#NavList2 a:visited { color: #14409d; text-decoration: none; } /* Nav visited color */
	#NavList2 li { width: 145px; }

	#NavHeader2 { display: block; width: 100%; } /* Nav header - if no nav headers are needed, style the same as SubHeader2 */
	#NavHeader2 a { text-decoration: none; display: block; padding: 10px 4px 4px 15px; width: 100%; color: #14409d; background: url('images/nav_header.gif') no-repeat; }
	#NavHeader2 a:hover { text-decoration: none; display: block; width: 100%; color: #14409d; background: url('images/nav_header_up.gif') top left; background-repeat: no-repeat; }
	#NavHeader2 a:visited { color: #14409d; text-decoration: none; }
	
	#NavSubHeader2 { display: block; width: 100%; }
	#NavSubHeader2 a { display: block; text-decoration: none; width: 100%; color: #14409d; background: url('images/nav_button.gif') no-repeat; }
	#NavSubHeader2 a:hover { text-decoration: none; display: block; width: 100%; color: #14409d; background: url('images/nav_button_up.gif') top left; background-repeat: no-repeat; }
	#NavSubHeader2 a:visited { color: #14409d; text-decoration: none; }


/*** Images & Alignments

	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { }
img.alignleft {}
.alignright { float: right; }
.alignleft { float: left;}
#content img { border: none; }


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Calendar System Styles ***/

	/* Mini Calendar Styles */
	.MiniCalTableTitle { width: 125px; padding: 0px; }
	.MiniCalTableDays {	width: 125px; padding: 0px; }
	.MiniCalFont { padding: 0px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder;	}
	.MiniCalHeader { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bolder;}	
	A.MiniCalLink:link {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 9px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:visited { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 9px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:hover { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bolder; text-decoration: none; }

	
	/* Main Calendar & Event Coordinator Styles */

	/* Single Event Display Styles */
	.EventTable { background-color: #FFFFFF; }
	.EventHeader { font-weight: bolder; background-color: #4299CE; font-size: 15px; color: #ffffff; }
	.EventSubHeader { font-weight: bolder; font-size: 12px; background-color: #4299CE; color: #ffffff; }
	.EventSubHeaderReg { font-weight: bolder; font-size: 10px; background-color: #4299CE; }
	.EventDate { color: #000000; font-size: 14px; font-weight: bolder; }
	.EventTitle { font-size: 13px; font-weight: bolder; }
	.EventDetail { color: #000000; font-size: 11px; font-weight: normal; }
	.EventDetailSmall { color: #000000; font-size: 9px; font-weight: bolder; text-decoration: none; }
	.EventLinks { font-size: 10; }
	a.EventLinks { font-size: 10; text-decoration: none; }
	a.EventLinks:link { text-decoration: none; font-size: 10;}
	a.EventLinks:visited { font-size: 10; text-decoration: none; }
	a.EventLinks:hover { text-decoration: underline; font-size: 10; }

	/* Side Bar Styles */
	.EventSideBar { color: #000000; font-size: 11px; font-weight: bolder;}
	a.EventSideBar {color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:link { color: #E23139; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:visited { color: #000000; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:hover { color: #185993; font-size: 11px; font-weight: bolder;}
	
	/* Main Calendar & Event Coordinator Admin Styles */
	.AdminHeader { font-size: 18px; font-weight: bolder; color: #000000;}
	.AdminSubHeader { font-size: 14px; font-weight: bolder; color: #FFFFFF; background-color: #000000;	}
	.AdminAltRows { background-color: #8f8f8f;}	
	A.AdminLinks:link { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:visited { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:hover { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;}
	.AdminNormal {color: #000000; font-size: smaller; font-weight: bolder; }
	.AdminDetails {	color: #000000;	font-size: 9px;}
	.AdminWarning {	color: #FF0000;	font-size: small;}
	.MenuDD { font-size: 10px; font-weight: bolder; color: #000000; }
	
/*** Print Button styles ***/
.printBox a { float: right; display: block; background: url(images/print.gif) no-repeat; width: 80px; height: 20px;}
.printBox a:hover { display: block; background: url(images/printUp.gif) no-repeat; }

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin-bottom: -20px; font-size: 1.9em; line-height: 125%; letter-spacing: -1px; }
.h2 { font-weight: bold; margin: 0 0 0 0; font-size: 1.9em; line-height: 125%; letter-spacing: -1px; } 
.h3 { font-weight: normal; margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic; line-height: 1.0em;} 
.h4 { margin: 0; font-size: 1.1em; margin-bottom: 0px; font-weight: bolder; padding: 0; } 
.h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
.normal { font-family: 'Lucida Grande', Lucida Sans, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; clear: left; }
.linkBox { font-size: 1.2em; border: 1px solid #8EC2E1; background-color: white; padding: 20px; width: 560px; margin: auto;}

/*** Misc Styles ***/




/* Gallery Details Styles */
#GalleryDetailsMain {text-align:center; vertical-align:middle; padding-top:10px; padding-left:50px; background-color:#00FF00}
.GalleryDetailsNewRow { padding-bottom:120px;}
.GalleryDetailsImageContainer { float:left; padding-right:20px; }
.GalleryDetailsImage {  width:100px; height:100px;}
.GalleryDetailsImageText {font-family: tahoma; font-size: 10px;}
#GalleryDetailsNav { text-align:center; background-color:#CC0000;}

/* Gallery Landing Styles */
.GalleryLandingOdd p {display:block; float:left; width:425px; font-size: 12px;}
.GalleryLandingOdd {float:right; vertical-align:text-top; padding:5px; margin-bottom:10px;}
.GalleryDetailsImageRight {float:right; padding-left:10px; display:block;}
.GalleryDetailsImageLeft {float:left; padding-right:10px; display:block;}
.GalleryLandingEven {float:left; vertical-align:text-top; padding:5px; margin-bottom:10px;}
.GalleryLandingEven p {display:block; float:right; width:425; font-size: 12px;}






