﻿@charset "utf-8";
* {margin: 0; padding: 0}
body {
	background: #E9EEF2 url(bg.png);
	background-repeat: repeat-x;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	text-align: center;
}
h3.news_header {font-size: 20px;}

.woot_recent_topics {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.news_item {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.woot_redbox {
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #900;
	margin-bottom: 15px;
	padding: 10px;
	text-align: justify;
}
.woot_greybox {
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
	text-align: justify;
}
.woot_hollowbox {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #ccc;
	margin-bottom: 15px;
	padding-left: 11px;
	text-align: justify;
}

hr {
	color: #FFF; 
	background-color: #FFF;  
	margin: auto; 
}

#woot_navigation {
	width: 100%;
	height: 18px;
	position: absolute;
	top: 0px; left: 0;
	margin: auto;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.2);
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: medium;
	color: #CCC;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#woot_navigation a:visited	{text-decoration: none; color: #FFF;}
#woot_navigation a:active	{text-decoration: none; color: #FFF;}
#woot_navigation a:hover	{text-decoration: none; color: #CCC;}
#woot_navigation a:link	{text-decoration: none; color: #FFF;}

#woot_container {
	background: url(/static/splatter.png) no-repeat;
	background-position: right top;
	margin: auto;
	background: #FFF;
	width: 900px;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#woot_content {
	border-right: 1px solid #CCC;
	float: left;
	width: 555px;
	padding: 10px;
}
#woot_sidebar {
	float: right;
	width: 310px;
	padding: 5px;
	padding-top: 10px;
	background: url(/static/splatter.png) no-repeat;
	background-position: right top;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.woot_sidebar_title {
	font-size: 24px;
	color: #ccc;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#woot_footer {
	clear: both;
	border-top: 1px solid #CCC;
}
.ssi_table {
	width: 100%;
	font-size: x-small;
	padding: 5px;
}
