* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: small;
	height: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;	
}

#wrapper {
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	margin: 0 auto;
}

#wrapper a {
	color: #326EA1;
	font-size: 12px;
}

#wrapper hr {
	border-bottom: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
}

#wrapper h1 {
	font-size: 24px;
	font-family: Georgia, serif;
	margin-bottom: 0.5em;
	color: #000000;
	width: 73%;
	border-bottom: 2px solid #CCCCCC;
}

#wrapper h2 {
	font-size: 20px;
	margin-bottom: 0.5em;
	color: #000000;
}

#wrapper h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #4B9933;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform:uppercase;
	letter-spacing: 2px;
}

#wrapper h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #4B9933;
	width: 80%;
	padding-bottom: 0.2em;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding-left: 8px;
}


#main-body {
	width: 60%;
	margin: 0 auto;
	padding-top: 10px;
}

#sidebar {
	width: 20%;
	border-left: 1px solid #CCCCCC;
	float: right;
	margin-top: 1em;
	padding: 0.2em;
	padding-left: 2em;
	overflow: hidden;
	background: #FFFFFF;
	font-size: 90%;
}

#sidebar h2 {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #4B9933;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform:uppercase;
	letter-spacing: 2px;
}

#sidebar ul {
	list-style: none;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#sidebar ul #no-underline {
	text-decoration: none;
}


#sidebar hr {
	margin: 0 auto;
	width: 80%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar p {
	font-size: 11px;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#sidebar p a {
	display: block;
	padding-bottom: 0;
}

#content {
	float: left;
	width: 73%;
}

#content ul {
	list-style-type: disc;
	padding-left: 15px;
}

#banner {
	width: 100%;
	height: 100px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	background-image: url(/img/banner.png);
	text-align: right;
	vertical-align: bottom;
}

#banner h1 {
	color: #FFFFFF;
	display: inline;
}


#menubar {
	width: 100%;
	height: 1.7em;
	text-align: center;
	background: #30393F url(/img/bg-menu.png) repeat-x;
}

html {
	height: 100%;
}

#menu {
	list-style: none;
	height: 100%;
}

#menu li {
	display: inline;
	margin-right: 10px;
	height: 100%;
}

#menu li a {
	font-family: Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 10px 12px;
	color: #FFFFFF;
}

.login {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 0;
	padding: 4px;
}

.item {
	margin-bottom: 3em;
}

.item hr {
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 40px;
}

.item h3 {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #111111;
	margin-bottom: 15px;
	margin-top: 10px;
	letter-spacing: 2px;
}

.item p, .comment p {
	text-indent: 2em;
}

.item .info, .comment .info {
	color: #777777;
	font-size: 10px;
	display: inline;
}

.file-info {
	color: #777777;
	font-size: 10px;
	display: inline;
}

.file-info a, .file-info a:visited{
	color: #777777 !important;
	font-size: 10px !important;
}

.item .info a, .item .info a:visited, .comment .info a, .comment .info a:visited {
	font-size: 10px !important;
}

.comment {
	margin-bottom: 3em;
	padding-left: 4em;
}

.comment h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: 2px;
}

#footer {
	width: 100%;
	float: left;
	border-top: 1px solid #000000;
	text-align: center;
	color: #777777;
	font-size: 9px;
}

#footer a {
	color: #777777;
	font-size: 9px;
}

.auto_form fieldset {
	border: 1px solid #CCCCCC;
}

.auto_form legend {
	font-size: 12px;
}

.auto_form label {
	display: block;
}

.auto_form .af_input {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

.auto_form textarea {
	width: 100%;
}

.categorylist, .linklist {
	margin-left: 20px;
}

.linklist .normal {
	list-style-image: url(/img/link.png);
}

.linklist .rss {
	list-style-image: url(/img/rss.png);
}

.dirlist .normal {
	list-style-image: url(/img/cat/cat_normal.png);
}

.dirlist .hidden {
	list-style-image: url(/img/cat/cat_hidden.png);
}

.dirlist .filelist {
	margin-bottom: 0.5em;
}

.dirlist .filelist .normal {
	list-style-image: url(/img/cat/item_normal.png);
}

.dirlist .filelist .temp {
	list-style-image: url(/img/cat/item_temp.png);
}

.votebox {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 100%;
	padding: 2px;
}