/*
Theme Name: Twisted
Description: Something Twisted This Way Comes...
Version: 1.0
Author: Maya Doyle

Colors:
Background: 213158
Content: 112557
Border: 33599e
a6bfd7
*/

		/* Main Elements */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 10px; /* easy scaling */
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #05213f url(img/bg.jpg) fixed repeat-x;
}
#mainbody {
	background: #000;
	margin: 0px auto;
	width: 800px;
	text-align: left;
	padding: 0;
	color: #fff;
}
#header {
	margin: 0px auto;
	height: 300px;
	width: 800px;
	background: url('img/header.jpg') no-repeat;
}

p {
	color: #fff;
	font-size: 1em;
	margin: 0px 0 0 5px;
}
a {
	color: #acc8dd;
	text-decoration: underline;
	font-variant: small-caps;
}
a:hover {
	color: #0377ad;
	text-decoration: underline;
	font-variant: small-caps;
}


		/* Menus */

#menu {
	margin: 2px 0px 0px 0px;
	width: 800px;
	height: 23px;
	text-align: center;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
}
#menu li a {
	line-height: 30px;
	color: #acc8dd;
	text-align: center;
	font-size: 9pt;
	margin: 5px;
	padding: 0 6px 0 6px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #33599e;
	text-decoration: none;
	text-align: center;
	padding: 3px 4px 4px 4px;
	border-top: #33599e 2px solid;
	border-bottom: #33599e 2px solid;
	border-left: #acc8dd 2px solid;
	border-right: #acc8dd 2px solid;
	font-weight: bold;
}

#smallmenu {
	margin: 0px 0px 0 0px;
	float: right;
	width: 240px;
	line-height: 22px;
	height: 25px;
	text-align: center;
}
#smallmenu a {
	line-height: 25px;
	color: #acc8dd;
	font-size: 9pt;
	margin: 5px;
	padding: 0 0px 0 0px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#smallmenu a:hover {
	color: #33599e;
	text-decoration: line-through;
	font-weight: bold;
}


		/* Post */

#main {
	margin: 0px 0px 0 0px;
	clear: both;
	color: #fff;
	padding-bottom: 0px;
	background: #000;
}
#wrapper {
	font-size: 12px;
	float: left;
	width: 550px;
	margin: 15px 0px 0px 0px;
	padding: 0;
	color: #fff;
}

.post {
	padding: 0 5px 0 5px;
	font-size: 9pt;
}
.post div.content {
	font-size: 9pt;
	color: #fff;
	margin: 15px 5px 0px 5px;
}
.post div.content a {
	text-decoration: underline;
	font-variant: small-caps;
	color: #33599e;
/*	color: #acc8dd;*/
	font-weight: bold;
}
.post div.content a:hover {
	text-decoration: underline;
	color: #acc8dd;
/*	color: #33599e;*/
	font-variant: small-caps;
	font-weight: bold;
}
.post div.content ul, .post div.content ol {
	padding: 0 0 0 30px;
}
.post div.content ul li, .post div.content ol li {
	color: #fff;
	padding-bottom: 5px;
}
.post div.content ul ul {
	margin: 0 0 5px 15px;
	list-style-type: disc;
}

h2.search {
	font-size: 15pt;
	font-weight: normal;
	color: #acc8dd;
	letter-spacing: 3px;
	margin: -15px 0 0 0;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

		/* Sidebar */

#sidebar {
	margin: 15px 0 0 0px;
	float: right;
	width: 245px;
	background: #000;
}
#sidebar h2 {
	margin: 0 0px 5px -2px;
	padding: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background: #112557;
	border-top: #33599e 1px solid;
	border-bottom: #33599e 1px solid;
}
#sidebar ul {
	margin: 0px 0px 0 0px;
	padding: 0 0px 0px 0;
}
#sidebar li {
	margin-bottom: 5px;
	padding: 0 0px 0px 4px;
	list-style: none;
	font-size: 9pt;
}
#sidebar li ul {
	padding: 0 0 20px 0;
}
#sidebar ul ul li {
	margin: 0px;
	padding: 2px 5px 2px 8px;
	color: #fff;
	line-height: 17px;
}
#sidebar p {
	padding: 2px 0;
	font-size: 9pt;
	color: #fff;
}
#sidebar a {
	display: inline;
	color: #acc8dd;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #33599e;
	text-decoration: underline;
}


		/* Footer */

#footer {
	width: 800px;
	height: 90px;
	clear: both;
	background: #000;
	margin: 0px;
	background: url('img/footer.jpg') no-repeat;
}
.footer-text {
	text-align: center;
	font-size: 9pt;
	color: #fff;
	padding: 15px;
}
#footer a {
	color: #acc8dd;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
}
#footer a:hover {
	color: #33599e;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}


		/* Search */

.sftwo {
	border: none;
	margin: 226px 0px 5px 595px;
	width: 100px; 
	height: 20px; 
	background: transparent;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
}
.search_button {
	background: transparent;
	position:absolute;
	width: 70px;
	height: 22px;
	border: 0px;
	margin: 222px 0px 0px 12px;
}


input {
	width: 140px;
	background: #112557;
	color: #ffffff;
}

textarea {
	width: 100%;
	padding:0px;
	height: 10em;
	background: #112557;
	font:1em Verdana, tahoma, Arial, Serif;
	border-color: #1b1b1b;
	color: #fff;
}
input.textbox {
	border:#ccc 1px solid;
	background:#04619c;
	font:1em Verdana, tahoma, Arial, Serif;
	padding:2px;
	width:120px;
}
input.textbox:focus, textarea:focus {
	background:#33599e;
	border-color: #1b1b1b;
	color: #04619c;
	font-weight: bold;
}

.submitbutton {
	margin: -5px 0 0 5px;
	background: #092d55;
	color: #fff;
	font-size: 8pt;
	padding: 3px 6px;
	vertical-align: middle;
	border: 1px solid #111;
}
.submitbutton:hover {
	cursor: pointer;
	background: #33599e;
}

textarea {
	width: 100%;
	padding:0px;
	height: 10em;
	background: #112557;
	font:1em Verdana, Tahoma, Arial, sans-serif;
	border-color: #1b1b1b;
	color: #fff;
}
input.textbox {
	border:#ccc 1px solid;
	background:#04619c;
	font:1em Verdana, tahoma, Arial, Serif;
	padding:2px;
	width:120px;
}
input.textbox:focus, textarea:focus {
	background:#33599e;
	border-color: #1b1b1b;
	color: #04619c;
	font-weight: bold;
}

form.ddfm .submit:hover {
	cursor: pointer;
	background: #33599e;
}

		/* Extra */

.highlight {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

a img {
	border: none;
}

.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}

.ptt {
	color: #33599e;
	margin: 0px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
        font-weight:bold;
        font-variant:small-caps;
}

.pt {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.pt a {
	font-size: 14px;
}

.pt a:hover {
	font-size: 14px;
}
