* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #eee;
	background-image: url(/img/backgrd.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	color: #333;
	font-size: 10pt;
}

p {
	font-size: 10pt;
	color: #444;
	margin-bottom: 6px;
}

a {
	color: #bb1212;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background: #bb1212;
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
	margin-bottom: 10px;
}

h2 {
	font-size: 12pt;
	margin-bottom: 8px;
	color: #555;
}

h3 {
	font-size: 11pt;
	margin-bottom: 6px;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h6 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1px;
	border: 1px SOLID #AAA;
}

ul {
	list-style-type: none;
}


input,textarea {
	border: 1px SOLID #ccc;
	margin: 5px 0px 5px 0px;
	padding: 1px 3px 1px 3px;
}

input {
	vertical-align: middle;
}

select {
	border: 1px SOLID #ccc;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
}


.button {
	border-top: 1px SOLID #eee;
	border-left: 1px SOLID #eee;
	border-right: 1px SOLID #444;
	border-bottom: 1px SOLID #444;
}

label {
	color: #444;
	font-size: 10pt;
}

fieldset {
	padding: 7px;
	width: auto;
	border: 1px SOLID #777;
	margin-bottom: 10px;
}

legend {
	color: #444;
	font-size: 10pt;
	font-weight: bold;
}

table {
	border: 0px;
	margin-bottom: 15px;
}

table.displayTable {
	border-collapse: collapse;
	width: 100%;
}

.error {
	color: #33F;
	font-size: 10pt;
	margin-bottom: 5px;
}

.highlight {
	background: #ff0;
	color: #000;
}

.na {
	color: #bbb;
}

.headerCell {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 5px;
}

.titleCell {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	padding-bottom: 5px;
}

.dataCell {
	font-size: 10pt;
	vertical-align: middle;
	padding-bottom: 5px;
}

.dataCellC {
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 5px;
}

#left {
	float: left;
}

#right {
	float: right;
}

#container {

	width: 90%;
	min-width: 800px;
	/*height: auto;*/
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	padding: 20px;
}

#header {

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}

#header span {

	position: relative;
	left: 25px;
	top: 15px;
	font-size: 10pt;
	color: #139ea7;

}

#header img {
	border: 0px;
}

#header a {
	background: transparent;
}

#header a:hover {
	background: transparent;
}

#menu {
	width: 100%;
	height: 19px;
	padding: 0px;
	background-image: url(/img/menu.png);
	background-repeat: repeat-x;
	clear: both;
}

#topads {
	text-align: center;
	width: 100%;
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}

#sideads {
	text-align: left;
	width: 100%;
	margin-bottom: 25px;
}

span.alt {
	border-right: 1px SOLID #fff;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
	font-size: 10pt;
}

#menu_items {
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #bb1212;
	font-weight: bold;
	text-decoration: none;

}

#menu a:hover {
	/*color: #1eb017;*/
	color: #880101;
	background: transparent;
	text-decoration: underline;

}

span.search {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	width: 200px;
	height: 15px;
	margin: 0px;
}

input.search {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	border: 1px SOLID #bbb;
	font-size: 8pt;
	background: #eee;
}

form.searchform {
	display: inline;
}

#subnav {
	margin-top: 10px;
	margin-bottom: 10px;
}

#subnav span {
	border-top: 1px SOLID #777;
	border-right: 1px SOLID #777;
	background: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 5px;
}

#subnav a {
	color: #bb1212;
	text-decoration: none;
}

#subnav a:hover{
	color: #bb1212;
	background: transparent;
	text-decoration: underline;
}

#subnav .selected {
	color: #444;
	border-top: 1px SOLID #777;
	border-right: 1px SOLID #777;
	background: #fff;
	background-image: url(/img/lightgrdsmall.png);
	background-repeat: repeat-x;
	font-weight: bold;
	border-bottom: 1px SOLID #fff;
}

#subnav .notselected {
	color: #666;
	background: #eee;
	background-image: url(/img/drkgrdsmall.png);
	background-repeat: repeat-x;
}

#toplevel {
	font-size: 10pt;
	display: block;
	border-bottom: 1px SOLID #777;
	padding-bottom: 3px;
}

#secondlevel {
	font-size: 8pt;
	display: block;
	border-bottom: 1px SOLID #777;
	padding-bottom: 3px;
}

#story_main {
	float: left;
	width: 78%;
	min-width: 420px;
}

a.morelink {
	font-size: 8pt;
	color: #444;
	text-decoration: underline;

}

a.morelink:hover {
	color: #fff;
	background: #444;
}

#story_score {
	width: 100px;
	height: 60px;
	float: right;
	color: #de0;
	text-align: center;
	vertical-align: middle;
	background: #000;
	margin: 5px 0px 10px 0px;
	border: 2px SOLID #bb1212;
}

#story_score a {
	color: #cc0;
	background: transparent;
	text-decoration: none;
}

#story_score a:hover {
	color: #ff0;
	background: transparent;
	text-decoration: none;
}

#story_score .score {
	vertical-align: middle;
	font-size: 1.9em;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#story_score .link {
	font-size: 10pt;
	vertical-align: bottom;
	display: block;
}

#story_footer {
	clear: both;
}

span.grey {
	color: #aaa;
}

#post_info_top {
	width: 100%;
	font-size: 8pt;
	color: #444;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#post_info_top a {
	color: #444;
	text-decoration: underline;
}

#post_info_top a:hover {
	color: #fff;
	background: #444;
	text-decoration: underline;
}

#post_info_top img {
	vertical-align: middle;
}

#post_info {
	min-width: 100%;
	border-top: 1px SOLID #bbb;
	border-right: 1px SOLID #bbb;
	/*background: #eee;*/
	background-image: url(/img/lightgrdsmall.png);
	background-repeat: repeat-x;
	font-size: 8pt;
	color: #444;
	padding: 3px;
	clear: both;
	margin-bottom: 3px;
}

#post_info a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#post_info a:hover {
	font-weight: bold;
	color: #fff;
	background: #000;
	text-decoration: underline;
}

.comment_info {
	font-size: 9pt;
}

#main_nav {
	width: 160px;
	float: left;
	margin: 0px 25px 0px 0px;

}

#sideinfo {
	width: auto;
	background: #fff;
	background-image: url(/img/lightgrdbig.png);
	background-repeat: repeat-x;
	border-right: 1px SOLID #777;
	border-top: 1px SOLID #777;
	margin-bottom: 20px;
	padding: 5px;
}

#sideinfo .big {
	font-size: 11pt;
	font-weight: bold;
}

#sub_menu {
	margin-right: auto;
	margin-bottom: 25px;
	width: auto;
	background: #eee;
	background-image: url(/img/drkgradbig.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	border-right: 1px SOLID #777;
	border-top: 1px SOLID #777;
}

#big_link {
	width: auto;
	font-size: 11pt;
	font-weight: bold;
	background-image: url(/img/lightgrdsmall.png);
	background-repeat: repeat-x;
	border-right: 1px SOLID #777;
	border-top: 1px SOLID #777;
	margin-bottom: 20px;
}

#big_link a {
	padding: 5px;
	color: #bb1212;
	background: transparent;
	display: block;
	text-decoration: none;
}

#big_link a:hover {
	color: #fff;
	background: #bb1212;
	display: block;
}

#sub_title {
	color: #000;
	padding: 5px;
	width: auto;
	font-size: 11pt;
	font-weight: bold;
	background-image: url(/img/lightgrdsmall.png);
	background-repeat: repeat-x;
	border-right: 1px SOLID #777;
	border-top: 1px SOLID #777;
	overflow: hidden;
}

#sub_menu a {
	font-size: 10pt;
	background: transparent;
	color: #bb1212;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding: .55ex 0.5em .55ex 0.45em;
}

#sub_menu a.sub {
	font-size: 8pt;
	padding-left: 15px;
}


#sub_menu a:hover {
	color: #fff;
	background: #bb1212;
	display: block;
}

#sub_menu a.story {
	font-size: 8pt;
	line-height: 1em;
}

#sub_menu a.story:hover {
	font-size: 8pt;
	line-height: 1em;
}

#sidebar_item {
	margin-left: 5px;
	margin-bottom: 10px;
}

#sidebar_item a.imagelink {
	background: transparent;
}

#sidebar_item a.imagelink:hover {
	background: transparent;
}


#content {
	float: left;
	width: 73%;
	min-width: 550px;

}


#comment {
	width: 80%;
	border-top: 1px SOLID #bbb;
	border-right: 1px SOLID #bbb;
	background: #fff;
	background-image: url(/img/commentgrd.png);
	background-repeat: repeat-x;
	font-size: 10pt;
	padding: 5px;
}

#comment_info {
	width: 80%;
	border-top: 1px SOLID #bbb;
	border-right: 1px SOLID #bbb;
	background: #eee;
	background-image: url(/img/drkgrdsmall.png);
	background-repeat: repeat-x;
	font-size: 8pt;
	color: #444;
	padding: 5px;
	clear: both;
}

#comment_info a {
	color: #000;
	text-decoration: underline;
}

#comment_info a:hover {
	color: #fff;
	background: #000;
	text-decoration: underline;
}

#comment_info img {
	vertical-align: middle;
}


#bottom {
	width: 100%;
	background: #ddd;
	color: #444;
	text-align: center;
	clear: both;
	font-size: 8pt;
	height: 25px;
}

#bottom span {
	vertical-align: middle;
	margin: 3px 10px 0px 10px;
}


span.userscore {
	width: 100px;
	height: 60px;
	color: #ff0;
	text-align: center;
	background: #000;
	background-image: url(/img/scoreboard.png);
	vertical-align: middle;
	font-size: 2em;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#profile .header {
	border-top: 1px SOLID #eee;
	border-bottom: 1px SOLID #eee;
	background: #f0f0f0;
	width: 550px;
	color: #555;
	font-size: 11pt;
	padding-left: 20px;
	height: 20px;
}

#username {
	clear: both;
}

#username p {
	vertical-align: bottom;
	font-size: 14pt;
	font-weight: bold;
	display: inline;
}

#username img {
	border: 2px SOLID #eee;
	vertical-align: bottom;
}

#user_score {
	width: 70px;
	color: #de0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background: #000;
	border: 2px SOLID #bb1212;
	padding-top: 10px;
	padding-bottom: 10px;
}

#user_score img{
	vertical-align: middle;
}


img.userthumb {
	border: 2px SOLID #eee;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
}

img.userthumb:hover {
	background:transparent;
}

a.thumb {
	background: transparent;
}

a.thumb:hover {
	background: transparent;
}

#post_info a.thumb {
	background: transparent;
}

#post_info a.thumb:hover {
	background: transparent;
}

#post_info_top a.thumb {
	background: transparent;
}

#post_info_top a.thumb:hover {
	background: transparent;
}

#comment_info a.thumb {
	background: transparent;
}

#comment_info a.thumb:hover {
	background: transparent;
}

#pagination {
	clear: both;
	font-size: 10pt;
}

#scored_by img {
	vertical-align: middle;
}

ul.scored_by {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

ul.scored_by li {
	width: 14em;
	float: left;
	padding-bottom: 0.5em;
}

#breadcrumb {
	margin-top: 3px;
	margin-left: 10px;
	clear: both;
}

