a:link,
a:active,
a:visited {
	border-bottom: 1px dashed #1E90FF;
	color: #1E90FF;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000000;
	color: #00BFFF;
}

body {
	background-color: #f5f5f5;
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table {
	border: 0px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

td {
	background-color: #c0c0c0;
	background-image: url(inc/bg_gradient.png);
	background-repeat: repeat-x;
	border: 1px solid #808080;
	color: #f5f5f5;
	margin: 20px;
	padding: 10px;
	vertical-align: top;
	width: 25%;
}

.feed_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.feed_title {
	font-size: 14px;
}

.feed_date {
	font-size: 12px;
	font-style: italic;
	margin-top: 2px;
}

.feed_link {
	float: right;
	font-size: 13px;
	font-weight: bold;
}

/*
.feed_date:before {
	content: "(";
}

.feed_date:after {
	content: ")";
}
*/

.feed_content {
	color: #f5f5f5;
	font-size: 12px;
	padding: 10px;
}

.feed_image {
	float: right;
	padding-left: 5px;
}

.header {
	color: #1E90FF;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.footer {
	font-size: 11px;
	text-align: center;
}



#overlay{ 
    background-image: url(inc/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 190%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="inc/overlay.png", sizingMethod="scale");
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

img {
	border: 0px;
}

.site_box {
	background-image: url(inc/bg_gradient.png);
	border-top: 2px solid #c0c0c0;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	height: 50px;
}


.site_check {
	float: left;
	height: 30px;
}

.site_name {
	color: #1E90FF;
	font-size: 16px;
	margin-left: 25px;
}

.site_url {
	font-size: 12px;
	margin-left: 25px;
}

.prefs {
	background-color: #2d2d2d;
	color: #f5f5f5;
	font-size: 14px;
	padding: 10px;
}

#prefsLink {
	background-color: #000000;
	color: #f5f5f5;
	padding: 7px;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 10px;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#refLink {
	background-color: #000000;
	color: #f5f5f5;
	padding: 7px;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 10px;
	width: 150px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#prefsLink:hover,
#refLink:hover {
	background-color: 808080;
}

.inline_header {
	color: #1E90FF;
	font-weight: bold;
}

.inline_subhead {
	font-style: italic;
}

.button {
	background-color: #000000;
	border: 1px solid #808080;
	color: #1E90FF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button:hover {
	border: 1px solid #f5f5f5;
}