*{
	font-family: arial, verdana, helvetica, sans-serif;
}


form, #searchform{
	margin: 0;
	padding: 0;
}

#header{
	padding: 1%;
	text-align: center;
	height:140px;
	margin-top: 0px;
	margin-bottom: 20px;
}

	#header h1{
		display: none;
	}

#menu{
	float: left;
	margin: 0;
	padding: 0;
	width: 11%;
	margin-right: 1%;
	list-style: none;
}

	#menu li{
		display: inline;
	}

		#menu li a{
			margin: 1.5%;
			padding: 3%;
			display: block;
			text-align: center;
			text-decoration: None;
			font-weight: bold;
		}

#page{
	float: left;
	width: 64%;
	padding: 0% 1% 1% 1%;
}

	#page h4{
		text-align: center;
	}

#right
{
	float: right;
	width: 22%;
}

#footer{
	text-align: center;
}

.newsitem{
	font-style: normal;
	padding-left: 1%;
}

.day{
	font-style: italic;
	margin-bottom: 1%;
	padding: .5%;
}

.date{
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: .5%;
	font-variant:small-caps;
}

.story{
	padding: 1%;
	overflow: auto;
}

div.story img, div.story object, div.story embed{
	max-width: 95%;
}

.byline{
	font-weight: normal;
	letter-spacing: 1.25pt;
}

.headline{
	padding: 0.5%;
}

h2.headline a{
	text-decoration: none;
}

#searchInput{
	width: 98%;
	margin-bottom: 6%;
	padding: 2pt;
}
#searchSubmit{
	display: none;
}
#themes{
	margin-top: 0; 
	padding-top: 0; 
	border: 0;
}
	#themes  img{
		border: 0;
		width: 17.3%;
		padding: .5%;
	}
	
	#themes abbr{
		border: 0;
	}
#interactions img{
	float: left; 
	width: 48%;
	border: 0;
}
#twitterIcon{
	width: 25%; 
	float: left; 
	border: 0;
}
/* ------------- FEED STUFF ---------------- */

.feedcontrol{
	float: right;
}

.Feedbutton{
		width: 22px; 
		height: 22px;
		display: block; 
		float: left; 
		text-align: center; 
		vertical-align: middle;
		text-decoration: none;
		margin-left: 3px;
		}
	.feedContainer{
		padding: 2px;
		overflow: hidden; 
		margin-bottom: 20px; 
	}
	
		.feedContainer H1
		{
			margin: 3pt;
			font-family: Arial, Helvetica, Sans-Serif;
			height: 24px;
			line-height: 22px;
			display: block;
		}
	
	.feedButtons
	{
		float:right;
		margin: 1px;
	}
	
	.feedContent
	{
		margin: 5px;
		font-family: arial, hevletica, sans-serif;
	}
	.feedContent img
	{
		border: 0px;
	}
	.feedTitle{
		font-weight: bold; 
		font-size: 10pt; 
		margin: 0; 
		padding: 0;
	}
	
	.feedDescription{
		font-size: 10pt;
		margin: 0;
		padding: 0;
	}
	
	.feedList, .feedItem{
		display: inline; 
		margin: 0; 
		padding: 0 0 0 10px;
	}
	
#submissionForm{
	padding: 1%; 
	position: absolute; 
	left: 25%; 
	top: 25%; 
	background-color: black; 
	border: 1px solid red; 
	height: 350px;
	width: 50%;
	z-index: 100;
	font-size: 9pt;
	display: none;
}

	#submissionForm input{
		color: black;
		font-size: 10px;
		width: 70%;
	}
	
	#submissionForm  dl{
		margin: 0;
	}
	#submissionForm  dd, #submissionForm  dt{
		margin-top: 1%;
		display: block;
	}
	
	#submissionForm  dd{
		margin-left: 3%;
	}
	
	#SubmissionBody{
		height: 100px;
		width: 95%;
		color: black;
		font-size: 10px;
	}
	
	#State{
		display: none;
	}
	
#subscriptionForm{
	position:absolute; 
	z-index:100; 
	border: 1px solid red;
	background-color: black; 
	left: 25%; 
	top: 20%; 
	width: 50%;
	padding:3px;
	text-align:center;
	font-size: 9pt;
	display: none;
}

	#subscriptionForm input{
		color: black;
	}
	
	.button{
		border:2px solid #333;
		padding: 10px;
		background-color: #AAA;
		color: #000;
	}
	.button:hover{
		background-color: #888;
		cursor:pointer; 
		
	}

.ebayListing{
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 5px;
}
.eBayItem a img{
	float: left;
	padding: 5px 5px 5px 0;
}
.ebayItemActions{
	clear: both;
}
.ebayItemActions ul li{
list-style: none;
display: inline;
padding-right: 10px;
}
.ebayItemActions ul li:before {
	content: "\00BB \0020";
	}
