/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	font-size:100%;
	background-image: url(../images/backgrounds/pattern.gif);
	background-repeat: repeat;
	background-color: #694522;
	margin: 0px;
	padding: 0px;
}

.grad img {
	height: 100px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

body, p, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height:1.5em;
	color:#694522;
}

#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 1024px;
	min-width: 1024px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1024px;
}

#innerWrapper {
	max-width: 1024px;
	min-width: 1024px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#6ba783;
	text-decoration: none;
}

a:hover, a:active
{
	color:#91cea3;
	text-decoration:none;
}

h1
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#694522;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

hr
{
	color: #7D582B;
}

ul
{
	list-style-type:none;
	margin-left: 0px;
}

ul li
{
	padding-bottom: 5px;
}

ol
{
	margin-left:25px;
}


blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{
	float:left;
	margin-right: 50px;
}
.right 		{
	float:right;
	margin-left: 50px;
}
.clearThis 	{clear:both;}
.clearLeft 	{clear:left;}
.clearRight	{clear:right;
}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
.invisible		{
	position: absolute;
	left: -1000px;
}
.center		{text-align:center;}
p.last		{margin-bottom:0px;}
.dashed		{
	height:0;
	font:0/0 serif;
	border-bottom:1px dashed #694522
}

.linkgreen  {
	color:#6ba783;
}

/* Sponsors
----------------------------------------*/
#outerWrapper #banner {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Header
----------------------------------------*/
#innerWrapper #header {
	background-image: url(../images/backgrounds/papertop.png);
	padding-right: 85px;
	padding-left: 80px;
	background-repeat: no-repeat;
	height: 292px;
	padding-top: 20px;
}

/* Nav
----------------------------------------*/
#innerWrapper #topNavigation {
	height: 61px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/backgrounds/papertop.png);
	background-repeat: no-repeat;
	background-position: center -313px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 52px;
}

/* Main navigation
------------------------------------------------------------------*/
ul#nav {
	width:919px;
	height:61px;
	position: relative;
	margin: 0px;
	padding: 0px;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/nav/navigation.png);
	background-repeat: no-repeat;
	}
li#tickets a {
	width:91px;
	height:61px;
	 }
li#hotel a {
	width:118px;
	height:61px;
	 }
li#schedule a {
	width:97px;
	height:61px;
	 }	 
li#entertainment a {
	width:148px;
	height:61px;
	 }
li#marketplace a {
	width:122px;
	height:61px;
	 }
li#beyond a {
	width:170px;
	height:61px;
	 }
li#about a {
	width:75px;
	height:61px;
	 }
li#contact a {
	width:98px;
	height:61px;
	 }
li#tickets a:link, li#tickets a:visited {	
	background-position:-52px 0px;
	}	 	 	 	 
li#tickets a:hover, li#tickets a:focus {
	background-position:-52px -61px;
	 }
li#hotel a:link, li#hotel a:visited {	
	background-position:-143px 0px;
	}
li#hotel a:hover, li#hotel a:focus {	
	background-position:-143px -61px;
	}
li#schedule a:link, li#schedule a:visited {	
	background-position:-261px 0px;
	}
li#schedule a:hover, li#schedule a:focus {	
	background-position:-261px -61px;
	}
li#entertainment a:link, li#entertainment a:visited {	
	background-position: -358px 0px;
	}
li#entertainment a:hover, li#entertainment a:focus {	
	background-position: -358px -61px;
	}
li#marketplace a:link, li#marketplace a:visited {	
	background-position: -506px 0px;
	}
li#marketplace a:hover, li#marketplace a:focus {	
	background-position: -506px -61px;
	}
li#beyond a:link, li#beyond a:visited {	
	background-position: -628px 0px;
	}
li#beyond a:hover, li#beyond a:focus {	
	background-position: -628px -61px;
	}
li#about a:link, li#about a:visited {	
	background-position: -798px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position: -798px -61px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -873px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -873px -61px;
	}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#tickets-page ul#nav li#tickets a {
	background-position:-52px -122px;
	}
body#bookhotel-page ul#nav li#hotel a {
	background-position:-143px -122px;
	}
body#schedule-page ul#nav li#schedule a {
	background-position:-261px -122px;
	}
body#entertainment-page ul#nav li#entertainment a {
	background-position:-358px -122px;
	}
body#marketplace-page ul#nav li#marketplace a {
	background-position:-506px -122px;
	}
body#beyond-page ul#nav li#beyond a {
	background-position:-628px -122px;
	}
body#about-page ul#nav li#about a {
	background-position:-798px -122px;
	}
body#contact-page ul#nav li#contact a {
	background-position:-873px -122px;
	}

.pipelist {
	margin: 0 auto 1em;
	overflow: hidden;
	width: 765px;
	font-size:1em;
	color: #FFF9BD;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 1em 0 1em;
	white-space: nowrap;
   }

/* Main Content
----------------------------------------*/
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
body#main-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#tickets-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#bookhotel-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#schedule-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#entertainment-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#marketplace-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#beyond-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#about-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#contact-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#newsletter-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_sm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#long-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_lg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#regular-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#short-page #innerWrapper #contentWrapper {
	margin: 0 0 0 0;
	background-image: url(../images/backgrounds/paperbtm_sm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#main-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;
}
body#tickets-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;
}
body#bookhotel-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#schedule-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#entertainment-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#marketplace-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#beyond-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#about-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
body#long-page #innerWrapper #contentWrapper #content {
	background-image: url(../images/backgrounds/paperptrn.png);
	background-repeat: repeat-y;	
}
#innerWrapper #contentWrapper #content {
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 75px;
	padding-left: 75px;
}
#innerWrapper #contentWrapper #newsletter {
	margin: 0;
	padding-bottom: 15px;
	height: 170px;
}

/* page elements
----------------------------------------*/
.halfPage {
	width: 385px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

/* Gallery
----------------------------------------*/
.gallery {
	width: 291px;
	text-align: center;
	vertical-align: middle;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	height: 265px;
}

/* Sponsor
----------------------------------------*/
#innerWrapper #sponsors {
	padding: 0px 10px 0px 10px;
}

/* Footer
----------------------------------------*/
#innerWrapper #footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#innerWrapper #footer a{
	color: #FFF9BD;
	font-weight: bold;
	text-decoration: none;
}

#footer p {
	font-size:0.625em;
	color: #FFF9BD;
}
