/* CSS Document */

@import 'fields.css';

body {
	background-color: #372f2d;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;	
	margin: 0px;
}
#outerwrap{
	margin: auto;	
}
#logo {
	margin-bottom:10px;
}
#feedwrap {
	width: 100%;
	background-image:url(img/enterfeed_bg.png);
	background-repeat:repeat-x;
	height: 47px;
}
#enterfeed {	
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
}
#feedurl {
	background-color: #75ae35;
	border: thin solid #98c462;
	width: 250px;
	color: #fff;
	padding: 3px;
}
#feed {
	margin-top:5px;
	margin-left: 216px;
	font-size: 14px;
	width: 673px;
	color: #4a4a4a;
}
#ww {
	width: 910px;
}
#welcome {
	float: right;
}
#welcome a:link {
	color: #e7e8e9;
	text-decoration:none;
}
#welcome a:visited {
	color: #e7e8e9;
	text-decoration:none;
}
#welcome a:hover {
	color: #e7e8e9;
	border-bottom: dashed thin #e7e8e9;
	text-decoration:none;
}
#welcome h2 {
	color: #e7e8e9;
	font-size:18px;
	margin: 3px;
}
#newsupdate {
	font-size: 12px;
	/*background-color:#f5f4e0;
	border: #e2e0c4 1px solid;
	padding:2px;
	color: #79786c;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;	*/
	
	position:absolute;
	left: 218px;
	top: 10px;
	width: 700px;
}
.vfeed {
	font-family: Georgia, "Times New Roman", Times, serif;	
	background-color: #f9f9f9;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
	margin-top:5px;	
	text-align:justify;
	margin-left: 5px;
	border-bottom: 3px solid #d4d6d5;
	overflow: hidden;
}
.vfeed:hover {
	border-bottom: 3px solid #a5a5a5;
	background-color: #f5f5f5;
}
.vfeed p {
	margin: 2px;
	color: #8394a7;
}
.vfeed h2 {
	color: #3c3c3c;
	font-size:16px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top:0px;	
}
.vfeed a:link {
	color: #7b7b7b;
	text-decoration:none;
}
.vfeed img:hover {
	border-bottom: dashed 0px #2e2e2e;
}
.vfeed a:visited {
	color: #7b7b7b;
	text-decoration:none;
}
.vfeed a:hover {
	color: #7b7b7b;
	text-decoration:underline;
}
.vfeed h2 {
	border-bottom: 1px solid #a5a5a5;
}
.vfeed h2 a:link {
	color: #e7e8e9;
	font-size:18px;
	text-decoration:none;
}
.vfeed h2 a:visited {
	color: #e7e8e9;
	font-size:18px;
	text-decoration:none;
}
.vfeed h2 a:hover {
	color: #e7e8e9;
	font-size:18px;
	border-bottom: dashed thin #e7e8e9;
	text-decoration:none;
}
#rssheader {
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
	font-size: 14px;
	border-bottom:4px solid #79b031;
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 8px;
	width: 685px;
	margin-bottom:3px;
	color: #333333;
	text-align:justify;
	margin-left: 5px;
}
#cpanel {
	width: 755px;
}
#controlpanel {
	float: right;
	margin-top:0px;
	margin-left: 940px;
	background-color: #32373a;
	border: 1px solid #5c6163;
	position:fixed;
	width: 243px;
}
.cpitem {
	background-image:url(img/item_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px;
	color: #fff;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#favorites {
	width: 200px;
	margin: auto;
	height: 50px;
	background-color: #575b5d;
	border: 1px solid #7d8182;
}
.col {
	cursor:pointer;
}	
#cpclose {
	cursor:pointer;
}
.cpitem h3 {
	margin: 0px;
	color: #fff;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif
}
#cptop {
	background-image:url(img/cp_headerbg.jpg);
}
.afs {
	background-color: #fbfbfb;
	font-size:11px;
	padding-top:3px;
	padding-left: 2px;
	padding-right: 2px;
	color:#999999;
	margin-bottom:2px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#fimage {
	text-align: right;
	width: 90px;
	margin: auto;
}
#staffpicks {
	float: left;
	color: #f5f8dd;
	padding-left:10px;	
	width: 177px;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
	font-size:13px;
}
#staffpicks a:link {
	color: #f5f8dd;
	text-decoration:none;
}
#staffpicks a:visited {
	color: #f5f8dd;
	text-decoration:none;
}
#staffpicks a:hover {
	color: #f5f8dd;
	text-decoration:underline;
}
.splist {
	background-color: #423a38;
	width: 177px;
	border: solid 2px #4f4745;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(img/dot.png);
}
.splist li {
    margin:0px;
	background-image: url(img/listbg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:2px;
}
.splist li:hover {
	background-color: #473f3d;
}
.splist ul {
    margin:4px;
	padding-left: 2px;
}
#loading_feed {	
	float: right;
	margin-top:6px;
}
#submit {
	background-image:url(img/submitbg.png);
	background-repeat:no-repeat;
	float: right; 
	text-align:left; 
	width: 642px;
	padding-left: 11px;
	padding-top:37px;
}
#picked {
	width: 400px;
	padding:3px;
	font-size:16px;
	margin-top: 5px;
}
.subcontent {
	border: 2px solid #d4d6d5;
	width: 100%;
	padding:10px;
	text-align:justify;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
	font-size:14px;
}
.subhead {
	border-bottom:4px solid #79b031;
	width: 100%;
	margin-bottom: 4px;
	font-size:18px;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
}
.fc {
	text-align: right;
	font-size:11px;
	color:#333333;
	margin-top: 5px;
	padding: 2px;
	margin-bottom:3px;
}
.fc a:link {
	text-decoration:none;
	color:#333333;
}
.fc a:visited{
	text-decoration:none;
	color:#333333;
}
.fc a:hover {
	text-decoration: none;
	color:#333333;
}
#podcast {
	float: right;
	margin-top: 15px;
	margin-right:50px;
}
.acontrols {
	background-color: #fff;
	padding: 4px;
	border-bottom: 2px solid #d4d6d5;
	font-size: 11px;
	margin-bottom:4px;
	margin-top:4px;
}
.acontrols:hover {
	border-bottom: 2px solid #a5a5a5;
}
#feedloaded {
	background-color: #FFFF88;
	float: right;
	padding:5px;
	width: 120px;
	color: #465328;
	font-family:"trebuchet MS", Calibri, "Century Gothic", Georgia;
	font-size:18px;
	font-weight:800;
	border-top:2px solid #b1ce72;
	border-bottom: 2px solid #b1ce72;
	text-align: center;
	margin:4px;
}
.feature2 {
	text-align: justify;
	width: 420px;
	margin-right:10px;
	float: left;
}
.feature2 h4 {
	color:#494949;
	font-size:18px;
	border-bottom: 2px solid #d7d7d7;
	background-color:#eeeeee;
}
.feature2 p {
	color: #646464;
	margin:2px;
	font-size:14px
}
#loader {
	background-color: #000;
	width: 100%;
	height: 100%;
	float:left;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	position:fixed
}
#gpicked h2 {
	font-size: 28px;
	font-family:Georgia, "Times New Roman", Times, serif;;
	color: #505050;
	margin: 0px;
	font-weight:100;
}
#gp {
	border: 5px #d8d8d8 solid;
	font-size: 24px;
	color: #989898;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	width:450px;
	background-color: #fff;
}
#sbtn {
	float: right;
	margin-right: 102px;
	border: 3px #959190 solid;
	background-color: #b9d39b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:3px;
	margin-top:4px;
}
#accept {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	background-color: #b9d39b;
	color:#FFFFFF;
	padding: 2px;
}