@charset "utf-8";

@import url("ads.css");
@import url("blogi.css");
@import url("extras.css");
@import url("tags.css");
@import url("bb-code.css");

@import url("counter.css");

body {
	background: none;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
}

div.completed {
	padding: 15px;
	border: 2px solid #96c63f;
	margin: 10px 0;
}
div.error {
	padding: 15px;
	border: 2px solid #c63f3f;
	margin: 10px 0;
}

div.wrap {
	margin: auto;
	width: 860px;
}

div#header {
	background: url(../images/header-fade-bg.png) repeat-x;
	border-bottom: 1px solid #eeeeee;
	height: 35px;
	width: 100%;
}

ul#navigation {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul#navigation li {
    float: left;
    margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}
ul#navigation li a {
	background: #eeeeee;
	color: #666666;
	display: block;
	padding: 0.5em 0.7em;
}
ul#navigation li a:hover {
	background: #96c63f;
	color: #FFFFFF;
	text-decoration: none;
}
ul#navigation li a.selected {
	background: #96c63f;
	color: #FFFFFF;
}

div#container {
	margin: 20px auto;
}

div#content {
	background: url(../images/container-fade-bg.png) repeat-x;
	border-top: 5px solid #eeeeee;
	clear: left;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 20px;
	width: 540px;
}

div#sidebar {
	background: url(../images/container-fade-bg.png) repeat-x;
	border-top: 5px solid #eeeeee;
	float: left;
	padding: 20px 20px;
	width: 220px;
}
div#sidebar div.box {
	padding: 15px;
	margin: 0 0 15px;
}
div#sidebar div.box ul {
	margin: 15px;
	padding: 0;
}
div#sidebar div.box ul li {
	list-style: square;
}
div#sidebar .green {
	background: #96c63f;
	color: #FFFFFF;
}
div#sidebar .green img {
	border: 3px solid #FFFFFF;
}
div#sidebar .green a {
	color: #FFFFFF;
	background: none;
}
div#sidebar .green a:hover {
	color: #eeeeee;
}
div#sidebar .gray {
	background: #f2f2f2;
	color: #8e8e8e;
}

div#footer {
	background: url(../images/footer-fade-bg.png) repeat-x;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
	text-align: right;
}
div#footer div.wrap {
	padding: 45px 0;
}

