/**************** XTREME LASER TAG ******************
*													*
*  Created By: Mentalward Designs					*
*  http://www.mentalward.org						*
*  bobbi.martin@gmail.com							*
*													*
/***************************************************/


body {
	background-color: #000;
	background-image: url(images/bg01.jpg);
	background-position: top center;
	background-repeat: no-repeat;

/*
	font-family: Arial, Verdana, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-family: Verdana, Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-family: Tahoma, Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	
*/
	font-family: Arial, Verdana, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	
	
	font-size: 100%;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#Container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #181818;
}

#Header {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 168px;
	width: 100%;
	float: left;
	background-color: #181818;
	background-image: url(images/scl_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/*border-bottom: white solid 2px;*/
}


#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}


#Shell {
	/* This is define just for future reference */
	text-align: left;
}

#NavMenu {
	background-color: #CCC;
	float: left;
	width: 152px;  /* Golden ratio was 140 */
	background-image: url(images/nav_bg_02.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#Content {
	float: left;
	width: 615px; /* Golden ratio was 593 */
	margin: 0px;
	padding: 0px;
}

#Sidebar {
	float: right;
	width: 170px; /* Golden ratio was 227 */
	margin: 0px 10px;
	font-size: 75%;

}

#Footer {
	background-color: transparent;
	margin: 40px 0 0 0;
	padding: 10px 0;
	clear: both;
}

/*************************************
--	Header Markup
*************************************/

#Header h1, #Header h1 a {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h1#CompanyName, h1#CompanyName a {
	font-size: 10%;
	color: black;
}

h1#CompanySlogan, h1#CompanySlogan a{
	position: absolute;
	top: 127px;
	left: 120px;
	font-size: 100%;
	letter-spacing: 0.25em;
	font-variant:small-caps;
	font-style: oblique;
	font-family: Tahoma, Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	text-transform: capitalize;
	color: white;
}


/*************************************
--	Contact Us Information Items
*************************************/

#ContactUs {
	width: 400px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#ContactUs h3 {
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 90%;
	padding-right: 10px;
}

#BusinessHours p{
	padding: 0;
	margin: 6px 0px;
}

#BusinessHours, #BusinessAddress, #ContactUs .SocialNetwork {
	float: right;
	clear: both;
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}

#BusinessHours {
	width: 150px;
}

#BusinessAddress {
	width: 300px;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
}

#ContactUs .SocialNetwork {
	width: 185px;
	margin: 5px;
}

#ContactUs .SocialNetwork p {
	float: left;
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
}

#ContactUs .SocialNetwork ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#ContactUs .SocialNetwork ul li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #FFF;
}

#ContactUs .SocialNetwork ul li.FirstItem {
	padding-left: 3px;
}

#ContactUs .SocialNetwork ul li.LastItem {
	border: none;
	padding-right: 0px;
}

#ContactUs .SocialNetwork a:link, #ContactUs .SocialNetwork a:visited , #ContactUs .SocialNetwork a:active {
	color: #1f7be2;
	text-decoration: underline;
}

#ContactUs .SocialNetwork a:hover {
	color: #dd271c;
	text-decoration: underline;
}

/*************************************
	Navigation Menu
*************************************/

#NavMenu {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #181818;
	font-size: 80%;
}

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

#NavMenu li {
	margin: 0;
}

#NavMenu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #181818;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

html>body #NavMenu li a { 
	width: auto;
}

#NavMenu li a:hover {
/*	background-color: #2586d7;
*/	color: #dd271c;
	background-image: url(images/nav_hov_03.png);
	background-position: top center;
	background-repeat: repeat-y;
	text-decoration: underline;
}

#NavMenu li a:active {
/*	background-color: #2586d7;
*/	color: #dd271c;
	background-image: url(images/nav_hov_03.png);
	background-position: top center;
	background-repeat: repeat-y;
	text-decoration: underline;
	font-weight: bold;
}


#NavMenu .Decoration {
	background-image: url(images/nav_bg_bottom_02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 46px;
}

#NavList li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.9em;
	margin-top : -2.22em;
	width: 152px;
	background-image: url(images/nav2_bg01.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
	
#NavList li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#NavList li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
}
	
#NavList li a:hover {
	background-color: transparent;
	background-image: url(images/nav_hov_03.png);
	background-position: top center;
	background-repeat: repeat-y;
}
	
#NavList li:hover ul ul, #NavList li:hover ul ul ul, #NavList li.sfhover ul ul, #NavList li.sfhover ul ul ul {
	left: -999em;
}
	
#NavList li:hover ul, #NavList li li:hover ul, #NavList li li li:hover ul, #NavList li.sfhover ul, #NavList li li.sfhover ul, #NavList li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#NavList li:hover, #NavList li.sfhover {
	background-image: url(images/nav_hov_03a.jpg);
	background-color: transparent;
}

#NavList li.FirstItem {
	margin-top: 10px;
}

#NavList li.LastItem {
	background-color: transparent;
	background-image: url(images/nav2_bottom_bg01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}


/*************************************
--	Content Markup
*************************************/
#Content {
	font-size: 80%;
	line-height: 1.50em;
}

#Content div {
	margin: 0px auto 20px auto;
	width: 590px;
}

#Content div h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #dd271c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.025em;
}

#Content div h3 {
	padding: 0px;
	margin: 10px 0px;
	color: #FFF;
	border-bottom: solid 1px #C21313;
	display: inline;
}

#Content div p {
	padding: 0px;
	margin: 10px 0px 10px 10px;
}

#Content a:link, #Content a:visited , #Content a:active {
	color: #1f7be2;
	text-decoration: underline;
}

#Content a:hover {
	color: #dd271c;
	text-decoration: underline;
}

#Content div.FAQ p strong {
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Content div.FAQ p span {
	padding-left: 15px;
	display: block;
}

#Content div.Parties h2 + ul, #Content div.Parties ul + h2 {
	margin-top: 10px;
}

#Content div.Prices h3 + p  {
	margin-top: 5px;
}


#Content div.Parties ul, #Content div.Prices ul {
	margin: 0px;
	padding: 0px;

}
#Content div.Prices ul.Packages {
	margin-bottom: 15px;
}

#Content div.Parties ul ul li, #Content div.Prices ul ul li {
	margin-left: 30px;
}

#Content div.Parties ul + ul, #Content div.Prices ul + ul {
	margin-top: 30px;
}

#Content div.Parties ul.Packages li.Title, #Content div.Prices ul.Packages li.Title {
	list-style: none;
}

#Content div.Parties ul.Packages li.Title h3, #Content div.Parties h3, #Content div.Prices ul.Packages li.Title h4, #Content div.Prices h4 {
	margin: 3px 5px 0px 10px;
	padding: 0px;
	color: #FFF;
	border: none;
}

#Content div.Parties ul.Packages ul.Details, #Content div.Prices ul.Packages ul.Details {
	list-style: disc;
	background-color: #181818;
}

#Content div.Parties ul.Themes div {
	float: left;
	width: 170px;
}


#Content div.Parties ul.Themes {
	margin: 0px;
	padding: 0px;

}

#Content div.Parties ul.Themes li {
	margin-left: 30px;
}

#Content div div.PhotoBar {
	margin-top: 30px auto 0px auto;
	text-align: center;
}

#Content div div.PhotoBar img {
	float: left;
	margin: 0px 5px;
}

#Content div div.PhotoBar div.Pictures {
	max-width: 260px;
}

#Content div div.PhotoBar div.Pictures.SinglePhoto img {
	margin: 0 85px;
}


#Content div div.PhotoBar p.caption, p.caption{
	clear: both;
	padding-top: 5px;
	margin: 10px auto;
	width: 300px;
	text-align: center;
}

.Notice {
	color: #dd271c;
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#Content div div.Column1, #Content div div.Column2 {
	width: 280px;
}

#Content div div.Column1 {
	float: left;
	clear: left;
}


#Content div div.Column2 {
	float: right;
	clear: right;
}

ul.LeagueTeams {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.LeagueTeams .LeagueTeamName {
	background-color: blue;
	padding: 1px 5px;
	display: block;
}

ul.LeagueTeams li.LeagueTeamName ul {
	background-color: #181818;
	margin-bottom: 10px;
	list-style-type: disc;
}

table.OverallStandings {
	width: 400px;
	margin: 10px auto 20px auto;
	border-collapse: collapse;
	text-align: center;
}

table.OverallStandings caption {
	width: 400px;
	margin: 0 auto;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

table.OverallStandings th {
	background-color: #961A1A;
}

table.OverallStandings tr {
	border-bottom: solid 1px white;
}

.vzebra-odd{
	background:#292929;
}

.vzebra-even {
	background:#000;
}

table#Rankings, table#Rankings caption {
	width: 300px;
	margin: 10px auto;
	text-align: center;
}

table#Rankings caption {
	font-size: 16px;
	font-weight: bold;
}

table#Rankings .RankNumber {
	width: 30px;
}

table#Rankings th {
	background-color: #961A1A;
}

.Video, .Video object {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.VideoLabel {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.GoBack {
	text-align: right;
	width: 600px;
	font-size: 12px;
}

.GoBack .Decoration{
	font-size: 14px;
	color: white;
	text-decoration: none;
	border: none;
	margin-right: 3px;
}

#RecentNews ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#RecentNews li {
	margin-bottom: 10px;
	list-style-type: none;
	border-bottom: white solid 1px;
}

#RecentNews li ul {
	margin-left: 30px;
}

#RecentNews li li {
	margin-bottom: 0px;
	list-style-type: none;
	border: none;
}

.NewsTitle, .NewsDate, .NewsSnippet {
	display: block;
	margin: 0px;
	padding: 0px;
}

.NewsTitle {
	font-weight: bold;
	color: #367ba5;
	text-transform: capitalize;
}

.NewsDate {
	font-style: italic;
}

.Label {
	font-weight: bold;
	color: #367ba5;
}

#TheRules li {
	margin-bottom: 10px;
}

.ArenaMap, .ArenaMap img {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
}

.ArenaMapLabel {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.EmbedImg1, .EmbedImg2 {
	border: none;
}

.EmbedImg1 {
	float: left;
	margin-right: 10px;
}

.EmbedImg2 {
	float: right;
	margin-left: 10px;
}

#Content .EmbedMap {
	width: 325px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

ul.RegularList {
	margin-top: 0px;
	padding-top: 0px;
}

.PromoPoster {
	float: left;
	padding: 5px 10px 0px 5px;
}


Table.OddEvenTable {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

Table.OddEvenTable td.Column1 {
	text-align: right;
	width: 150px;
}

Table.OddEvenTable td.Column2 {
	text-align: left;
	padding-left: 10px;
	width: 150px;
}

br.clear {
	clear: both;
}


/*************************************
--	Sidebar Items
*************************************/

#Specials, #MemberHighlight, #NewestMembers, #LaserTagTip {
	margin-bottom: 0px;
	padding: 0px 10px 10px 10px;
	background-image: url(images/sb_bg02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #181818;
}

#Specials h3, #MemberHighlight h3, #NewestMembers h3, #LaserTagTip h3 {
	padding: 15px 0px 0px 10px;
	margin: 0px;
	font-size: 100%;
	letter-spacing: 0.05em;
	border-bottom: #313131 solid 1px;
	text-align: center;
}

#Specials .MoreLink, #MemberHighlight .MoreLink, #NewestMembers .MoreLink, #LaserTagTip .MoreLink {
	text-align: right;
	margin-left: 80px;
	font-size: 90%;
}

#Specials ul {
	margin: 0px;
	margin-top: 5px;
	padding-left: 20px;	
	padding-right: 10px;
}

#Specials ul li {
	margin-bottom: 10px;
}

#Specials em {
	font-size: 98%;
}

#MemberHighlight ol, #NewestMembers ol {
	margin: 0px;
	margin-top: 5px;
	padding-left: 30px;	
	padding-right: 10px;
	text-align: left;
}

#LaserTagTip p {
	margin: 10px 7px;
}

#MemberHighlight {
}

#NewestMembers {

}

#LaserTagTip {
	min-height: 140px;
}

#Sidebar .Decoration {
	background-image: url(images/sb_bg_bottom02.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #181818;
	margin-bottom: 20px;
	height: 26px;
}


#Sidebar a:link, #Sidebar a:visited , #Sidebar a:active {
	color: #1f7be2;
	text-decoration: underline;
}

#Sidebar a:hover {
	color: #dd271c;
	text-decoration: underline;
}


/*************************************
	Footer Items
*************************************/

#Footer {
	overflow: hidden;
	font-size: 75%;
	height: 100%;
}

#FooterList {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 auto;
	width: 95%;
	text-align: center;
}

#FooterList li {
	border-left: 2px solid #919191;
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#FooterList li.First {
	border-left: none;
}


#Footer a:link, #Footer a:visited , #Footer a:active {
	color: white;
	text-decoration: none;
}

#Footer a:hover {
	color: #dd271c;
	text-decoration: underline;
}

/*************************************
	Decorations!
*************************************/

.Player1, .Player2 {
/*	position: fixed;
	height: 250px;
*/
	display: none;
}

/*.Player1 {
	bottom: -10px;
	left: -60px;
	width: 180px;
	background-color: transparent;
	background-image:url(images/player2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.Player2 {
	bottom: 0px;
	right: -80px;
	width: 260px;
	background-color: transparent;
	background-image:url(images/player1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
*/

/*********************************************************************
			#     # ####### ####### #######  #####  
			##    # #     #    #    #       #     # 
			# #   # #     #    #    #       #       
			#  #  # #     #    #    #####    #####  
			#   # # #     #    #    #             # 
			#    ## #     #    #    #       #     # 
			#     # #######    #    #######  #####  
**********************************************************************                                        


*********************************************************************/





/****************** TESTING ***************************/






