﻿/*////////////////////////////////////////////////

CONTENT DYNAMICS V2.1

Stylesheet: Public Website: Navigation.Css
Design: Cubeular Systems
Development by: Justin Harrison
Date: 01/03/2010

///////////////////////////////////////////////*/

/* ////////////// Primary Navigation //////////////// */

#navigation
{
	left: 0px;
	float: left;
	width: 980px;
	height: 35px;
	position: relative;
	left: 0px;
	z-index: 1;
	background-color: #ffffff;
	top: 0px;
	margin-bottom: 1px;
	background-image: url('../Template/bkgd_nav.jpg');
	background-repeat: repeat;
}


#primarynav
{
    width: 750px;
    height:35px;
    z-index: 5;
    float: left;
    left: 0px;
    top: 0px;
    position: relative;
}

#seasonsevents
{
    width: 220px;
    height:34px;
    z-index: 5;
    float: right;
    right: 0px;
    top: 0px;
    position: relative;
    padding-top: 3px;
    text-align: right;
}


#primarynav ul
{

    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#primarynav li
{
    float: left;
}

#primarynav a
{
	padding-top: 9px;
	padding-bottom: 8px;
	width: 134px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url('../Template/nav_inactive.jpg');
	background-repeat: repeat;
}

#primarynav a:hover
{
	padding-top: 9px;
	padding-bottom: 8px;
	width: 134px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url('../Template/nav_active.jpg');
}

#primarynav a.Selected
{
	padding-top: 9px;
	padding-bottom: 8px;
	width: 134px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url('../Template/nav_active.jpg');
}


/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#subnavigation
{
    width: 100%;
    height: 32px;
    z-index: 5;
    float: left;
    left: 0px;
    top: 0px;
    position: relative;
    margin-bottom: 10px;
    background-color: #852363;
}

#subnavigation ul
{

    margin: 0; 
    padding: 0; 
    list-style-type: none; 
}

#subnavigation li
{
float: left;
}

#subnavigation a
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-color: #731551;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}

#subnavigation a:hover
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #4e0836;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}

#subnavigation a.Selected
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #4e0836;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}


/*//////////////// HEADER LINKS /////////////////////////// */

#headerlinks
{ 
	padding: 10px 10px 10px 10px; 
	width: 200px;
	margin-bottom: 1em;
	font-family: Verdana;
	z-index: 2;
	float: right;
	right: 10px;
	top: 10px;
	background-color: #f5f4f4;
	text-align: left;
	
 }

	
#headerlinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#headerlinks li
{
    float: right;
    text-align: right;
}

#headerlinks li a
{
	display: block;
	padding: 0px 8px 0px 8px;
	color: #ff6600;
	font-size: 11px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}
		
#headerlinks li a:hover
{
	display: block;
	padding: 0px 8px 0px 8px;
	color: #FF6600;
	font-size: 11px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
}

/*//////////////// STAFF EMAIL LINKS /////////////////////////// */

#email
{
float:right;
right: 0px;
width: 350px;
z-index: 2;
top: 0px;
padding-bottom: 5px;
	} 
 
 

.staffemail
{
	display: block;
	padding: 0px 8px 0px 8px;
	color: #FF6600;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
		
.staffemail:hover
{
	display: block;
	padding: 0px 8px 0px 8px;
	color: #ff6600;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
}


.news
{
	color: #006699;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
		
.news:hover
{
	color: #3366cc;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}


.cubeular
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;

}
		
.cubeular:hover
{
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
}


/*//////////////// PAGE NAVIGATION /////////////////////////// */

#pagelinks
{
    width: 300px;
    z-index: 5;
    float: left;
    left: 0px;
    top: 0px;
    position: relative;
    margin-bottom: 10px;
}

#pagelinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#pagelinks li
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#pagelinks li a
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Verdana;
	width: 274px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	display: block;
	text-decoration: none;
	background-color: #f5f4f4;
	margin-bottom: 2px;
}
		
#pagelinks li a:hover
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Verdana;
	width: 274px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #808080;
	margin-bottom: 2px;
}


#pagelinks li a.selected
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Verdana;
	width: 274px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #808080;
	margin-bottom: 2px;
}


a.booktickets
{
    width: 60px;
    display: block;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    background-image: url('../Template/BookTickets.jpg');
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 5px;
}

a:hover.booktickets
{
	border: 1px solid #660033;
	width: 60px;
    display: block;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    background-image: url('../Template/BookTickets.jpg');
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 5px;
}

