/*
Title:      	TV Fodder styles
Author:     	Mac Slocum, mac@tvfodder.com
Updated:    	Dec 15 2005
*/


/* ---[ outer structure ]------------------------------- */	

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #E1D4C0 url(/images/bg-shadow3.gif) repeat-y center top;
	}

#newsletter {
	padding: 7px 0 7px 0;
	text-align: center;
	background: #DDD;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 100%;
	}		
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: left;
  	width: 850px;
  	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}

#email-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: left;
  	width: 600px;
  	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
	
FORM {margin:0}	

/* ---[ header ]------------------------------- */	

#header {
	clear: left; 
	width: auto;
	height: auto;
	border: 0;
	background: #353535 url(/images/tvfodder-header-background.gif) no-repeat top left;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px
	}

#header .sitename a {
	float: left;
	font-weight: normal;
	font-size: 200%;
	font-family : arial black, arial, helvetica, sans-serif; 
	text-decoration: none;
	color: #FFF;
	padding-bottom: 10px;
	}

#header .sitename a:hover {
	text-decoration: underline;
	}	

#header .tagline {
	color: #EB9F3D; 
	font-size: 100%; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	word-wrap: break-word;
	clear: left;
}	

#header .search {
	float: right;
	padding-right: 20px;
	padding-bottom: 5px;
}	

#top-ad-old {
	background: #588B25;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #CCC;
	}
	
#top-ad {
	background: #40608C;
	text-align: center;
	padding: 15px;
	}
	
	
div#logo-row {
	width: auto;
	height: 70px;
	background: #353535 url(/images/tvfodder-header-background.gif) no-repeat top left;
	text-align: left;
	border-bottom: 3px inset #000;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}




/* ---[ nav ]------------------------------- */			


#nav-row ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav-row  li { /* all list items */
	float: left;
	position: relative;
	width: 7.9em;
}

#nav-row li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

#nav-row li a:hover {
	text-decoration: none;
	color: #EB9F3D;
	}

#nav-row li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 19px;
	width: auto;
	left: 0;
	background: #EEE;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: none;
	border: 1px solid #999;
}

#nav-row li ul .row {
	width: 130px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 6px;
}
#nav-row li ul a {
	display: block;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	}
	
#nav-row li ul a:hover {
	width: auto;
	background: #353535;
	color: #FFF;
	}	

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav-row li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
	
#nav-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	font-size: 100%;
	background: #FFF url(/images/nav-bg.gif) repeat-x top left;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #CCC;
	}

#nav2 li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: times, new roman, serif; 
}

#nav-spacer {
	float: left;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #898989;
	border: 1px solid #898989;
}

#nav2 a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: none;
	background: #898989;
	}
	
#nav2 a:hover {
	color: #000;
	display: block;
	background: #CCC;
	}
	
#adlinks-old {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	text-align: center;
	background: #FFF;
	border-bottom: none;
	}	

#adlinks {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px; 
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	text-align: center;
	background: #40608C;
	border-bottom: 1px solid #CCC;
	}	
	
	
/* ---[ page elements ]------------------------------- */

#content {
	float: left;
	width: 55%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	}


#content a {
	color: #003366;
	text-decoration: none;
	}
	
#content a:hover {
	color: #245F7F;
	text-decoration: underline;
	}
	
#content .posted-to {
	width: auto;
	border-top: 1px dashed #CCC;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #F6EFEF;
	padding: 2px 2px 2px 3px;
	margin: 5px 0 0 0;
	}

#content .posted-to A {
	text-decoration: none;
	color: #003366;
	}

#content .posted-to A:hover {
	text-decoration: underline;
	}
	
#home-content {
	float: left;
	width: 55%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	}


#home-content a {
	color: #003366;
	text-decoration: none;
	}
	
#home-content a:hover {
	color: #245F7F;
	text-decoration: underline;
	}	
	
#story-content {
	float: left;
	width: 55%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	}


#story-content a {
	color: #003366;
	text-decoration: underline;
	}
	
#story-content a:hover {
	color: #245F7F;
	text-decoration: underline;
	}	
	
#wide-content {
	float: left;
	width: 100%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	}


#wide-content a {
	color: #003366;
	text-decoration: underline;
	}
	
#wide-content a:hover {
	color: #245F7F;
	text-decoration: underline;
	}	
		
	
	
	
#email-content {
	float: left;
	width: 95%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	}


#email-content a {
	color: #003366;
	text-decoration: underline;
	}
	
#email-content a:hover {
	color: #245F7F;
	text-decoration: underline;
	}		
	
#sidebar {		
	float: right;
	width: 44%;
	}

#footer {
	clear: both;
	background: #CDDAE2;
	border-top: 1px solid #CCC;
	margin: 0;
	}
	
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #000;
	text-align: left;
	}
	

#footer a {
	color: #000;
}

#footer-banner {
	float: left;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	text-align: center;
	}


#footer .headlines {
	float: left;
	width: 400px;
	padding: 5px;
	border: none;
	margin: 10px 0 0 5px;
	}

#footer .header { 
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin: 20px 18px 0 16px;
	}	
	
#footer .header A {	
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 18px;
	text-decoration: none;
	}
	
#footer .header A:hover {	
	text-decoration: underline;
}

#store-box-1 {
	float: left;
	width: 140px;
	padding: 10px 4px 10px 4px;
	border: 2px solid #999;
	background: #EEE;
	text-align: center;
	margin: 15px 0 25px 17px;
	font-size: 80%;
	}

#store-box-2 {
	float: left;
	width: 150px;
	padding-top: 55px; 
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: none;
	font-size: 80%;
	}	

#store-box-2 A {
	color: #000;
	text-decoration: none;
	}
	
#store-box-2 A:hover {
	text-decoration: underline;
	}	

#store-box-3 {
	float: left;
	width: 130px;
	padding-top: 55px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: none;
	font-size: 80%;
	}	
		
#store-box-3 A {
	color: #000;
	text-decoration: none;
	}
	
#store-box-3 A:hover {
	text-decoration: underline;
	}	
		
#store-box-4 {
	float: left;
	width: 160px;
	padding-top: 55px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: none;
	font-size: 80%;
	}		
	
#store-box-4 A {
	color: #000;
	text-decoration: none;
	}
	
#store-box-4 A:hover {
	text-decoration: underline;
	}		
	
#store-box-5 {
	float: left;
	width: 140px;
	padding: 10px 4px 10px 4px;
	border: 2px solid #999;
	background: #EEE;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 80%;
	}	
			
#story-box {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}	

#story-box .photo {
	width: auto;
	height: auto;
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
#story-box .deck {
	width: 75%;
	float: left;
	padding: 0;
	margin: 0;
	}		

.store-promo {
	margin: 0 0 20px 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000;
	background: #FFF;
	border: 1px solid #999;
	}

.store-promo a
	{
	color: #003366;
	text-decoration: none; 
	}	
	
.store-promo a:hover
	{
	color: #003366;
	text-decoration: underline; 
	}		
	
.store-promo h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #353535;
	}
	
.store-promo p, .store-promo ul {
	margin: 0;
	padding: 0;
	}

.store-promo ul li {
	margin: 0 0 0 17px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/images/arrow-right.gif) no-repeat 0 5px;
	}
	
	
.store-promo .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		margin: 10px 0 15px 0;
		}		
	



/* ---[ gutters ]------------------------------- */
	
#content .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}
	
	
#home-content .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}
		
	
#story-content .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}	
	
#wide-content .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}	
	
	
#email-content .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}		

#sidebar .gutter {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #FFF;
	}	
	
/* ---[ text elements ]------------------------------- */	

#content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	font-family: Arial, helvetica, san-serif;
	font-size: 125%;
	font-weight: bold;
	color: #353535;
	}


#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, helvetica, san-serif;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}	
	
	
#home-content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	font-family: Arial, helvetica, san-serif;
	font-size: 125%;
	font-weight: bold;
	color: #353535;
	}


#home-content h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, helvetica, san-serif;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}		


#home-content .posted-to {
	width: auto;
	border-top: 1px dashed #CCC;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #F6EFEF;
	padding: 2px 2px 2px 3px;
	margin: 5px 0 0 0;
	}

#home-content .posted-to A {
	text-decoration: none;
	color: #003366;
	}

#home-content .posted-to A:hover {
	text-decoration: underline;
	}

	
#story-content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	font-family: Arial, helvetica, san-serif;
	font-size: 125%;
	font-weight: bold;
	color: #353535;
	}


#story-content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, helvetica, san-serif;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}	
	
	

#wide-content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	font-family: Arial, helvetica, san-serif;
	font-size: 125%;
	font-weight: bold;
	color: #353535;
	}


#wide-content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, helvetica, san-serif;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}	
		
	
#email-content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	font-family: Arial, helvetica, san-serif;
	font-size: 125%;
	font-weight: bold;
	color: #353535;
	}


#email-content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, helvetica, san-serif;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}		
	
/* ---[ sidebars ]------------------------------- */	

.right-search-box {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #EEE;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}

.right-home-box {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	background: #FFF url(/images/home.gif) no-repeat 0 50%;
	border: none;
	}

.right-home-box a {
	color: #353535;
	text-decoration: none; 
	padding-left: 15px;
}	

.right-home-box a:hover {
	text-decoration: underline; 
}	


.right-store-box {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	background: #EEE url(/images/check.gif) no-repeat 0 50%;
	border: none;
	}

.right-store-box a {
	color: #353535;
	text-decoration: none; 
	padding-left: 15px;
}	

.right-store-box a:hover {
	text-decoration: underline; 
}


.right-rss-box {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	background: #FFF url(/images/feed-icon-10x10.gif) no-repeat 0 50%;
	border: none;
	}

.right-rss-box a {
	color: #353535;
	text-decoration: none; 
	padding-left: 15px;
}	

.right-rss-box a:hover {
	text-decoration: underline; 
}	


.right-nielsen-box {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	background: #FFF url(/images/user.gif) no-repeat 0 50%;
	border-bottom: 1px solid #999;
	}

.right-nielsen-box a {
	color: #353535;
	text-decoration: none; 
	padding-left: 15px;
}	

.right-nielsen-box a:hover {
	text-decoration: underline; 
}	


.right-sub-blog-box {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	background: #EEE url(/images/user.gif) no-repeat 0 50%;
	border: none;
	}

.right-sub-blog-box a {
	color: #353535;
	text-decoration: none; 
	padding-left: 15px;
}	

.right-sub-blog-box a:hover {
	text-decoration: underline; 
}
	
.box {
	margin: 0 0 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000;
	background: #FFF;
	border: 1px solid #999;
	}

.box a
	{
	color: #003366;
	text-decoration: none; 
	}	
	
.box a:hover
	{
	color: #003366;
	text-decoration: underline; 
	}		
	
.box h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #353535;
	}
	
.box p, .box ul {
	margin: 0;
	padding: 0;
	}

.box ul li {
	margin: 0 0 0 17px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/images/arrow-right.gif) no-repeat 0 5px;
	}
	
	
.box .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		margin: 0 0 15px 0;
		}

	
.newsletter-box {
	margin: 0 0 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000;
	background: #FFF;
	border: 1px solid #999;
	}

.newsletter-box a
	{
	color: #003366;
	text-decoration: none; 
	}	
	
.newsletter-box a:hover
	{
	color: #003366;
	text-decoration: underline; 
	}		
	
.newsletter-box h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #353535;
	}
	
.newsletter-box p, .newsletter-box ul {
	margin: 0;
	padding: 0;
	}

.newsletter-box ul li {
	margin: 0 0 0 17px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/images/arrow-right.gif) no-repeat 0 5px;
	}
	

.newsletter-box .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		padding: 0 0 5px 0;
		margin: 0 0 15px 0;
		}		
			
	
.store-box {
	margin: 0 0 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000;
	background: #FFF;
	border: 1px solid #999;
	}

.store-box a
	{
	color: #003366;
	text-decoration: none; 
	}	
	
.store-box a:hover
	{
	color: #003366;
	text-decoration: underline; 
	}		
	
.store-box h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #353535;
	}
	
.store-box p, .store-box ul {
	margin: 0;
	padding: 0;
	}

.store-box ul li {
	margin: 0 0 0 17px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/images/arrow-right.gif) no-repeat 0 5px;
	}
	
	
.store-box .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		margin: 0 0 15px 0;
		}		
	
.nielsen-box {
	margin: 0 0 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 100%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #000;
	background: #FFF;
	border: 1px solid #999
	}

.nielsen-box a
	{
	color: #003366;
	text-decoration: none; 
	}	
	
.nielsen-box a:hover
	{
	color: #003366;
	text-decoration: underline; 
	}		
	
.nielsen-box h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #353535;
	}
	
.nielsen-box p, .box ul {
	margin: 0;
	padding: 0;
	}

.nielsen-box ul li {
	margin: 0 0 0 17px;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/images/arrow-right.gif) no-repeat 0 5px;
	}	

#spacer10 {
	width: auto;
	height: 10px;
	}

#spacer20 {
	width: auto;
	height: 20px;
	}
	
.product {
	width: 200px;
	padding: 0;
	border: 1px solid #999;
	text-align: center;
	margin-bottom: 3px;
	}
	
.product-dvd {
	width: 200px;
	padding: 10px;
	border: 0px solid #999;
	background: #FFF;
	text-align: center;
	margin-bottom: 3px;
	}	

.right-ad-box {
	border: 1px solid #7A8A99;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	background: #F1F7EE;
	}


.right-ad-box a {
	color: #003366;
	text-decoration: none; 
	}


.right-ad-box a:hover {
	color: #003366;
	text-decoration: underline; 
	}
	
.fodder-store-link {
	text-align: center;
	}
	
.fodder-store-link a {
	color: #003366;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}

.fodder-store-link a:hover {
	text-decoration: underline;
}

.fodder-store-item {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	
/* ---[ links ]------------------------------- */		

#story-box read-story A { 
	color : #000; 
	text-decoration: none;
	font-weight : bold;
	}

#story-box a:hover { 
	text-decoration: underline;
	}
	

/* ---[ comments styles ]------------------------------- */	
	
#comments-area {
	width:97%;
	text-align: left;
	border-bottom: 0px solid #CCCCCC;
	margin-bottom: 7px;
	margin-top: 0px;
	}

.comments-header {
	font-size:100%;
	font-weight: bold;
}

#comments-box {
	width:97%;
	padding: 10px;
	background: #EEEEEE;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 0px;
}


/* ---[ picture styles ]------------------------------- */	

.deckpic	{ 
		float: left; 
		padding: 0px 10px 0px 0px; 
		margin: 0px 0px 0px 0px; 
		background: #ffffff; 
		border: 0px; 
		border-style: none; 
		border-color: #000000; 
		vertical-align: bottom;
		}
		
/* ---[ poll styles ]------------------------------- */	


.poll-header	{ 
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: helvetica, arial, sans-serif;
		font-size: 200%;
		font-weight: bold;
		color: #353535;
		text-align: center;
		}	

		
/* ---[ Image Drop Shadow Styles ]------------------------------- */		

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 0;
  }
  

/* ---[ Large Image Styles ]------------------------------- */		

.bigpic {
border: 1px solid #000;
}


/* ---[ Random Quote Box ]------------------------------- */	


.quote-box {
	padding: 10px;
	border: 1px solid #7A8A99;
	background: #FFFFFF;
	text-align: left;
	font-size: 100%;
	line-height: 2em;
	margin-top: 1px;
	color: #000;
	}

.quote-box P {
	padding-left: 5px;
}		

.quote-box A {
	text-decoration: underline;
	color: #003366;
}		

.quote-box A:hover {
	text-decoration: underline;
}		

.quote-box .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		margin: 0 0 15px 0;
		}	
		
/*------------- [simpleviewer styles] -----------------*/

#flashcontent {
		height: 460px;
		border: 1px solid #000;
		margin: 20px;
		padding: 0 0 0 30px;
		background: #EEE;
	}		
	
/*------------- [headlines box -- contains filmfodder headlines on home page] -----------------*/
	
.headlines-box {
	padding: 10px;
	border: 1px solid #7A8A99;
	background: #FFFFFF;
	text-align: left;
	font-size: 100%;
	line-height: 2em;
	margin-top: 1px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	}


.headlines-box P {
	padding-left: 5px;
}		

.headlines-box A {
	text-decoration: none;
	color: #003366;
}		

.headlines-box A:hover {
	text-decoration: underline;
}		

.headlines-box .header { 
		color: #000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 18px;
		border-bottom: 1px solid #999;
		margin: 0 0 15px 0;
		}	

.headlines-box h1 {
	font-size: 100%;
	}	
  



/* ---[ Tumblr Styles ]------------------------------- */

.tumblr_posts  {
list-style-type: none;
}

.tumblr_posts li {
margin: 20px 0 20px 0;
border-top: 1px solid #fff;
}

.tumblr_posts li blockquote {
margin: 0 0 0 10px;
padding: 0 0 0 10px;
border-left: 5px solid #ddd;
}

.tumblr_posts a {
font-weight: normal;
}


/* ---[ Note: .tumblr_quote must have top padding set to 25px to get the "quote" bug to appear above the excerpt ]------------------------------- */

.tumblr_quote {
font-style: italic;
background: transparent url(/images/quote-bug.gif) no-repeat scroll 0 0;
padding: 25px 0 0 0;
}


/* ---[ Note: .tumblr_link must be set to display: block to get the "story" bug to appear above the headline ]------------------------------- */
.tumblr_link {
display: block;
font-size: 1.1em;
margin: 25px 0 0 0;
}

.tumblr_link_post {
background: transparent url(/images/story-bug.gif) no-repeat scroll 0 0;
}
