/* CSS Document */

body {
	background:url(img/bg.jpg) no-repeat top center #97cae4;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3b5564;
}


.main {
	height: 300px;
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: -225px center;
	font-family: 'Andale Mono', Trebuchet MS;
	font-size: 15px;
	color: #3b5564; 
}

p {
	margin:0px;
	padding:4px;
	font-family: 'Andale Mono', Trebuchet MS;
	font-size: 14px;
	color: #112238;
}

/* === Form Elements === */

form {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Andale Mono', Trebuchet MS;
	font-size: 15px;
	color: #528CE0; 
}

input {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
}

textarea {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
}

select {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: 'Dreams Of Ruler', Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	padding: 1px;
}

input:hover, textarea:hover, select:hover {
	color: #DD2222;
	background-color: #233456;
	border: solid 1px #E8E8EE;
}

input:focus, textarea:focus, select:focus {
	color: #E8E8EE;
	background-color: #112238;
	border: solid 1px #DD2222;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #888888;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	background-color: transparent;
	border: none;
}

.post {
	background-color: #112238;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

.btnmain {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

.btnlite {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	cursor: pointer;
}

.btnfile {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #336688;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
	color: #DD2222;
	background-color: #233456;
	border: solid 1px #E8E8EE;
}

btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:hover {
	color: #E8E8EE;
	background-color: #112238;
	border: solid 1px #DD2222;
}


.helpline {
	color: #E8E8EE;
	background-color: #112238;
	border: 1px solid #556677;
}