html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body, * p{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #b3b3b3;
}
* p {
	margin: 0;
	padding: 0;
}
* a {
	text-decoration: none;
	color: #906A13;
}
* div, * form{
	margin: 0;
	padding: 0;
	border: 0px solid #666;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #906a13;
	font-weight: normal;
	font-size: 20px;
}
h1 a {
	color: #906a13;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #906a13;
	font-weight: normal;
	font-size: 17px;
}
h2 a {
	color: #906a13;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
	border-bottom: 1px solid #565656;
}
h3 a {
	color: #7F7F7F;
}
h3 a:hover {
	color: #FFF;
}
/****************************** HEADER ***********************************/
#head {
	width: 100%;
	height: 146px;
	background: #FFF;
	float: left;
	display: inline;
}
#head_left {
	float: left;
	display: inline;
	margin-left: 52px;
}
#head_right {
	float: left;
	display: inline;
	padding: 38px 0 0 88px;
	width: 484px;
}
#head table {
	float: right;
}
#head table td {
	padding: 0 5px;
	color: #7C7C7C;
}
#head table td input {
	border: 1px solid #302F31;
	font-size: 9px;
	color: #9E9E9E;
	padding: 2px;
}
#head table td.language {
	padding-left: 15px;
	border-right: 1px solid #959595;
	font-size: 9px;
	color: #959595;
}
#head table td img {
	margin-right: 5px;
	border: 0px;
}
/*********************************** CONTENT ***********************************/
#cnt {
	width: 100%;
	background: #191919;
	float: left;
	display: inline;
}
#cnt_top {
	background: url(public/images/cnt_top.gif) repeat-x top center;
	height: 76px;
}
#cnt_left {
	float: left;
	display: inline;
	width: 242px;
	margin-left: 52px;
}
#cnt_right {
	margin: 0 0 0 88px;
	width: 484px;
	float: left;
	display: inline;
}
/*********************************** MENU ***********************************/

#menu {
	text-align: right;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 25px;
}
#menu ul li a {
	color: #7F7F7F;
	padding-right: 4px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
}
#menu ul li a.active {
	color: #FFF;
	padding-right: 2px;
	border-right: 2px solid #906A13;
}
/*********************************** EVENTS ***********************************/
#events {
	margin: 32px 0 0 0;
	text-align: right;
	background: url(public/images/box_bg.gif) no-repeat top right;
	padding: 8px 15px 15px 0;
}
#events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#events li {
	line-height: 18px;
}
#events a span.date {
	color: #9E9E9E;
	font-size: 11px;
}
#events a {
	font-size: 11px;
	color: #717171;
}
#events a:hover {
	color: #906a13;
}
/************************************ LOGIN *********************************/
#login {
	margin: 32px 0 32px 0;
	background: url(public/images/box_bg.gif) no-repeat top right;
	padding: 8px 15px 15px 0;
}
#login p {
	font-size: 10px;
	color: #906a13;
	text-transform: uppercase;
}
#login p a {
	color: #906a13;
}
#login p a:hover {
	color: #FFF;
}
#login table {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	width: 100%;
}
#login table td.title {
	padding: 0 5px 0 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #737373;
}
#login table td input {
	background: #525252;
	border: 1px solid #100f10;
	font-size: 9px;
	color: #9E9E9E;
	padding: 2px;
	width: 120px;
	/*text-transform: uppercase;*/
}
#login table td input.ok2{
	background: #525252;
	border: 0px solid #100f10;
	padding: 0px;
	margin: 0px;
	width: 15px;
	height: 11px;
}
#login table td img {
	border: 0;
}
/*********************************** FOOTER ***********************************/
#footer {
	width: 100%;
	background: #FFF;
	float: left;
	display: inline;
	height: 135px;
	border-top: 1px solid #EEE;
}

#footer_left {
	float: left;
	display: inline;
	position: relative;
	height: 135px;
	width: 242px;
	margin-left: 52px;
}
#footer_left table {
	position: absolute;
	bottom: 20px;
	right: 0;
	margin: 66px 0 0 0;
	padding: 0;
	float: right;
}
#footer_left table td {
	padding: 2px;
}
#footer_left table td a {
	color: #595959;
}
#footer_left table td a:hover {
	color: #906a13;
	text-decoration: underline;
}
#footer_left table td img {
	border: 0;
}

#footer_right {
	margin: 0 0 0 88px;
	width: 484px;
	float: left;
	display: inline;
	position: relative;
	height: 135px;
	text-align: center;
}
#footer_right p {
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #595959;
	font-size: 8px;
}
#footer_right p a {
	color: #595959;
	text-decoration: none;
}
#footer_right p a:hover {
	color: #906a13;
	text-decoration: underline;
}
/*********************************** CONTENT ELEMENTS ***********************************/
#cnt_Element {
	margin: 0 0 50px 0;
	width: 100%;
/*	float: left;
	display: inline; */
}
#cnt_Element2 {
	margin: 0 0 0px 0;
	width: 100%;
	float: left;
	display: inline;
}
#cnt_Element2 h2 {
	margin: 0 0 0px 0;
	padding: 0;
	color: #906a13;
	font-weight: normal;
	font-size: 15px;
}
#cnt_Element2 h2 a {
	color: #906a13;
}

#cnt_Element p img, #cnt_Element2 p img {
	border: 0;
	padding: 3px;
	background: #FFF;
	margin: 0 0 12px 0;
}
#cnt_Element p.date, #cnt_Element2 p.date {
	font-size: 9px;
}
#cnt_Element p.date a, #cnt_Element2 p.date a {
	color: #7F7F7F;
}
#cnt_Element p.text, #cnt_Element2 p.text {
	margin: 0 0 12px 0;
	text-align: justify;
}

#cnt_Element p.more a, #cnt_Element2 p.more a {
	font-size: 11px;
	color: #906a13;
}
#cnt_Element p.more a:hover, #cnt_Element2 p.more a:hover {
	color: #FFF;
}
/*********************************** PAGER ***********************************/
#pager {
	float: left;
	display: inline;
	text-align: center;
	width: 100%;
}
#pager table {
	width: 100%;
	margin: 0 0 50px 0;
}
#pager table td.prev {
	text-align: right;
}
#pager table td.pages {
	text-align: center;
}
#pager table td.next {
	text-align: left;
}
#pager table td {
	width: 33%;
	font-size: 12px;
}
#pager table td a {
	color: #B3B3B3;
}
#pager table td a:hover {
	color: #FFF;
}
#pager table td span {
	margin: 2px;
	padding: 0 4px 0 4px;
	border: 1px solid #B3B3B3;
}
#pager table td span.active {
	color: #906a13;
}


.pager {
	padding: 10px 0px 10px 0px;
	text-align: center;
	clear: both;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.pager a {
	text-decoration: none;
	color: #906A13;
}


/*********************************** RELATED ITEMS ***********************************/
#relatedItems {
	margin: 0 0 50px 0;
	width: 50%;
	float: left;
	display: inline;
}
#relatedItems ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#relatedItems li {
	font-size: 12px;
}
#relatedItems p {
	margin: 0 0 3px 0;
	font-size: 13px;
	color: #906a13;
}
#relatedItems li a {
	color: #B3B3B3;
}
#relatedItems li a:hover {
	color: #FFF;
}

table.relatedPics {
	margin: 0 0 50px 0;
	clear: both;
}

table.relatedPics td.center {
	padding: 0 11px 0 11px;
}
table.relatedPics td img {
	display: inline;
	padding: 3px;
	background: #FFF;
}
/*********************************** AUTHORS ***********************************/
#authors {
	margin: 0 0 50px 0;
	float: left;
	display: inline;
}
table.authors {
	margin: 50px 0 0 0;
}
table.authors td p{
	text-align: justify;
	margin: 0 0 20px 0;
}
table.authors td.picture {
	vertical-align: top;
	padding: 0 20px 0 0;
}
table.authors td.picture img {
	padding: 3px;
	background: #FFF;
}
#authors p.album {
	font-size: 16px;
}
#authors ul#tracklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentsbox {
	padding-bottom: 20px;
}

.commentsbox textarea {
	background:#525252 none repeat scroll 0 0;
	border:1px solid #100F10;
}
.commentbutton {
	text-align: center;
	padding-top: 10px;
}

.commentbody {
	font-size: 12px;
}

#cnt_menu_right {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 88px;
}
