/* All web design and development is done by Pamela Peterson, http://www.designfunthings.com */
/* 10px = 77(%) */
/* 11px = 85(%) */
/* 13px = 100(%) */
/* 14px = 108(%) */
/* 15px = 116(%) */
/* 16px = 131(%) */
/* 18px = 138.5(%) */
/* 20px = 153.9(%) */
/* 24px = 182(%) */

body {
	/*font-size: small; */
 /*font: x-small; */
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#3A92CC;
}
#bg {
	/*background-image:url(test.jpg);
	background-repeat:no-repeat;*/
	position:fixed;
	z-index:1;
	height:1080px;
	width:1280px;
	top: 0px;
	left: 0px;
}
/*the styling immediately below is just for the transparent grey area*/
#wrapper {
	width: 980px;
	background-image:url(../lasertag-images/trans-grey-bg.png);
	font-family:Verdana, Geneva, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	margin-bottom:6px;
	padding: 13px;
	z-index:2;
	position:relative;
}
/*the styling immediately below is for the blue bar that repeats on all pages with logo and contact info*/
#header {
	background-image: url(../lasertag-images/header-gradient-bg.jpg);
	background-repeat:repeat-x;
	padding:7px;
	font-size:12px;
	color: #a2a2a2;
	height: 123px;
}
.contact-info {
	margin-top: 26px;
	width:242px;
	float:right;
	color:#fff;
	line-height:19px;
}
.contact-info p {
	font-size:17.4px;
}
.facebook-icon {
	width:23px;
	float:left;
}
.facebook-link {
	width:183px;
	float:left;
	padding-top:1px;
}
/*here begins the styling for the rotating slideshow bar*/
#slideshow_container {
	height:270px;
	width:980px;
}
/*NAV STYLES*/
/*below is your nav bar info*/
#nav-container {
	height:40px;
	border:#0000ff 2px solid;
	background-image:url(../lasertag-images/nav-bg.png);
	background-repeat:repeat-x;
	display:block;
	padding-left:22px;
	position:relative;
}
#nav-container ul {
	float: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top:9px; 
}
ul#navlist li {
	display:inline;
	position:relative; 
}


/* This is the Gradient for the PICS & VIDS button MHornbuckle added 5-14-13 */
ul#navlist li#pics {background: #0000ff; /* Old browsers */
background: -moz-linear-gradient(left,  #0000ff 0%, #ff0000 20%, #ff0000 80%, #0000ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0000ff), color-stop(20%,#ff0000), color-stop(80%,#ff0000), color-stop(100%,#0000ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* IE10+ */
background: linear-gradient(to right,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 */

}

/* This is the Gradient for the PICS & VIDS button MHornbuckle added 5-15-13 */
ul#navlist li#pics a:hover{background: #0000ff; /* Old browsers */
background: -moz-linear-gradient(left,  #0000ff 0%, #ff0000 20%, #ff0000 80%, #0000ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0000ff), color-stop(20%,#ff0000), color-stop(80%,#ff0000), color-stop(100%,#0000ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* IE10+ */
background: linear-gradient(to right,  #0000ff 0%,#ff0000 20%,#ff0000 80%,#0000ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 */

}

ul#navlist li a:link, ul#navlist li a:visited {
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:lighter;
	padding: 12px 16px 12px 16px;
}
ul#navlist li a:hover, ul#navlist li a:active {
	background-image:url(../lasertag-images/nav-hover.png);
	background-color:#040faa;
	background-repeat:repeat-x;
	border-bottom:#fff solid 2px;
}
ul#navlist li#current a {
	border-bottom:#fff solid 2px;
}
#header a:link, #header a:visited {
	text-decoration:none;
	color:#FFF;
}
#header a:hover, #header a:active {
	text-decoration:none;
	color:#b2b9e5;
}
/*these following styles are for the dropdown nav lists*/

#navlist li.submenu:hover ul.subnavlist {
	position: absolute;
	display: block;
	z-index:5;
/*	top:18px;*/
	left:0;
}
/*style below hides sub menu list until hovered*/
#navlist ul.subnavlist {
	display:none;
	margin-top:5px;
}
ul#navlist ul.subnavlist li a:link, ul#navlist ul.subnavlist li a:visited {
	height:16px;
	width:112px;
	border:#090198 1px solid;
	background-image:url(../lasertag-images/nav-bg.png);
	background-repeat:repeat-x;
	display:block;
	padding-left:16px;
}
ul#navlist ul.subnavlist li a:hover, ul#navlist li a:active {
	background-image:url(../lasertag-images/subnav-bg-hover.png);
	background-repeat:repeat-x;
}
/* END NAV STYLES*/
/*use this class identifier to get div one third of the website's width*/ 
.thirds {
	width:300px;
	margin-right:13px;
	position:relative;
	z-index:3;
}
/*use this class for the third of the thirds so it doesn't have right margin and butts up against the edge*/
.thirds-end {
	width:300px;
	position:relative;
	z-index:3;
}
/*Mike this style below is what you will use to get the red bar styled div with black letters*/

.red-bar {
	background-color:#fff;
	border:solid 2px #0000ff;
	background-image:url(../lasertag-images/red-bar.png);
	background-repeat:repeat-x;
	padding:44px 5px 5px 7px;
	color:black;
	margin-top:13px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:20px;
}
ul, ol {
	list-style: disc outside;
}
.white-font {
	color:white;
}
.whte-on-blue-bar {
	background-image: url(../lasertag-images/white-on-blue-bar.png);
	background-repeat:repeat-x;
	background-color:#090298;
	border:solid 2px #0000ff;
	margin-top:13px;
	padding:44px 5px 5px 7px;
	color:white;
}
.news-bar {
	height:auto;
}
/* NEWS FEED STYLES*/
#newsfeed {
	width:970px;
	height:auto;
	overflow: visible;
	margin-right:39px;
}
#newsfeed li a:link, #newsfeed li a:visited {
color:white;
font-weight:bold;
text-decoration:none;
}
#newsfeed li a:hover, #newsfeed li a:active {
color:#b2b9e5;
text-decoration:underline;
}
#newsfeed a:link, #newsfeed a:visited {
color:white;
}
#newsfeed a:hover, #newsfeed a:active {
color:#b2b9e5;
}

/* UPDATES FEED */
#updates {

	height:auto;
	overflow: visible;
}
#updates li a:link, #updates li a:visited {
color:white;
}
#updates li a:hover, #updates li a:active {
color:#b2b9e5;
}
#updates a:link, #updates a:visited {
color:white;
}
#updates a:hover, #updates a:active {
color:#b2b9e5;
}
/*.removeit {
	display:none;
}*/
#slideshow img { display: none }
#slideshow img.first { display: block }
/*.pics img { 
display:none 
}*/
#header-img {
	height:270px;
	width:980px;
}
.likeh2 {
 font-size:20px;
 color:#fff;
}
#footer {
	height:14px;
	border:#0000ff 2px solid;
	background-image:url(../lasertag-images/nav-bg.png);
	background-repeat:repeat-x;
	padding:7px;
	margin-top:13px;
	font-size:10px;
}
#myfooter {
	height:14px;
	border:#0000ff 2px solid;
	background-image:url(../lasertag-images/nav-bg.png);
	background-repeat:repeat-x;
	padding:7px;
	margin-top:13px;
	font-size:10px;
	position : absolute;
    bottom : 0;

}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.imageleft {
	float:left;
	padding: 14px 24px 14px 0;
}
.imageright {
	float:right;
	padding: 14px 0 14px 24px;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clear {
	clear:both;
}

/* Added MHornbuckle 5-15-13 */
ul
{
font:normal;
margin-left:50px;
}

/* Added MHornbuckle 5-15-13 
ul li
{
list-style-type: circle;

}*/

/* Added MHornbuckle 5-15-13 */
p
{margin-bottom: 7px;}


/* Added MHornbuckle 5-15-13 */
ol 
{
list-style-type: decimal;
font:normal;
margin-left:50px;
}

/* Added MHornbuckle 5-15-13 */
#latestnews {color:white; }
		#latestnews a:link {color:white;}      /* unvisited link */
		#latestnews a:visited {color:white;}  /* visited link */
		#latestnews a:hover {color:white;}  /* mouse over link */
		#latestnews a:active {color:white;}  /* selected link */
/* Added MHornbuckle 5-15-13 */
		#updates {color:white; }
		#updates a:link {color:white;}      /* unvisited link */
		#updates a:visited {color:white;}  /* visited link */
		#updates a:hover {color:white;}  /* mouse over link */
		#updates a:active {color:white;}  /* selected link */