@charset "UTF-8";
/* CSS Document */
/*
//////////// COLORS ///////////////////
#DC5488; PINK  
#657331; forest green
#F7D8E6; lite PINK 
#F0AF1E; yellow/gold
#65AEE0; light blue
#48467C; purple
#B6ABA2; khaki
*/
.png {
	behavior: url(../js/png/iepngfix.htc);
}

* {
	margin:0;
	padding:0;
	}
	
body {
	background: #000;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:95%;
	}

.clear {
	clear:both;
	}

.wrapper {
	width:1000px;
	margin:0 auto;
	height:auto;
	text-align:left;
	background:#FFF;
	}

#header {
	clear:both;
	width:1000px;
	height:325px;
	background:#000 url(../splash/header.jpg) top left no-repeat;
	}
a.header-link, a.header-link:hover, a.header-link:link, a.header-link:visited, a.header-link:active {
	border:none;
	text-decoration:none;
	background:none;
	padding:0;
	margin:0;
		}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:lighter;
	color:#DD5489;
	}


h2 {
	background:#000 url(../splash/h2-bgd.png) top right no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:.8em;
	font-weight:lighter;
	text-transform:uppercase;
	margin:1em 0 1em 0;
	padding:.3em;
	color:#FFF;
	}

p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.8em;
	}
p.tour {
	color:#fff;
	background:#444;
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:.3em 0 .3em 0;
	padding:0 0 0 .3em;
	}
a, a:visited, a:active, a:link {
	color:#DC5488; /* PINK #DC5488 */
	text-decoration:none;
	border-bottom:1px dashed #DC5488;
	background:#F7D8E6; /* lite PINK #F7D8E6*/
	padding:.2em .3em;
	}

a:hover {
	color:#FFF; 
	text-decoration:none;
	border-bottom:1px dashed #27777A;
	background:#000; /* gold*/
	}

.line {
	background:url(../splash/divider.png) no-repeat center;
	height:2em;
	/*border-bottom:1px dashed #27777A;*/
	margin:1em 0 0 0;
}
/*=====================================CONTENT========================*/
#content {
	width:625px;
	height:auto;
	float:left;
	margin:0 0 2em 2em;
	}
#content-row1 {
	width:625px;
	height:auto;
	float:left;
	background:url(../splash/row1-bgd.jpg) no-repeat top left;
	}
#content-box1 {
	width:290px;
	height:auto;
	float:left;
	margin:1em 0em 1em 1em;
	/*border-right:1px dashed #F0AF1E;*/
	}
#content-box2 {
	width:290px;
	height:auto;
	float:right;
	margin:1em 1em 0em 0em;
	}
.detailText {
	font-size:11px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#000;
	}
/*=====================================SIDEBAR========================*/
#sidebar {
	float:right;
	width:325px;
	height:auto;
	padding:0em 0 0 0;
	margin:0 0em 0 0;
	}
#sidebar p {
	line-height:1em;
	margin:.2em;
	}
#sidebar p a {
	line-height:2em;
	font-size:11px;
	background:#fff;
	text-decoration:underline;
	border:none;
	}
div#sidebar p a img {
	background:#fff;
	text-decoration:none;
	border:none;
	}
div#sidebar p a:hover{
	background:#DC5488;
	text-decoration:none;
	border:none;
	color:#222;
	}
#sidebar p a:hover {
	background:#fff;
	color:#DC5488;
	text-decoration:none;
	border:none;
	}

#footer {
	background:url(../splash/footer.jpg) no-repeat top left;
	width:1000px;
	height:100px;
	margin:1em 0 0 0;
	}
#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#fff;
	background:none;
	margin:2em;
	}

a.iTunes img, a.iTunes {
	background:none;
	border:none;
	}
a.iTunes:hover {
	background:none;
	border:none;
	}
#sidebar p a.anger-logo:hover {
	background:none;
	border:none;
	text-decoration:none;
	}
/*==============================  TWITTER STYLES =========================================*/
#twitter_div li
{
	background:#F7D8E6;
	color:#666;
	padding: 15px 0 10px 5px;
	margin: 0 5px 5px 0px;
	border-bottom: 1px solid #DC5488;
	list-style:none; 
}

#twitter-link span
{
	display: none;
}

#twitter-link
{
	background: url(../splash/twitter.jpg) no-repeat;
	font-size:16px;
	color:#000000;
	border-bottom:none;
	width: auto;
	height: 63px;
	display: block;
}