

/*  MIDDLE SECTION ========================================= */
/*
	<middleArea>
		<contentMiddle>
			<contentPromo />
			<contentFeature />
		</contentMiddle>
	</middleArea>
*/

div#middleArea { 
	height : 396px;
	width: 100%;
	text-align:center;
	background: url(/images/background_tile.jpg);
}


div#contentMiddle {
	width : 980px; 
	height: 346px;
	margin : 0 auto; 
	background : url(/images/background_main.png); 
}

div#contentPromo { 
	position:relative;
	top: 10px;
	height:30px;
	width: 100%;
	text-align:center;
	font-size:14px;
	padding:10px;
	color: white;
}

div#contentPromo .highlight{ 
	color: black;
	font-weight: bold;
}

div#contentPromo a{ 
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

div#contentPromo a:hover{ 
	text-decoration:underline;
}

div#contentFeature{
}


/* FOOTER TAGS ========================================== */
/*
	<footerHead />
	<footerArea>
		<contentFooter>
			<leftFooter />
			<centerFooter /> 
			<legal>
				<legalNav />
				<legalContent />
			</legal>
		</contentFooter>
	</footerArea>
*/

div#footerHead { 
	position:relative;
	height : 26px;
}

div#footerArea { 
	position:relative;
	height : 327px;
	background: #990000;
	text-align:center;
	overflow:hidden;
	width:980px !important;
    	background:  #260700 url(/images/promobox_top2.png) no-repeat 0 0  ;
}

div#contentFooter { 
	width : 980px;
	overflow:hidden!important; 
	margin : 0 auto; 
	padding : 0; 
	text-align : left;
	background-color:transparent;
}


div#leftFooter {
	display:block;
	float:left;
}

div#centerFooter {
	text-align:justify;
	height: 307px;
	margin-left: 364px;
}

/* ======= EVENT LIST ========== */

/*
<eventList>
    <eventListHeader />
    <eventListDetail>
        <eventListArtist />
        <eventListLocation />
    </eventListDetail>
</eventList>
*/

div#eventListArea {
    width: 364px;
    height: 307px;
    color: #fff;
}

div#eventList {
	padding: 0px 10px 10px 0px;
}

div#eventList a {
	display:block;
	color: white;
	text-decoration:none;
	cursor: pointer ;
	margin-left: 20px;
}

#eventList a:hover{
	background: #462c26;
}

div#eventList a img{
	border: none;
}

div#eventListHeader {
	font-size:16px;
	padding: 10px 0 0px 10px; 
	height: 40px;
	width:967px;
	margin: 0 auto;

}

div#eventHeaderBorder2 {
	background: url(/images/line_solid.gif);
	width: 330px;
	height: 1px;
}
div#eventListDetail {
	padding: 0px 0 5px 0px;
	border-width: 1px 0 0 0 ;
	border-color: #462c26;
	border-style: solid;
	text-decoration: none;
	height: 40px;
	/*outline: 1px white solid;*/
}



#eventListDetail a{
	display:block;
	background: #462c26;
}



div#eventListArtist {
	color: #ff3300;
	padding-top: 5px;
}

div#eventListArtist p{
	padding-left: 5px;
}

#eventListArtist ul {
	width: 300px;
	list-style: none;
	float:left;
	/*outline: 1px green solid;*/
}


#eventListArtist li {
	float: left;
	display : inline-block;
	/*width: 20%;*/
	/*outline: 1px green solid;*/
}

#eventListArtist li.first {
    /*margin-left:40px; */
    padding-left: 5px;
    width: 15px;
}

#eventListArtist li.second {
    /*margin-left:40px; */
    padding-right: 15px;
}



.listArtistName {
	padding-left: 7px;
	padding-right: 30px;
}

div#eventListLocation {
	width : 300px;
	background-color : transparent; 
	padding: 2px 0 5px 20px;
	margin: 0px;
}

div#eventListLocation p{
	padding-left: 5px;
}

#eventListLocation ul {
	width: 300px;
	list-style: none;
	float:left;
	/*border: 1px blue solid;*/
}


#eventListLocation li {
	float: left;
	display : inline-block;
	/*width: 40%;*/
	/*outline: 1px green solid;*/
}

#eventListLocation li.first {
    /*margin-left:70px; */
    padding: 0 15px 0 0;
    /*width: 70px;*/
    /*color: Purple;*/
    /*border: 1px Purple solid;*/
}

/*
#eventListLocation li.second {
    text-align:right;
    border: 1px white solid;
}
*/
div#eventListLocation a {
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : none;
	font-size : 14px;
	color : #d2bd8c;
}


div#promoArea {
    width: 612px;
    height: 307px;
    color: #fff;
}

div#homePromos {
	padding: 20px 20px 20px 20px;
}

#homePromos ul {
	width: 600px;
	list-style: none;
}
#homePromos li {
	 width: 280px;
	 height: 100px;
	 margin: 0 0 0 0;
	 float:left;
 }
 
 #homePromos li a {
 	display:block; 
	width:280px; 
	height: 100px;
	cursor: pointer;
	*cursor: hand;
} 

#homePromos li a.promo_swift {background: url(/images/promo_taylormandalay.png) no-repeat 0 0;}
#homePromos li a.promo_store {background: url(/images/promo_mediastore.png) no-repeat 0 0;}
#homePromos li a.promo_athletes {background: url(/images/promo_athletes.png) no-repeat 0 0;}
#homePromos li a.promo_disney {background: url(promo_gradnight.png) no-repeat 0 0;}
 
/* #homePromos li a img {display:none;} */
 
 
 
#homePromos li {
 width: 280px;
 margin: 2em 1.5em 0 0;
 float:left;
 }
 
 #homePromos a img{
 	border:none;
 }
 