
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #eaca16;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #eaca16;
	background: #3c3c3c;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #4c4c4c;
	color: #eaca16;
	background-image: none;
}

#navigation #active-subsection a {
	display: block;
	color: #ffffff;
	background-color: #201f1f;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #eaca16;
}



/* Cogsprocket CSS Changes */

.componentContainer {
	background: #201f1f;
	border: 20px solid #0b0b0b;
	margin: 15px auto;
	padding: 15px;
	width: 815px;
	}

.formContainer {;
	background: #201f1f url(/assets/images/layout/backgrounds/bg_formContainer.jpg) no-repeat;
	padding: 25px 25px 25px 160px;
	background-position: 25px 25px;
	width: 660px;
	overflow: auto;
	}	
	
.messageContainer {
	background: #201f1f url(/assets/images/layout/backgrounds/bg_messageNeutral.jpg) no-repeat;
	background-position: 30px 30px;
	border: 20px solid #0b0b0b;
	overflow: auto;
	padding: 25px 25px 25px 160px;
	height: 150px
	}

.sectionContent .messageContainer {
	height: auto;
	min-height: 150px;
}
	
.formContainer .formInput {
	background: #dedede;
	border-bottom: 1px solid #0b0b0b;
	border-top: 1px solid #ffffff;
	color: #323232;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 5px 12px;
	width: 400px;
}

.formButton {
	background: #c94c0a url(/assets/images/layout/backgrounds/bg_formButton.jpg) repeat-x;
	border: 1px solid #de7818;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 8px;
	}

a.formButton {
	padding: 4px 8px;
	cursor: pointer;
	font-weight: bolder;
	margin-right: 0px;
	color: #ffffff;
	}
	
.forumContainer {
	background: #0b0b0b;
        border: 2px solid #0b0b0b;
	margin-bottom: 4px;
	padding: 5px;
	clear: both;
	}
	
.navbar {
	background: none;
	}

.subtext {
	font-size: .75em;
}



/* Prosilver rule changes (testing) */
/* ------------------------------------------------------------------------------------------------ */
html, body {
	background: #3d3c3c;
	}
	
body {
	margin-top: -12px;
}

h1, h2, h3 {
	color: #eaca16;
	}

h4, h5, h6 {
	color: #ffffff;
	}

input {
	background: #dedede;
	color: #323232;
	border-bottom: 1px solid #0b0b0b;
	border-top: 1px solid #ffffff;
	}

input.tiny		{ width: 155px; }

.navbar {
	background: none;
	}

li.row {
	/*background: url(styles/cogsprocket/theme/styles/cogsprocket/theme/images/bg_forumlist.jpg) #4c4b4b repeat-x;
	border-top: 1px solid #0b0b0b;
	border-bottom: 1px solid #323232;*/
	background: #3f3f3f;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #171717;
	}
	
li.row:hover {
	/*background: url(styles/cogsprocket/theme/styles/cogsprocket/theme/images/bg_forumlist_hover.jpg) #363636 repeat-x;*/
	background: #4a4a4a;
	}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background: #2c2c2c;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #323232;
}

li.row:hover dd {
	border-left-color: #0b0b0b;
}

ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #171717;
	padding: 4px 0;
}

ul.topiclist li {
	color: #ffffff;
	}
	

a.forumtitle {
	color: #eaca16;
}

a.forumtitle:hover {
	color: #eaca16;
}

a.forumtitle:active {
	color: #eaca16;
}

a.topictitle {
	color: #eaca16;
}

a.topictitle:hover {
	color: #eaca16;
}

a.topictitle:active {
	color: #eaca16;
}

.panel {
	background: #201f1f;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #0b0b0b;
	color: #ffffff;
	}

.inner {
	background: transparent;
	}

.post {	
	border-top: 1px solid #676767;
	border-bottom: 1px solid #171717;
	color: #ffffff;
	margin-bottom: 4px;
	padding: 10px 15px;
	}

.postbody {
	font-size: .95em;
	padding: 0;
	line-height: 1.1em;
	color: #ffffff;
	width: 76%;
	float: left;
	clear: both;
}

.postprofile {
	font-size: 0.95em;
	color: #ffffff;
	border-left: 1px solid #2c2c2c;
	}
	
.postprofile strong {
	color: #eaca16;
	}

.postbody .content {
	color: #ffffff;
	}

.bg1 { background: #4c4c4c; }
.bg2 { background: #3c3c3c; }
.bg3 { background: #2c2c2c; }

dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		
	background-repeat: no-repeat;
	}
li.header {
	width: 102%;
	margin-left: 7px;
	}
	
dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #ffffff;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #eaca16;
	float: left;
	width: 65%;
}
	
.content {
	color: #ffffff;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #eaca16;
	border-bottom: 1px solid #454545;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}


label {
	color: #ffffff;
	}
	
dd label {
	white-space: nowrap;
	color: #ffffff;
	}

fieldset dl:hover dt label {
	color: #eaca16;
}

.error {
	background: #990000 url(/assets/images/layout/backgrounds/bg_validationError.jpg) no-repeat;
	background-position: 4px 3px;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #171717;
	color: #ffffff;
	margin-bottom: 7px;
	padding: 7px 7px 7px 38px; 
	width: 355px;
	}
	
#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #4c4c4c;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #201414;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #eaca16;
}	

#cp-main .panel {
	background-color: #201f1f;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #ffffff;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #201f1f;
}

#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

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

#tabs li {
	background: #2c2c2c;
	border-top: 1px solid #454545;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#tabs a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 6px 10px 6px 5px;
	color: #ffffff;
	white-space: nowrap;
}

#tabs a:hover span {
	color: #eaca16;
}

#tabs .activetab a {
	background: #4c4c4c;
	border-top: 1px solid #454545;
	background-position: 0 0;
}

#tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 7px;
	color: #eaca16;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	background-position:100% -70px;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	color: #eaca16;
	background-position: 100% 0;
}

#navigation {
	width: 100%;
	padding-top: 36px;
}

#navigation ul {
	list-style:none;
}

#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #eaca16;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #eaca16;
	background: #3c3c3c;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #4c4c4c;
	color: #eaca16;
	background-image: none;
}

#navigation #active-subsection a {
	display: block;
	color: #ffffff;
	background-color: #201f1f;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #eaca16;
}

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #eaca16;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #eaca16;
}

a.postlink {
	color: #eaca16;
	border: none;
}

.postlink:active {
	color: #eaca16;
	border: none;
}

.postlink:hover {
	color: #eaca16;
	text-decoration: none;
}

.back2top {
	padding-bottom: 7px;
	}

/* Removing black */

.post:target .content {
	color: #ffffff;
}

.post:target h3 a {
	color: #ffffff;
}

table.info tbody th {
	color: #ffffff;
	}

fieldset.polls dl.voted {
	color: #ffffff;
	}

blockquote {
	background: #0b0b0b none 6px 8px no-repeat;
	border: 1px solid #242424;
	font-size: 0.95em;
	margin: 15px;
	overflow: hidden;
	padding: 15px;
	color: #ffffff;
}

/* Cogsprocket CSS Changes */

.componentContainer {
	background: #201f1f;
	border: 20px solid #0b0b0b;
	margin: 15px auto;
	padding: 15px;
	width: 815px;
	}

.formContainer {;
	background: #201f1f url(/assets/images/layout/backgrounds/bg_formContainer.jpg) no-repeat;
	padding: 25px 25px 25px 160px;
	background-position: 25px 15px;
	width: 660px;
	overflow: auto;
	}	
	
.messageContainer {
	background: #201f1f url(/assets/images/layout/backgrounds/bg_messageNeutral.jpg) no-repeat;
	background-position: 30px 15px;
	border: 20px solid #0b0b0b;
	overflow: auto;
	padding: 15px 15px 15px 160px;
	}
	
.formContainer .formInput {
	background: #dedede;
	border-bottom: 1px solid #0b0b0b;
	border-top: 1px solid #ffffff;
	color: #323232;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 5px 12px;
	width: 400px;
}

.formButton {
	background: #c94c0a url(/assets/images/layout/backgrounds/bg_formButton.jpg) repeat-x;
	border: 1px solid #de7818;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 8px;
	}

a.formButton {
	padding: 4px 8px;
	cursor: pointer;
	font-weight: bolder;
	margin-right: 0px;
	color: #ffffff;
	}
	
.navbar {
	background: none;
	}

.subtext {
	font-size: .75em;
}

.postControls a:link, .postControls a:visited {
	text-shadow: #0b0b0b 1px 1px 1px;
	font-size: 8pt;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; 
  }
        
.postControls a:hover, .postControls a:active {
	text-shadow: #0b0b0b 1px 1px 1px;
  text-decoration: none;
  }

.postControls {
	position: absolute;
	right: 0px;
	top: 0px; 
	list-style-type: none;
	}

.postControls li {
	display: inline; 
	margin-left: 1px;
	padding: .4ex .5em; 
	}

/* Post display rules */

.postInformation {
	height: 77px;
	overflow: none;
}

img.callout {
	z-index: 100;
	position: absolute;
	top: 66px;
	left: 97px;
}

.postInformation img { 
	border: 4px solid #171717;
	width: 68px;
	height: 68px;
	float: left;
	margin-right: 10px;
}
.postInformation .poster {
	width: 520px;
	float: left;
}
.postInformation h2 {
	cursor: pointer;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: #171717 0px 1px 1px;
	line-height: 16pt;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 400px;
}

.postInformation .datePosted {
	font-size: 8pt;
}

.postInformation .postProfile {
	float: right;
	font-size: 8pt;
	width: 220px;
}
.postInformation .postProfile .userInfo {
	padding: 6px 7px;
	margin-bottom: 9px;
	background: #171717;
	border-bottom: 1px solid #210d09;
}

.postInformation .postProfile strong {
	color: #eaca16;
	font-weight: normal;
}

.postContact {
	background: url(/assets/images/forums/pm-post-icon.jpg) #171717 no-repeat;
	padding: 6px 20px;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #210d09;
}				
.postContent {
	text-shadow: none;
	position: relative;
	padding: 30px 15px 30px;
	background: #171717;
	margin-top: 10px;
	font-size: 10pt;		
	line-height: 13pt;
	border-bottom: 1px solid #0b0b0b;
}

.postContent a:link, .postContent a:visited {
text-shadow: none;
 border: none;
 color: #eaca16;
 text-decoration: none;
}

.postContent a:hover, .postContent a:active {
 border: none;
 color: #eaca16;
 background: none;
 text-decoration: underline;
}

.reviewContainer .postInformation {
	height: 45px;
	overflow: auto;
}

.reviewContainer .postInformation h3 {
  border: none;
  font-weight: normal;
  text-transform: none;
	cursor: pointer;
	font-size: 14pt;
	text-shadow: #171717 0px 1px 1px;
	line-height: 16pt;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 200px;
}

.reviewContainer img.callout {
	position: absolute;
	top: 51px;
	left: 40px;
}

.postSignature {
  font-size: 10pt;
	padding: 5px 15px 5px 30px;
	background: url(/assets/images/forums/bg_signature.jpg) #171717 no-repeat;
	margin-top: 10px;
	border-bottom: 1px solid #101010;	
	height: 16px;	
}

div>.postSignature {
	height: auto;
	min-height: 16px;
}

.postContainer {
	background: url(/assets/images/forums/backgrounds/post-background.jpg) #100605 repeat-x;
	text-shadow: #0b0b0b 1px 1px 1px;
	min-height: 200px;
	margin: 7.5px 0px;
	padding: 10px;
	border: 2px solid #171717;
	position: relative;
	display: block;
}
.reviewContainer {
	background: url(/assets/images/forums/backgrounds/post-background.jpg) #100605 repeat-x;
	text-shadow: #0b0b0b 1px 1px 1px;
	margin: 7.5px 0px;
	padding: 10px;
	border: 2px solid #171717;
	position: relative;
}

/* User Control Panel rules */
 
.ucpContainer {
	text-shadow: #0b0b0b 1px 1px 1px;
	margin: 7.5px 0px;
	padding: 10px;
	background: #000000 url(/assets/images/forums/backgrounds/bg_ucp.png) repeat-x;
	border: 2px solid #171717;
	position: relative;
}

.ucpInformation {
height: 100px;
text-shadow: #0b0b0b 0px 2px 2px;
position: relative;
}

.ucpInformation ul { list-style-type: none; position: absolute; bottom: 0px; padding: 15px 10px; }
.ucpInformation ul li { display: inline; padding: 15px 25px;}

.ucpMenu a:link, .ucpMenu a:visited {
font-weight: bold;
font-size: 13pt;
color: #ffffff;
text-decoration: none;
padding: 25px 0px;
}

.ucpMenu a:hover, .ucpMenu a:active {
font-size: 13pt;
color: #eaca16;
background: url(/assets/images/forums/ucp_menu_active.gif) no-repeat;
background-position: bottom center;
padding: 25px 0px;
}

.ucpMenu a.activeURL {
color: #eaca16;
background: url(/assets/images/forums/ucp_menu_active.gif) no-repeat;
background-position: bottom center;
}

.ucpContent {
background: #0e0e0e;
padding: 25px 15px 15px;
border-bottom: 1px solid #000000;
overflow: auto;
}

.ucpOverview {
background: url(/assets/images/forums/backgrounds/bg_ucp_overview.png) no-repeat;
}

.ucpProfile {
background: url(/assets/images/forums/backgrounds/bg_ucp_profile.png) no-repeat;
}

.ucpPreferences {
background: url(/assets/images/forums/backgrounds/bg_ucp_preferences.png) no-repeat;
}

.ucpPrivateMessages {
background: url(/assets/images/forums/backgrounds/bg_ucp_pms.png) no-repeat;
}

.ucpContent .sectionInformation {
	font-size: 10pt;
	padding: 15px 15px 15px 110px;
	margin: 0px 0px 30px 0px;
	height: 65px;
}

.ucpContent>.sectionInformation {
	height: auto;
	min-height: 65px;
}

.ucpContent .ucpModule {
background: #171717;
padding: 15px; 
overflow: auto;
}

.ucpModuleMenu {
text-shadow: #0b0b0b 0px 2px 2px;
background: #171717;
padding: 9px 0px 8px;
font-size: 12pt;
margin-bottom: 3px;
}

.ucpContent .ucpModuleMenu ul {
list-style-type: none;
}

.ucpContent .ucpModuleMenu ul li {
padding: 8px 8px 9px;
display: inline;
cursor: pointer;
}

.ucpContent .ucpModuleMenu a:link,
.ucpContent .ucpModuleMenu a:visited,
.ucpContent .ucpModuleMenu a:hover,
.ucpContent .ucpModuleMenu a:active {
	text-decoration: none;
}

.ucpContent .ucpModuleMenu ul li:hover {
text-shadow: #0b0b0b 0px 1px 1px;
border-top: 1px solid #ffffff;
background: url(/assets/images/forums/ucp_menu_active.gif) no-repeat;
background-position: center 27px;
}

.ucpContent .ucpModuleMenu ul li.active {
border-top: 1px solid #eaca16;
color: #eaca16;
background: url(/assets/images/forums/ucp_menu_active.gif) no-repeat;
background-position: center 27px;
}

.ucpModule h3 {
color: #eaca16;
}

.ucpModule dl.details dt {
float: left;
clear: left;
width: 30%;
text-align: right;
color: #eaca16;
display: block;
}

.ucpModule dl.details dd {
margin-left: 0;
padding-left: 35px;
margin-bottom: 5px;
color: #ffffff;
float: left;
width: 65%;
}
.forumbg {
	background: #0b0b0b;
	border: none;
	}
	
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
	background: #c94c0a url(/assets/images/layout/backgrounds/bg_formButton.jpg) repeat-x;
	border: none;
	padding: 5px 3px;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #ffffff;
	background-color: #171717;
	border: none;
}

.pagination span a:hover {
	background-color: #c94c0a;
	color: #ffffff;
}

pagination span strong {
	background-color: #c94c0a;
}

.postContainer .postContent img {
	width: expression((document.body.clientWidth > 756)? "755px" : "auto");
	max-width: 755px;
}

.reviewContainer .postContent img {
	width: expression((document.body.clientWidth > 741)? "740px" : "auto");
	max-width: 740px;
}

.postContainer blockquote img, .reviewContainer blockquote img {
	width: expression((document.body.clientWidth > 601px)? "600px" : "auto");
	max-width: 600px;
}

.postContent ul, .postContent ol { margin-left: 20px; }

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #0b0b0b;
	border: none;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #ffffff;
	margin: 2px 0;
}

