* {
	margin:0;
	padding:0;
}
body {
	/*
	background: black url('images/fuckthespam.png') top left no-repeat;
	*/
	background-color: black;
	font: 1em tahoma, verdana, sans-sherif;
	color: #bfbfbf;
	text-align:left;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #999;
}

::-moz-selection{
	color:#fc0;;
}

::selection {
	color:#fc0;
}

a::-moz-selection {
	color: #222;
}

a::selection {
	background: #999;
	color: #222;
}


form {
	font: 1em Tahoma, Verdana, sans-sherif;
	margin: 5px;
}

input[type=text],input[type=password],textarea {
	font-size: 150%;
	padding: 2px;
	background-color: black;
	cursor:pointer;
	border: 1px solid #222;
	color: #999;
}

input[type=text]:hover,  input[type=text]:focus,
input[type=password]:hover,  input[type=password]:focus,
textarea:hover, textarea:focus{
	background-color: #444;
	border: 1px solid #666;
	color: #888;
}

#container>#floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
#floating { /*for IE*/
	width:90%;
	margin: 0 autol
	height:100%;
	position:relative;
}
#floating div { /*for IE*/
	position:absolute;
	top:50%;
}
#floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#floating div div {
	position:relative;
	top:-50%;
}

#floating span:hover {color: #fc0;}


textarea {
	font-size: 90%;
}


#top {
	position: absolute;
	z-index: 999;
	border:0;
}

#top a, #top img { border:0; }


#menu {
	width:100%;
	height:116px;
	position:relative;
	color: #333;
	border-bottom: 4px solid #222;
	font-size: 150%;
	font-weight: 700;
}

#menu ul {
	list-style-type:none;
	position:absolute;
	width:auto;
	top:50px;
	right:0px;
	overflow:visible;
	margin:0;
	padding:0;
}

#menu li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin:5px;
}

#menu li a {
	text-decoration: none;
	color: #5c5c5c;
	padding-left: 10px;
	padding-right:10px;
}

#menu li a:hover {
	text-decoration: none;
	color: #bfbfbf;
}

#main {
	margin: 0;
	padding: 5px 0px 5px 0;
	overflow: hidden;
	text-align: left;
}


#container {
	top: 126px;
	margin: 5px;
	margin-left: 250px;
	margin-right: 20px;
	text-align: justify;
}

#container h1 {
	text-align: left;
	font-size: 200%;
	font-weight: 100;
	padding: 3px;
	margin-bottom: 3px;
	margin-top : 2px;
	background-color: #222;
}

#container h2 {
	text-align: left;
	font-size: 150%;
	font-weight: 100;
	padding: 7px;
	padding-left: 30px;
	margin-bottom: 8px;
	margin-top : 4px;

}

#container h3 {
	text-align: left;
	font-size: 120%;
	font-weight: 700;
	padding: 7px;
	padding-left: 60px;
	margin-bottom: 8px;
	margin-top : 15px;
	background-color: #111;

}


#container pre {
	overflow: auto
}


#container table {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 125%;

	background-color: #222;
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;

	padding: 5px;
	margin : 5px;
}

#container table td {
	padding: 7px;
	margin : 5px;
}


#container p {
	text-align: left;
	font-size: 100%;
	font-weight: 100;
	margin: 3px;
	width: 100%;
}

#container form {
	text-align: center;
	margin: 0 auto;
	width: 550px;
	background-color: #111;
	border: 1px solid #222;
	color: #666;
}

#container textarea, #container input[type=text], #container input[type=password] {
	width: 90%;
}

#container #info {
	text-align: center;
	margin: 0 auto;
	background-color: #111;
	border: 1px solid #222;
	color: #666;
	margin-left: 7px;
	padding-bottom: 2px;
	margin-bottom: 5px;

}

#container span.line {
	display: block;
	width: 100%;
	height: 50px;
}

#container span.line-area {
	display: block;
	width: 100%;
	min-height: 200px;
}

#line-catpcha {
	display: block;
	width: 100%;
	min-height: 200px;
}

#container span.right {
	line-height: 50px;
	float: right;
	width: 74%;
	text-align: left;
}
#container span.left {
	line-height: 50px;
	float: left;
	width: 24%;
	text-align: right;
}

#container input[type=submit],
#container input[type=reset],
#container input[type=button]
{
	background-color: #111;
	border: 1px solid #222;
	font-size: 150%;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#container input[type=submit]:hover,
#container input[type=reset]:hover,
#container input[type=button]:hover
{
	background-color: #222;
	border: 1px solid #111;
	font-size: 150%;
	color: #666;
}


#container hr {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #222;
	width: 50%;
}

.form-a {
	text-decoration: none;
	border-bottom: 1px solid #666;
}

.form-a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.msg {
	color: #E3FBE9;
	font-weight: 700;
}

.face {
	background: url('images/blank_face.gif') center right no-repeat;
	padding: 5;
}

.content {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.spam {
	background-color: #222;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

.odd { 
	background-color: #111; 
}

.title {
	margin: 2px;
	font-weight: 700;
}

.admin-title {
	font-weight: normal;
	font-size: 80%;
	padding-left: 5px;
}


.number {
	font-weight: 300;
}

.tags {
	display: block;
	text-align: right;
	background-color: #333;
	color: #666;
	font-size: 80%;
	padding-left: 5px;
	padding-right:5px;
}

.intags-comments {
	float: left;
}

.poll {
	float: right;
	font-weight: 700;
	font-size: 150%;
	background-color: #333;
	border: 1px solid #444;
	padding: 3px;
	margin-right: 5px;
}
.poll a { text-decoration: none; color: #666; }
.poll a:hover {color: #999;}

.msg-vote {
	float: right;
	font-size: 80%;
}

#panel {
	float: left;
	top:   126px;
	width: 200px;
	padding-left: 5px;
	text-align: left;
	color: #666;
	min-height: 100%;
	text-align: right;
	margin-top: 5px;
}

#panel h1 {
	text-align: left;
	font-size: 125%;
	font-weight: 100;
	padding-left: 15px;
	margin-bottom: 3px;
	margin-top : 2px;
	width: 100%;
	background-color: #222;
}

#panel a {
	text-decoration : none;
	color: #666;
}

#panel form, #panel input {
	text-align: right;
	width: 90%;
}
#panel a:hover { color: #999; }

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }

ul.links {
	list-style-type:none;
	text-align: left;
	margin-left: 20px;
}

ul.links li:hover {
	/*background-color: #222;*/
}

ul.popular {
	list-style-type:lower-greek;
	text-align: justify;
	margin-left: 20px;
	font-size: 80%;
}

ul.popular li:hover {
	color: #E3FBE9;
}

#footer {
	width:100%;
	text-align: center;
	position:relative;
	color: #333;
	border-top: 2px solid #333;
	font-size: 100%;
}

.small {
	font-size: 80%;
}

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

/*
	Debug mode, print just a float-right...
*/
#debug {
	font-size: 80%;
	padding: 10px;
	color: #003333;
	background: #E3FBE9;
	margin-bottom: 0.5em;
	border: 5px solid #59955C;
}
#debug a {
	color: #000000;
	border-bottom: 1px dotted;
}

#debug hr {
	border: 1px solid #59955C;
	margin: 5px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	border: 1px solid #59955C!important;
	background-color:#E3FBE9 !important; //reCaptcha widget background color
}

#recaptcha_table {
	text-align: center!important;
	margin:0 auto!important;
	padding: 10px!important;
	border: 5px solid #59955C !important; //reCaptcha widget border color
}

#recaptcha_response_field {
	border-color:    #E3FBE9 !important; //Text input field border color
	background-color:#E3FBE9 !important; //Text input field background color
}

#recaptcha_area input {
	background-color: white!important;
	border: 1px solid #59955C!important;
	padding: 2px!important;
	font-weight: 600!important;
	font-size: 125%!important;
	color: #59955C!important;
}

#recaptcha_area input[type=text]:hover,
#recaptcha_area input[type=text]:focus,  {
	background-color: white!important;
	border: 1px solid #59955C!important;
}


/* Search NAV*/
#admin-menu {
	_border-bottom: 0;
	margin : 0;
	padding-bottom : 19px;
	_padding-bottom: 0px;
	.padding-bottom: 0px;
	height:100%;
	color: #666;
	margin-bottom: 40px;
}

#admin-menu ul, #admin-menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#admin-menu a:link, #admin-menu a:visited	{
	border : 1px solid black;
	color : #666;
	float : left;
	font-size : 125%;
	font-weight : normal;
	line-height : 30px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#admin-menu a:hover, #admin-menu ul a:hover	{
	color : #f00;
}

#admin-menu li#admin-nav-5 a,
#admin-menu li#admin-nav-4 a,
#admin-menu li#admin-nav-3 a,
#admin-menu li#admin-nav-1 a,
#admin-menu li#admin-nav-2 a {
	background : #E3FBE9;
	border : 4px solid #59955C;
	color : #666;
}

#admin-menu li.active#admin-nav-5 a,
#admin-menu li.active#admin-nav-4 a,
#admin-menu li.active#admin-nav-3 a,
#admin-menu li.active#admin-nav-1 a,
#admin-menu li.active#admin-nav-2 a {
	background : #EED2EE;
	color: #333;
	border : 4px solid #CD96CD;
}

.admin {
	background-color: #E3FBE9;
	color: black;
	border: 4px solid #59955C;
}

.admin-bg-user {
	background-color: #E3FBE9;
	color: black;
}



#toc {
	margin: 0 auto;
	font-size: 80%;
	height: 275px;
	.height: 350px;
	_height: 350px;
}

#toc li {
	display : block;

	list-style-type : none;
	margin : 2px;
	padding-left: 10px;
}

#toc li a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #222;
}
#toc li a:hover {
	background-color: #111;
}

.wrapper {
	display: block;
	width: 96%;
}

.coll {
	float: left;
	display: block;
	width: 45%;
	margin-right: 2%;
	top: 0px;
}
.colr {
	float: right;
	display: block;
	width: 45%;
	margin-right: 2%;
	top: 0px;
}
