/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	color: darkgreen;
}

h3 {
	font-size: 1.2em;
	color: red;
}

ul {
	list-style-image: url(images/img07.gif);
}

ul.challenges {
	list-style-type: none;
	list-style: none;
}

a {
	color: #333333;
}

a:hover {
	color: #ff0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

td.right {
	text-align: right;
}

p.center {
	text-align: center;
}

/* Header */

#logo {
	width: 750px;
	height: 64px;
	margin: 0 auto;
	background-image: url('images/banner.gif');
	background-position: top center;
}

#logo h1, #logo p {
	margin: 0;
	color: #ffcc00;
	font-family: comic sans ms, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 777px;
	height: 45px;
	margin: 0 auto;
	background: #666 url(images/menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y; 
}

#page-bg {
	padding: 11px 24px;
	/*background: url(images/img03.jpg) no-repeat; */
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#bigcontent {
	float: left;
	width: 690px;
	padding: 20px 0 0 20px;
}

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.center {
	text-align: center;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.note {
	text-size: 0.8em;
	color: #666;
	border-left: 2px solid #666;
}

.mysqlklaagt {
	color: red;
	border-left: 2px solid red;
	background-color: pink;
}

.note, .mysqlklaagt {
	padding-left: 20px;
}

.special, .colorrowspecial {
	font-weight: bold;
	color: red;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* Table */

table {
	width: 100%;
	padding: 0;
	border: 1px solid #666;
}

fieldset table {
	width: 350px;
	border: 0;
}

th {
	background: #666 url('images/td.gif');
	color: #fff;
}

td, th {
	padding: 5px;
}

tr.colorrow, .colorrowspecial {
	background-color: #eee;
}

table.small {
	font-size: 0.85em;
}

/* Fieldset */

fieldset {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid darkgreen;
}

fieldset legend {
	font-weight: bold;
	background-color: darkgreen;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

legend.rank {
	font-size: 2em;
}

fieldset.red, fieldset.yellow, fieldset.green, fieldset.brown, fieldset.blue, fieldset.pink, fieldset.black, fieldset.master {
	border: 0;
	color: #fff;
}

fieldset.red {
	background-color: #ff3300;
}
fieldset.yellow {
	background-color: #ffcc00;
}
fieldset.green {
	background-color: #006600;
}
fieldset.brown {
	background-color: #663333;
}
fieldset.blue {
	background-color: #000099;
}
fieldset.pink {
	background-color: #eb009c;
}
fieldset.black {
	background-color: #000;
}
fieldset.master {
	background: #000 url('images/master.jpg');
}

fieldset > div {
	background-color: #000;
	padding: 10px;
}

/* Form */

input, select {
	border: 1px solid #666;
}
