/* Tony Harrell 583  */
/* MCN default css template - edited 8.29.05*/

/* page positioning */
body {
	margin: 0 0 0 0;
	padding: 0px;
}
#outer {
	height: 100%;
	width: 740px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}
#wrapper {
	
	width: 740px;
	height:100%;
	margin: 0px auto auto;
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	width: 732px;
	clear: both;
	height: 120px;
	text-align: right;
	
}
#nav {
	width: 150px;
	padding: 0px 10px 0px 0px;
	float:right;
	margin:30px 0 0 0;
}
#sidebar {
	float: left;
	width: 220px;
	padding: 0px 10px 10px;
	color: #000000;
	text-align: left;
}
#main {
	float: left;
	width: 455px;
	font-size: 11px;
	color: #000000;
	padding: 0px 10px 0px 25px;
	border: none;
	margin-top: 140px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px 20px 5px 5px;
	height: 16px;
	background-color: #BEA890;
	width: 720px;
}
#bannerspace {
	text-align: right;
	margin-top: 55px;
}
.bg {
	background-color: #DED2C6;
	margin:0 0 0 0;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* content */
.content,
#galleryText{
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}
.contentHi {
	color: #C91E00;
	font-family: Arial;
	font-size: 12px;
}	
.contentSml {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	border: none;
}	
.contentHiSml {
	color: #670303;
	font-family: Arial; 
	font-size: 10px; 
	text-align: left;
}	
.titleLrg{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 1px;
}
.titleSml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.titleSml a:link,
.titleSml a:visited,
.titleSml a:active{
	color: #8B6E50;
	text-decoration: none;
}
.titleSml a:hover{
	color: #000;
	text-decoration: underline;
}
	
/* content links */
A:link,
A:visited,
A:active {
	color: #000;
}
A:hover {
    COLOR: #8B6E50;
	text-decoration: underline;
}


/* Images */
.picRight {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd {
	float: right;
	margin: 1px 1px 1px 6px;
	border: 1px solid #003366;
}
.picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
	border: 1px solid #003366;
}
.iconImg{
	margin: 2px 2px 2px 2px;
	border: 1px solid #003366;
}

/* calendar and checkout*/
.calendarBox,
.checkoutBox {
	color: #000000;
	width: 99%;
	margin: 6px;
	padding: 8px;
}
.checkoutOdd,
.calendarOdd{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	background-color: #EFEEEE;
	border: 1px solid #ccc;
	padding:1px 3px 1px 3px;
}
.checkoutEven,
.calendarEven{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding:1px 6px 1px 6px;
}
.calendarHdr,
.checkoutHdr{
	color: #fff;
	background-color: #5A7D9E;
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	padding:0 2px 0 2px;
}

.memberPrice{ /* members price */
	color:#FF0000;
}

.basketBtn,
.checkoutBtn,
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #9CC6D9;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
	padding:1px 2px 1px 2px;
	margin:0 0 2px 0;
}
.optionBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}
 /*ad banners */
.banner {
	margin:0 0 7px 0;	
	border: 1px solid #ffffff;;	
}
/*shopping cart box, fan club login box, logout box */
.basketBox,
#loginBox,
#logoutBox {
	width: 225px; 
	margin:0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D2D8DE;
	border: 1px solid #ffffff;
	border-right: 6px solid #ffffff;
}
/* sticky nav ,blog (page specific news), & v nav */
#stickyBox,
#blogBox,
#vNavBox{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	margin:0px 18px 6px 50px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#stickyNav,
#blogNav,
#vNav{
	font:bold 12px/16px Georgia, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin:0px;
	color: #000000;
}
#stickyBox ul, /*for mozilla positioning */
#blogBox, ul,
#vNavBox ul{
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
	}
#stickyNav a:link, /* nav cells*/
#stickyNav a:visited,
#blogBox a:link,
#blogBox a:visited,
#vNav a:link,
#vNav a:visited{
	display: block;
	padding: 2px;
	background-color: none;
	border-bottom: 1px solid #415769;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: lowercase;
}
#stickyNav a:hover,  /* nav cells roll-over*/
#blogBox a:hover,
#vNav a:hover{
	color: #8B6E50;
	padding-left: 8px;
	list-style-position: outside;
	list-style-image: url(images/bulletHover.gif);
	list-style-type: disc;
}

/* Horizontal Nav */
.navTable {
	padding: 6px;
}
.navCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B8C4CB;
}
.navCell a:link,
.navCell a:visited,
.navCell a:active{
	color: #000033;
	text-decoration: none;
}
.navCell a:hover{
	color: #FF9900;
	text-decoration: none;
}
.navInline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}
.navInline a:link,
.navInline a:visited,
.navInline a:active{
	color: #000000;
	text-decoration: none;
}
.navInline a:hover{
	color: #FF9900;
	text-decoration: underline;
}

.contentBox{ /*used to hilite content items */
    margin:0 0 6px 4px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: right;
	padding: 6px;
}
.smlBox { /* used for news sml, calendar ml modules */
	margin:0 0 0px 0;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #415769;
	padding: 4px;
	border: 1px solid #aaa;
}
.smlBox a:link,
.smlBox a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}
.smlBox a:hover{
	color: #CC0000;
	text-decoration: underline;

}
/* album */
.albumImgSml{
	vertical-align: middle;
	margin-right: 0px;
	border: 1px solid #000000;
}
.albumTD {
	font-size: 0px;
	color: #99B0B3;
	text-align: center;
	width: 60px;
}
.albumTD a:link,
.albumTD a:visited,
.albumTD a:hover{
	color: #99B0B3;
	text-decoration: none;
}

form {
 margin:0px 0px 0px 0px;

}
.formInput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #000033;
	margin:0 0 2px 0;
}

