@charset "UTF-8";

/* HYACKS layout */


html {

	background: #d8d8d8 url(images/bodybg.jpg) repeat-x;
}

body {

	font:  13px/18px Geneva, Tahoma, sans-serif;
	color: #404040;
	line-height: 150%;
	min-width: 980px;
}

.gradient {

/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #eeeeee;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #fefefe, #ececec);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#fefefe), to(#ececec));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#fefefe', EndColorStr='#ececec', GradientType=0);
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	behavior: url(pie.htc);
  }
  
  
/* typography */

#title {
	color: #26426a;
	font-weight: bold;
	font-size: 28px;
	text-shadow: #fff 2px 2px 2px;
}

h1 {
	color: #26426a;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #fff 1px 1px 0px;
	margin-top: 10px;
	margin-bottom: 4px;
}

h2 {
	color: #666;
	outline: none;
	font-size: 1.8em;
    }   

p {padding: 10px 0px;}

a {
	outline: none
	}
	
a:link {

	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
}

*, img, a {

	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style: none;
	}
	
ol {
	padding-left: 40px;
}



/* layout */

#menu {
	float: right; 
	background-image:url(images/rightbg.jpg); 
	width: 517px; 
	height: 340px;
	margin-bottom: -200px;
        }

.menu {
            position: relative;
			float: right; 
			background-image:url(images/rightbg.jpg); 
			
			width: 517px; 
			height: 340px;
			margin-bottom: -200px;			
            overflow: hidden;
        }
                .menu li {
                    float: right;
                    list-style: none;
					margin-top: 81px;
					
					
                }
                    .menu li.back {
                        border-bottom: 2px solid #666;
                        width: 9px;
                        height: 31px;
                        z-index: 8;
                        position: absolute;
                    }
                    .menu li a {
                        font: bold 14px tahoma;
                        text-decoration: none;
                        color: #666;
                        outline: none;
                        text-align: left;
                        top: 6px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
						font-size: 1.4em;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
                    }   
						.menu li a:hover {
							color: #666; }
						 
                        .menu li a:hover, .menu li a:active, .menu li a:visited {
                            border: none;
                        }                     

.leftheader {float:  left; background-image:url(images/leftbg.jpg); width: 454px; height: 408px; margin-bottom: -268px;  }	

.logo {padding-left: 160px; padding-top: 21px; }

.logo:hover {
opacity: 0.90;
}

#featured {
	position: relative;
	margin-left: -500px;
	left: 50%;
	z-index: 5;
	height: 442px; 
	width: 992px;
	background: url(images/featuredbox.png) no-repeat;
	overflow: hidden;
	}

/*  Featured Events Banner  */
#events {
	position: absolute;
	top: 161px;
	margin-left: -508px;
	left: 50%;
	bottom: 1px;
	display: block;
	width: 250px;
	height: 59px;
	background: url(images/events.png) no-repeat;
	text-indent: -9999px;
	z-index: 30;
	overflow: hidden; 
}

#preload {display:none}

#middle {
	width: 990px;
	margin: 0px auto;
	padding-top: 10px;
	}
	
#container {
		margin: 0px auto;
		width: 962px;
		height: 381px;
		position: relative;
		padding: 10px;
		background: #f0f0f0;
		border: 1px solid #ccc;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		behavior: url(pie.htc);

}

/*-- Main Image Section --*/
	.main_image  {
    width: 761px;
    height: 381px;
	float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
	color: #FFF;
}
.main_image p {
    font-size: 1.1em;
	font: tahoma;
    line-height: 1.4em;
    padding: 10px;
    margin: 0;
}

.main_image a {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}

.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(images/icon_calendar.gif) no-repeat 0 center;
}
.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;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(images/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 18px;
}
.main_image a.show {background-position: left bottom;}

.main_image .block {display: none
}

/*-- Thumbnails --*/
.image_thumb  {
    float: left;
    width: 200px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.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;
    padding: 12px 10px;
    background: #f0f0f0 url(images/nav_a.gif) repeat-x;
    width: 180px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
	color: #404040;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff ;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.1em;
	line-height: 90%;
    margin: 2px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 105px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/


#series {
	position: relative;
	float: left;
	width: 654px;
	height: 379px;
	background: url(images/series.png) no-repeat;
	overflow: hidden;
}

#review {
	float: left;
	padding: 0px;
	padding-top: 145px;
	padding-left: 32px;
	z-index: 80;
	}
	
#ask {
	float: right;
	padding: 0px;
	padding-top: 160px;
	padding-right: 32px;
	z-index: 80;

}

#form {
	float: left;
	padding: 7px;
	margin-top: 6px;
	width:  633px;
	overflow: visible;
	
}

.carousel2 {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.carousel2 li {
	float:  left;
	padding: 0px;
	margin: 0px;
	height: 300px;
	width: 629px;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 100px;
	display: block;
	z-index: 20;
	float: left;
}

.carousel2 li img {
	padding: 0px;
	margin: 0px;
	float: left;
	padding-bottom: 30px;
}

.carousel2 li a {
	position: relative;
	padding-left: 24px;
}

.carousel2 li p {
	padding: 0px;
	padding-top: 4px;
	}

.next2 {
		position: absolute;
		width: 25px;
		height: 31px;
		padding: 0px;
		margin: 0px;
		margin-top: 180px;
		margin-left: 620px;
		z-index: 30;
		display: block;
        background: url("images/navnext.png") no-repeat;
    }
	
.next2:hover {
                background-image: url("images/navnextover.png");
            }


#nojava {padding-top: 70px; padding-left: 40px; }

#latest {
	position: relative;
	float: right;
	width: 323px;
	height: 379px;
	background: url(images/twitterbox.png) no-repeat;
	overflow: hidden; 
}

#twitter_feed {

	position: absolute;
	top: 100px;
	left: 15px;
	right: 15px;
	bottom: 20px;
	z-index: 20;
	color: #404040;
	overflow: hidden; 
}

#twitter_feed li {
    list-style-type: none;
	padding-bottom: 5px;
	font-size: 90%;
	line-height: 125%;
}

#twitter_feed a:link {

	color: #26426a;
	font-weight: bold;
	text-decoration: none;
}

#twitter_feed a:visited {

	color: #26426a;
	font-weight: bold;
	text-decoration: none;
}

#twitter_feed a:hover {

	text-decoration: none;
	color: #000;
}

#twittererror {

	position: absolute;
	top: 105px;
	left: 15px;
	right: 15px;
	bottom: 120px;
	z-index: 2;
	overflow: hidden; 
}

.bird {
	float: right;
	padding-top:  254px;
	overflow: visible;
	z-index: 120px;
}


/* share */

#share {

	position: fixed;
	top: 0px;
	right: 8px;
	width: 199px;
	height: 35px;
	color: #f8f8f8;
	background: url(images/share.png) no-repeat; 
	z-index: 50000;
}


#share p.twitter a {

	float: right;
	padding-left: 17px;
	padding-right: 3px;
}


#share p.fb_like {
	display: block;
	margin: -24px 0px 0px 0px;
	width: 63px;
	float: right;
}

/* Carousel */

#promos {
	width: 1047px;
	margin-left: -523px;
	left: 50%;
	padding-top: 12px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

.prev {
		display: block;
		width: 25px;
		height: 31px;
		padding: 0px;
		margin: 0px;
		margin-top: 44px;
		margin-bottom: 44px;
		float: left;
        background: url("images/navprev.png") no-repeat;
    }
	
.prev:hover {
                background-image: url("images/navprevover.png");
            }    

.carousel li {
	padding: 0px;
	margin: 0px;
	height: 120px;
	width: 320px;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
}

.bumpup {
	margin-top: -30px;
}

.next {
		display: block;
		width: 25px;
		height: 31px;
		padding: 0px;
		margin: 0px;
		margin-top: 44px;
		margin-bottom: 44px;
        float: right;
        background: url("images/navnext.png") no-repeat;
    }
	
.next:hover {
                background-image: url("images/navnextover.png");
            }


/* Footer */
#footer {
	background: #d8d8d8 url(images/footerbg.png) repeat-x;
}

#footer-container {	
	width: 980px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	min-height: 120px;
	padding-top: 40px;
	overflow: hidden;
}

#footer-right {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
}

.footer-socials {
	padding-bottom: 6px;
}

#footer-left {
	position: relative;
	float: left;
	width: 835px;
	overflow: hidden;
}

.footer-col {
	float: left;
	padding-right: 30px;
	min-height: 137px;
	min-width: 150px;
}

.last-ul {
	margin-bottom: 0px;
}

.footer-col li {
	border-left: 1px solid #adadad;
	padding-left: 14px;
}

.footer-col li a {
	color: #666;
	font-size: 1.0em;
	font-weight: normal;
}

.footer-col li {
	color: #666;
	font-size: 1.0em;
	font-weight: normal;
}

.footer-col li:hover {
	border-left: 1px solid #333;
}

.footer-col li a:hover {
	color: #333;
}

