/*  Modified from a phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	Gordon Homer 	
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* 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: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 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;
}


/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 20px;  
        min-width: 650px;  
        width: 92%;  
        margin-left: auto;
        margin-right: auto;
        background-color:#FFFFFF; 
}

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

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

#page-footer {
	clear: both;
}

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

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

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

#site-nav {
       position: relative;
       margin-top: 87px;
       width: 760px;
	   }




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

.navbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

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

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

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


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


* html span.corners-top, * html span.corners-bottom { background-image: url(images/gifs/corners_left.gif); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url(images/gifs/corners_right.gif); }

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


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

html, body {
	color: #536482;
	background-color: #FFFFCC;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

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

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

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



/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #7cb81e;
	background-image: url(images/gifs/bg_header.gif);
	color: #FFFFFF;
}

.navbar {
	background-color: #7cb81e;
	background-image: url(images/gifs/bg_header.gif);
	color: #FFFFFF;
	
}

span.corners-top {
	background-image: url(images/gifs/corners_left.png);
}

span.corners-top span {
	background-image: url(images/gifs/corners_right.png);
}

span.corners-bottom {
	background-image: url(images/gifs/corners_left.png);
}

span.corners-bottom span {
	background-image: url(images/gifs/corners_right.png);
}


        /* Liquid corners around forum */
    #liquid-round {
    width:80%;
    margin:0px auto;
    background:#fff url(images/gifs/leftside.gif) repeat-y left top;
    }
    .top {
    width:100%;
    height:20px;
    background:url(images/gifs/top.gif) no-repeat left top;
    }
    .top span {
    display:block;
    position:relative;
    height:20px;
    background:url(images/gifs/top-right.gif) no-repeat right top;
    }
    .center-content {
    position:relative;
    background:url(images/gifs/rightside.gif) repeat-y right top;
    padding:1px 0px 1px 0px;
    margin:-1px 0 -50px 0;
    }
    .bottom {
    width:80%;
    margin:0px auto;
    height:60px;
    background:url(images/gifs/bottom.gif) no-repeat left bottom;
    }
    .bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(images/gifs/bottom-right.gif) no-repeat right top;
    }
    p {margin:0 0 1em 0}

