body {
	margin: 0;
	background: #000000;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 13px;
	color: #CBCBCB;
}

h1, h2, h3 {
	margin: 0;
	/* text-transform: uppercase; */
	letter-spacing: .10em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	outline:none;
	text-decoration: none;
	/* color: #FFFFFF; */
}

a:hover {
	background: none;
}
.red {
	font: bold 18px/24px Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	color: #990000;
}
.setup_tabs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	border:solid 1px #999999;
	border-bottom:0px;
	border-top:1px;
	width:920px;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	margin:0px 0px 0px 0px;
}
.setup_tabs td {
	padding:5px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	text-align:center;
	background:#DEDEDE;
}
.setup_tabs .active {
	background:#999999;
}
.setup_tabs .active a {
	color:#FFFFFF;
	font-size:16px;
}

.navy_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background: #003366;
	text-align: center;
	line-height:25px;
}

.updater_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:solid 1px #999999;
	width:920px;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	margin:0px 0px 0px 0px;
}
.updater_table th {
	padding:3px;
	color:#CCCCCC;
	letter-spacing: .10em;
	height:23px;
}
.updater_table td {
	padding:5px;
	border-left:solid 1px #999999;
	text-align:center;
}
.updater_table .leftmost{
	padding:5px;
	border:0;
	/* width:15px; */
}
.updater_table .spacer {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:0;
	background:#FFFFFF;
	height:10px;
}
.updater_table .headings td{
	font-weight:bold;
	background-color:#CCCCCC;
}
.updater_table .label{
	font-weight:bold;
}
.updater_table .white_edit_full_r {
	background-color:#FFFFFF;
	width:812px;
	text-align:left;
}
.updater_table .grey_edit_full_r {
	background-color:#112432;
	width:812px;
	text-align:left;
}
.updater_table .white_edit_half_r {
	background-color:#FFFFFF;
	width:338px;
	text-align:left;
}
.updater_table .grey_edit_half_r {
	background-color:#112432; 
	width:338px;
	text-align:left;
}
.short_field {
	width:200px;
}

/* Header */

#header {
	background-image:url(/wrath/pics/blue_twists_bgd.jpg);
	/* background-image:url(/wrath/pics/yellow_caves_bgd.jpg); */
	background-position: 0px 0px;
	border: solid 1px #999999;
	border-collapse:collapse;
	width: 940px;
	height:255px;
	/* height: 60px; */
	margin: 0 auto;
	background-repeat:no-repeat;
	/* overflow:hidden;
	background:#003366;
	background:#770000; */
}

/* Logo */

#logo {
	float: left;
	/* background-image:url(/data/wiszdomstone_images/w_only.png); */
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:930px;
}

#logo h1 {
	margin-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom:195px;
}

#logo p {
	margin: 0;
	letter-spacing: 1px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding:4px 0 4px 0;
	background-image:url(/wrath/pics/blue_twists_footer.jpg) ;
	background-repeat:no-repeat;
	height:18px;
	border: solid 1px #999999;
	border-top:0;
	border-radius: 7.5em 5em;
	/* 
	padding: 20px 0;
	background: #CCCCCC;
	*/
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-align: center;
}
#footer a {
	font-size: 12px;
	/* color:#FFFFFF; */
	text-decoration:underline;
	vertical-align:0%;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #000000 solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	background: #112432;  /* 19253D - a bluer alternative color */
	border: 1px #000000 solid;
	border-top: 0;
	border-bottom: 0;
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	/* background: #112432; */
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border: solid 1px #999999;
	border-top: 0;
	border-bottom: 0;
}

#page hr {
	height:1px;
	border:0;
	background-color:#999999;
	margin: 16px 0 12px 0;
}

/* Content */

#content {
	float: left;
	width: 560px;
	padding-left: 0 15px 0 15px;
}
#content_main {
	width: 600px;
	padding: 0 15px 0 15px;
	float:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#content_main_home {
	width: 502px;
	padding: 0 15px 0 15px;
	float:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#left_col_home {
	width:354px;
	border:#999 solid 0px;
	float:left;
	padding: 3px 15px 0 15px;
}
#right_col {
	width:256px;
	border:#999 solid 0px;
	float:right;
	padding: 0px 15px 0 15px;
}
#content_full {
	width: 890px;
	padding: 0 15px 0 15px;
	float:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
.right_col_content {
	margin:15px 0 15px 0; 
	padding:0px 0 0 0; 
	border-bottom:##999 solid 1px;
}
#left_col {
	width:256px;
	border:#999 solid 0px;
	float:left;
	padding: 3px 15px 0 15px;
}
.left_col_content {
	margin:15px 0 15px 0; 
	padding:0px 0 15px 0; 
	border-bottom:##999 solid 1px;
}
#category_col {
	width:180px;
	border:#999 solid 1px;
	float:left;
	padding: 0px;
	margin-right:10px;
}
#category_col a {
	display:block;
	margin: 5px 15px 5px 15px;
}
.gallery_head {
	width:900px;
	font-size:14px;
	height:21px;
	border:#999 solid 1px;
	border-top:0;
	padding:4px 0 0 10px;
	float:right;
	margin-bottom:10px;
}
.forum_listing {
	width:430px;
	border:#999 solid 1px;
	padding:10px;
	float:left;
	margin:0 10px 10px 0;
}
.forum_header {
	border-bottom:#999 solid 1px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	line-height:25px;
}
.forum_section_head {
	width:716px;
	font-size:14px;
	height:21px;
	border:#999 solid 1px;
	border-top:0;
	padding:4px 0 0 10px;
	float:right;
	margin-bottom:10px;
}
.forum_post {
	width:706px;
	border:#999 solid 1px;
	padding:10px;
	float:right;
	margin-bottom:10px;
	/*testing
	background: #00FF00;
	opacity:0.15;
	filter:alpha(opacity=15);
	*/
}
.post_info {
	width:160px;
	height:118px;
	border:#999 solid 1px;
	padding:4px;
	padding-top:8px;
	float:right;
}
.post_info ul, #category_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.post_info li, #category_col li {
	margin-bottom: 5px;
}
.post_info a { 
	text-decoration:underline; 
}
.reply_container {
	border:1px solid #999999;
	width:684px;
	padding:10px;
	margin-top:10px;
}
.reply_author {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.content_header {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #CBCBCB;
}

.content_image {
	border: 1px solid #999999;
	padding: 4px 4px 0px 4px;
}

html>body .content_image {
	padding-bottom: 4px;
}

.post {
}

.post .title {
	padding: 5px 0;
}

.post .title a {
	background: none;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 258px;
	background: #FEFEFE;
	border: 1px solid #999999;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #000000;
}

#sidebar li ul {
	padding: 10px 20px 10px 20px;
}

#sidebar li li {
}

/*
#sidebar h2 {
	padding: 5px 10px;
	background: #003366;
	font-size: 1.2em;
}
*/

#sidebar p {
	padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

.ss_player_head{
	background-color:##112432;width:314px;font-weight:bold;
	border-bottom: solid 1px #999999;
}
.post_info_bold {
	font-weight:bolder;
	font-size:13px;
}
