/*	phpBB 3.0 Style Sheet
	--------------------------------------------------------------
	Style name:				SigilTheme3
	Based on style:		proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:			MCZ ( mcz@sigil.cz )
	
	Copyright 2007 MCZ ( http://www.Sigil.cz/ )
	--------------------------------------------------------------
*/

/* BEGIN @include common.css */ 
 /* General SigilTheme3 Markup Styles
-------------------------------------------------------------------------- */

body, div, dl, dt, dd, dfn, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


html {
	font-size: 100%;
	height: 100%;
}


body, input, select, textarea {
	font-family: "Segoe UI", "Trebuchet MS", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}

body {
	background-color: #000000;
	color: #828282;
	font-size: 9pt;
	margin: 0 20px;
	min-height: 100%;
	position: relative;
}

body.simple-body {
	padding: 0 0 1em;
}


h1, h2 {
	/* Forum header titles */
	color: #b0b0b0;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5px .5em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	color: #a0a0a0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: 20px;
	padding-bottom: 2px;
}

h4 {
	/* Forum and topic list titles */
	font-size: 1.3em;
}


p {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 1.5em;
}

p.right {
	text-align: right;
}


code, pre {
	font: 1em Consolas, Monaco, "Andale Mono", "Courier New", Courier, mono;
}


img {
	border-width: 0;
}


div.horizontal-line {
	border-bottom: 1px solid #505050;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 6px 0;
}



/* Main blocks
------------------------------------- */

#wrap {
	min-width: 960px;
	padding: 1em 0 14em;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	clear: both;
	padding: 4px 0;
}

#page-footer {
	bottom: -1px;
	clear: both;
	left: 0;
	min-width: 960px;
	position: absolute;
	width: 100%;
}

#logo {
	float: left;
	width: auto;
}

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



/* Header search box */

#header-search {
	margin-right: 15px;
	margin-top: 30px;
}

#header-search fieldset {
	display: block;
}

#header-search a {
	color: #b0b0b0;
}

#header-search a:hover {
	color: #e0e0e0;
}

#header-search label {
	color: #b0b0b0;
}

#header-search #keywords {
	width: auto;
}



/* Site description and logo */

#site-logo {
	width: 440px;
}



/* Round cornered boxes and backgrounds
------------------------------------- */

/* top menu */

#topmenu {
	background: #171717 url('./styles/sigiltheme3/theme/images/bg_copyright.gif') repeat-x 0 0;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 6px;
	position: relative;
}

#topmenu .corner {
	background: url('./styles/sigiltheme3/theme/images/corners_left.png') no-repeat 0 0;
	font-size: 0;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

#topmenu .corner.lb { background-position: 0 100%; bottom: 0; top: auto; }
#topmenu .corner.rt, #topmenu .corner.rb { background-image: url('./styles/sigiltheme3/theme/images/corners_right.png'); left: auto; right: 0; }
#topmenu .corner.rb { background-position: 0 100%; bottom: 0; top: auto; }

#topmenu ul {
	list-style-type: none;
}

#topmenu li {
	float: left;
	font-weight: bold;
	white-space: nowrap;
}

#topmenu li.rightside {
	float: right;
}

#topmenu li a {
	background: url('http://www.sigil.cz/wp-content/themes/sigil/graphics/topmenu_item.gif') repeat-x 0 0;
	color: #b0b0b0;
	display: block;
	padding: 0 1em;
	text-decoration: none;
}

#topmenu li a:hover {
	color: #e0e0e0;
	text-shadow: 1px 1px 2px #000000, -1px 1px 2px #000000, 1px -1px 2px #000000, -1px -1px 2px #000000;
}

#topmenu li a:active {
	background-position: 0 100%;
}



/* Footer panel */

#footer-panel {
	background: #0a0a0a;
	height: 10em;
	margin: 4px 0 0;
	position: relative;
}

#footer-panel p {
	font-size: 1em;
	line-height: 1.8em;
}

#footer-panel p, #footer-panel ul {
	color: #707070;
	font-weight: bold;
	margin: 0;
	padding: 0 .5em;
	position: absolute;
}

#footer-panel p#copyright {
	left: 1em;
	top: 1em;
}

#footer-panel p#foruminfo {
	bottom: 1em;
	font-weight: normal;
	right: 1em;
	text-align: right;
}

#footer-panel ul#mainlinks {
	bottom: 1em;
	left: 1em;
	list-style-type: none;
}

#footer-panel ul#mainlinks li {
	display: inline;
	font-weight: bold;
	line-height: 1.8em;
}

#footer-panel a {
	color: #b0b0b0;
}



/* Navigation bar */

.navbar {
	padding: 0 5px;
}

.navbar ul {
	padding: 0 10px;
}

.navbar .userbar a {
	color: #b0b0b0;
	font-weight: bold;
	margin: 0 0 0 20px;
}

.navbar .userbar a:hover {
	color: #e0e0e0;
}



/* Forum and topic info */

.forum-info {
	padding: 0 5px 10px;
}

.forum-info h1, .forum-info h2 {
	margin: 0 0 .2em;
}

.forum-info .linklist {
	color: #707070;
	font-weight: bold;
}

.forum-info ul.linklist li {
	line-height: 1.5em;
}

.forum-info ul.linklist a,
#cp-main a.pmhlink {
	color: #b0b0b0;
}
.forum-info ul.linklist a:hover,
#cp-main a.pmhlink:hover {
	color: #b0b0b0;
	text-decoration: underline;
}

.forum-info p {
	margin: 5px 0 0;
}

.forum-info ol, .forum-info ul {
	margin: 5px 0 0 1.5em;
}



/* Forum and topic actions */

.topic-actions {
	background-color: #8f7d5e;
	background-image: url("./styles/sigiltheme3/theme/images/bg_options.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding: 0 5px;
}

.topic-actions .linklist {
	margin: -2px 5px;
}

.topic-actions .linklist li {
	color: #404040;
	height: 24px;
	line-height: 24px;
}

.topic-actions a {
	color: #404040;
	font-weight: bold;
}
.topic-actions a:hover {
	color: #000000;
	text-decoration: none;
}

.topic-actions .buttons {
	margin-right: 5px;
}

.topic-actions span.corners-bottom {
	clear: none;
}


.topic-actions #view-menu {
	font-weight: bold;
}

.topic-actions #view-menu:hover em, .topic-actions #view-menu.active em { display: none; }
.topic-actions #view-menu span { visibility: hidden; }
.topic-actions #view-menu:hover span, .topic-actions #view-menu.active span { visibility: visible; }


/* Forum and topic list */

.forabg, .forumbg {
	clear: both;
	margin-bottom: 5px;
	padding: 0 5px;
}



/* Panel */

.panel {
	margin-bottom: 5px;
	padding: 0 10px;
}



/* Post */

.post {
	margin-bottom: 5px;
	padding: 0 10px;
}



/* Forum and topic options */

.topic-options {
	margin-bottom: 5px;
	padding: 0 5px;
}

.topic-options .linklist {
	margin: -2px 5px;
}

.topic-options a {
	color: #707070;
	font-weight: bold;
	margin-right: 20px;
}
.topic-options a:hover {
	color: #b0b0b0;
}

.topic-options .whois-legend a {
	color: #efd6a6;
	font-weight: normal;
	margin: 0;
}
.topic-options .whois-legend a:hover {
	color: #ffffff;
}



/* Background colors */

.bg1 {
	background-color: #000000;
	background-image: url("./styles/sigiltheme3/theme/images/bg_list.gif");
	background-position: top;
	background-repeat: repeat-x;
}

.bg2 {
	background-color: #101010;
	background-image: url("./styles/sigiltheme3/theme/images/bg_cp.gif");
	background-position: top;
	background-repeat: repeat-x;
}

.bg3 {
	background-color: #101010;
}



/* Other */

.rowbg {
	margin: 5px 5px 2px 5px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 4px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url("./styles/sigiltheme3/theme/images/corners_left.png");
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: url("./styles/sigiltheme3/theme/images/corners_right.png");
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: url("./styles/sigiltheme3/theme/images/corners_left.png");
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: url("./styles/sigiltheme3/theme/images/corners_right.png");
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom,
.panel span.corners-top, .panel span.corners-bottom,
div.cp-mpanel .panel span.corners-top, div.cp-mpanel .panel span.corners-bottom,
div.cp-mpanel #preview span.corners-top, div.cp-mpanel #preview span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}



/* Horizontal lists
------------------------------------- */

ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	float: left;
	font-size: 1em;
	line-height: 2.2em;
	list-style-type: none;
	margin-right: 5px;
	width: auto;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-left: 5px;
	margin-right: 0;
	text-align: right;
}


ul.navlinks {
	border-top: 1px solid #505050;
	font-weight: bold;
	margin-top: 1px;
	padding-top: 1px;
}

ul.navlinks a {
	color: #707070;
	font-weight: normal;
}
ul.navlinks a:hover {
	color: #b0b0b0;
	text-decoration: none;
}

ul.navlinks .rightside a {
	font-weight: bold;
}


ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}



/* Table styles
------------------------------------- */

table {
	border-collapse: collapse;
}

table.table1 {
	width: 100%;
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 th {
	border-bottom: 1px solid #505050;
	color: #b0b0b0;
	font-size: 1em;
	font-weight: normal;
	padding: 3px 5px;
	text-align: left;
}

table.table1 th a,
li.header a.sort {
	color: #b0b0b0;
	text-decoration: underline;
}
table.table1 th a:hover,
li.header a.sort:hover {
	color: #e0e0e0;
	text-decoration: underline;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 td {
	color: #a0a0a0;
	font-size: 1em;
	vertical-align: top;
}

table.table1 tr:hover td {
	color: #e0e0e0;
}

table.table1 tbody td {
	padding: 2px 5px;
}

table.table1 tbody th {
	border-bottom: 1px solid #303030;
}



/* Specific column styles */

table.table1 .name			{ font-weight: bold; text-align: left; }
table.table1 .posts			{ text-align: center !important; width: 7%; }
table.table1 .joined		{ text-align: left; width: 15%; }
table.table1 .active		{ text-align: left; width: 15%; }
table.table1 .mark			{ text-align: center; width: 7%; }
table.table1 .info			{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: nowrap; overflow: hidden; }
table.table1 .autocol		{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	font-weight: normal;
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 0 -1px 0;
}



/* Misc layout styles
------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */

.column1 {
	clear: left;
	float: left;
	width: 49%;
}

.column2 {
	clear: right;
	float: right;
	width: 49%;
}



/* General classes for placing floating blocks */

.left-box {
	float: left;
	text-align: left;
	width: auto;
}

.right-box {
	float: right;
	text-align: right;
	width: auto;
}

dl.details {
	font-size: 1em;
}

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

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



/* Pagination
------------------------------------- */

.pagination {
	float: right;
	text-align: right;
	width: auto;
}

.pagination span {
	color: #707070;
	font-weight: bold;
}

.pagination span.page-sep {
	display: none;
}

.pagination span strong {
	color: #e0e0e0;
	padding: 0 1px 0 7px;
}

.pagination span a {
	background: none;
	color: #707070;
	padding: 0 1px 0 7px;
	text-decoration: none;
}

.pagination span a:hover {
	color: #b0b0b0;
	text-decoration: none;
}

.pagination span a.jumpto {
	padding: 0;
}

.pagination img {
	vertical-align: middle;
}



/* Pagination in topic actions */

.topic-actions .pagination span {
	color: #404040 !important;
	margin-right: 0;
}

.topic-actions .pagination a {
	color: #404040;
}

.topic-actions .pagination a:hover,
.topic-actions .pagination span strong {
	color: #000000;
}

.topic-actions .pagination span a.jumpto {
	padding: 0;
}



/* Pagination in viewforum for multipage topics */

.row .pagination {
	display: block;
	margin-top: 0;
}

.row .pagination span {
	font-weight: bold;
	padding: 2px 0;
}



/* Statistics and legend panels */

.statistics {
	clear: left;
	float: left;
	padding: 0 10px;
	width: auto;
}

.statistics p {
	margin-bottom: 1em;
}


#legend-panel label {
	display: block;
	padding: 2px .5em 2px 0;
	float: left;
	width: 18em;
}

#legend-panel label img {
	margin-right: .5em;
}



/* Fixed boxes */

.fixed-box {
	border: 2px solid #000000;
	left: 2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px;
	position: fixed;
	top: .5em;
	z-index: 1000;
}

.fixed-box.bg2 { background-position: bottom; }
.fixed-box.bg2:hover { background-position: top; }

.fixed-box a {
	color: #b0b0b0;
}

.fixed-box a:hover {
	color: #e0e0e0;
}

.fixed-box a.close {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

.fixed-box h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}


#quick-reply, #quick-reply-info {
	bottom: 1em;
	top: auto;
}

#quick-reply {
	width: 60%;
}

#quick-reply-info a {
	font-size: 1.1em;
}


#quick-options {
	left: auto;
	right: 2em;
}


#pm-info a.new-pm {
	font-size: 1.1em;
	font-weight: bold;
}



.navbar .userbar a.new-pm, #pm-info a.new-pm {
	color: #bd3400;
}



/* Quick options */

body.font-size_medium { font-size: 10pt; }
body.font-size_large { font-size: 11pt; }

body.text-brightness_high { color: #a2a2a2; }
body.text-brightness_high .postbody .content { color: #b2b2b2; }
body.text-brightness_highest { color: #c2c2c2; }
body.text-brightness_highest .postbody .content { color: #d2d2d2; }

body.page-width_narrow { margin: 0 auto; width: 960px; }
body.page-width_wide { margin: 0 auto; width: 1400px; }


/* Miscellaneous styles
------------------------------------- */

#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.small {
	font-size: 0.9em !important;
}

.strongtext {
	font-weight: bold;
}

.error {
	color: #ff7070;
	font-weight: bold;
	font-size: 1em;
}

.avatar-frame img {
	background-color: #000000;
	border: 1px solid #505050;
	padding: 1px;
}

.hidden-image,
.attach-image .hidden-image {
	border: 1px dashed #505050;
}

div.rules {
	background-color: #e0e0e0;
	color: #c00000;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 0 10px;
}

div.rules a {
	color: #c00000;
	font-weight: bold;
}

div.rules ul {
	margin-left: 20px;
}

p.rules {
	background-color: #e0e0e0;
	color: #c00000;
	font-weight: bold;
	padding: 1px 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	color: #c00000;
	clear: both;
}

span.reported {
	font-weight: bold;
}

span.reported a {
	color: #ff7070;
	text-transform: uppercase;
}

#top {
	position: absolute;
	top: -20px;
}

.hidden {
	display: none;
}


.clear {
	background: transparent;
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

li.clearfix {
	display: list-item;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
    height: 1%;
}

#minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
} 
 /* END @include common.css */ 

/* BEGIN @include links.css */ 
 /* SigilTheme3 Link Styles
-------------------------------------------------------------------------- */

a {
	color: #efd6a6;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Coloured usernames */

.username-coloured {
	font-weight: bold;
	display: inline !important;
}


/* Links on gradient backgrounds */

.navbg a, .forumbg .header a, .forabg .header a, th a {
	color: #ffffff;
	text-decoration: none;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Links for forum/topic lists */

a.forumtitle, a.topictitle {
	font-size: 1.1em;
	font-weight: bold;
}

a.forumtitle img, a.topictitle img {
	height: 80%;
	left: 0;
	position: absolute;
	width: 50px;
}


/* Profile links */

.postprofile a {
	color: #b0b0b0;
	text-decoration: none;
}

.postprofile .postauthor a {
	font-weight: bold;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #e0e0e0;
}


/* Back to top of page */

.back2top {
	clear: both;
	color: #707070;
	font-weight: bold;
	height: 22px;
	margin-bottom: .5em;
	margin-right: 5px;
	text-align: right;
}

.back2top a {
	color: #b0b0b0;
}

.back2top .online {
	color: #b0b0b0;
}

.back2top img {
	vertical-align: middle;
}

.back2top .contact {
	background-color: #101010;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #404040;
	display: inline;
	line-height: 15px;
	margin: auto 0;
}

.back2top .contact img {
	padding: 0 3px;
	vertical-align: top;
}

a.top {
	margin: 0 0 0 10px;
}

a.top img, a.top2 img {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("./styles/sigiltheme3/imageset/icon_back_top.gif");
	vertical-align: middle;
	width: 13px;
	height: 13px;
}
a.top:hover img, a.top2:hover img {
	background-position: 0 100%;
}

a.top2 {
	font-weight: bold;
	margin: 0;
}

a.top2:hover {
	text-decoration: none;
}

a.top2 img {
	margin-right: 5px;
}


/* Arrow links  */

a.up {
	background-image: url("./styles/sigiltheme3/theme/images/arrow_up.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom-width: 0;
	padding-left: 10px;
	text-decoration: none;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down {
	background-image: url("./styles/sigiltheme3/theme/images/arrow_down.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left {
	background-image: url("./styles/sigiltheme3/theme/images/arrow_left.gif");
	background-position: -12px 55%;
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.left:hover {
	text-decoration: none;
	background-position: 0% 55%;
}

a.right {
	background-image: url("./styles/sigiltheme3/theme/images/arrow_right.gif");
	background-position: -12px 55%;
	background-repeat: no-repeat;
	padding-right: 12px;
}

a.right:hover {
	text-decoration: none;
	background-position: 100% 55%;
}


/* Time and date link */

a.datetime {
	color: #707070;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

a.datetime:hover {
	color: #b0b0b0;
}



/* Expand link */

a.expandlink {
	display: inline-block;
	font-weight: bold;
	padding: 0 .9em 0 .1em;
	text-align: left;
	width: 8em;
}



/* invisible skip link, used for accessibility  */

.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}



/* Feed icon in forumlist_body.html */

a.feed-icon-forum {
	float: right;
	margin: 3px;
} 
 /* END @include links.css */ 

/* BEGIN @include content.css */ 
 /* SigilTheme3 Content Styles
-------------------------------------------------------------------------- */

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	/*color: #a0a0a0;*/
	margin: 0;
}

ul.topiclist.topics li, ul.topiclist.forums li, ul.topiclist.cplist li {
	border: solid transparent;
	border-width: 1px 0;
	margin-top: -1px;
}

ul.topiclist.topics li:first-child, ul.topiclist.forums li:first-child, ul.topiclist.cplist li:first-child {
	border-top-width: 0;
	margin-top: 0;
}

ul.topiclist.topics li:last-child, ul.topiclist.forums li:last-child, ul.topiclist.cplist li:last-child {
	border-bottom-width: 0;
}

ul.topiclist.topics li:hover, ul.topiclist.forums li:hover, ul.topiclist.cplist li:hover {
	border-color: #303030;
}

ul.topiclist.forums li {
	clear: left;
	float: none;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 55%;
	font-size: 1em;
	padding: 2px 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	padding: 2px 0;
}

ul.topiclist dfn,
ul.topiclist li:hover .lastpost dfn {	
	display: none;
	font-style: italic;
}

ul.topiclist li:hover dfn {
	display: block;
}

ul.topiclist li.row dt a.subforum {
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url('./styles/sigiltheme3/imageset/subforum_read.gif');
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url('./styles/sigiltheme3/imageset/subforum_unread.gif');
}

li.row strong {
	font-weight: normal;
	color: #e0e0e0;
}

li.row:hover {
	color: #e0e0e0;
}

li.header {
	border-bottom: 1px solid #505050;
}

li.header dt, li.header dd {
	font-size: 1em;
	color: #b0b0b0;
	line-height: 1em;
	margin-bottom: 2px;
	margin-top: .5em;
}

li.header dt.catname, li.header dd.catname, h3.catname {
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 0;
	margin-top: 0;
}

li.header dt.catname a, li.header dd.catname a, h3.catname a {
	color: #b0b0b0;
}
li.header dt.catname a:hover, li.header dd.catname a:hover, h3.catname a:hover {
	color: #e0e0e0;
	text-decoration: none;
}

li.header dt.typename, h3.typename {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-top: .3em;
}

h3.catname, h3.typename {
	border-bottom: 1px solid #505050;
	padding: 0 0 .2em 10px;
}

.collapsed h3.catname {
	border-bottom: 0;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 0;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 10px;
	padding-right: 45px;
}



/* link row */

ul.topiclist.links {
	background-position: 10px 5px;
	background-repeat: no-repeat;
	min-height: 42px;
	padding: 0 0 0 50px;
}

ul.topiclist.links li.link {
	clear: none;
	line-height: 1.5em;
	margin: 0;
	padding: 2px 0;
}

ul.topiclist.links li.link strong {
	float: left;
	font-weight: bold;
	width: 28em;
}

ul.topiclist.links li.link strong a {
	font-size: 1.1em;
}

ul.topiclist.links li.link span {
	display: block;
	margin-left: 30em;
}



/* Forum list column styles */

dl.icon {
	background-position: 10px 50%;	/* Position of folder icon */
	background-repeat: no-repeat;
	min-height: 40px;
}

dl.icon dt {
	background-position: 5px 95%;		/* Position of topic icon */
	background-repeat: no-repeat;
	padding-left: 50px;							/* Space for folder icon */
}

dl.icon dt .forumdetails {
	display: block;
}

dl.icon dt ol, dl.icon dt ul {
	margin-left: 1.5em;
}

dl.icon dt ul {
	list-style: disc;
}

dl.icon dt li {
	display: list-item;
}

dl.icon dt.forumimage {
	background-position: 200% 50%;
	background-repeat: no-repeat;
	min-height: 55px;
}

li:hover dl.icon dt.forumimage {
	background-position: 100% 50%;
}

dl.icon dt.forumimage .forumtitle,
dl.icon dt.forumimage .forumdetails {
	margin-right: 130px;
}

dd.posts, dd.topics, dd.views {
	font-size: 1em;
	text-align: center;
	width: 8%;
}

dd.lastpost {
	float: right !important;
	font-size: 1em;
	text-align: left;
	width: 20%;
}

dd.redirect {
	font-size: 1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	font-size: 1em;
	line-height: 3em;
	width: auto;
}

dd.extra {
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	width: 12%;
}

dd.mark {
	float: right !important;
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	width: 8%;
}

dd.info {
	width: 25%;
}

dd.option {
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	width: 15%;
}

dd.searchby {
	width: 47%;
	font-size: 1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	font-size: 1em;
	clear: both;
	width: 98%;
	overflow: hidden;
}


/* Post body styles
------------------------------------- */

.postbody {
	float: right;
	line-height: 1.48em;
	margin-bottom: 1.5em;
	margin-top: .5em;
	padding: 0;
	width: 83%;
}

.postbody .ignore {
	font-size: 1em;
}

.postbody h3, #topicreview .postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	border: none;
	font-size: 1em;
	letter-spacing: 0;
	margin: 1px 0 0 0 !important;
	padding: 0 0 10px 0 !important;
	text-transform: none;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.2em;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	color: #929292;
	font-size: 1.1em;
}


/* Topic review panel
------------------------------------- */

#review {
	margin: 0;
	padding: 0;
}

#topicreview {
	height: auto;
	max-height: 520px;
	overflow: auto;
}

#topicreview .postbody {
	float: none;
	height: auto;
	padding-right: 2px;
	width: auto;
}

#topicreview .post, topicreview-panel .post {
	border-top: 1px solid #505050;
	clear: both;
	height: auto;
	padding: 0 0;
}

#topicreview h2 {
	border-bottom-width: 0;
}


/* Content container styles
------------------------------------- */

.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-size: 1em;
}

.content h2, .panel h2 {
	font-weight: bold;
	border-bottom: 1px solid #505050;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: .2em -5px 5px;
	padding: 0 0 .3em 10px;
}

.panel h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .3em 0 5px 5px;
	padding: 0;
}

.panel p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.content p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

dl.faq {
	font-size: 1em;
	line-height: 1.4em;
	padding: .5em 0;
}

dl.faq dt {
	color: #a0a0a0;
	font-weight: bold;
}

.panel dl.faq {
	font-size: 1.1em;
	padding: 0 0 .5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol,
.panel dl.faq ul, .panel dl.faq ol {
	margin-bottom: 1em;
	padding-left: 3em;
}
.content ul li, .content ol li,
.panel dl.faq ul li, .panel dl.faq ol li {
	margin-top: .2em;
}

.posthilit {
	background-color: #f2cd6a;
	color: #000000;
	font-weight: bold;
	padding: 0 2px;
}


/* Post author */

p.author {
	color: #707070;
	font-size: 1em;
	font-weight: bold;
	margin: 0 15em 1px 0;
	padding: 5px 2px 0;
}

.unreadpost p.author {
	color: #b0b0b0;
}

.reported p.author {
	color: #ff7070;
}


/* Post signature */

.signature {
	border-top: 1px solid #505050;
	clear: left;
	font-size: 1em;
	margin-top: 1em;
	overflow: hidden;
	padding-top: 2px;
	width: 100%;
}

dd .signature {
	border: none;
	clear: none;
	margin: 0;
	padding: 0;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	padding-left: 3em;
}


/* Post noticies */

.notice {
	border-top: 1px dashed #505050;
	clear: left;
	font-size: .9em;
	margin-top: 1em;
	padding-top: 2px;
	text-align: right;
	width: auto;
}


/* Jump to post link for now */

ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}


/* BB Code styles
------------------------------------- */

/* Quote block */

blockquote {
	background-color: #101010;
	background-image: url('./styles/sigiltheme3/theme/images/quote.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px solid #505050;
	font-size: 1em;
	margin: .5em 6px 1px 25px;
	overflow: hidden;
	padding: 3px 5px;
}

blockquote blockquote {
	margin: .5em 1px 1px 20px;
}

blockquote dl.codebox {
	margin: .5em 1px 1px 1px;
}

blockquote cite {
	color: #b0b0b0;
	display: block;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin-left: 22px;
}


/* Code block */

dl.codebox {
	background-color: #101010;
	border: 1px solid #505050;
	font-size: 1em;
	margin: .5em 6px 1px 1px;
	padding: 3px 5px;
}

dl.codebox dt {
	border-bottom: 1px solid #303030;
	font-size: .9em;
	font-weight: bold;
	display: block;
	padding: 0 0 3px;
	text-transform: uppercase;
}

dl.codebox dt a {
	text-transform: lowercase;
}

dl.codebox code {
	/* Also see tweaks.css */
	color: #308030;
	display: block;
	font-size: .95em;
	height: auto;
	line-height: 1.4em;
	margin: 0;
	max-height: 190px;
	overflow: auto;
	padding-top: 3px;
	white-space: normal;
}

.syntaxbg				{ color: #d0d0d0; }
.syntaxcomment	{ color: #707070; }
.syntaxdefault	{ color: #4070a5; }
.syntaxhtml			{ color: #30a030; }
.syntaxkeyword	{ color: #6cb8e6; }
.syntaxstring		{ color: #f2cd6a; }


/* Attachments
------------------------------------- */

div.attachbox {
	border: 1px dashed #505050;
	font-size: 1.1em;
	clear: left;
	float: left;
	margin: .5em 1px .5em 1px;
	padding: 4px 5px;
	width: auto; 
}

div.attachbox div {
	color: #b0b0b0;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;	
}

div.attachbox p,
div.inline-attachment p {
	clear: left;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}


dl.file, dl.thumbnail {
	display: block;
	margin-top: 10px;
}


.attach-image img,
dl.thumbnail img {
	border: 1px solid #505050;
	padding: 1px;
}

.attach-image a:hover img,
dl.thumbnail a:hover img {
	border-color: #808080;
}

.attach-image img {
	max-height: 480px;
	max-width: 640px;
}


/* Post poll styles
------------------------------------- */

fieldset.polls {
	width: 650px;
}

fieldset.polls dl {
	color: #a0a0a0;
	margin: 6px 0;
	padding: 0;
	width: 100%;
}
fieldset.polls dl:hover {
	color: #e0e0e0;
}

fieldset.polls dt {
	display: block;
	float: left;
	font-weight: bold;
	padding: 1px 0;
	text-align: left;
	white-space: nowrap;
	width: 580px;
}

fieldset.polls dt strong {
	float: left;
	margin-bottom: 3px;
	padding-left: 7px;
}

fieldset.polls dt label {
	float: left;
	margin-bottom: 3px;
}

fieldset.polls dt span.votes {
	float: right;
	font-weight: bold;
}

fieldset.polls dt span.voted {
	text-decoration: underline;
}

fieldset.polls dt .pollbar {
	background-image: url('./styles/sigiltheme3/theme/images/poll.gif');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	font-size: 1px;
	height: 11px;
	overflow: visible;
	padding-left: 8px;
	min-width: 16px;
}

fieldset.polls dt .pollbar span {
	background-image: url('./styles/sigiltheme3/theme/images/poll.gif');
	background-position: 100% 100%;
	float: right;
	height: 11px;
	width: 8px;
}

fieldset.polls dd {
	display: block;
	float: left;
	font-size: 1em;
	margin: 0 0 0 5px;
	padding: 1px 0;
	text-align: right;
	width: 65px;
}

fieldset.polls dd.results {
	font-size: 1.4em;
	font-weight: bold;
}


/* Poster profile block
------------------------------------- */

.postprofile {
	/* Also see tweaks.css */
	clear: both;
	display: inline;
	float: left;
	margin: .5em 0 10px 0;
	padding-top: 5px;
	min-height: 80px;
	width: 16%;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
}

.postprofile dt {
	margin-bottom: 1em;
}

.postprofile strong {
	color: #707070;
}

.postprofile .postauthor {
	font-size: 1.1em;
}

.postprofile .noauthor a {
	font-weight: normal !important;
}

.postprofile .posteravatar {
	display: block;
}

.postprofile .posteravatar img {
	background-color: #000000;
	border: 1px solid #505050;
	margin-top: 1em;
	padding: 1px;
}


/* pm list in compose message if mass pm is enabled */

dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95% !important;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}


/* collapse category & new posts indication */

a.collapse-category {
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	width: 1.2em;
}

a.collapse-category strong, .collapsed a.collapse-category span { display: none; }
.collapsed a.collapse-category strong { display: inline; }


ul.topiclist.forums a.new-posts {
	background-image: url('./styles/sigiltheme3/imageset/subforum_unread.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: none;
	padding: 0 0 0 12px;
	position: relative;
	white-space: nowrap;
}

.collapsed ul.topiclist.forums li.row,
.collapsed ul.topiclist.forums li.row dl { display: none; }

.collapsed ul.topiclist.forums li.row.new-posts {
	border: 0;
	display: inline-block;
	margin-left: 10px;
}

.collapsed ul.topiclist.forums li.row a.new-posts {
	display: inline-block;
} 
 /* END @include content.css */ 

/* BEGIN @include buttons.css */ 
 /* SigilTheme3 Button Styles
-------------------------------------------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
------------------------------------- */

.buttons {
	float: left;
	width: auto;
	height: auto;
}

.buttons a {
	margin: 0 5px 0 0;
}

.buttons a img {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	width: 126px;
}

.buttons a:hover img {
	background-position: 0 100%;
	background-repeat: no-repeat;
}


/* Big button images */

.buttons a.reply-icon img			{ background-image: url("./styles/sigiltheme3/imageset/cs/button_topic_reply.png"); }
.buttons a.post-icon img			{ background-image: url("./styles/sigiltheme3/imageset/cs/button_topic_new.png"); }
.buttons a.locked-icon img		{ background-image: url("./styles/sigiltheme3/imageset/cs/button_topic_locked.png"); }

.buttons a.pmreply-icon img		{ background-image: url("./styles/sigiltheme3/imageset/cs/button_pm_reply.png"); }
.buttons a.newpm-icon img			{ background-image: url("./styles/sigiltheme3/imageset/cs/button_pm_new.png"); }
.buttons a.forwardpm-icon img	{ background-image: url("./styles/sigiltheme3/imageset/cs/button_pm_forward.png"); }


/* Poster profile icons
------------------------------------- */

div.profile-icons {
	padding-top: 10px;
}

div.profile-icons a img {
	background-position: 0 0;
}


/* Positioning of profile icons */

.postbody div.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody div.profile-icons a {
	margin: 0 3px;
}

.postbody div.profile-icons a img {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.postbody div.profile-icons a:hover img {
	background-position: 0 100%;
	background-repeat: no-repeat;
}


/* Profile icons */

a.quote-icon img	{ background-image: url("./styles/sigiltheme3/imageset/cs/icon_post_quote.gif"); width: 68px; height: 17px; }
a.edit-icon img		{ background-image: url("./styles/sigiltheme3/imageset/cs/icon_post_edit.gif"); width: 68px; height: 17px; }

a.report-icon img	{ background-image: url("./styles/sigiltheme3/imageset/icon_post_report.gif"); width: 17px; height: 17px; }
a.delete-icon img	{ background-image: url("./styles/sigiltheme3/imageset/icon_post_delete.gif"); width: 17px; height: 17px; }
a.info-icon img		{ background-image: url("./styles/sigiltheme3/imageset/icon_post_info.gif"); width: 17px; height: 17px; }
a.warn-icon img		{ background-image: url("./styles/sigiltheme3/imageset/icon_user_warn.gif"); width: 17px; height: 17px; }


/* Fix profile icon default margins */

div.profile-icons a.quote-icon	{ margin: 0 3px 0 10px; } 
 /* END @include buttons.css */ 

/* BEGIN @include cp.css */ 
 /* SigilTheme3 Control Panel Styles
-------------------------------------------------------------------------- */

/* Main CP box
------------------------------------- */

div.cp-mpanel {
	padding: 0 5px;
}

div.cp-mpanel span.corners-top, div.cp-mpanel span.corners-bottom {
	margin: 0 -5px;
}

#cp-menu {
	float: left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3 {
	margin: .3em 0 6px 10px;
}

#cp-main .panel p {
	font-size: 1em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1em;
}

#cp-main .panel .lastpost {
	width: 22%;
}

ul.cplist {
	border-bottom: 1px solid #505050;
	border-top: 1px solid #505050;
	margin-bottom: 10px;
}

#cp-main .panel li.header {
	border: 0;
}

#cp-main li.header dl.icon dt {
	padding-right: 50px;
}

#cp-main table.table1 {
	margin-bottom: .5em;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}
#cp-main .pagination span a.jumpto {
	padding: 0;
}

#cp-main .postbody p {
	font-size: 1em;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

#cp-main .recipient {
	margin-right: 1em;
	white-space: nowrap;
}

#cp-main .recipient a {
	vertical-align: middle;
}



/* MCP Specific tweaks */

.mcp-main .postbody {
	width: 100%;
}



/* CP tabbed menu
------------------------------------- */

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

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

#tabs li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#tabs a {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs1.gif");
	background-position: 0 -35px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#tabs a span {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs2.gif");
	background-position: 100% -35px;
	background-repeat: no-repeat;
	color: #707070;
	display: block;
	float: left;
	padding: 6px 10px 6px 5px;
	white-space: nowrap;
}

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

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

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

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

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

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

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



/* Mini tabbed menu used in MCP
------------------------------------- */

#minitabs {
	float: right;
	margin: .4em 10px 0 0;
	width: 25em;
}

#minitabs ul,
#stattabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#minitabs li,
#stattabs li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#minitabs a,
#stattabs a {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs3.gif");
	background-position: 0 35px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#minitabs a span,
#stattabs a span {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs3.gif");
	background-position: 0 35px;
	background-repeat: no-repeat;
	color: #707070;
	display: block;
	padding: 4px 10px 5px 5px;
	white-space: nowrap;
}

#minitabs a:hover, #minitabs a:hover span,
#stattabs a:hover, #stattabs a:hover span {
	color: #b0b0b0;
}

#minitabs .activetab a,
#stattabs .activetab a {
	background-position: 0 0;
	color: #b0b0b0;
}

#minitabs .activetab a span,
#stattabs .activetab a span {
	background-position: 100% -35px;
	color: #b0b0b0;
}

#minitabs .activetab a:hover, #minitabs .activetab a:hover span,
#stattabs .activetab a:hover, #stattabs .activetab a:hover span {
	color: #e0e0e0;
}


#stattabs {
	float: left;
	padding: 12px 0 5px;
	width: auto;
}

#stattabs h3 {
	display: inline;
	font-size: 1.1em;
}

#stattabs a {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs4.gif");
	background-position: 0 30px;
	cursor: default;
	float: left;
	height: 30px;
	line-height: 30px;
}

#stattabs a span {
	background-image: url("./styles/sigiltheme3/theme/images/bg_tabs4.gif");
	background-position: 0 30px;
	padding: 0 10px 0 5px;
}

#stattabs .activetab a span {
	background-position: 100% -30px;
}



/* MCP jumpbox
------------------------------------- */

fieldset.forum-selection, fieldset.forum-selection2 {
	float: right;
	margin: .4em 10px 0 0;
}



/* UCP navigation menu
------------------------------------- */

/* Container for sub-navigation list */

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

#navigation ul {
	list-style:none;
}



/* Default list state */

#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}



/* Link styles for the sub-section links */

#navigation a {
	background-color: #202020;
	background-image: url("./styles/sigiltheme3/theme/images/bg_menu.gif");
	background-position: 100% 0;
	background-repeat: repeat-y;
	border-left: 2px solid #707070;
	color: #707070;
	display: block;
	font-weight: bold;
	margin: 1px 0;
	padding: 1px 6px;
	text-decoration: none;
}

#navigation a:hover {
	background-image: none;
	border-color: #b0b0b0;
	color: #b0b0b0;
	text-decoration: none;
}

#navigation #active-subsection a {
	background-color: #e0e0e0;
	background-image: none;
	border-color: #e0e0e0;
	color: #000000;
}

#navigation #active-subsection a:hover {
	border-color: #e0e0e0;
	color: #303030;
}

#navigation div.pm-line {
	border-bottom: 1px solid #505050;
	font-size: 0;
}



/* Preferences panel layout
------------------------------------- */

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

#cp-main span.corners-top,
#cp-main span.corners-bottom,
#cp-menu span.corners-top,
#cp-menu span.corners-bottom {
	background-image: url("./styles/sigiltheme3/theme/images/corners_left2.png");
}

#cp-main span.corners-top span,
#cp-main span.corners-bottom span,
#cp-menu span.corners-top span,
#cp-menu span.corners-bottom span {
	background-image: url("./styles/sigiltheme3/theme/images/corners_right2.png");
}



/* Friends list */

div.cp-mpanel .cp-mini {
	background-color: #e0e0e0;
	padding: 0 7px;
	margin: 10px 10px 0 5px;
}

div.cp-mpanel .cp-mini span.corners-top,
div.cp-mpanel .cp-mini span.corners-bottom {
	margin: 0 -7px;
}

dl.mini dt {
	color: #303030;
	font-weight: bold;
}

dl.mini dd {
	padding-top: 4px;
}

.cp-mini a {
	color: #000000;
	float: left;
	font-weight: bold;
}

.cp-mini a:hover {
	color: #000000;
}

.cp-mini .friend-online, .cp-mini .friend-offline {
	text-align: right;
	display: block;
}

.cp-mini .friend-online a, .cp-mini .friend-offline a {
	float: left;
}

.cp-mini .friend-offline a {
	font-weight: normal;
}

dl.mini .add-friends-button {
	padding-top: 10px;
	text-align: right;
}

dl.mini .add-friends-button .button4 {
	border-color: #b0b0b0;
	color: #505050;
	font-weight: bold;
	padding: 0 4px;
}



/* PM Styles
------------------------------------- */

#pm-menu {
	line-height: 2.5em;
}

#cp-main .topic-actions .linklist {
	margin: -2px 5px;
}



/* PM Message history */

.current-pm p.author {
	color: #b0b0b0;
}

.current-pm .postbody .content {
	color: #626262;
}



/* Defined rules list for PM options */

ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}



/* PM marking colours */

.pmlist li.pm_marked_colour a.topictitle, .pm-legend .pm_marked_colour {
	border-bottom: 1px solid #ff6f00;
}

.pmlist li.pm_replied_colour a.topictitle, .pm-legend .pm_replied_colour {
	border-bottom: 1px solid #707070;
}

.pmlist li.pm_friend_colour a.topictitle, .pm-legend .pm_friend_colour {
	border-bottom: 1px solid #148bc7;
}

.pmlist li.pm_foe_colour a.topictitle, .pm-legend .pm_foe_colour {
	border-bottom: 1px solid #ab1208;
}

.pm-legend {
	color: #303030;
	font-weight: bold;
	margin: 0 0 3px 0;
}



/* Avatar gallery */

#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	text-align: center;
} 
 /* END @include cp.css */ 

/* BEGIN @include forms.css */ 
 /* SigilTheme3 Form Styles
-------------------------------------------------------------------------- */

/* General form styles
------------------------------------- */

fieldset {
	border-width: 0;
	font-size: 1em;
}

input {
	font-size: 1em;
	font-weight: normal;
	padding: 0 3px;
	vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}

select {
	background-color: #080808;
	border: 1px solid #505050;
	color: #909090;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 1px;
	vertical-align: middle;
}
select:hover, select:focus {
	border-color: #808080;
}

option {
	padding-right: 1em;
}

textarea {
	font-size: 1em;
	line-height: 1.2em;
	width: 60%;
}

label {
	cursor: default;
	color: #909090;
	font-weight: bold;
}
label:hover {
	color: #efd6a6;
}

label input, label img {
	vertical-align: middle;
}


/* Disabled */

input.disabled {
	border-color: #303030;
	color: #707070;
}

option.disabled-option {
	color: #707070;
}


/* Definition list layout for forms
------------------------------------- */

fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}


/* Specific layout 1 */

fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}


/* Specific layout 2 */

fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}


/* Form elements */

dt label {
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

dd label {
	margin-right: 6px;
	white-space: nowrap;
}

dd input, dd textarea {
	margin-right: 1px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}


/* Hover effects */

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

fieldset.fields2 dl:hover dt label {
	color: #efd6a6;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}



/* Quick login */

#quick-login fieldset label {
	line-height: normal;
	margin-right: 10px;
	position: relative;
	white-space: nowrap;
}

#quick-login fieldset label input {
	width: auto;
}

#quick-login fieldset .inputbox {
	padding: 1px 2px;
}

#quick-login fieldset label span {
	bottom: 100%;
	color: #707070;
	display: none;
	left: 0;
	padding-bottom: .3em;
	position: absolute;
	right: 3px;
	text-align: left;
	z-index: 1000;
}

#quick-login fieldset label:hover .inputbox {
	border-color: #808080;
}

#quick-login fieldset label:hover span,
#quick-login fieldset input:focus+span,
#quick-login fieldset input.empty+span {
	display: block;
}



/* Display options on viewtopic/viewforum pages */

fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
}

fieldset.display-options a {
	margin-top: 3px;
}



/* Display actions for ucp and mcp pages */

fieldset.display-actions {
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
	white-space: nowrap;
}

.cp-mpanel #cp-main .panel fieldset.display-actions {
	padding-left: 0;
	padding-right: 0;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
}



/* Jumpbox, Quickmod */

fieldset.jumpbox {
	margin-top: 17px;
	padding-right: 5px;
	text-align: right;
}

#quick-mod fieldset.jumpbox {
	margin-top: 5px;
}

fieldset.jumpbox select {
	background-color: #000000;
	border-color: #202020;
}

fieldset.jumpbox select:hover {
	border-color: #808080;
}



/* Submit button fieldset */

fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
}



/* Posting page styles
------------------------------------- */

/* Buttons used in the editor */

#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

#format-buttons select {
	background-color: #101010;
	border: 1px solid #505050;
	color: #d0d0d0;
}

#format-buttons select:hover, #format-buttons select:focus {
	border-color: #505050;
}



/* Main message box */

#message-box {
	width: 80%;
}

#message-box textarea {
	font-size: 1.1em;
	width: 100%;
}



/* Emoticons panel */

#smiley-box {
	float: right;
	width: 18%;
}

#smiley-box .smiley {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 26px;
	margin: 0 1px 1px 0;
	width: 26px;
}

#smiley-box img {
	margin: 3px;
}



/* Input field styles
------------------------------------- */

.inputbox {
	background-color: #080808;
	border: 1px solid #505050;
	color: #909090;
	padding: 1px 2px;
}

.inputbox:hover {
	border-color: #808080;
}

.inputbox:focus {
	border-color: #808080;
	color: #d0d0d0;
}

textarea.inputbox {
	border: 1px solid #505050;
	color: #b0b0b0;
	width: 85%;
}
textarea.inputbox:hover, textarea.inputbox:focus {
	border: 1px solid #505050;
	color: #b0b0b0;
}

input.inputbox	{ width: 85%; }
input.medium		{ width: 50%; }
input.narrow		{ width: 25%; }
input.tiny			{ width: 125px; }

.autowidth {
	width: auto !important;
}


/* Form button styles
------------------------------------- */

input.button1, input.button2, input.button3,
a.button1, a.button2 {
	background-color: #000000;
	background-image: url("./styles/sigiltheme3/theme/images/bg_button.gif");
	background-position: top;
	border-color: #505050 #303030 #303030 #505050;
	border-style: solid;
	border-width: 1px;
	color: #d0d0d0;
	cursor: pointer;
	font-size: 1em;
	padding: 1px 6px;
	width: auto !important;
}

a.button1, input.button1 {
	font-weight: bold;
}

input.button3 {
	font-variant: small-caps;
}

input.button4 {
	background-color: transparent;
	background-image: none;
	border: 1px solid #505050;
	color: #d0d0d0;
	cursor: pointer;
	padding: 1px 4px;
	width: auto;
}

input.button4.remove {
	border: 0;
	font-weight: bold;
	padding: 0 4px;
}



/* <a> button in the style of the form buttons */

a.button1, a.button2 {
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
}



/* Hover states */

input.button1:hover, input.button2:hover, input.button3:hover,
a.button1:hover, a.button2:hover {
	border-color: #808080 #505050 #505050 #808080;
}

input.button4:hover {
	border-color: transparent;
}



/* Topic and forum Search */

.search-box {
	background-image: url("./styles/sigiltheme3/theme/images/bg_searchfield.png");
	background-position: 100% -24px;
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0 7px 0 0;
	vertical-align: middle;
	width: auto;
}

.search-box fieldset {
	background-image: url("./styles/sigiltheme3/theme/images/bg_searchfield.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline;
	line-height: 20px;
	padding: 2px 0 2px 9px;
	vertical-align: top;
	width: auto;
}

.search-box input.search, .search-box input.search-in-results {
	background-color: transparent;
	border: 0;
	color: #909090;
	padding: 0;
	width: 124px;
}
.search-box input.search-in-results {
	width: 184px;
}

.search-box input.search:focus, .search-box input.search-in-results:focus {
	color: #d0d0d0;
}

.search-box input.search-button {
	border: 0;
	vertical-align: top;
}



/* Search button */

input.search-button {
	background-image: url("./styles/sigiltheme3/theme/images/bg_button_search.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	cursor: pointer;
	height: 20px;
	padding: 0;
	width: 26px;
}

input.search-button:hover {
	background-position: 0 100%;
}



/* Go to page */

#gtpspan {
	background-image: url("./styles/sigiltheme3/theme/images/bg_gtp.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	margin-left: 10px;
	width: 30px;
}

#gtpspan input {
	background-color: transparent;
	border: 0;
	color: #b0b0b0;
	height: 18px;
	margin: 3px 3px 3px;
	text-align: center;
	padding: 0;
	width: 24px;
}



/* Misc */

.full		{ width: 95%; }
.medium	{ width: 50%; }
.narrow	{ width: 25%; }
.tiny		{ width: 10%; }



#phpbb input.inputbox:-webkit-autofill { color: #000000; } 
 /* END @include forms.css */ 

