

/* CSS */

/* BODY */

body {
	border-top: 0;
	background-color:#e2007a;
	background-image:url(../img/bgs/purple.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-bottom:0px;
}

/* BRANDING */

div#branding {
	float:left;
	width:550px;
	height:180px;
	background-color:#FFF;
	background-image:url(../img/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#dates {
	float:right;
	width:379px;
	height:164px;
	background-color:#FFF;
	background-image:url(../img/dates_purple.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}

#save {
	width:180px;
	height:180px;
	float:right;
	background-image:url(../img/save.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px;
	margin-right:-10px;
}

#leaderboard {
    margin-top: 5px;
    margin-bottom: 5px;
}

#leaderboardPrime {
	float: left;
}

#leaderboardSub {
	float: right;
}

#sitehead {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	padding:5px;
	font-size:14px;
	margin-bottom:0px;
	}

/* NAVIGATION */

ul.nav {
	background-color:#e2007a;
	z-index:10;
}

ul.nav li a {
	background-color:#e2007a;
}

ul.nav li a:focus {
	background-color:#FFF;
	color:#333;
}

ul.nav li a:hover {
	background-color:#802988;
	color:#FFF;
}

ul.main li ul li a {
  width:15em;
  z-index:5000;
}

/* BOXES */

.box {
	/*background-color:#F8F8F8;*/
    margin-bottom:10px;
	padding-bottom:10px;
}

.box .article {
	/*background-color:#FFF;*/
    padding-bottom:10px;
}

/* BOX HEADERS */

.box h2  {
	background-color:#802988;
	color:#FFF;
	font-weight:bold;
}

.box h2 #leaderboard {
	background-color:#333;
	color:#FFF;
}

.box h3 a {
	color:#802988;
}

/* BOX VARIANTS */

.noPadding {
	padding: 0px;
}

.central {
	text-align:center;
}

.halfMargins {
	margin-top:5px;
	margin-bottom:5px;
}

.border1 {
	outline: 1px solid #999;
    }

/* TEXT CHANGES */

strong {
	color:#802988;
    }

.article p.meta  {
	color:#333;
    border-color:#333;
    }

/* ACCORDION */

.element {
	/* background-color:#802988; */
	background-color:#FFF;
	}

.party {
	height: 350px;
}

div#accordion {
	cursor:default;
	}
	
.toggler {
	color:#802988;
	cursor: pointer;
}

div#accordion h4 {
	font-size:12px;
	font-weight:bold;
	background-color:#e2007a;
	color:#fff;
	}
	
div#accordion h4 a {
	color: #fff;
	}
	
div#accordion ul {
	margin-bottom:0px;
	}
	
div#accordion li {
	color:#ffffff;
	font-size:12px;
	list-style: none;
	margin-left: 10px;
	}

/* FOOTER */

.footer {
	color:#fff;
	background-color:#333;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* IMAGES */

a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}

a.image:hover {
	border:1px solid #666;
}

a.image img {
	float:left;
}

/* Begin Images */
.contents img {
	display: block;
	}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
    
.alignnone {
	margin-bottom:10px;
    }
	

/* SLIDESHOW */

#slideshow {
	position:relative;
	height:200px;
    margin-bottom:0px;
	z-index:0;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 200px;
	background-color: #FFF;
    margin-bottom:0px;
}

#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
	margin-bottom:0px;
}

#slideshow DIV.last-active {
	z-index:9;
}

#slideshow DIV IMG {
	height: 200px;
	display: block;
	border: 0;
	margin-bottom: 0px;
}

/* anchors
----------------------------------------------- */
.contents a {
	color: #e2007a;
	font-weight:bold;
	text-decoration: none;
}
.contents a:hover {
	color: #FFF;
	background-color:#e2007a;
}

.contents a:hover img {
	background-color:#fff;
	}