/*

Adapted from:

Original Theme Name: Tiny
Theme URI: http://dev.d10e.net/wordpress/
Description: Tiny is a WordPress theme for minimalists.
Author: Ben de Groot
Author URI: http://d10e.net/
Version: 0.7
.
Copyright (C) 2005 Ben de Groot
Distributed under the terms of the GNU General Public License v2
.
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
        background: #e0e0e0;
	color: #444;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 70%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	padding: 10px;
	cursor: default;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 500px;
	margin: 20px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #fff;
	border: 1px solid #ffcc00;
	}

#header {
	height: 190px;
	margin: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
        margin-left: 20px;
        margin-right: 20px;
	overflow: hidden;
	background: transparent url(/botXML/bannerimageswitch.php) no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	}

#menu {
	background: #f3f3f3;
	text-align: right;
	margin: 20px;
	padding: 5px 8px;
	}

#content {
	text-align: left;
	margin: 20px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	margin: 15px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	text-align: center;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 330px;
	height: 140px;
	}

#header p {
	text-align: center;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#registerform, #registerform p {
	font-size: 1em;
	margin: 0;
	}

#registerform input {
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #888;
	}

#registerform input:focus {
	background-color: #FFCC00;
       border-color: #888;
	}

#registerform select, textarea, checkbox {
	font-size: 100%;
	color: #000000;
	margin: 0;
	border: 1px solid #888;
	}

#registerform select:focus, textarea:focus {
	font-size: 100%;
	color: #000000;
	background-color: #FFCC00;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}

#searchform input {
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #888;
	}

#searchform input:focus {
	background-color: #FFCC00;
       border-color: #888;
	}

#searchform select, textarea, checkbox {
	font-size: 100%;
	color: #000000;
	margin: 0;
	border: 1px solid #888;
	}

#searchform select:focus, textarea:focus {
	font-size: 100%;
	color: #000000;
	background-color: #FFCC00;
	}

textarea {
	font-family: 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	font-size: 1em;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
	font: normal 2em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	}

h3 {
	font: normal 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
        border-left: 3px solid #CCCCCC;
	margin-left: 15px;
	padding: 1px 0 1px 10px;
	}
blockquote p {
	margin: .7em 0;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	vertical-align: text-bottom;
	}

#content p {
	text-align: justify;
	}

#right p {
	text-align: right;
	}

#center p {
	text-align: center;
	}

#content form p {
	text-align: left;
	}

ol {
	margin-left: 3em;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: square;
	margin-left: 1.5em;
	}

a:link {
	color: #36d;
	text-decoration: none;
	}
a:visited {
	color: #c32;
	text-decoration: none;
	}

a:active {
	text-decoration: underline;
	cursor: default;
	}

a:hover{
	text-decoration: underline;
	cursor: default;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #444;
	text-decoration: none;
	}

a#footer, a:hover#footer, a:active#footer, a:visited#footer {
	text-decoration: none;
	color: #aaa;
	border: none;
	cursor: default;
	}

a#footer2, a:active#footer2, a:visited#footer2 {
	text-decoration: none;
	color: #ccc;
	border: none;
	cursor: default;
	}

a:hover#footer2 {
	text-decoration: underline;
	color: #ccc;
	border: none;
	cursor: default;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #444;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

object.support {
	margin: 20px;
	padding: 0;
	border: none;
	height: 120px;
	width: 330px;
	overflow: hidden;
}


/* To make the border of an image change when hovered over */
a img {
	padding: 2px;
	}

a:hover img {
	padding: 2px;
        }


/* Code for main navigation at the top of the page */
ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 7px 0;
	/* border-top: 1px solid #CCC; */
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

ul#navigation li {
	display: inline;
	margin: 0 2px;
	font-size: 12px;
}

ul#navigation a {
	text-decoration: none;
	padding: 0 0 4px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	color: #888;
}

ul#navigation a#current {
	border-color: #FFCC00;
	color: #000;
}

ul#navigation a#current2 {
	color: #000;
}

ul#navigation a:hover {
	border-top: 5px solid #FFCC00;
	border-bottom: 5px solid #FFF;
	color: #000;
	cursor: default;
}

/* Code for secondary navigation at the top of the page */
ul#navigation2 {
	list-style: none;
	margin: 0px;
	padding: 7px 0;
	/* border-top: 1px solid #CCC; */
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

ul#navigation2 li {
	display: inline;
	margin: 0 2px;
	font-size: 10px;
}

ul#navigation2 a {
	text-decoration: none;
	padding: 0 0 4px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	color: #888;
}

ul#navigation2 a#current {
	border-color: #FFCC00;
	color: #000;
}

ul#navigation2 a:hover {
	border-top: 3px solid #FFCC00;
	border-bottom: 3px solid #FFF;
	color: #000;
	cursor: default;
}

#ban {
margin-right: 85px;
margin-left: 85px;
text-align: center; 
background: #ff2211;
}

p.banned {
	color: #fff;
	text-align: center;
}