/* General Markup Styles
---------------------------------------- */
* {
	/* Reset browser defaults */
	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-top: 0px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 1px;
	padding: 1px 0;
}

h1 {
	/* Page name */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	margin-right: 10px;
	vertical-align: bottom;
	color: #FFFFFF;
	margin-top: 7px;
	font-weight: bold;
	font-size: 1.65em;
}

h2 {
	/* Sub-title */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	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 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.0em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.0em;
}



/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 3px;
	min-width: 600px;
}

#simple-wrap {
	/* padding: 6px 10px; */
}


#logo {
	float: left;
	width: auto;
	/* padding: 5px 7px 0 7px; */
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#top-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 40px;
	margin-right: 0px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#top-box2 {
	color: #FFFFFF;
	position: relative;
	margin-top: 3px;
	margin-right: 0px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#top-box #keywords {
	width: 90px;
	background-color: #FFF;
}

#top-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#top-box input.button1 {
	padding: 1px 5px;
}

#top-box img {
	vertical-align: middle;
	margin-right: 1px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 30%;
	vertical-align: bottom;	
}

/* Site description and logo */
#site-chatdescription {
	float: left;
	width: 100%;
	vertical-align: middle;	
}

#site-description h1 {
	margin-right: 0;
	vertical-align: bottom;
}


/* Site menu line */
#site-menu {
	float: left;
	vertical-align: bottom;	
	float: left;
	text-align: left;
	margin-top: 40px;
	white-space: nowrap; /* For Opera */
	
}

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 37px;
	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;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #546994 none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	background-color: #c3d5e9;
	padding: 0 10px;
}

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: url('none');
	background-position: 0 0;
	margin: 0 -5px
}

span.corners-top span {
	background-image: url('none');
	background-position: 100% 0
}

span.corners-bottom {
	background-image: url('none');
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both
}

span.corners-bottom span {
	background-image: url('none');
	background-position: 100% 100%
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.0em;
	line-height: 1.0em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}



/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}




/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #526893;
	background-image: url('http://www.13ers.com/images/bg_header.gif');
	color: #FFFFFF
}

span.corners-top-main {
	background-image: url('http://www.13ers.com/images/corners_left_main.png');
}

span.corners-top-main span {
	background-image: url('http://www.13ers.com/images/corners_right_main.png');
}

span.corners-bottom-main {
	background-image: url('http://www.13ers.com/images/corners_left_main.png');
}

span.corners-bottom-main span {
	background-image: url('http://www.13ers.com/images/corners_right_main.png');
}

span.corners-top {
	background-image: url('http://www.14ers.com/images/corners_left.png');
}

span.corners-top span {
	background-image: url('http://www.14ers.com/images/corners_right.png');
}

span.corners-bottom {
	background-image: url('http://www.14ers.com/images/corners_left.png');
}

span.corners-bottom span {
	background-image: url('http://www.14ers.com/images/corners_right.png');
}

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
#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;
}*/

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 15px;
}

