/*
Title:     	Flacsongs.org master style
Author:     Petar Milicic
Copyright:	FlacSongs.com
Updated:    Sep 2008
*/
@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
	color: #000000;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-color: #DDDDDD;
	overflow: visible;
	height: 7em;
}
#logo img {
	float: left;
	position: absolute;
	z-index: 10;
}
#logo p {
	font-size: 1em;
	color: #666666;
	float: right;
	position: relative;
	top: -1em;
}
#gi {

}

#bb {
	float:right;
	margin-top: 2em;
	margin-right: 6em;
}
	

#menu {
	background-color: #BCBCBC;
	height: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-left: 30%;
	padding-left: 10%;
	overflow: hidden;
	padding-top: 1em;
}
#menu ul {
	list-style:none;
	display: inline;
}

#menu li {
	float:left;
	padding-right: 1em;
	padding-left: 1em;
}

#container {
	background-color: #DDDDDD;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	top: -4em;
}


#sidebar {
	float: left;
	width:22%;
	position: relative;
	background-color: #BCBCBC;
	padding-left: 2%;
	border: 1px solid #000000;
	overflow: hidden;
	z-index: 8;
	margin-top: 1em;
	margin-left: 1%;
}
#sidebar  .sidebar_topic {
	padding-bottom: 0.5em;
}
#sidebar li {
	line-height: 1.5em;
	margin-left: -3em;
}
#sidebar h3 {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	margin-left: -1em;
}
#content {
	width: 60%;
	float: right;
	text-align: justify;
	position: relative;
	padding-top: 3em;
	padding-right: 4%;
	padding-left: 1%;
	overflow: visible;
	z-index: 10;
}
#content h3 {
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 1em;
}
#content h4 {
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 3em;
	position: relative;
}

#content a {
	font-weight: bold;
	color: #FF0000;
}

#content .important {
	font-weight: bold;
}
#content .comment {
	font-style: italic;
	color: #999999;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 1em;
	background-color: #CCCCCC;
	height: 2em;
}
