/*
Title:      	Gay Wedding Fodder styles
Author:     	Mac Slocum, mac@gayweddingfodder.com
Updated:    	March 16 2006
*/


/* ---[ 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: #B8AACE url(/images/bg-shadow.gif) repeat-y center top;
	}

	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: left;
  	width: 850px;
  	background: #FFF;
	}
	
FORM {margin:0}		

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

#header {
	clear: left; 
	width: auto;
	height: auto;
	background: #6F559E;
	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: #DDD; 
	font-size: 100%; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	word-wrap: break-word;
	clear: left;
}	

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


#header .tagline-small A {
	color: #DDD; 
	text-decoration: none;
}	

#header .tagline-small A:hover {
	color: #DDD; 
	text-decoration: underline;
}	

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

#top-ad {
	background: #EEE7D7;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #CCC;
	}
	


div#logo-row {
	width: auto;
	height: 70px;
	background: #353535;
	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 {
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	font-size: 110%;
	background: #245F7F;
	border-bottom: 1px solid #CCC;
	border-top: none;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

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

#nav-line {
	width: 1px;
	height: 29px;
	background: url(/images/nav-li-blue-bg.gif) no-repeat bottom;
	float: left;
	}


#nav 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: normal;
	border: none;
	background: #245F7F;
	}
	
#nav a:hover {
	color: #000;
	display: block;
	background: #F9EAD3;
	}
	
#adlinks {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	text-align: center;
	background: #FFF;
	border-bottom: none;
	}	

/* ---[ page elements ]------------------------------- */

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


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


#story-content a {
	color: #245F7F;
	text-decoration: underline;
	}
	
#story-content a:hover {
	color: #EB9F3D;
	text-decoration: underline;
	}	
	
#email-content {
	float: left;
	width: 95%;
	font-size: 95%;
	line-height: 1.5em;
	color: #000;
	margin-left: 6px;
	margin-right: 6px;
	}	
	
#email-content a {
	color: #245F7F;
	text-decoration: none;
	}
	
#email-content a:hover {
	color: #EB9F3D;
	text-decoration: underline;
	}		
	
#sidebar {		
	float: right;
	width: 44%;
	}
	
#footer {
	clear: both;
	background: #EEE7D7;
	border-top: 1px solid #CCC;
	margin: 0;
	}
	
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #999;
	text-align: center;
	}
	
#footer .header-copyright {
	font-size: 75%;
	color: #999;
	text-align: center;
	}	
	
#footer a {
	color: #000;
}

#footer .storename a {
	float: left;
	font-weight: bold;
	font-size: 150%;
	font-family : arial, helvetica, sans-serif; 
	text-decoration: none;
	color: #000;
	margin: 10px 20px 5px 20px;
	padding: 0 0 0 0;
	}

#footer .storename a:hover {
	text-decoration: underline;
	}	

#store-box {
	float: left;
	width: 700px;
	border: 1px solid #999;
	background: #FFF;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#store-box li {
	float: left;
	width: auto;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 100%;
	text-align: center;
	}
	
#store-box li a {
	text-decoration: none;
	}
	
#store-box li a:hover {
	text-decoration: underline;
	}	
		
#story-box {
	float: left;
	width: 95%;
	clear: left;
	padding-bottom: 15px;
	margin-bottom: 5px;
}	

/* ---[ gutters ]------------------------------- */
	
#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;
	}	
	
#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: #000;
	}	

#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: #000;
	}	
	
#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: #000;
	}		
	
/* ---[ 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: #EEE 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: #EEE url(/images/check.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-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: #EEE;
	border-top: 1px solid #999;
	border-bottom: 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;
	}

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

.right-ad-box {
	border: none;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	}


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

	
/* ---[ 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: 5px;
	background: #EEEEEE;
	vertical-align: middle;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	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;
		}		

/* ---[ editor's note box ]------------------------------- */

#editors-note {
	width: 90%;
	border: 2px solid #999;
	padding: 5px;
	background: #EEE;
	}


/* ---[ /editor's note box ]------------------------------- */		