@charset "utf-8";
/*  ---------------------------------------
	
	main.css
	````````
	main stylesheets document for
	Geek + Chic
	
    ---------------------------------------  */


/*  ---------------------------------------
	Global Reset
	- - - - - - - - - - - - - - - - - - - -  */

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }
		
		

/*  ---------------------------------------
	Global rules and typography
	- - - - - - - - - - - - - - - - - - - -  */
	
		body {
			background: url(../images/body-bg.jpg) top repeat-x #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #bab9b9;
		}
		
		#container {
			width: 990px;
			margin: 0 auto;
		}
		
		.hidden { display: none; }
		.clear { height: 1%; clear: both; }
		.left { float: left; }
		.right { float: right; }
		
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		
		.clearfix {display: inline-block;}
		.no-background { background: none !important; }
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */



/*  ---------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - -  */
	
		#header {
			background: url(../images/header-bg.gif) repeat-x;
		}
			#header h1 {
				display: block;
				width: 353px;
				height: 138px;
				float: left;
			}
				#header h1 a {
					display: block;
					width: 353px;
					height: 138px;
					text-indent: -999999px;
					background: url(../images/logo.png) no-repeat;
				}
			#header p#header-info {
				display: block;
				float: right;
				width: 300px;
				text-align: right;
				font-size: 16px;
				color: #FF0000;
			}
			
			#header ul {
				display: block;
				clear: both;
				list-style-type: none;
				background: url(../images/nav-bg.gif) repeat-x;
			}
				#header ul li {
					display: block;
					float: left;
					background: url(../images/nav-right.gif) no-repeat right;
					padding-right: 2px;
				}
					#header ul li a {
						display: block;
						padding: 0 9px;
						height: 33px;
						line-height: 33px;
						font-size: 12px;
						color: #FFF;
						text-decoration: none;
					}
					#header ul li a:hover {
						background: url(../images/nav-roll.gif) repeat-x;
					}
					/*
					#header ul li.selected a {
						background: url(../images/nav-current.gif) repeat-x;
					}
					*/
					
			#header-left {
				width:480px;
				float:left;
			}
			#header-right {
				width:480px;
				float:right;
			}
				#ad-box {
					background-color:#fff;
					width:468px;
					height:60px;
					margin-top:22px;
					margin-bottom:12px;
				}
				#search-box {
					float:left;
					background: url(../images/search-bg.gif) repeat-x;
					padding:5px 5px;
					height: 31px;
				}
					#search-box input {
						background:#fff;
						border:0;
						width:175px;
						padding:3px 0;
					}
					#button input {
						background: url(../images/button-bg.gif) repeat-x;
						width:50px;
						margin-left:8px;
						padding:2px 4px;
						color: #FFF;
					}
						#button input:hover { cursor: pointer; background: url(../images/button-bg-hover.gif) repeat-x; }
				#email-box {
					float: right;
					margin-right: 10px;
					background: url(../images/search-bg.gif) repeat-x;
					font-size: 11px;
				}
					#email-box a {
						background: url(../images/email-icon.gif) 8px no-repeat;
						padding: 0 15px 0 30px;
						color:#FFF;
						height: 31px;
						display:block;
						line-height: 31px;
					}
						
						#email-box:hover { background: url(../images/search-bg-hover.gif) repeat-x; }



/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */
	
		#masthead {
			border-top: 10px solid #fff;
			border-bottom: 10px solid #fff;
			background: #333;
		}
			#masthead h2 {
				display: block;
				padding: 10px;
				font-size: 18px;
				font-weight: bold;
				color: #CCC;
			}



/*  ---------------------------------------
	Sidebar
	- - - - - - - - - - - - - - - - - - - -  */
	
		#sidebar {
			width: 120px;
			float: left;
		}
			#sidebar ul {
				
			}
				#sidebar ul li {
					
				}
					#sidebar ul li a {
						
					}
						#sidebar ul li.current a {
							
						}
						#sidebar ul li a:hover { }



/*  ---------------------------------------
	Main
	- - - - - - - - - - - - - - - - - - - -  */
		#content {
			background: #e8e8e8;
		}
		#main {
			padding-left: 0;
		}
			#main h3 {
				
			}
			#main p {
				
			}
			#main p a {
			
			}
			#main p a:hover {
			
			}
			#main ul {
			
			}
				#main ul li {
				
				}
				
		#video {
			float:left;
			background:#1d1d1d;
			width: 450px;
			height: 282px;
			margin: 16px 0 16px 16px;
		}
			#video-content {
				background: #161616;
				width: 434px;
				height: 282px
			}
				#video-content img {
					padding: 5px 0 0 5px;
				}
                #videodiv {
                     margin: 5px 0px 0px 5px;
                }

		
		#episodes {
			float:left;
			background:#1d1d1d;
			width: 505px;
			height: 282px;
			margin: 16px 16px 16px 0;
		}
			#episodes-block {
				
				padding:0;
				margin:0;
			}
			#episode-list {	
			}
			#episode-list ul {
				display: block;
				list-style-type: none;
				height: 282px;
				overflow: auto;
			}
				#episode-list ul li {
					display: block;
					margin: 0 10px;
					padding: 20px 0;
					border-bottom: 1px solid #2a2a2a;
				}
					#episode-list ul li img {
						display: block;
						float: right;
					}
					#episode-list ul li p {
						padding-right: 71px;
						font: 12px Arial, Helvetica, sans-serif;
						color: #FFF;
					}
						#episode-list ul li p strong {
							display: block;
							font: 12px Arial, Helvetica, sans-serif;
							color: #FFF;
							font-weight: bold;
							padding-top: 2px;
							text-decoration: none;
						}
							#episode-list ul li p strong a {
								text-decoration: none;
								color: #FFF;
							}
								#episode-list ul li p strong a:hover { text-decoration: underline; }
						#episode-list ul li p span.rating {
						display: block;
						padding: 4px 0;
						background: left center no-repeat;
					}
						#episode-list ul li p span.rating.one { background-image: url(../images/rating-1.png); }
						#episode-list ul li p span.rating.two { background-image: url(../images/rating-2.png); }
						#episode-list ul li p span.rating.three { background-image: url(../images/rating-3.png); }
						#episode-list ul li p span.rating.four { background-image: url(../images/rating-4.png); }
						#episode-list ul li p span.rating.five { background-image: url(../images/rating-5.png); }
						
						#episode-list ul li p span.rating small { display: block; width: 100px; text-indent: -999999px; }
						
		#article {
			float:left;
			background:#bbbbbb;
			width: 431px;
			height: 268px;
			margin: 0 5px 16px 16px;
			overflow: auto;
		}
			#article h2 {
				color: #111;
				margin-left: 10px;

                        }
			#article h3 {
				color: #2e2e2e;
				font-weight: bold;
				font-size: 18px;
				padding:10px 0 10px 10px;
			}
				span#title-right {
					color: #5d5d5d;
				}
			#article p {
				color: #2e2e2e;
				padding:10px 10px 10px 10px;
			}
		
		#newstabs {
			float:left;
			background:#dfdfdf;
			width: 518px;
			height: 268px;
			margin: 0;
		}
			.tab {
				overflow: auto;
				height:227px;
			}
			#sidebar-tabs-container { 
				padding:0;
				}
				#sidebar-tabs-container ul.tabs-list {
					display: block;
					list-style-type: none;
					position: relative;
					height: 29px;
					background: url(../images/news-bg.gif) repeat-x;
					border: 1px solid #bfbfbf;
					border-bottom: none;
				}
					#sidebar-tabs-container ul.tabs-list li {
						display: block;
						float: left;
						margin-right: 3px;
						position: relative;
						top: 3px;
						width: 1%;
					}
						ul.tabs-list>li { width: auto !important; }
					#sidebar-tabs-container ul.tabs-list li a {
						display: block;
						padding: 0 12px;
						height: 26px;
						font: 14px/26px Arial, Helvetica, sans-serif;
						font-weight: bold;
						color: #6c6c6c;
						text-decoration: none;
						background: url(../images/news-border.gif) no-repeat right;
					}
						#sidebar-tabs-container ul.tabs-list li.selected {
							top: 0px;
							border-bottom: none;
						}
							#sidebar-tabs-container ul.tabs-list li.selected a {
								height: 29px;
								background: url(../images/news-selected-bg.gif) repeat-x;
								line-height: 29px;
								color: #FFF;
							}
							#sidebar-tabs-container ul.tabs-list li.last a {
								
							}
						#sidebar-tabs-container ul.tabs-list li a:hover { color: #000;
						}
						#sidebar-tabs-container ul.tabs-list li.selected a:hover { color: #fff;
						}
				#sidebar-tabs-container div.tab {
					border: 1px solid #bcbbbb;
					background: url(../images/tab-container-bg.gif) top repeat-x #eeeeee;
					padding: 5px 15px;
					color: #2e2e2e;
					font-size: 12px;
				}
					#sidebar-tabs-container div a { color: #0090ff; }
					#sidebar-tabs-container div a:hover { color: #3756a0; }
					#sidebar-tabs-container div h3 { display: none; }
					#sidebar-tabs-container #date { color: #6f6f6f; font-size: 11px; padding: 3px 0;}
					#sidebar-tabs-container #viewall { float:right;}
					
				#sidebar-tabs-container div ul {
					display: block;
					list-style-type: none;
				}
					#sidebar-tabs-container div ul li {
						display: block;
						padding: 12px 0;
						background: url(../images/line-dotted-bg.gif) bottom repeat-x;
					}
						#sidebar-tabs-container div ul li h4 a {
							font-size: 12px;
							text-decoration: none;
							padding-bottom: 2px;
							color: #2e2e2e;
						}



/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
			background: url(../images/footer-bg.gif) repeat-x;
			width:990px;
			height:69px;
		}
			#footer-info {
				padding:25px 0 0 20px;
				float:left;
			}
				#footer-info a {
					color:#8a8a8a;
					font-size:11px;
				}
					#footer-info a:hover { color: #fff; }
			#footer-powered {
				background: url(../images/on.gif) no-repeat;
				width:142px;
				height:69px;
				float:right;
			}
				#footer-powered a {
					display: block;
					width:161px;
					height:48px;
					text-indent: -999999px;
				}
