/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a5157;
}

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 20px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #f5f5f5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 874px;
	height: 147px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	padding-top: 20px;
	padding-right: 37px;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: 100% 63px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

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

#menu .active a {
	background: #ec0000 url(images/img03.gif) repeat-x left bottom;
}

/* Page */

#bg {
	background-image: url(images/img04.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
}

#content h1 {
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4a5157;
}

.box {
}

.box .title {
	height: 23px;
	background: #c80000 url(images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 14px;
	color: #fff;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

.box .content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 5px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808c96;
}

/* Footer */

#footer {
	background: url(images/img09.gif) no-repeat center top;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}

#footer p {
	text-align: center;
}





/*

 e107 CSS stuff goes below - edit as necessary

 */

/* Forum */

/*main forum border*/
.fborder {
	border: 1px solid;
    border-color: #ccc #333 #333 #ccc;  /*outside tables */
	background-color: #fff;  /* inside tables */
}

/* forum parent headers, forum captions */
.forumheader, .nforumcaption{
	/*background-color: #f1f4fd;*/
	background-color: #343434;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	padding: 4px;
	/*border: 1px solid #000;*/
	text-align: left;
}

.finfobar{
	background-color: #ccc8c8;
	color:#000;
	padding: 4px;
	border: 1px solid #c3bdbd;
	text-align: left;
	background-image : url(images/forumheader.png);
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

/* two left columns */
.forumheader2{
	/*background-color: #f4f6fb;*/
	background-color: #fff;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ccc 1px solid;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
	/*background-color: #f1f4fd;*/
	background-color: #fff;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	color:#000;
	padding: 4px;
	border: #ccc 1px solid;
}

.forumborder {
	border: #000080 1px solid;
}

/* where it says forum, information and all tables across */
.fcaption {
	background-color: #ea0000;
	padding: 2px 0 2px 4px;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	height: 30px;
}

.fcaption a{
	padding-right:4px;
	color:#fff;
	text-decoration: underline;
}

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

.defaulttext {
	font: 8pt tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
}

/* table properties */
.tbox{
	background-color: #fff;
	border: #000 1px solid;
	color: #000;
	text-align: left;
}

.nextprev{
	background-color: #fafafa;
	border: #000 0px solid;
	color: #000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	padding: 2px;
}

.smalltext, .smallblacktext, .tbox{
	font: normal 8pt  arial, verdana, tahoma, arial, sans-serif;
}

.helpbox {
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}
