/*Everything on this stylesheet is customized to the theme. Try not to edit the other files so that the templates will carry over.*/

#member_registry .separator {
	font-size: 10px;
	line-height:16px;
}

#member_registry .discord {
	font-size: 13px;
}

.lighttext {
	color: #E4E0D7;
}

.darktext {
	color: #333;
}

/*gradients used on background, thead, and search button*/
#search input.button, 
.thead {
	/*background: linear-gradient(0deg, #162F46 0%, #212A3D 100%);*/
	background: #1B1C1B;
}

/*body,
#search input.button, 
.thead {
	background: linear-gradient(0deg, #272B31 0%, #484A48 100%);
}*/

#header .links ul.menu li a,
#header .links #nav_dropdown,
#nav a {
	line-height: 16px;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
}

#nav_dropdown_content {
	color: #5C533E;
}

#nav_dropdown_content a,
#nav_dropdown_content a:link, 
#nav_dropdown_content a:visited, 
#nav_dropdown_content a:hover {
	color: #5C533E;
	padding: 3px 5px;
	font-weight: normal;
}

#nav .upper {
	background: linear-gradient(0deg, #303233 0%, #1B1C1B 100%);
}

#nav .upper a:link,
#nav .upper a:visited,
#nav .upper a:hover,
#nav .upper a:active {
	color: #E4E0D7;
}

#nav .lower {
	/*background: #000;*/
	color: #E4E0D7;
}

#nav .lower a:link,
#nav .lower a:visited,
#nav .lower a:hover,
#nav .lower a:active {
	color: #E4E0D7;
}

#nav .lower #nav_dropdown1_content ul li a:link,
#nav .lower #nav_dropdown1_content ul li a:visited,
#nav .lower #nav_dropdown1_content ul li a:hover,
#nav .lower #nav_dropdown1_content ul li a:active,
#nav .lower #nav_dropdown2_content ul li a:link,
#nav .lower #nav_dropdown2_content ul li a:visited,
#nav .lower #nav_dropdown2_content ul li a:hover,
#nav .lower #nav_dropdown2_content ul li a:active {
	color: #333;
}

.alert.alert--read td.trow1 {
	background-color: #F5F5F5;
}

.alerts--new a,
.pm-new {
	color: #C9B977 !important;
	font-weight: bold;
}

#nav_dropdown {
	font-family: "Raleway", sans-serif;
}

.post_author .username,
.profile .username,
#member_registry .username {
	font-style: italic;
	font-size: 28px;
	line-height: 28px;
}

.post_author .username a {
	font-family: Crimson, serif;
	font-style: italic;
	font-size: 28px;
}

body {
	color: #E4E0D7;
	line-height: normal;
	font-family: Crimson, serif;
	font-size: 14px;
}

a:link {
	color: #E4E0D7;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
}

a:visited {
	color: #E4E0D7;
	text-decoration: none;
}

a:hover,
a:active {
	color: #E4E0D7;
	text-decoration: underline;
}

#container {
	color: #E4E0D7;
	line-height: normal;
	background: #1B1C1B;
}

#content {
	/*background: #000;*/
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	color: #fff;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .lower {
	color: #666;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
}

#footer .lower #current_time {
	color: #888;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

/*table {
	color: #333;
}*/

.tborder {
	/*background: #fff;*/
}

.thead {
	color: #E4E0D7;
	/*border-bottom: 1px solid #263c30;*/
	padding: 8px;
	font-family: 'Braven', serif;
	font-size: 20px;
	/*font-variant: small-caps;*/
}

.thead a:link {
	color: #E4E0D7;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Braven', serif;
}

.thead a:visited {
	color: #E4E0D7;
	text-decoration: none;
	font-family: 'Braven', serif;
}

.thead a:hover,
.thead a:active {
	color: #E4E0D7;
	text-decoration: none;
	/*font-family: 'Lumierepolis Regular', sans-serif;*/
}

.tcat,
.tfoot {
	background: linear-gradient(0deg, #303233 0%, #1B1C1B 100%);
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.tcat a:link,
.tfoot a:link {
	color: #fff;
}

.tcat a:visited,
.tfoot a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active,
.tfoot a:hover,
.tfoot a:active {
	color: #fff;
}

.trow1 {
	background: #E4E0D7;
	color: #333;
	padding: 10px 10px 15px;
}

.trow2 {
	background: #EAE7E0;
	color: #333;
	padding: 10px 10px 15px;
}

.trow1 a:link, 
.trow2 a:link, 
.trow1 a:visited, 
.trow2 a:visited {
	color: #5C533E;
	font-size: .9em;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ccc;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #c3bfb6;
	color: #333;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

/*.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: #ddd;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}*/

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #E4E0D7;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #E4E0D7;
	font-size: 15px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	/*font-family: Raleway, Sans-Serif;*/
	font-family: Crimson, serif;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	/*font-family: Raleway, Sans-Serif;*/
	font-family: Crimson, serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	/*font-family: Raleway, Sans-Serif;*/
	font-family: Crimson, serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Raleway, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #E4E0D7;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #EAE7E0;
	color: #333;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

blockquote,
.codeblock {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite,
.codeblock .title {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote .quoteStyle,
.mycode_quote .textToCopy {
	overflow: auto;
	height: auto;
	display: block;
	font-size: 14px;
	background: #f5f5f5;
	padding: 10px;
	border-top: 3px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 3px solid #e8e8e8;
}

.codeblock .title,
.quotetitle,
blockquote cite {
	color: #333333;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 2px;
}

.codeblock code,
.codeblock textToCopy {
	overflow: auto;
	height: auto;
	max-height: 50px;
	display: block;
	font-family: monospace;
	font-size: 11px;
	background: #f5f5f5;
	padding: 10px;
	border-top: 3px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 3px solid #e8e8e8;
	color: #372e29;
}

.codeinline code {
	display: inline;
	font-family: monospace;
	font-size: 11px;
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	margin: 0 2px;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #EAE7E0;
	color: #333;
	border-color: #263c30;
	text-decoration: none;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

#posts_container {
	padding: 0;
	background: #E4E0D7;
}

#posts_container a:link,
#posts_container a:visited {
	color: #5C533E;
}

/*border around av*/
.post .post_author div.author_avatar img,
#profile .avatar img {
	background: #c3bfb6;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px solid #c3bfb6;
	font-size:16px;
}

.post.classic .post_author div.author_statistics a {
	font-family: Crimson, serif;
	font-style: italic;
}

/*.post .post_head {
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3bfb6;
	margin-bottom: 4px;
	font-weight: bold;
}*/

.post_head a {
	font-size: 11px;
}

.post .post_head span.post_date {
	/*color: #666;*/
}

.post_content {
	font-size: 16px;
}

.post_content a {
	font-size: 14px;
}

.post_controls {
	background: #c3bfb6;
	
}

.postWrap {
	border-bottom: 5px solid #000;
}

.postWrap:last-of-type {
	border-bottom: 0;
}

.post_controls,
.post .post_head {
	background: #c3bfb6;
}
		
		