/*********************************************/
/*    Vernon's Burnins Stylesheet v1.0       */
/*    Created by T-Jay Tipps                 */
/*    deansredhalo@gmail.com                 */
/*    for intrinsique design                 */
/*    http://www.intrinsique.net             */
/*********************************************/

/* pre-defined items */
body {	
	background-color: #000;
	background-image: url(sessions_bg_vinyl.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 12px;	
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	}
h2 {
	color: #333333;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}

/* page structure */

#wrapper {
	display: block;
	width: 900px;
	margin: 0px auto;
}

#content {
    position: relative;
	display: block;
	width: 860px;
	margin: 0px auto;
	padding-left: 16px;
	padding-right: 16px;
	background: transparent;
}

#header {
	display: block;
	margin: 0px auto;
	margin-left: -20px;
	width: 900px;
	height: 250px;
	padding: 0px;
	background: url(header01.png) top center no-repeat;
}
	
	/* navigation menu and styles */
	
	#navArea {
		position: absolute;
		display: block;
		z-index: 1000;
		width: 550px;
		height: 25px;
		top: 136px;
		left: 0px;
		list-style-type: none;
		list-style-image: none;
	}
	
		.nav {
		width: 450px;
		height: 25px;
		background: url(nav-item.png) no-repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		}
		
		.nav li {
			display: inline;
		}
		
		.nav li a:link, .nav li a:visited {
			position: absolute;
			top: 0;
			height: 25px;
			text-indent: -9000px;
			overflow: hidden;
		}
		
			.nav .menu a:link, .nav .menu a:visited {
				left: 22px;
				width: 78px;
			}
			.nav .menu a:hover, .nav .menu a:focus {
				background: url(nav-item.png) no-repeat -22px -26px;
			}
			.nav .menu a:active {
				background: url(nav-item.png) no-repeat -23px -51px;
			}
			.current-menu .menu a:link, .current-menu .menu a:visited {
				background: url(nav-item.png) no-repeat -23px -147px;
				cursor: default;
			}
		
		
		
			.nav .about a:link, .nav .about a:visited {
				left: 100px;
				width: 82px;
			}
			.nav .about a:hover, .nav .about a:focus {
				background: url(nav-item.png) no-repeat -100px -26px;
			}
			.nav .about a:active {
				background: url(nav-item.png) no-repeat -100px -51px;
			}
			.current-about .about a:link, .current-about .about a:visited {
				background: url(nav-item.png) no-repeat -100px -147px;
				cursor: default;
			}
			
		
		
			.nav .events a:link, .nav .events a:visited {
				left: 183px;
				width: 97px;
			}
			.nav .events a:hover, .nav .events a:focus {
				background: url(nav-item.png) no-repeat -183px -26px;
			}
			.nav .events a:active {
				background: url(nav-item.png) no-repeat -183px -51px;
			}
			.current-events .events a:link, .current-events .events a:visited {
				background: url(nav-item.png) no-repeat -183px -147px;
				cursor: default;
			}
		
		
			
			.nav .awards a:link, .nav .awards a:visited {
				left: 281px;
				width: 97px;
			}
			.nav .awards a:hover, .nav .awards a:focus {
				background: url(nav-item.png) no-repeat -281px -26px;
			}
			.nav .awards a:active {
				background: url(nav-item.png) no-repeat -281px -51px;
			}
			.current-awards .awards a:link, .current-awards .awards a:visited {
				background: url(nav-item.png) no-repeat -281px -147px;
				cursor: default;
			}
			
			
			.nav .contact a:link, .nav .contact a:visited {
				left: 381px;
				width: 97px;
			}
			.nav .contact a:hover, .nav .contact a:focus {
				background: url(nav-item.png) no-repeat -381px -26px;
			}
			.nav .contact a:active {
				background: url(nav-item.png) no-repeat -381px -51px;
			}
			.current-contact .contact a:link, .current-contact .contact a:visited {
				background: url(nav-item.png) no-repeat -381px -147px;
				cursor: default;
			}
			
		/* login/register and cart header control */
		
		#cart {
			position: absolute;
			display: block;
                        visibility: hidden;
			width: 228px;
			height: 25px;
			top: 143px;
			left: 625px;
			z-index: 1000;
			background: url(icnCart.gif) -200px 0px no-repeat;
		}
		
		#cart .QuickCartController {
			float: right; 
			width: 260px;
			background: url(icnCart.gif);
		}
		
		#cart .QuickCartController a.Login {
			background: #333; 
			display: block; 
			line-height: 26px; 
			padding-left: 11px; 
			font-size: 10px; 
			color: #fff; 
			text-transform: uppercase; 
			letter-spacing: 1px; 
			position:relative; 
			z-index:991; 
			float: left;
		}
		
		.QuickCartController .QuickCartFooter { 
			background: #558080; 
		}
		
		.QuickCartController .OpenQuickCart {
			background: #858077 url(icnCart.gif) no-repeat 0px 0px; 
			line-height: 26px; 
			display: block; 
			padding-left: 40px; 
			padding-right: 6px; 
			color: #66cccc;
		}
		
		.QuickCartController .CloseQuickCart {
			background: url(icnCart.gif) no-repeat 8px -24px; 
			line-height: 26px; 
			display: block; 
			padding-left: 45px; 
			padding-right: 6px; 
			color: #66cccc;
		}
		
		.QuickCartController #quickCartButton {
			cursor: pointer; cursor: hand;
		}
		
		#cart #quickCartButton:hover {
			color: #fff;
		}
		
		#cart a.Checkout {
			display: block; 
			float: right; 
			width: 90px; 
			height: 26px; 
			background: url(btnCheckOut.gif) no-repeat;
		}
		
		#cart a.Checkout:hover {
			background-position: 0 -26px;
		}		
				
		#stuff {
			display: block;
			width: 860px;
			height: 536px;
			margin: 0px auto;
			padding: 0px;
			background: url(paperbg01.gif) top center repeat;
		}
		
		#leftCol {
			display: block;
			float: left;
			width: 514px;
			height: 312px;
			margin-left: 16px;
			background: url(welcome01.png) top left no-repeat;
		}
		
		#leftCol2 {
			display: block;
			float: left;
			width: 514px;
			height: 0px;
			margin-left: 16px;
			background: none;
		}
	
		#bodyCopy {
			padding-top: 100px;
			text-align: left;
			width: 502px;
		}
		
		#bodyCopy2 {
			padding-top: 0px;
			text-align: left;
			width: 816px;
		}

#rightCol {
    position: relative;
	display: block;
	float: right;
	width: 314px;
	height: 312px;
	margin-right: 16px;
	background: url(rightColBg01.gif) top left no-repeat;
}
#cal_frame {
    position: relative;
    width: 312px;
    height: 310px;
}
#cal_content{
    position: relative;
    width: 300px;
    height: 300px;
    padding: 5px;
    border: 1px solid black;
}
.cal_item
{
    width: 300px;
    height: 40px;
    border-bottom: 1px solid #cbc8a7;
}
.cal_item_header
{
    font-size: 15px;

}
.cal_item_dates
{
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}


#featuredItemL {
	display: block;
	float: left;
	width: 276px;
	height: 187px;
	margin-left: 16px;
	margin-top: 16px;
	background: url(featuredItemL.gif) top left no-repeat;
}

#featuredItemM {
	display: block;
	float: left;
	width: 276px;
	height: 187px;
	margin-top: 16px;
	background: url(featuredItemM.gif) top left no-repeat;
}

#featuredItemR {
	display: block;
	float: right;
	width: 276px;
	height: 187px;
	margin-right: 16px;
	margin-top: 16px;
	background: url(featuredItemR.gif) top left no-repeat;
}

.toTop  {
	margin-left: 16px;
	padding: 0px;
	border: 1px solid #8F2E1D;
	float: left;
	width: 91px;
}
.toTop a {
	padding: 1px 5px 1px 18px;
	border: 1px solid #D8C29F;
	background-image: url(toTopBkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E5D9C3;
	font-size: 13px;
	line-height: 14px;
	height: 15px;
	width: 66px;
}

#footer {
	display: block;
	width: 860px;
	height: 200px;
	margin: 0px auto;
	background: url(footerbg01.png) top center no-repeat;
}

#footer .footLinks {
	width: 142px;
	margin-right: 0px;
	color: #ff9415;
	list-style-type: none;
	padding: 0px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#footer .footLinks li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2E24;
	float: left;
	width: 138px;
}

#footer .footLinks li strong {
	font-weight: normal;
	float: left;
	width: 138px;
	padding-bottom: 5px;
}

#footer  .footLinks  a  {
	color: #EDE1CA;
	text-decoration: none;
	width: 138px;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer .footLinks a:hover {
	color: #530F03;
	background-color: #eddfc4;
	
}

#footer #footFoot {
	width: 420px;
	color: #f3ecdd;
	font-size: 11px;
	padding-top: 87px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: 0px;
}

#footer #footFoot a {
	color: #e5dfd2;
	text-decoration: none;
}

#footer #footFoot a:hover {
	color: #FFB900;
}
