
/* --- Featured Rotator Styles --- */

#featured {
	padding: 7px;
	height: 320px;
	width:750px;
}

.main_image {
    width: 480px;
    height: 320px;
    float: left;
    background: #000000;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #000000;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    color: #ffffff;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    opacity:1;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 266px;
    background: #282623;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    background: #000000 url('/images/featured/featuredElementBackground.png') repeat-x;
    height: 64px;
    width: 266px;
    float: left;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #000000 url('/images/featured/featuredElementBackground-ActiveHover.png') repeat-x;
    cursor: pointer;
    color:#ECB95D;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #000000 url('/images/featured/featuredElementBackground-ActiveHover.png') repeat-x;
    color:#ECB95D
    cursor: default;
}
.image_thumb ul li.active h2 { /*--Active State--*/
    color:#ECB95D
}
html .image_thumb ul li h2 {
    margin: 5px 0;
    padding: 0;
    color: #f9e9c4;
    text-shadow: black -1px -1px 0px;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0px 0px 3px 0px;
    width: 230px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/* --- Vignettes --- */

#vignetteContainer {
	clear:both;
	height:137px;
	width: 750px;
	padding:7px;
}

ul#vignettes {
	list-style-type: none;
}

ul#vignettes li {
	margin-left:10px;
	margin-right:10px;
	width: 230px;
	display:block;
	float:left;
	text-align: center;
	/*background: #e5e5e5 url('/images/vignettes/vignetteBackground.png') repeat-x;*/
	height: 137px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul#vignettes li a {
	font-size: 40px;
	color:#262626;
	text-decoration: none;
	text-shadow: #cecece -1px -1px 0px;
}

/* --- News --- */

#newsContainer {
	clear:both;
	width: 750px;
	padding-left:7px;
}

#newsContainer div h2 {
	background-image: url('/images/news/newsBackground.png');
	background-repeat: no-repeat;
	padding:2px 0px 5px 5px;
	color:f9e9c4;
	font-size: 20px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#newsContainer p {
	padding:5px;
	color:#ffffff;
	font-size:14px;
}

#eventNews {
	width:370px;
	float:left;
	color:#ffffff;
	font-size:14px;
}

#eventNews li {
	margin-bottom: 7px;
}

#eventNews a {
	color:white;
}

#eventNews ul li a:hover{
	color:#f9e9c4;
}

#venueNews {
	width:370px;
	float:right;
	margin-left:5px;
}

#venueNews a {
	text-decoration: none;
	color:white;
}

#venueNews ul li a:hover{
	color:#f9e9c4;
}

#venueNews ul li a img {
	vertical-align:text-bottom;
	margin-bottom:2px;
}
