/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.0.x style)
	Based on style:		
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h1 {	
	/* Forum name */
	margin-right: 200px;
	margin-top: 15px;
	font-weight: bold;
}

h2 {
	/* Forum header titles */
	font-size: 48px;
	letter-spacing: -2px;
	font-weight: 800;
	text-transform: uppercase;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	color: #989898;
	margin-top: 20px;
	font-size: 18px;
}

h4 {
	/* Forum and topic list titles */
}

p {
	line-height: 160%;
	margin-bottom: 15px;
	font-size: 12px;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0;
	min-width: 650px;
	width: 965px;
	margin: auto;
}

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

#page-body {
	padding: 20px 40px;
	clear: both;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 35px rgba(59, 111, 122, 0.5);
}

#page-footer {
	clear: both;
	padding: 40px 0px;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 0;
	padding: 47px 0;
}

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

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: auto;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: transparent;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 0;
	height: 133px;
}

.navbar {
	background-color: transparent;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.forabg {
	background: transparent;
	margin-bottom: 4px;
	margin: 30px 0px;
	clear: both;
	border-top: 4px solid #c90000;
	border-bottom: 4px solid #c90000;
	padding-top: 2px;
}

.forumbg {
	background: transparent;
	margin-bottom: 4px;
	padding: 0px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 5px 0px;
	background-color: transparent;
}

.post {
	padding: 0;
	margin: 30px 0px;
	background: transparent;
}

.post:target .content {
}

.post:target h3 a {
}

.bg1	{ background-color: inherit;}
.bg2	{ background-color: inherit; }
.bg3	{ background-color: inherit; }

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

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}


/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

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

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

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	float: left;
}

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

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

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

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

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #002137;
	line-height: 1.3em;
	padding: 0 0 4px 3px;
}

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

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: transparent;
}

table.table1 td {

}

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

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #002137;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .status		{ text-align: center !important; width: 7%; }
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: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

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

table.info td {
	padding: 3px;
}

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

.forumbg table.table1 {
	margin: 0;
}

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

.forumbg-table > .inner > span.corners-top {
	margin: 0 -4px -1px -4px;
}

.forumbg-table > .inner > span.corners-bottom {
	margin: -1px -4px 0 -4px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

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

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

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

dl.details {
}

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

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

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 7px;
	float: right;
}

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

li.pagination {
	margin-top: 0;
}

.pagination span strong {
	padding: 0 3px;
	font-weight: 900;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	border: none;
	font-weight: 900;
	text-decoration: none;
	padding: 0 3px;
}

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

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: inline;
	float: none;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #c90000;
}

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

.copyright {
	padding: 0px;
	text-align: right;
	font-size: 12px;
	color: #555555;
}

.small {
	font-size: 12px;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 4px solid #c90000;
	font-weight: 800;
	font-size: 12px;
}

.headerspace a, .headerspace a:link {
	font-weight: 800;
	color: #c90000 !important;
	text-decoration: none;
	text-transform: lowercase;
}

.headerspace a:hover {
	text-decoration: underline;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	margin: 20px 0 10px 0;
}

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

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

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

p.rules a {
	vertical-align: middle;
	clear: both;
	padding-top: 8px;
}

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

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

.mobile-style-switch.mobile-style-switch-header {
	background: yellow;
	display: none;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	color: #002137;
	direction: ltr;
	unicode-bidi: embed;
}


a:link	{
	color: #002137;
	text-decoration: underline;
}

a:visited	{ color: #002137; text-decoration: none; }


a:hover	{
	color: #002137; text-decoration: none; 

}

a:active	{ 
/*	color: #ec8787; */
	text-decoration: none; 

}

#wrap a:link {
	-o-transition:		color .25s;
	-ms-transition:		color .25s;
	-moz-transition:	color .25s;
	-webkit-transition:	color .25s;
	transition:			color .25s;
		
}

#wrap a:hover {
	-o-transition:		color .0s;
	-ms-transition:		color .0s;
	-moz-transition:	color .0s;
	-webkit-transition:	color .0s;
	transition:			color .0s;		
}

/* Coloured usernames */
.username-coloured {
	font-weight: 900;
	display: inline !important;
	padding: 0 !important;
	color: #002137 !important;
}

.username-coloured:hover {
	color: #c90000 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

/* Links for forum/topic lists */
li.row a.forumtitle {
	font-weight: 800;
	font-size: 24px !important;
	letter-spacing: -1px;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: none;
}

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

li.row a.topictitle {
	font-weight: 800;
	font-size: 14px;
	/*letter-spacing: -1px;
	line-height: 140%;*/
	text-decoration: none;
	padding-bottom: 5px;
}


/* a.topictitle:visited { color: #d2d2d2; } */

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

a.topictitle:active {
}

/* Post body links */
.vglnk, .postlink {
	text-decoration: none;
	color: #c90000 !important;
	padding-bottom: 0;
	font-weight: 800;
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
}

.postlink:hover {
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: none;
	background-color: transparent;
	color: #002137 !important;
}



/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	font-size: 12px;
	font-weight: 800;
	background: none no-repeat 0 50%;
	text-decoration: none;
}

/* Arrow links  */
a.up		{ background: url("./styles/twoism/theme/images/arrow_up.png") no-repeat left 55%; }
a.down		{ background: url("./styles/twoism/theme/images/arrow_down.png") no-repeat right 55%; }
a.left		{ background: url("./styles/twoism/theme/images/arrow_left.png") no-repeat left 55%; }
a.right		{ background: url("./styles/twoism/theme/images/arrow_right.png") no-repeat right 55%; }


a.up, a.left {
	padding-left: 24px;
}

a.down, a.right {
	padding-right: 24px;
}

a.left,
a.right,
a.up,
a.down
{ 
	
	font-weight: 800;
	font-size: 24px;
	letter-spacing: -1px;
	text-decoration: none;
	line-height: 26px;
}

a.up:hover,
a.downver,
a.left:hover,
a.right:hover {
	color: #c90000;
	border-color: #c90000;
}


/* 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;
}

.navbar .linklist a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none !important;
}

.linklist a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}

.navbar .navlinks a {
	text-transform: none;
	font-size: 12px;
	font-weight: 900;
}

h2 a:link {
	text-decoration: none;
}

h3 a:link {
	text-decoration: none;
}

.topiclist a {
	text-decoration: none !important;
}

/*
li.icon-home a {
	font-size: 14px !important
}
*/

.headerbar ul {
	list-style: none;
	height: 133px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: right;
	margin-right: -34px;

}

.headerbar ul li {
	float: left;
	padding: 0;
	margin: 0;
}

.headerbar ul li a {
	color: #f3d1b0;
	width: 153px;
	height: 133px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	padding-top: 56px;
	outline: none;
}

.headerbar ul li a:hover, .headerbar ul li a:active {
	color: #fff !important;
}

#wrap .headerbar a:hover, #wrap h2 a:link, #wrap h2 a:hover {
	-o-transition:		color .7s;
	-ms-transition:		color .7s;
	-moz-transition:	color .7s;
	-webkit-transition:	color .7s;
	transition:			color .7s;		
}

.linkmcp, .linkmcp a {
	font-size: 12px !important;
	text-transform: uppercase !important;
}

#message a {
	font-weight: 800;
}
/* Content Styles
---------------------------------------- */

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

ul.forums {
	background: transparent;
}

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

ul.topiclist dl {
	position: relative;
}

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

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	padding: 4px;
}

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

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

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

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #8f8f8f;
	font-size: 12px;
}

li.row a {
	font-size: 14px;
	font-weight: 800;
}

li.row dt a {
	font-size: 12px;
}

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

li.row:hover {
	background-color: transparent;
}

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

li.header dt, li.header dd {
	border-left-width: 0;	
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

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

li.header dd {
	margin-left: 1px;
}

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

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

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

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: right;
	font-size: 14px;
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

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

dd.lastpost {
	width: 25%;
	text-align: right;
}

dd.lastpost a {
	font-weight: 900;
}

dd.lastpost a small{
	font-weight: normal;
	font-size: 12px;
}


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

dd.moderation {

}

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 {
	width: auto;
	line-height: 200%;

}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;

}

dd.mark {
	float: right !important;
	width: 6%;
	text-align: center;
	padding: 0;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
}

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

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	color: #002137;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	text-transform: uppercase;
	min-height: 40px;
	font-size: 12px;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 28px;
	border-top: 4px solid #c90000;
	border-bottom: 4px solid #c90000;
	margin: 30px 0px;
}


div[class].topic-actions {
	height: auto;
}

.topic-actions a {
	font-weight: 900;
}

.topic-actions label {
	margin-top: 2px;
}

/* Post body styles
----------------------------------------*/
.postbody {
	margin-top: 15px;
	padding-bottom: 15px;
	color: #002137;
	width: 678px;
	float: left;
	background: rgba(59, 111, 122, 0.006);
	border: 1px solid rgba(59, 111, 122, 0.1);
	border-radius: 7px;
	padding: 15px;	
}

.postbody .ignore {
}

.postbody h3.first {
	/* The first post on the page uses this */
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	padding-top: 5px;
	margin: 0 !important;
	text-transform: none;
	border: none;
	line-height: 34px;
	font-size: 14px;
	font-weight: 800;
}

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

.postbody .content {
	line-height: 155%;
	font-weight: 400;
}

.search .postbody {
	width: 855px;
}

.search .postprofile {
	padding-top: 30px;
}

.search ul.searchresults {
	clear: none;
	float: right;
	width: auto;
	padding-top: 30px;
}


/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

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

.post-ignore .postbody {
	display: none;
}

h2 {

}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	/*overflow: hidden;*/
	line-height: 155%;
	color: #002137;
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	line-height: 160%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.panel h3 {
	margin: 0.5em 0;
}

.panel p {

	margin-bottom: 1em;
	line-height: 155%;
}

.content p {

	margin-bottom: 1em;
	line-height: 155%;
}

dl.faq {
	
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 155%;
}

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

.content dl.faq {

	margin-bottom: 0.5em;
}

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

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}


.posthilit {
    background-color: rgba(255, 255, 10, 0.5);
    border: 1px solid rgba(252, 222, 0, 0.9);
    border-radius: 7px 7px 7px 7px;
    color: #002137;
    font-weight: bold;
    padding: 2px 6px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 155%;
}

/* Post signature */
.signature {
	margin-top: 45px;
	padding-top: 15px;
	font-size: 12px !important;
	border-top: 1px solid rgba(59, 111, 122, 0.1);
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

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

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

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 12px;
	border-top: 1px dashed #002137;
	border-top-color: rgba(0, 33, 55, 0.25);
	clear: left;
	padding-top: 5px;
	line-height: 160%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: rgba(59, 111, 122, 0.05);
	border: 1px solid rgba(59, 111, 122, 0.1);
	font-size: 12px;
	overflow: hidden;
	padding: 15px;
	border-radius: 7px;
	margin-bottom: 15px;
}

.signature blockquote:last-child {
	margin-bottom: auto;
}

blockquote cite:before {
	content:open-quote no-close-quote;
	font-size: 24px;
	padding-right: 5px;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: 800;
	margin-bottom: 15px;
	display: block;
}

blockquote cite cite {

}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px dashed #d8d8d8;
	padding: 15px;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	font-weight: 800;
	font-size: 12px;
}

dl.codebox code {
	margin-top: 15px;
	color: #51910D;
	font-family: Consolas, "Courier New", monospace;
	font-size: 14px;

	overflow: auto;
	display: block;
	height: auto;
	max-height: 500px;
	white-space: normal;

}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	padding: 15px;
	margin: 15px 0px;
	background-color: transparent;
	border: 1px dashed #d8d8d8;
	clear: left;
	font-size: 12px;
	width: 95%;

}

.attachbox dl.file {
	border: none;
	margin-bottom: 0;
}

.pm-message .attachbox {
	background-color: transparent;
}

.attachbox dt {
	text-transform: uppercase;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	overflow: hidden;
}

.attach-image img {
	border: 1px solid #999999;
	cursor: default;

}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	font-size: 12px;
}

div.inline-attachment em, div.inline-attachment em {
	font-weight: 800;
}


div.inline-attachment p {

}

dl.file {
	display: block;
	border-bottom: 1px solid #002137;
	margin-bottom: 15px;
}}

dl.file dt {
	text-transform: none;
	font-weight: bold;
}


dl.file img, dl.thumbnail img {
	border-radius: 7px;
	border: none;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
}

.attachbox dl.thumbnail dd {

}

dl.thumbnail dt a:hover {
	background-color: transparent;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid rgba(0, 33, 55, 0.05);
	padding: 10px 0;
	line-height: 120%;
}

fieldset.polls dl.voted {
	font-weight: bold;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 300px;
	border-right: none;
	padding:0 15px 0 0;
	margin: 0;

}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;

}

fieldset.polls dd.resultbar {
	width: 49%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	overflow: visible;
	min-width: 2%;
}

fieldset.polls.bar-chart dl {

}

fieldset.polls .total-votes {
	border-top: 1px solid #002137;
	font-weight: 800;
}

.pollbar1,
.pollbar2,
.pollbar3,
.pollbar4,
.pollbar5 {
	font-size: 24px;
	display: block;
	padding: 15px;
	border-radius: 0 7px 7px 0;
	max-width: 400px;
}

.pollbar1 {
	background: #AF0003;
}

.pollbar2 {
	background: #D60004;
}

.pollbar3 {
	background: #C90000;
}

.pollbar4 {
	background: #890003;

}

.pollbar5 {
	background: #490001;
}

.poll-percent {
	font-size: 24px;
	font-weight: 800;
	padding: 15px 0;
	display: block;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 150px;
	float: left;
	display: block;
	padding: 0px 24px 15px 0px;
}

.post-author {
	font-size: 12px;
}

.post-author h3 {
	font-size: 12px;
	display: inline;
	border: none;
	text-transform: none;
}

.post-author strong {
	font-size: 24px;
	font-weight: 800 !important;
	letter-spacing: -1px;
}

.post-author strong a {
	text-decoration: none;
}

.post-subject-and-time {
	float: right;
	text-align: right;
	padding-top: 12px;
}

.post-subject-and-time a {
	text-decoration: none;
}

.poster-avatar  {
	width: 150px;
	height: 150px;
	margin: 15px 0;
	border-radius: 7px;
	background: transparent;
	display: block;
	overflow: hidden;

background-color: rgba(59, 111, 122, 0.008);
background-image: repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(59, 111, 122, 0.1) 18px, rgba(59, 111, 122, 0.1) 36px);
}

.poster-avatar a {
	text-decoration: none;
}

.poster-avatar img {
	border-radius: 6px;
	color: transparent;
}

#viewprofile .poster-avatar {
	margin-top: 0;
}

.poster-rank {
	font-weight: 800;
	display: block;
	margin-bottom: 15px;
}



.pm .postprofile {

}

.postprofile dd {
	font-size: 12px;
	color: #002137;
}


.avatar {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {	
	float: left;
	width: auto;
	height: auto;
	text-transform: uppercase;
}

/* Rollover state */
.buttons div {
	float: left;
	background-position: 0 100%;
	padding: 3px 0 0 0;
	margin-right: 5px;
}

/* Rolloff state */
.buttons div a {
	display: block;
	border-radius: 7px;
	background-color: #c90000;
	color: #fff;
	box-shadow: none;
	font-size: 14px;
	line-height: 157%;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 14px 7px 48px;
	background-repeat: no-repeat;
	background-position: 12px 50%;	
}

#wrap .buttons div a {
	-o-transition:		 .3s  ease-in;
	-ms-transition:		 .3s  ease-in;
	-moz-transition:	 .3s  ease-in;
	-webkit-transition:	 .3s  ease-in;
	transition:			 .3s  ease-in;	
}

#wrap .buttons div a:hover {
	color: #fff;
	background-color: #c90000;
	box-shadow: 0px 0px 10px #e5371c;
	-o-transition:		 .3s  ease-in;
	-ms-transition:		 .3s  ease-in;
	-moz-transition:	 .3s  ease-in;
	-webkit-transition:	 .3s  ease-in;
	transition:			 .3s  ease-in;		
}	

#wrap .buttons div a:active {
	color: #fff !important;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ width: 0; height: 0;}


/* Set big button dimensions */


/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-left: 10px;
	opacity: 0.1;
	-o-transition:		opacity .25s !important;
	-ms-transition:		opacity .25s !important;
	-moz-transition:	opacity .25s !important;
	-webkit-transition:	opacity .25s !important;
	transition:			opacity .25s !important;

}

a.print:hover, a.sendemail:hover, a.fontsize:hover {
	opacity: 1;
	-o-transition:		opacity .25s !important;
	-ms-transition:		opacity .25s !important;
	-moz-transition:	opacity .25s !important;
	-webkit-transition:	opacity .25s !important;
	transition:			opacity .25s !important;	
}


a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 20px;
	margin-left: 15px
}

.icon-home, .icon-ucp {
	margin-left: 0px;
}

.sitehome {
	padding-left: 40px; 
	margin-left: 0;
} 

#page-footer li {
	margin-left: 0 !important;
}





.icon-members {
	padding-left: 33px; 
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding: 15px 0px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 5px 5px 0px;
	padding: 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }



.postprofile ul.profile-icons li {
	opacity: 0.1;
	-o-transition:		opacity .25s;
	-ms-transition:		opacity .25s;
	-moz-transition:	opacity .25s;
	-webkit-transition:	opacity .25s;
	transition:			opacity .25s;	
}

.postprofile ul.profile-icons li:hover{
	opacity: 1;
	-o-transition:		opacity .7s;
	-ms-transition:		opacity .7s;
	-moz-transition:	opacity .7s;
	-webkit-transition:	opacity .7s;
	transition:			opacity .7s;
}


.postbody ul.profile-icons li {
	opacity: 0.1;
	-o-transition:		opacity .25s;
	-ms-transition:		opacity .25s;
	-moz-transition:	opacity .25s;
	-webkit-transition:	opacity .25s;
	transition:			opacity .25s;	
}

.postbody:hover ul.profile-icons li {
	opacity: 1;
	-o-transition:		opacity .7s;
	-ms-transition:		opacity .7s;
	-moz-transition:	opacity .7s;
	-webkit-transition:	opacity .7s;
	transition:			opacity .7s;
}





ul.profile-icons.post-actions {
	float: right;
	width: auto;
	margin-right: -5px;
}

/* Positioning of moderator icons */
ul.profile-icons.post-actions li {
	opacity: 0.1;
	-o-transition:		opacity .25s;
	-ms-transition:		opacity .25s;
	-moz-transition:	opacity .25s;
	-webkit-transition:	opacity .25s;
	transition:			opacity .25s;	
}

ul.profile-icons.post-actions li:hover {
	opacity: 1;
	-o-transition:		opacity .7s;
	-ms-transition:		opacity .7s;
	-moz-transition:	opacity .7s;
	-webkit-transition:	opacity .7s;
	transition:			opacity .7s;
}


/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 24px; height: 24px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.msnm-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.icq-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.jabber-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.pm-icon		{ width: 24px; height: 24px; }
ul.profile-icons li.quote-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.report-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.edit-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.delete-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.info-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.warn-icon	{ width: 24px; height: 24px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ }
ul.profile-icons li.quote-icon	{ }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ }

#wrap .postbody ul.profile-icons li a {
	color: #c90000 !important;
}

#wrap .postbody ul.profile-icons li a:hover {
	color: #c90000 !important;
}

#format-buttons .button2 {
	background: transparent;
	border: none;
	color: #002137 !important;
	padding-left: 0 !important;
	font-weight: 800 !important;
	font-size: 12px;
}

#format-buttons .button2:hover {
	color: #c90000 !important;
	box-shadow: none;
}
/* Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 25%;
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main {
	float: right;
	width: 75%;
}

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

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: rgba(0, 33, 55, 0.1);
}

#cp-main #report {
	overflow: auto;	
}

#cp-main .panel ol {
	margin-left: 2em;

}

#cp-main .panel li.row {
	border-bottom: 1px solid rgba(0, 33, 55, 0.1);	
	border-top: none;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: none;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	margin-bottom: 2px;
}

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

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

#cp-main .postbody p {

}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

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

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

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

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 94%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 0 0;
	min-width: 570px;
}

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

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;

	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: #828282;
	white-space: nowrap;
}

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

#tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

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

#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: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

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

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-weight: bold;
	margin-left: 2px;
	border-right: 1px solid #002137;
}

#minitabs li:first-child {
	padding-right: 0px;
	border-right: none;
}

#minitabs a {
	text-decoration: none;
}

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

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

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

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 80%;
	font-size: 12px;
	text-transform: uppercase;
}

#navigation ul {
	list-style:none;
	border-right: 1px solid #002137;
	padding: 30px 0;
}

/* 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: 7px 10px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	color: #002137;
}


#navigation a:hover {
	color: #c90000;
	background: transparent;
	text-decoration: none;
	background-image: none;
}

#navigation #active-subsection a {
	border-radius: 7px 0px 0px 7px;
	background: #002137;
	color: #fff;
	display: block;
	background-image: none;
}

#navigation #active-subsection a:hover {
	background: #002137;
	color: #fff;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin: 30px 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 900;
	font-style: italic;
}

#cp-main .panel {

}

#cp-main .pm {
	background-color: transparent;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: none;
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: none;
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

/* Friends list */
.cp-mini {
	background-color: transparent;
	padding: 0 5px;
	width: 80%;
	background-color: transparent;
	padding-top: 30px;
}

dl.mini {
	font-size: 12px;
}

dl.mini a {
	font-size: 14px;
}

dl.mini dt {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

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

dl.mini .button2 {
	font-size: 12px;
	font-weight: 400;
	padding: 0px 0px !important;
	margin-bottom: 4px;
	background: transparent;
	color: #c90000 !important;
}

dl.mini .button2:hover {
	color: #c90000 !important;
	background: transparent;
	box-shadow: none;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}


/* PM Message history */
.current {
	color: #999999;
}

/* 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.bg1 {
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;
}


.pm_message_reported_colour .topictitle:after,
.pm_marked_colour .topictitle:after,
.pm_replied_colour .topictitle:after,
.pm_friend_colour .topictitle:after,
.pm_foe_colour .topictitle:after {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #B5C3D1;
	padding: 3px 8px;
	border-radius: 7px;
}

.pm_marked_colour .topictitle:after {
	content: "Important";
}


.pm_replied_colour  .topictitle:after{
	content: "Replied";
}

.pm_friend_colour .topictitle:after {
	content: "From a friend";
}

.pm_foe_colour .topictitle:after {
	content: "From a foe";
}

.pm-legend {
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {

}



#cp-main .display-options select {
	font-size: 12px !important;
	line-height: 19px;
	border: none;
	padding: none;
	box-shadow: none;
}

#cp-main .display-options select option {
	font-size: 12px !important;
}


#cp-main li.row a.topictitle {
	font-size: 14px;
	letter-spacing: 0px;
}

#cp-main .linklist .rightside{
	text-transform: uppercase;
	font-size: 12px;
}

#cp-main .postbody {
	width: 95%;
}

#topicreview .postbody ul.profile-icons,
#cp-main .postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 15px 0px;
}


#cp-main #postingbox .column1 {
	width: 100%;
}

#cp-main #subject {
	width: 96% !important;
}

#cp-main #message-box textarea {
	width: 96% !important;
}






.display-options .linklist {
	height: 30px;
	padding: 15px 0px;
	overflow: visible
}






.private-messages .poster-avatar  {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.private-messages #navigation ul {
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
}

.private-messages #navigation ul:first-child {
	padding: 30px 0px 0px 0px;
	margin-top: 0px;
}

.private-messages #navigation hr {
	display: none;
}

.private-messages .display-actions {
	border-top: 1px solid #002137;
	padding-top: 15px;
	margin-top: 0px;
}

.private-messages .display-actions .left-box {
	margin-top: 0px;
}







#postingbox #recipients-input dl {
	margin-bottom: 30px 
}


#postingbox #recipients-input dl dt
{
	padding: 0;
	margin: 0;
	float: left;
	width: 45px;
}


#postingbox #recipients-input dl dd
{
	padding: 0 !important;
	margin: 0 !important;
	float: left;
}

#postingbox #recipients-input dl dd a
{
	text-decoration: none;
}


#postingbox #recipients-input dl input.button2 {
	padding: 0 !important;
	background: transparent;
	color: #c90000 !important;
	display: inline;
	font-size: 12px;
	font-weight: 800;
	box-shadow: none;
}


#postingbox #recipients-input dl.pmlist {
	clear: both;	
}

#postingbox #recipients-input dl.pmlist textarea {
	width: 96%;
}

#postingbox #recipients-input dl.pmlist dt {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

#postingbox #recipients-input dl.pmlist dd {
	padding-right: 15px !important;
	margin-right: 15px !important;
	border-right: 1px solid #b5c3d1;
}

#postingbox #recipients-input dl.pmlist dd:last-child {
	border: none;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;

}

input, textarea {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 7px !important;
	border: 1px solid #b5c3d1;
	border-color: #b5c3d1 !important;
	border-radius: 7px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-size: 14px;
	outline: none;
}



input[type=text] {
	font-weight: 900;
	font-size:14px;
}

input[type=text]:focus {
	
}

select, .firefox-select {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 900;
	cursor: pointer;
	vertical-align: middle;
	background-color: transparent !important;
	font-size: 14px !important;
	border: 1px solid #b5c3d1;
	border-color: #b5c3d1 !important;
	border-radius: 7px;
	padding: 6px;
	-webkit-appearance: none;
	outline: none;
	box-shadow: inset 2px 2px 0px rgba(180, 186, 192, 0.1);	
}

.firefox-select {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
}

.firefox-select select:first-child {
	background-position: -100px;
	border: none;
	margin-right: 0px;
	padding-right: 30px;
	margin-right: -50px;
	box-shadow: none;
}

option {
	font-weight: 900;
	padding-right: 14px;
}


.firefox-select.focused,
select:focus {
	border-color:  rgba(220, 60, 60, 0.5) !important;
	box-shadow: inset 2px 2px 0px rgba(220, 60, 60, 0.1);	
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	padding: 2px;
	line-height: 1.4em;
	outline: none;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #002137;
}

label:hover {
	
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

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

fieldset dt span {
	font-size: 12px;
	padding-right: 30px;
	display: inline-block;
}

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

fieldset dd label {
	
}

/* 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;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
	padding-top:8px;
}

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

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
}

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

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {

}

fieldset.fields2 dl:hover dt label {

}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	clear: both;
	margin: 0;
	font-size: 12px;
	line-height: 19px;
	text-align: center;	
	padding: 15px 0px;
}

fieldset.display-options .firefox-select,
fieldset.display-options select {
	font-size: 12px !important;
	border: none;
	padding: none;
	box-shadow: none;
	text-decoration: underline;
}

fieldset.display-options select:hover {
	color: #c90000;
}

fieldset.display-options select option {
	font-size: 12px !important;
	text-decoration: none;
}


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

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

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	margin-top: 15px;
}

fieldset.display-actions div {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}

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

.display-options .button2 {
	background: #002137;
	font-weight: 800;
	padding: 2px 5px !important;
	font-weight: 800;
	font-size: 12px;	
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: left;
	vertical-align: middle;
	margin: 30px 0 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

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

/* Main message box */
#message-box {
	width: auto;
}

#message-box textarea {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	height: 270px;
	width: 98%;
	color: #002137;
}

/* Emoticons panel */
#smiley-box {
	width: auto;
	float: left;
	font-size: 12px;
}

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

#smiley-box em {
	font-style: normal;
	font-weight: 800;
}

#smiley-box a {
	color: #002137;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #B4BAC0;
	box-shadow: inset 2px 2px 0px rgba(180, 186, 192, 0.1);
	color: #002137;
	padding: 2px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border-color:  rgba(220, 60, 60, 0.5) !important;
	box-shadow: inset 2px 2px 0px rgba(220, 60, 60, 0.1);
}

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

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	text-transform: uppercase;
	padding: 8px;
}

a.button-main, a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #fff !important;
	width: auto !important;
	font-family: Open Sans, Verdana, Helvetica, Arial, sans-serif;
	border-radius: 7px;
	text-transform: uppercase;
}

a.button-main, a.button1, input.button1 {
	font-weight: bold;
	border: none;
	text-transform: uppercase;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: none;
}

/* <a> button in the style of the form buttons */
a.button-main, a.button1, a.button-main, a.button1:link, a.button-main, a.button1:visited, a.button-main, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	padding: 3px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
	text-transform: uppercase;
}

/* Hover states */
a.button-main, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: none;
	background-position: 0 100%;
	text-transform: uppercase;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

input:-moz-placeholder,
textarea:-moz-placeholder
 {
	color: #b5c3d1 !important;
	font-style: normal !important;
	font-weight: normal !important;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder
 {
	color: #b5c3d1 !important;
	font-style: normal !important;
	font-weight: normal !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder
 {
	color: #b5c3d1 !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
	font-weight: normal;
	color: #b5c3d1;
}

input.search:focus {
	color: #002137;
	border-color:  rgba(220, 60, 60, 0.5) !important;
	box-shadow: inset 2px 2px 0px rgba(220, 60, 60, 0.1);	
}

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

.fields2 select {
	padding: 8px;
}

#login label {
	line-height: 36px;	
	color: #002137 !important;	
}

#login input[type=text], #login input[type=password] {
	width: 400px !important;
}

#login dd label {
	font-size: 12px;
	line-height: 140%px;
}

#login dd a {
	font-weight: bold;
	font-size: 12px;
}




#postingbox dl dt {
	float: none;
	width: auto;
}

#postingbox dl dd {
	float: none;
	width: auto;
	margin: 10px 0px;
	padding: 0px;
}

#postform hr { 
	border: transparent;
}

#postform #tabs {
	margin: 30px 0px;
}

#qr_ns_editor_div .submit-buttons {
	padding-top: 0px;
	margin-top: 0.5em;
}

#subject {
	width: 98% !important;
}

#viewprofile {
	padding-top: 30px;
}

#viewprofile .panel {
	overflow: hidden;
}

#viewprofile .postbody {
	width: 96.4%;
}
/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/twoism/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/twoism/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

/* #minitabs fix for IE */
.tabs-container {
	zoom: 1;
}

#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html {
	background: url('./styles/twoism/theme/images/main-background.png') center top;
}

body {
	color: #002137;
	background: url('./styles/twoism/theme/images/header-background.png') no-repeat center top;
}


#wrap-outer {
	background: url('./styles/twoism/theme/images/footer-background.png') no-repeat center bottom;
}


h1 {
	color: #002137;
}

h2 {
	color: #002137;
}

h3 {
	border-bottom-color: #002137;
	border-bottom-style: dotted;
	color: #002137;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #002137;
}

hr.dashed {
	border-top-color: #002137;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #002137;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: transparent;
	height: 103px;
}

.navbar {
	background-color: transparent;
}

.forabg {
	background-color: transparent;
}

.forumbg {
	background-color: transparent;
}

.panel {
	background-color: transparent;
}

.post:target .content {
	
}

.post:target h3 a {
	
}

.bg1	{ background-color: transparent; }
.bg2	{ background-color: transparent;  }
.bg3	{ background-color: transparent; }

.ucprowbg {
	
}

.fieldsbg {
	
}

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

ul.navlinks {
	border: none;
}

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

table.table1 {
	margin: 30px 0px;
	border-collapse: collapse;
	border: none;
}

table.table1 thead th {
	text-align: left;
	color: #002137;
	font-weight: normal;
	border-bottom: 1px solid #002137;

}

table.table1 tbody tr {
	border: none;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
}

table.table1 tbody td {
	vertical-align: top;
	color: #002137;
	font-size: 12px;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 33, 55, 0.1);
}

table.table1 tbody tr:last-child td {
	border-bottom: 1px solid transparent;
}

table.table1 tbody td {
	border-top: none;
}

table.table1 tbody th {
	border-bottom-color: #002137;
	color: #002137;
	background-color: #FFFFFF;
}

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

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #002137;
	font-weight: 800;
	padding-right: 15px;
}

dl.details dd {
	color: #002137;

}

.sep {
	color: #1198D9;
}

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

.pagination span strong {
	color: #fff;
	background: #002137;
	border-radius: 2px;
	padding: 0 7px;
	margin: 0 5px;
	font-weight: 800;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #002137;
}

.pagination span a:hover {
	background: none !important;
	color: #c90000;
	text-decoration: underline !important;
}

.pagination span a:active {
	background: none !important;
	color: #c90000;
	text-decoration: underline !important;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("./styles/twoism/theme/images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: transparent;
}

.row .pagination span a {
	color: #c90000;
}

.row .pagination span a:hover, li.pagination span a:hover {
	
}

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

.copyright {
	color: #002137;
	line-height: 160%;
}

.copyright a {
	font-weight: 800;
	text-decoration: none;
}

.error {
	padding: 15px;
	margin: 15px 0px !important;
	background: #fff;
	color: #c90000;
	border: 1px solid #c90000;
	border-left-width: 30px !important;
	border-radius: 7px;
	font-weight: normal;
	font-style: italic;
	width: 91%;
}

.reported .postbody {
	border-color: rgba(220, 60, 60, 0.5);
}

li.reported:hover {

}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background: transparent;
}

p.rules {
	background: transparent;
	clear: both;
	font-size: 12px;
}

p.rules img {
	vertical-align: -60%;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #002137; }
a:visited	{ color: #002137; }
a:hover	{ color: #c90000; }
a:active	{ 
	color: #c90000 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #002137;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #002137;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #002137;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #002137;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #002137;
}

/* a.forumtitle:visited { color: #002137; } */

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

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

a.topictitle {
	line-height: 140%;
	font-weight: 900;
	color: #002137;
}

/* a.topictitle:visited { color: #368AD2; } */

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

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

/* Post body links */

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

.signature a:hover, .signature a:active {
	color: #c90000 !important;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #002137;
}

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

.postprofile a:active {
	color: #002137;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #002137;
}

.search .postprofile a:hover {
	color: #c90000;
}

	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
}

ul.topiclist li {
}

ul.topiclist dd {

}

.rtl ul.topiclist dd {

}

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

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

li.row {
	border-top-color:  transparent;
	border-bottom-color: rgba(0, 33, 55, 0.1);
}

li.row strong {
	color: #000000;
}

li.row:hover {
}

li.row:hover dd {
	border-left-color: transparent;
}

.rtl li.row:hover dd {
	border-right-color: transparent;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #002137;
}

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

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #002137;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #002137;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #002137;
}

.content h2, .panel h2 {
	color: #002137;
	border-bottom-color:  #002137;
	letter-spacing: 0;
	font-size: 24px;
	font-weight: bold;
}

dl.faq dt {
	color: #002137;
}

.posthilit {

}

/* Post signature */

/* BB Code styles
----------------------------------------*/
/* Quote block */



/* Code block */


.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
}

.attachbox dt, .attachbox em {
	font-weight: 800;	
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {

}

.attachbox p.stats {
}

.attach-image img {
	border-color: none;
}

/* Inline image thumbnails */

dl.file dd {
	color: #002137;
}

dl.thumbnail img {
	border-color: none;
	background-color: none;
}

dl.thumbnail dd {

}

dl.thumbnail dt a:hover {

}

dl.thumbnail dt a:hover img {

}

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

fieldset.polls dl {
	border-top-color: rgba(0, 33, 55, 0.1);
}



/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #002137;
	border-left-color: transparent;
}

.rtl .postprofile {
	border-left-color: transparent;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: transparent;
}

.rtl .pm .postprofile {
	border-right-color: transparent;
	border-left-color: transparent;
}

.postprofile strong {
}

.online {
	/* background-image: url("./styles/twoism/imageset/en/icon_user_online.gif"); */ 
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon a		{ background-image: url("./styles/twoism/theme/images/icon_button_reply.png"); }
.post-icon a		{ background-image: url("./styles/twoism/theme/images/icon_button_post.png"); }
.locked-icon a		{ background-image: url("./styles/twoism/theme/images/icon_button_locked.png"); }
.pmreply-icon a		{ background-image: url("./styles/twoism/theme/images/icon_button_pmreply.png"); }
.newpm-icon a 		{ background-image: url("./styles/twoism/theme/images/icon_button_newpm.png"); }
.forwardpm-icon a	{ background-image: url("./styles/twoism/theme/images/icon_button_forwardpm.png"); }
.reply-all a		{ background-image: url("./styles/twoism/theme/images/icon_button_pmreply.png"); }
	
a.print {
	background-image: url("./styles/twoism/theme/images/icon_print.png");
}

a.sendemail {
	background-image: url("./styles/twoism/theme/images/icon_sendemail.png");
}

a.fontsize {
	background-image: url("./styles/twoism/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/twoism/theme/images/icon_sitehome.png"); }
.icon-faq						{ background-image: url("./styles/twoism/theme/images/icon_faq.png"); }
.icon-members					{ background-image: url("./styles/twoism/theme/images/icon_members.png"); }
.icon-home						{ background-image: url("./styles/twoism/theme/images/icon_home.png"); }
.icon-ucp						{ background-image: url("./styles/twoism/theme/images/icon_ucp.png"); }
.icon-register					{ background-image: url("./styles/twoism/theme/images/icon_register.png"); }
.icon-logout					{ background-image: url("./styles/twoism/theme/images/icon_logout.png"); }
.icon-bookmark					{ background-image: url("./styles/twoism/theme/images/icon_bookmark.png"); }
.icon-bump						{ background-image: url("./styles/twoism/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/twoism/theme/images/icon_subscribe.png"); }
.icon-unsubscribe				{ background-image: url("./styles/twoism/theme/images/icon_subscribe.png"); }
.icon-pages						{ background-image: url("./styles/twoism/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/twoism/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_email.png"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_www.png"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_msnm.png"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_icq.png"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/twoism/imageset/en/icon_contact_pm.png"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/twoism/imageset/en/icon_post_quote.png"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/twoism/imageset/icon_post_report.png"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/twoism/imageset/en/icon_post_edit.png"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/twoism/imageset/icon_post_delete.png"); }
.info-icon, .info-icon a			{ background-image: url("./styles/twoism/imageset/icon_post_info.png"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/twoism/imageset/icon_user_warn.png"); } /* Need updated warn icon */

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

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

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

#cp-main .panel li.row {
	border-bottom-color: rgba(0, 33, 55, 0.1);
}

ul.cplist {
	border-top-color: rgba(0, 33, 55, 0.1);
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {

}

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

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

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

#tabs {
	border-bottom: 1px solid #002137;
	height: 30px;
	text-transform: uppercase;
}

#tabs ul {
	height: 30px;
}

#tabs ul li {
	height: 30px;
}


#tabs a{
	font-weight: bold;
	color: #002137;
	font-size: 12px;
}

#tabs a span {
	font-weight: bold;
	color: #002137;
	-o-transition:		color .25s  ease-in;
	-ms-transition:		color .25s  ease-in;
	-moz-transition:	color .25s  ease-in;
	-webkit-transition:	color .25s  ease-in;
	transition:			color .25s  ease-in;
}

#tabs a:hover span {
	color: #c90000;	
	-o-transition:		color .25s  ease-in;
	-ms-transition:		color .25s  ease-in;
	-moz-transition:	color .25s  ease-in;
	-webkit-transition:	color .25s  ease-in;
	transition:			color .25s  ease-in;
}

#tabs .activetab a {
	font-weight: bold;
	background: #002137;
	color: #fff;
	border-radius: 7px 7px 0 0;
}

#tabs .activetab a span {
	font-weight: bold;
	color: #fff;
}

#tabs .activetab a:hover span {
	color: #fff;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {

}

#minitabs li.activetab {

}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
}

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

/* Link styles for the sub-section links */
#navigation a {

}

.rtl #navigation a {

}

#navigation a:hover {

}

#navigation #active-subsection a {

}

#navigation #active-subsection a:hover {

}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	
}

#cp-main .pm {
}

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

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

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

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

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("./styles/twoism/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("./styles/twoism/theme/images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("./styles/twoism/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("./styles/twoism/theme/images/corners_right.gif");
}

/* Friends list */
.cp-mini {
	
}

dl.mini dt {
	
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #002137 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #c90000;
	border-right-color: #c90000;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select, .firefox-select {
	background-image: url("./styles/twoism/theme/images/drop_down_arrow.png") !important;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}




label {
	color: #002137;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

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

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

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

#message-box textarea {
	color: #002137;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	
}

.inputbox:hover {
	
}

.inputbox:focus {
	
}

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	background-color: #c90000;
	color: #fff;
	-o-transition:		 .3s  ease-in;
	-ms-transition:		 .3s  ease-in;
	-moz-transition:	 .3s  ease-in;
	-webkit-transition:	 .3s  ease-in;
	transition:			 .3s  ease-in;		
	box-shadow: none;
}

a.button1, input.button1 {
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {

}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	color: #fff;
	background-color: #c90000;
	box-shadow: 0px 0px 10px #e5371c;
	-o-transition:		 .3s  ease-in;
	-ms-transition:		 .3s  ease-in;
	-moz-transition:	 .3s  ease-in;
	-webkit-transition:	 .3s  ease-in;
	transition:			 .3s  ease-in;	
}

input.search {
	
}

input.disabled {
	color: #666666;
}

small {
	font-size: 12px !important;
}

.topiclist .row:last-child {
	border-bottom-color: transparent !important;
}
/* prosilver Social Networking Buttons MOD
---------------------------------------- */

/* Profile & navigation icons */
.pinterestsn-icon, .pinterestsnsn-icon a			{ background: none top left no-repeat; }
.youtubesn-icon, .youtubesn-icon a	{ background: none top left no-repeat; }
.facebooksn-icon, .facebooksn-icon a	{ background: none top left no-repeat; }
.googleplussn-icon, .googleplussn-icon a	{ background: none top left no-repeat; }
.linkedinsn-icon, .linkedinsn-icon a	{ background: none top left no-repeat; }
.myspacesn-icon, .myspacesn-icon a	{ background: none top left no-repeat; }
.soundcloudsn-icon, .soundcloudsn-icon a		{ background: none top left no-repeat; }
.twittersn-icon, .twittersn-icon a	{ background: none top left no-repeat; }


/* Set profile icon dimensions */
ul.profile-icons li.pinterestsn-icon			{ width: 24px; height: 24px; }
ul.profile-icons li.youtubesn-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.facebooksn-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.googleplussn-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.linkedinsn-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.myspacesn-icon	{ width: 24px; height: 24px; }
ul.profile-icons li.soundcloudsn-icon		{ width: 24px; height: 24px; }
ul.profile-icons li.twittersn-icon	{ width: 24px; height: 24px; }


/* Profile & navigation icons */
.pinterestsn-icon, .pinterestsn-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_pinterest.png"); }
.youtubesn-icon, .youtubesn-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_youtube.png"); }
.facebooksn-icon, .facebooksn-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_fb.png"); }
.googleplussn-icon, .googleplussn-icon a	{ background-image: url("./styles/twoism/imageset/icon_contact_googleplus.png"); }
.linkedinsn-icon, .linkedinsn-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_li.png"); }
.myspacesn-icon, .myspacesn-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_ms.png"); }
.soundcloudsn-icon, .soundcloudsn-icon a			{ background-image: url("./styles/twoism/imageset/icon_contact_soundcloud.png"); }
.twittersn-icon, .twittersn-icon a		{ background-image: url("./styles/twoism/imageset/icon_contact_twit.png"); }
