@import url("reset.css");

/* Begin Typography & Colors */

body {
	margin: 0;
	padding: 0;
	color: black;
	background: #438dca url(./../images/fts2/back.png) repeat-x;
	font: 10px verdana;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 691px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* 404 */

/* login */

#rectable {
	height: 50px;
}

.submit {
	border-style: none;
	background-image: url(./../images/fts2/butt_submit.png);
	width: 180px;
	height: 45px;
	padding: 0;
	float: left;
	margin: 2px 0 0 20px;
}

.submit:hover {
	background-position: 0 -45px;
}

#loginform {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.incomemessage {
	text-align: center;
	color: gray;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.incomemessageerror {
	text-align: center;
	color: red;
	font: bold 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#butt_login {
	border-style: none;
	background-image: url(./../images/fts2/login.png);
	width: 180px;
	height: 45px;
	margin: 15px auto 15px 100px;
}

#lostpassword {
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#login_big {
	width: 350px;
	height: 280px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	background: url(./../images/fts2/login_big.png) no-repeat left top;
}

#butt_login:hover {
	background-position: 0 -45px;
}

#logininput2 {
	font-size: 16px;
	background-image: url(./../images/fts2/input.png);
	background-color: transparent;
	border-style: none;
	width: 215px;
	height: 30px;
	padding: 10px 15px;
	float: left;
}

#logininput {
	font-size: 16px;
	background-image: url(./../images/fts2/input.png);
	background-color: transparent;
	border-style: none;
	display: inline-block;
	width: 215px;
	height: 30px;
	padding: 10px 15px;
}

#labler {
	display: inline-block;
	width: 100px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-shadow: silver 1px 1px 1px;
	color: #2282be;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#labler2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-shadow: silver 1px 1px 1px;
	color: #2282be;
	width: 150px;
	height: 30px;
	padding-top: 14px;
	padding-bottom: 10px;
	float: left;
	display: block;
}

#recpass {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#recpasstext {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-top: 20px;
}

/* Header */

#header {
	width: 1018px;
	height: 157px;
	background-image: url(./../images/fts2/header.png);
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*NavBar*/

#navbar {
	height: 44px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 1014px;
	border-bottom: 1px solid white;
}

#navwrap {
}

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

#navbar ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#navbar ul li a, #navbar ul li a:visited {
	display: block;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 18px;
	height: 24px;
	text-shadow: #ca8b2b 1px 1px 1px;
}

#navbar ul li a:hover {
	color: yellow;
}

/*******Login Block*******/

#loginblock {
	margin: 0;
	height: 134px;
	width: 277px;
	position: absolute;
	right: 17px;
	top: 7px;
}

#loginblock h2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ff9723;
	padding-top: 10px;
	padding-bottom: 5px;
}

#loginblock label {
	width: 60px;
	font-size: 10px;
	font-weight: bold;
	color: black;
	padding-left: 15px;
	display: inline-block;
}

#loginforms {
	width: 169px;
	margin-left: 10px;
	padding: 3px;
	color: #2a5162;
	font-size: 12px;
	margin-bottom: 7px;
	vertical-align: 0;
	background-image: url(./../images/fts2/form.jpg);
	border-style: none;
	height: 14px;
}

#loginbutton {
	font-size: 12px;
	margin: 0 0 7px 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 86px;
	height: 25px;
	padding: 5px;
	border-style: none;
	background: url(./../images/fts2/login_butt.jpg) no-repeat 0 0;
	text-shadow: #a57522 1px 1px 1px;
}

#loginbutton:hover {
	background: url(./../images/fts2/login_butt.jpg) no-repeat 0 -25px;
	text-shadow: #40894f 1px 1px 1px;
}

#regbutton {
	font-size: 12px;
	color: white;
	padding: 5px;
	margin: 0 0 7px 15px;
	background-image: url(./../images/fts2/reg_butt.jpg);
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	height: 25px;
	border-style: none;
	text-shadow: #2b6293 1px 1px 1px;
}

#regbutton:hover {
	color: white;
	background-position: 0 -25px;
	text-shadow: #40894f 1px 1px 1px;
}

#regform {
	margin: 0;
	padding: 0;
	float: left;
}

/*Content*/

#note {
	padding-left: 80px;
	background: url(./../images/fts2/attention.jpg) no-repeat left center;
	display: block;
	border-top: 1px dotted #438dca;
	border-bottom: 1px dotted #438dca;
	padding-bottom: 10px;
	padding-top: 10px;
}

#post_form label {
	display: inline-block;
	width: 150px;
}

#post_form div {
	padding: 5px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#username, #pass, #pass1, #name, #lname, #email {
	width: 230px;
	padding: 5px;
}

#post_form {
	padding-top: 20px;
	padding-bottom: 20px;
}

#att2 {
	padding-left: 45px;
	background: url(./../images/fts2/att2.png) no-repeat 0 center;
	display: block;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
}

#att2 img {
	display: inline-block;
	vertical-align: middle;
}

#butt_signup {
	width: 180px;
	height: 45px;
	background-image: url(./../images/fts2/butt_signup.png);
	border-style: none;
	background-color: transparent;
	margin-left: 150px;
}

#butt_signup:hover {
	background-position: 0 -45px;
}

#startimg {
	margin: 0;
	padding: 0;
}

#content h1 {
	margin: 0;
	color: #000000;
	font: bold 30px/35px "Trebuchet MS";
	padding: 10px 0 20px;
}

#title h1
 {
text-shadow: #2e699c 2px 2px 3px;
	color: white;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
}

#postarea h2 {
	font: bold 20px/28px "Trebuchet MS";
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

#postarea h3 {
	font: bold 18px/25px "Trebuchet MS";
}

#postarea h4 {
	font: bold 14px/20px "Trebuchet MS";
}

#content h1 a, #content h1 a:visited {
	color: white;
	text-decoration: none;
}

#content h1 a:hover {
	color: yellow;
}

#postarea {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0;
}

#postareacomment {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}

#navi {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}

#postarea p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

#content {
	width: 691px;
	margin-top: 10px;
}

#content img {
	margin: 0;
	padding: 0;
}

/*Contact Form*/

#contactform {
	float: right;
	width: 300px;
}

#contactinfo {
	float: left;
	width: 300px;
}

.button {
	background-color: black;
	color: white;
	padding: 5px;
	border-style: none;
	margin-top: 10px;
}

.form-input input {
	border: 1px solid black;
	width: 300px;
	margin-bottom: 10px;
}

#ec_message {
	width: 300px;
	border: 1px solid black;
}

/*Counter*/

#ads15 {
	height: 15px;
	width: 468px;
	float: right;
}

/*Search*/

#searchform {
	background-color: maroon;
	background-image: url(./../images/fts2/navwrap.jpg);
	padding: 3px;
}

#searchsubmit {
	background-color: transparent;
	color: white;
	font-weight: bold;
	border-style: none;
}

#s {
	width: 220px;
	border: 2px solid maroon;
}

/*Footer*/

#footer {
	margin: 0 auto;
	padding: 10px 0;
}

#footer a, #footer a:visited {
	color: yellow;
}

#footer a:hover {
	color: orange;
	text-decoration: none;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 12px;
}
