/*
	The original Strange World template for phpBB version 2+
	Created by iRn (c) 2000, 2006
	http://www.insanerabbit.net
	Don't be gay, let the link stay
*/

html, body {
	height: 100%;
}

body {
	text-align:	center;
	background-color:	#0B0B0B;
	background-image:	url(/webspell/images2/page-bg.png);
	background-repeat:	repeat-y;
	background-position:center;
	margin:				0 0;
	padding:			0 0;
}
/* exploder V6 only */
* html body {
	background-image:	url(/webspell/images2/page-bg.gif);
}
/* exploder V7 only */
*+html body {
	background-image:	url(/webspell/images2/page-bg.gif);
}

form, .radio {
	padding: 0;
	margin: 0;
	border: 0;
}

.gotopage {
	color: #888;
	display: inline;
	font-size: 10px;
	font-weight: normal;
}
.gotopage a, .gotopage a:link, .gotopage a:hover {
	color: #ccc;
	font-weight: normal;
}

.gotopage img {
	display: none;
}

html>body .radio {
	margin-top: 3px;
}

.block {
	display: block;
}

#centering {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
#centerblock {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
#top-image img {
	border: 0;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 27px;
}
#menu a {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	text-decoration: underline;
}
#forum {
	padding: 2px 27px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #88D9F3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: -27px;
}
.h1_back img {
	border: 0;
}
h1 a {
	color: #88D9F3;
	text-decoration: none;
}
h1 a:hover {
	color: #88D9F3;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #AAA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}
p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #888;
	margin: 0;
	padding: 0;
}
p a, ul a, ol a {
	color: #CCC;
	text-decoration: underline;
}
p a:hover, ul a:hover, ol a:hover {
	color: #CCC;
	text-decoration: none;
}
ul, ol {
	list-style-type: square;
	color: #FFF;
	padding: 0 20px;
}
li {
	color: #888;
}
.code {
	margin: 5px 10px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #003296;
	white-space: nowrap;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	margin: 5px 5px;
	padding: 0px 0.7em;
	border-left: 2px solid #333;
}
blockquote blockquote {
	color: #888;
	border-left: 2px solid #666;
}
blockquote blockquote blockquote {
	color: #555;
	border-left: 2px solid #333;
}
blockquote blockquote blockquote blockquote {
	color: #888;
	border-left: 2px solid #666;
}
blockquote blockquote blockquote blockquote blockquote {
	color: #555;
	border-left: 2px solid #333;
}
blockquote a, blockquote a:link, blockquote a:visited, blockquote a:active {
	color: #AAA;
	text-decoration: underline;
}
blockquote a:hover {
	color: #AAA;
	text-decoration: none;
}
.bqhead {
	font-weight: bold;
}
/* Start Insom page */
#header {
	background:			#000000 url(/webspell/images2/header-bg.png) repeat-x scroll 0 0;
	height:				30px;
	margin:				0 0;
	padding:			0 0;
}
/* exploder V6 only */
* html #header {
	background:			#000000 url(/webspell/images2/header-bg.gif) repeat-x scroll 0 0;
}
/* exploder V7 only */
*+html #header {
	background:			#000000 url(/webspell/images2/header-bg.gif) repeat-x scroll 0 0;
}
#headerwrap {
	width:				739px;
	margin:				0 auto;
	padding:			0 0;
}
#logo {
	float:				left;
	width:				109px;
	margin:				0 0;
	padding:			0 0;
}
#navigation {
	float:				left;
	margin:				0 0;
	margin-left:		12px;
	padding:			0 0;
}
#navigation ul {
	list-style-image:	none;
	list-style-position:outside;
	list-style-type:	none;
	margin:				0 0;
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		4px;
	padding-bottom:		0px;
	text-align:			center;
}
#navigation li {
	float:				left;
	text-align:			center;
	width:				91px;
	margin:				0 1px;
	padding:			0 0;
}
#navigation li:hover {
	background-color:	#000000;
	border-bottom:		none;
}
#navigation li.selected {
	background-color:	#000000;
}
#navigation li a {
	outline: 			none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px; 
	color:				#AAAAAA;
	text-decoration: 	none;
	text-transform: 	uppercase;
	display:			block;
	height:				26px;
	width:				91px;
	margin:				0 0;
	padding:			0 0;
	text-align:			center;
	line-height:		26px;
}
#navigation li:hover a {
	background-image:	url('/webspell/images2/header_button_h.png');
	color:				#FFFFFF;
	border-bottom:		none;
	text-decoration: 	none;
}
/* exploder V6 only */
* html #navigation li:hover a {
	background-image:	url('/webspell/images2/header_button_h.gif');
}
/* exploder V7 only */
*+html #navigation li:hover a {
	background-image:	url('/webspell/images2/header_button_h.gif');
}
#navigation li.selected a {
	background-image:	url('/webspell/images2/header_button_active.png');
	outline: 			none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px; 
	color:				#FFFFFF;
	font-weight:	 	bold;
	text-decoration: 	none;
	text-transform: 	uppercase;
	display:			block;
	height:				26px;
	width:				91px;
	margin:				0 0;
	padding:			0 0;
	text-align:			center;
	line-height:		26px;
}
/* exploder V6 only */
* html #navigation li.selected a {
	background-image:	url('/webspell/images2/header_button_active.gif');
}
/* exploder V7 only */
*+html #navigation li.selected a {
	background-image:	url('/webspell/images2/header_button_active.gif');
}
#wrapper {
	background-image:	url(/webspell/images2/top-bg.png);
	background-repeat:	no-repeat;
	background-position:center top;
	text-align:			left;
	clear:				both;
	margin:				0 auto;
	padding:			0 0;
	padding-left:		1px;
	width:				721px;
}
/* exploder V6 only */
* html #wrapper {
	background-image:	url(/webspell/images2/top-bg.gif);
}
/* exploder V7 only */
*+html #wrapper {
	background-image:	url(/webspell/images2/top-bg.gif);
}
#forum2 {
	width:				715px;
	max-width:			715px;
	margin:				0 auto;
	padding:			0 0;
	padding-top:		15px;
}
#footer {
	color:				#333333;
	font-family:		Verdana;
	font-size:			10px;
	margin:				0 auto;
	Padding:			50px 0px 30px 0px;
	text-align:			center;
}
#footer a {
	color:				#333333;
	text-decoration:	none;
	border-bottom:		1px dotted #333333;
}
#footer a:link {
	color:				#333333;
	text-decoration:	none;
	border-bottom:		1px dotted #333333;
}
#footer a:visited {
	color:				#333333;
	text-decoration:	none;
	border-bottom:		1px dotted #333333;
}
#footer a:hover {
	color:				#CCCCCC;
	text-decoration:	none;
	border-bottom:		1px dotted #CCCCCC;
}
/* End Insom page */
.show_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #222;
	background: none;
}
.show_content a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.show_content a:hover {
	color: #FFF;
	text-decoration: underline;
}
.show_content #line1 {
	padding: 5px 27px;
	background: none;
	margin: 1px 0;
}

.show_content #line2 {
	padding: 5px 27px;
	background: none;
	margin: 0 0 1px;
}
.show_content #line3 {
	padding: 5px 27px;
	background: none;
	margin: 0 0 1px;
}
.show_content #line3 a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.show_content #line3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.show_content .line_show {
	background: none;
	color: #CCC;
	margin: 7px 0;
}
.show_content .line_show a {
	text-decoration: underline;
	color: #CCC;
}
.show_content .line_show a:hover {
	text-decoration: none;
	color: #FFF;
}
.accountstuff {
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #222;
	float: right;
}
.accountstuff a {
	color: #CCC;
	text-decoration: underline;
}
.accountstuff a:hover {
	color: #FFF;
	text-decoration: none;
}
.show_userdetails {
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #222;
	margin-top: 5px;
	margin-bottom: 5px;
	background: none;
}
.show_userdetails a {
	color: #CCC;
	text-decoration: underline;
}
.show_userdetails a:hover {
	color: #FFF;
	text-decoration: none;
}
.table_details {

}
.table_details td {
	padding: 10px;
	vertical-align: top;
}
.table_details td.icons, .icons {
	padding: 5px 10px 2px;
	background: none;
}
.table_details td.icons img, .icons img {
	margin-right: 3px;
}
.memberlist_icons img {
	margin-right: 3px;
}
/* Start Index- and Forumview */
.index_forums {
	height: 28px;
	clear: both;
	padding: 6px 0 6px 0;
	margin: 0px;
	border-bottom: 1px dotted #333;
}
.index_forums h2 {
	color: #88D9F3;
	padding: 0;
	margin: 0;
}
.forumrow_column1 {
	float: left;
}
.forumrow_column2 {
	float: right;
	text-align: right;
	padding: 0px 10px;
}
.forumrow_column3 {
	float: right;
	width: 190px;
	text-align: center;
}
/* End Index- and Forumview */

/* Start Topicview */
.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #CCC;
	margin: 0 0 0 0;
	padding: 15px 0 10px 0;
}
div.post {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #333;
}
.avatar {

}
.avatar img, .avatar_profile img {

}
.posttop {
	margin: 0;
	padding: 0;
}
.posttop img {
	vertical-align: middle;
	width: auto;
	max-width: 60px;
	height: auto;
	max-height: 60px;
	margin: 0px 0px 0px 0px;
}
.postername {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* exploder V6 only */
* html .postername {
	display: inline;
}
/* exploder V7 only */
*+html .postername {
	display: inline;
}
.postername h2 {
	padding: 0px;
	margin: 0px;
}
.postername a, .postername a:link, .postername a:visited, .postername a:active {
	font: 13px Arial;
	color: #88D9F3;
	font-weight: normal;
	text-decoration: none;
}
.postername a:hover {
	font: 13px Arial;
	color: #88D9F3;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #88D9F3;
}
.posttopbuttons {
	float: right;
	padding: 0px;
	margin: 0px;
}
.posttopbuttons img {
	height: 14px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
div.postbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #CCC;
	overflow: auto;
	margin: 6px 0 0 0;
	padding: 6px 2px 0 2px;
	border-top: 1px dotted #333;
}
.postbody h2 {
	margin: 0;
	padding: 0;
}
.postbody a {
	color: #FFF;
	text-decoration: underline;
}

.postbody a:hover {
	color: #FFF;
	text-decoration: none;
}
.edited {
	font-size: 10px;
}
.signature {
	color: #555;
}
.signature a, .signature a:link, .signature a:visited, .signature a:active {
	color: #888;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}
.signature a:hover {
	color: #888;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
/* End Topicview */

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 0;
}
.helpline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	background: none;
}
input, textarea {
	color: #000;
	font: normal 11px Verdana;
	text-indent: 2px;
	margin: 0px;
}
input.post, textarea.post {
	width: 430px;
}
textarea.post {
	height: 200px;
	width: 630px;
}

input.postshorter, textarea.postshorter {
	width: 410px;
}

input.postshort {
	width: 150px;
}
/*
input.button {
	background: black url('/webspell/images2/button.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A9A9A;
	height: 20px;
	padding: 0 0.5em;
	border: 1px solid #2D323E;
}
input.button:hover, input.button:focus {
	background: black url('/webspell/images2/button_h.gif') repeat-x;
	color: #D4D4D4;
	border: 1px solid 4C566A;
}
*/