/* Screen.css */
@import url("reset.css");
@import url("admin.css");

/* body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	padding-bottom: 20px;
	color: #EEE;
}

/* links */
a {
	color:#FFF;
} 
 
/* layout */
#wrapper {
	width: 811px;
	margin-right: auto;
	margin-left: auto;
	background-color: #151515;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
.Full #wrapper {
	background-image: url(../images/BG-Full.gif);
}
#header {
	float: left;
	height: 260px;
	width: 811px;
	background-image: url(../images/SureShot_Paintball.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	text-indent: -9999px;
	background-image: none !important;
}
h1 {
	background-image: url(../images/header1_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
}

	/* TOP NAVIGATION SCHEMES */
	/* main navigation, top with flyout */
	#navigation {
	background: #E6670F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
	#navigation .mainNav {
		clear: both;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
	}
		#navigation .mainNav li { /* #see style-ie.css as well for changes */
	float: left;
	position: relative;
	list-style: none !important;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
	
		}
			#navigation .mainNav li a {
				color: #000;
				display: block;
				text-decoration: none;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 1em;
				font-weight: bold;
			}
			
			
			/* mouseover navigation. for level 2 flyout navigation */
			#navigation .mainNav li:hover ul.level2, 
			#navigation .mainNav li:focus ul.level2, 
			#navigation .mainNav li.sfhover ul.level2 {
				display: block;
			}				
			
			#navigation .mainNav li ul.level2 {
	display: none;
	position: absolute;
	width: 140px;
	color: #000;
	z-index: 3;
	left: 0; /* #see style-ie.css as well for changes */
	border: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #E6670F;
			}
				#navigation .mainNav li ul.level2 li {
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

				}		
					#navigation .mainNav li ul.level2 li a {
						color: #000;
						padding: 3px 3px;
						width: 120px;
					}						
						#navigation .mainNav li ul.level2 li a:hover {
							color: #222;
						}
				
				
				/* level 3 flyout navigation */
				#navigation .mainNav li ul.level2 li:hover ul.level3,
				#navigation .mainNav li ul.level2 li:focus ul.level3, 
				#navigation .mainNav li ul.level2 li.sfhover ul.level3 {
					display: block;
				}
				
				#navigation .mainNav li ul.level2 li ul.level3 {
					display: none;
					background: #E6670F;
					position: absolute;
					margin-left: 125px;
					left: 0;
					top: 3px;
					padding: 2px;
				}					
					#navigation .mainNav li ul.level2 li ul.level3 a {
						color: #000;
					}					
						#navigation .mainNav li ul.level2 li ul.level3 a:hover {
							color: #222;
						}





/*
#navigation {
	float: left;
	width: 791px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #E6670F;
}

	
#navigation .mainNav {
	clear: both;		
	}
		#navigation .mainNav li {
	float: left;
	list-style: none !important;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
		}
			#navigation .mainNav li a {
	color: #000;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	font-size: 1em;
			}
				#navigation .mainNav li a:hover, 
				#navigation .mainNav li a:focus {
					color: #000;
					text-decoration:underline;
				}
				#navigation .mainNav li a:visited {
					color: #222;
				}
			
	

			#navigation .mainNav li:hover ul.level2, 
			#navigation .mainNav li:focus ul.level2, 
			#navigation .mainNav li.sfhover ul.level2 {
				display: block;
				
			}				
			
			#navigation .mainNav li ul.level2 {
				display: none;
				position:absolute;
	background-color: #E6670F;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top:1px;
	margin-left: -15px;

				
			}

*/


#leftcolumn {
	color: #FFF;
	margin: 0px;
	padding: 20px;
	width: 540px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}


#rightcolumn {
	float: left;
	color: #EEE;
	display: inline;
	width: 209px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 90%;
}
#rightcolumn h1 {
	padding-bottom: 4px;
	background-image: none;
}
.Full #leftcolumn {
	width: 770px;
}
.Full #rightcolumn {
	display: none;
}

#footer {
	clear: both;
	width: 811px;
	color: #333;
	background-color: #000;
	font-size: 0.8em;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 6px;
}
#bottom {
	clear: both;
	width: 791px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #E6670F;
}
#bottom .linksModule ul li {
	list-style: none;
	line-height: 0.9em;
	display: inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none;
}
#bottom .linksModule ul li a {
	color: #000;
}
#bottom .linksModule ul li a:visited {
	color: #222;
}

hr {
	height:20px;
	background: url(../images/header1_line.gif) repeat-x scroll center;
	border:none;
}

/* element adjusts */
						
h2.postTitle {
	font-size: 1.3em !important;
}
div.rss img {
	border: 0px;
}

div.eventsCalendar {
	padding-right: 6px;
}
.calendarDay, .calendarWeekendDay {
	color:#666;
	vertical-align: text-top;
}
.calendarOtherMonthDay {
	vertical-align: text-top;
}
.calendarTitle {
	font-size: 130%;
}
div.eventsCalendar a {
	color:#333;
	font-size: 90%;
	text-decoration: none;
}

table.calendarTitle td {
	background-color:#BEBEBE !important;
	color:#333
}

.eventsList ul li {
	list-style: none !important;
	list-style-position: outside;
	margin-bottom: 6px;
}
.eventsList ul li a {
	margin-bottom: 1px;
	font-size: 1.1em;
	font-weight: bold;
}
.eventDate {
	font-size: 0.9em;
	margin-left: 3px;
}



.eventsCalendar table td {
	border:1px solid #BEBEBE !important;
}

.photoGalleryElement .thumbnail {
	margin-bottom: 2px !important;
}

.fieldSelected {
	background-color:#000000 !important; 
	border-color: #CCC; 
}

.fieldError {
	color: #F00 !important;
	background-color:#000000 !important; 
	background: transparent !important;
	border: 1px solid #F00 !important;
	}
.confirmation-content-message, .confirmation-content-message a {
	color:#333333;
}


#errorSummary, .fieldItemError {
	color: #F00 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#infobar {
	display: none !important;
}
