@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: #2b7a99;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #004058;
		}
		
		#container {
			width: 909px;
			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 {
			
		}
		
			#header-bottom {
				background: #fef7c1 url(../images/header.jpg) no-repeat;
			}
			#header h1 {
				display: block;
				width: 386px;
				height: 108px;
				float:left;
			}
				#header h1 a {
					display: block;
					width: 388px;
					height: 108px;
					text-indent: -999999px;
					background: #fef49d url(../images/logo.png) no-repeat;
				}
			#header ul {
			    float: ;
			    height: 35px;
				display: block;	
				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: 35px;
						line-height: 35px;
						font-size: 11px;
						color: #FFF;
						font-weight: bold;
						text-decoration: none;
						text-transform: uppercase;
					}
					#header ul li a:hover {
						color: #898989;
						background: url(../images/nav-bg-on.gif) repeat-x;
					}
					/*
					#header ul li.selected a {
						background: url(../images/nav-current.gif) repeat-x;
					}
					*/
					
			
			#header-top {
				
			}
				#ad-box {
					background-color:#fff;
					width:468px;
					height:60px;
					margin: 10px 0 0 0;
					float: left;
				}
				
				#header-top #right-box {
					width: 232px;
					height: 68px;
					border: 2px solid #b8b9bb;
					float:right;
					padding: ;
					margin: 10px 0 22px 0;
					background: #f8f8f8;
				}
				#search-box {
					float:right;
					background: ;
					padding: 10px 10px 0 0;
					height: 19px;
					width: 209px;
					
				}
					#search-box input {
						background:#fff;
						border: 1px solid #cbc9c9;
						width: 150px;
						padding:;
						margin-right:px;
						height: 14px;
					}
					#button input {
						background: url(../images/button-bg.gif) repeat-x;
						width: 50px;
						height: 19px;
						margin-left:3px;
						padding: 0 0 1px 0;
						color: #FFF;
						border: 1px solid #b36518;
					}
						#button input:hover { cursor: pointer; background: url(../images/button-bg-hover.gif) repeat-x; }
				#email-box {
					float: right;
					margin: 10px 11px 0 0;
					background: url(../images/mail-bg.gif) repeat-x;
					font-size: 11px;
					width: 206px;
					height: 19px;
					border: 1px solid #cbc9c9;
				}
					#email-box a {
						background: url(../images/email-icon.gif) 8px no-repeat;
						padding-left: 28px;
						padding-right: 5px;
						color:#000;
						height: 19px;
						display:block;
						line-height: 19px;
					}
						
						#email-box:hover { background: #FFF; }



/*  ---------------------------------------
	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: #faf5f1;
		}
		#main {
			padding-left: 0;
			
			
		}
			#main h3 {
				
			}
			#main p {
				
			}
			#main p a {
			
			}
			#main p a:hover {
			
			}
			#main ul {
			
			}
				#main ul li {
				
				}
		
		#main-top-left {
			float: left;
			margin: 34px 0 0 16px;
		}
		
		#videodiv {
			float:left;
			width: 425px;
			margin-bottom: 3px;
		}
		
		#episodes {
			float:left;
			background:#48b6cf;
			width: 425px;
			height: 206px;
			margin: ;
		}
			#episodes-block {
				
				padding:0;
				margin:0;
			}
				#episodes-block h2 {
					background: #5e4d3f url(../images/episodes-nav-bg.gif) no-repeat;
					height: 36px;
				}
			#episode-list {	
				padding-left: 10px;
			}
			#episode-list ul {
				display: block;
				list-style-type: none;
				height: 168px;
				overflow: auto;
			}
				#episode-list ul li {
					display: block;
					margin: 0 10px 0 0;
					padding: 18px 0 5px 0;
					border-bottom: 1px dotted #7BCFE1;
				}
					#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: #005478;
							font-weight: normal;
							padding-top: 2px;
							text-decoration: none;
						}
							#episode-list ul li p strong a {
								text-decoration: none;
								color: #005478;
							}
								#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; }
						
		#welcome {
			padding:0 15px;
			float: right;
			width: 420px;
			margin: 34px 0 0 0;
			overflow: auto;
			height: 478px;
		}
			#welcome h3 {
				color: #00678A;
				font-weight: bold;
				font-size: 18px;
			}
			#welcome p {
				padding: 10px 0;
			}
		#welcome #title-right {
			color: #00AAC5;
		}
		#newstabs {
			background: ;
			margin: 9px 18px 33px 16px;
		}
		#blogs p {
			padding-top: 10px;
		}
		#articles p {
			padding-top: 10px;
		}
			.tab {
				overflow: auto;
				height:210px;
			}
			#sidebar-tabs-container { 
				padding:0;
				background: #badce6 url(../images/stripe.png) repeat;
				}
				#sidebar-tabs-container ul.tabs-list {
					display: block;
					list-style-type: none;
					position: relative;
					border-bottom: none;
                    float:left;
				}
					#sidebar-tabs-container ul.tabs-list li {
						display: ;
						float: ;
						margin-right: 0px;
					}
						ul.tabs-list>li { width: auto !important; }
					#sidebar-tabs-container ul.tabs-list li a {
						display: block;
						padding: 5px 12px 0 12px;
						height: 32px;
						font: 12px/26px Arial, Helvetica, sans-serif;
						font-weight: bold;
						color: #FFF;
						text-decoration: none;
						background: url(../images/news-nav-bg.gif) repeat-x;
						
					}
						#sidebar-tabs-container ul.tabs-list li.selected {
							
							border-bottom: none;
						}
							#sidebar-tabs-container ul.tabs-list li.selected a {
								
								background: #2b7a99;
								color: #FFF;
							}
							#sidebar-tabs-container ul.tabs-list li.last a {
								
							}
						#sidebar-tabs-container ul.tabs-list li a:hover { 
						}
						#sidebar-tabs-container ul.tabs-list li.selected a:hover { color: #fff;
						}
						#sidebar-tabs-container ul.tabs-list li.last a {
							
						}
				#sidebar-tabs-container div.tab {
					height: 287px;
					background: #2b7a99;
					padding: 0px 15px;
					color: #e9e1d9;
					font-size: 12px;
				}
					#sidebar-tabs-container div a { color: #43A7C1; }
					#sidebar-tabs-container div a:hover { text-decoration: underline; }
					#sidebar-tabs-container div h3 { display: none; }
					#sidebar-tabs-container #date { color: #7DA0A8; 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: 13px;
							text-decoration: none;
							padding-bottom: 2px;
							color: #43A7C1;
						}



/*  ---------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - -  */
	
		#footer {
			background: #7ed3ef;
			width:909px;
			height:64px;
		}
			#footer-info {
				padding:25px 0 0 20px;
				float:left;
			}
				#footer-info a {
					color:#0F7FA4;
					text-decoration: underline;
					font-size:11px;
				}
					#footer-info a:hover { color: #fff; }
			#footer-powered {
				background: url(../images/on.png) no-repeat;
				width:174px;
				height:64px;
				float:right;
			}
				#footer-powered a {
					display: block;
					width:161px;
					height:48px;
					text-indent: -999999px;
				}
