/* General proSilver 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 {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #F2f2f2;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 5em;
	text-decoration: none;
        padding: 0px 0 0 20px;
}

.strapline {color: #fff; padding: 0 0 0 20px; font-size: 2.1em; font-family: Arial; font-weight: bold;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1.5em;
	margin: 0.3em 0 0.5em 0;
}

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

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

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

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

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

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.post {
	padding: 0 10px 10px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-bottom: 1px solid #2167a3;
}

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

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

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

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

.ucprowbg {
	background-color: #e2e2e2;
}

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

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

/* proSilver Link Styles
---------------------------------------- */

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

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #898989; text-decoration: underline; }
a:active	{ color: #d2d2d2; text-decoration: none; }

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

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

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

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

.panel h3 {
	margin: 0.5em 0;
}

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

.content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 0;
	overflow: hidden;
	padding: 0;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #fff;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #fff;
}

blockquote .quote {padding: 10px 10px 5px 10px;}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	font-size: 0.9em;
	border-bottom: 1px solid #dbdbdb;
}

blockquote cite cite {
	font-size: 1em;
}

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

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

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

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

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

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

html, body {
	background-color: #f2f2f2;
}

h1 {
	color: #FFFFFF;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

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

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

.navbar {
	background-color: #cadceb;
}

.panel {
	background-color: #ECF1F3;
	color: #28313F;
	clear: left;
}

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

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

.bg1	{ background-color: #f2f2f2; }
.bg2 {background: #e8ecf3;}
.bg3	{ background-color: #eee; }

.bg1, .bg2, .bg3 {background-repeat: no-repeat; background-position: 20px 10px;}

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

ul.navlinks {
	border-bottom-color: #FFFFFF;
}


/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #536482;
}

.sep {
	color: #1198D9;
}


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

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

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

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:active	{ color: #368AD2; }

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

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

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

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

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

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


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

a.topictitle {
	color: #105289;
}

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

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

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

/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

.postlink:active {
	color: #368AD2;
}

.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

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

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

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

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

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

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

/* Arrow links  */
a.up		{ background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
a.down		{ background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
a.left		{ background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
a.right		{ background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }

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

a.left:hover {
	color: #368AD2;
}

a.right:hover {
	color: #368AD2;
}

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

.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}

/* Quote block */
blockquote {
	background-color: #fff;
	background-image: url("{T_THEME_PATH}/images/quote.gif");
	border-color:#DBDBCE;
}

#main-wrapper {width: 760px; padding: 0 26px 0; background: #fff;}

#wrapheader {padding-top: 10px;}
#wrapcentre {margin-bottom: 0;}

.main-nav {background: #2167a3 url('images/panel-top.png') no-repeat left top; margin: 0 0 10px 0; overflow: hidden; zoom: 1;}
.main-nav ul {background: url('images/panel-bottom.png') no-repeat left bottom; margin: 0; padding: 0 0 0 30px; text-align: center; list-style: none; height: 30px; zoom: 1;}
.main-nav li {display: inline; float: left;}
.main-nav a:link, .main-nav a:visited {color: #fff; padding: 0 30px; height: 30px; display: block; line-height: 30px; font-size: 1.2em; float: left;}
.main-nav a:hover {background: #3d80b9;}

#logodesc {
	background-color: #2167a3;
	background-image: url('images/panel-top.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	position: relative;
	width: 100%;
}

#logodesc .inner {background: url(images/panel-bottom.png) no-repeat left bottom; padding: 15px;}
#logodesc .search {position: absolute; right: 20px; top: 20px; text-align: right;}
#logodesc .search form {margin-bottom: 5px;}
#logodesc .search input.post {height: 13px; padding: 4px; border: 1px solid #144d7e;}
#logodesc .search input.btnlite {background: url(images/btnsearch.png) no-repeat left top; width: 72px; height: 23px; border: none; vertical-align: bottom;}
#logodesc .search input.btnlite:hover {background-position: left bottom;}
#logodesc img {border: 1px solid #777; padding: 4px; background: #eee;}

#logodesc a:link, #logodesc a:active, #logodesc a:hover, #logodesc a:visited {color: #fff;}

.breadcrumbs {background: #f2f2f2 url(images/grey-panel-top.png) no-repeat left top; margin: 10px 0;}
.breadcrumbs .inner {padding: 7px 15px; background: url(images/grey-panel-bottom.png) no-repeat left bottom; color: #bbb;}

span.pipe {color: #ddd;}

.postprofile-header, .postbody-header {color: #fff; padding: 2px 10px 7px 10px;}
.postprofile-header {float: left; width: 18%;}
.postbody-header {float: right: width: 80%;}

.pm .postprofile {width: 22%;}
.pm .postbody {width: 76%;}

.postprofile ul.profile-icons li, .column1 ul.profile-icons li {float: none;}

#wrapfooter {background: url(images/footer-bg.png) repeat-y left; margin-top: 10px; color: #333; width: 760px; margin: 0 auto; height: 65px; text-align: center;}
#wrapfooter .inner {background: url(images/footer-top.png) no-repeat left top; padding: 10px 20px;}

html, body {
	height: 100%;
}

#main-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 65px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

a, a:active {outline: none;}

#wrapcentre {background: url(images/white-panel-sides.png) repeat-y left; margin: 10px 0;}
#wrapcentre .inner-top {background: url(images/white-panel-top.png) no-repeat left top;}
#wrapcentre .inner-bottom {background: url(images/white-panel-bottom.png) no-repeat left bottom; padding: 20px 30px;}

img {max-width: 700px;}
.inner-bottom {overflow: hidden;}

/* proSilver Style Sheet Tweaks

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

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

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

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

#wrapcentre {zoom: 1;}
#wrapcentre ul, #wrapcentre ol {margin: 20px;}
#wrapcentre li {margin: 10px 0;}

.cta {background: #ffffcc; padding: 10px; text-align: center; margin: 10px 0 20px; border: 3px solid #FFEB8F;}