@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;
}

#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;
    }   


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;

}

.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;
  }

*, img, a {

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



ul {

	list-style: none;

	}
	
ol {
	padding-left: 40px;
}

blockquote {
	padding-left: 40px;
	text-indent: -20px;
	width: 890px;
	background: url(images/close-quote.gif) no-repeat right bottom;	
}

blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  }


/* menu */
.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; position:  relative; margin-bottom: -268px;  }	

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

/* Logo Hover Effect*/
.logo:hover {
opacity: 0.90;
}



a {outline: none}



p {padding: 10px 0px;}

#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; 
}

#series_banner {
	position: absolute;
	top: 161px;
	margin-left: -510px;
	left: 50%;
	display: block;
	width: 300px;
	height: 59px;
	background: url(images/seriesbanner.png) no-repeat;
	text-indent: -9999px;
	z-index: 999;
	overflow: hidden; 
}

#preload {display:none}

#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;

}

#series_container {
		margin: 0px auto;
		width: 962px;
		height: auto;
		position: relative;
		background: #f0f0f0;
		padding: 12px;
		border: 1px solid #ccc;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;

}

#series_review {
	font-size: 105%;
	line-height: 160%;
	padding-top: 80px;		
}

#series_review ul {
	list-style: circle;
	padding: 10px;
	padding-left: 40px;
}

#wordle {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 16px;
	float: right;
	display: block;
	width: 488px;
	height: 295px;
	background: url(images/wordle_dancing.jpg) no-repeat;
	}
	
#wordle_college {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 16px;
	float: right;
	display: block;
	width: 488px;
	height: 295px;
	background: url(images/wordle_college.jpg) no-repeat;
	}
	
#wordle_entertainment {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 16px;
	float: right;
	display: block;
	width: 535px;
	height: 212px;
	background: url(images/wordle_entertainment.jpg) no-repeat;
	}
	
#wordle_clothing {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 16px;
	float: right;
	display: block;
	width: 488px;
	height: 295px;
	background: url(images/wordle_clothing.jpg) no-repeat;
	}


#fbshare {
	padding: 2px;
	padding-bottom: 10px;
	
}

#disqus {
	padding-top: 50px;
}

/*-- 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--*/





#middle {

	width: 990px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
	}

#series {

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

#review {
	position: absolute;
	padding: 0px;
	padding-top: 130px;
	padding-left: 6px;
	z-index: 90;
	}
	
#preview {
	position: relative;
	padding-left: 90px;
	padding-top: 62px;

}

#form {
	position: relative;
	padding: 7px;
	margin-top: 32px;
	width:  633px;
	overflow: visible;
	
}

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



#latest {

	position: relative;
	float: right;
	width: 327px;
	height: 450px;
	background: url(images/twitterbox.png) no-repeat;
	overflow: hidden; 
}



#twitter_feed {

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

#twitter_feed li {
    list-style-type: none;
	padding-bottom: 8px;
}

#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:  310px;
}


/* 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: 8px;
	padding-right: 5px;
}


#share p.fb_like {
	display: block;
	margin: -23px 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;
}

.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;
}