/*
Theme Name: Ave
Theme URI: http://kz-ave.si/
Description: Theme of Chamber choir Ave (Slovenian).
Version: 1.0
Author: Aleksander L
Author URI: 
Tags: ave, fixed width

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	color: #000;
	background: #660000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #9e0100;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
	line-height: 15px;
}

textarea {
	padding: 2px;
	border: 1px solid #e0e0e0;
}

text {
	padding: 2px;
	border: 1px solid #e0e0e0;
}

input {
	padding: 2px;
	border: 1px solid #e0e0e0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

.whitebar {
	margin : 0px;
	height : 1px;
	color: inherit;
	background-color: #fff;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
}

.greybar {
	margin : 0px;
	height : 1px;
	color: inherit;
	background-color: #e0e0e0;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
}

.thumbnail {
	padding: 10px 0px;
	float: left;
}

.track {
	padding: 10px 0px 0px 0px;
	width: 330px;
	float: left;
}

.trackdetail {
	padding: 3px 0px 0px 3em;
	font-style: italic;
}

.trackpreview {
	padding: 4px 0px 0px 0px;
	float: right;
	width: 200px;
}

.tracknum {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 3em;
}

#body_wrapper {
	margin: 0px auto;
	width: 790px;
	color: inherit;
	background-color: #fff;
	text-align: left;
}

#container {
	margin: 0px 1px;
	width: 788px;
}

#page_header {
	width: 788px;
	height: 222px;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
}

#page_header a {
	color: #fff;
	background: inherit;
}

#page_header a:hover {
	color: #ffccaa;
	background-color: inherit;
}

/* Header Title */

#header_title {
	width: 413px;
	height: 47px;
	color: #fff;
	background: #990000 url('images/header_line.jpg') no-repeat 0% 0%;
	float: right;
	overflow: hidden;
}

#header_title h1 {
	margin: 12px auto 0px 8px;
	width: 250px;
	height: 64px;
	background: url('images/header_title.png') no-repeat 0% 0%;
}

#header_title .langbox {
	padding: 0px 12px 0px;
	font-size: 11px;
	float: right;
	color: #f7f7f7;
}

#header_title .textbox {
	padding: 85px 12px 0px;
}

#header_title .textbox a {
	text-transform: uppercase;
}

#header_subtitle {
	width: 413px;
	height: 174px;
	color: #fff;
	background: #990000 url('images/title_front.jpg') no-repeat 0% 0%;
	float: right;
	overflow: hidden;
}

#header_subtitle a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* Header Links */

#header_links {
	width: 221px;
	height: 222px;
	background: url('images/header_logo.jpg') no-repeat 0% 46px;
	float: left;
	overflow: hidden;
	font-size: 12px;
	text-transform: lowercase;
}

#header_links a {
	text-decoration: none;
}

#header_links ul {
	width: 221px;
	height: 46px;
	color: #fff;
	background-color: #990000;
}

#header_links li {
	padding: 20px 12px 0px;
	margin-right: 3px;
	float: left;
}

/* Header Navigation Menu */

#header_navmenu {
	width: 154px;
	height: 221px;
	color: #fff;
	background: #ff655b url('images/headernav_bg.jpg') repeat-y;
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}

#header_navmenu a {
	text-decoration: none;
}

#header_navmenu ul {
	margin-top: 46px;
	height: 174px;
	background: url('images/headernav_listbg.gif') repeat-y;
}

#header_navmenu li {
	background: url('images/headernav_bullet.png') no-repeat 8px 5px;
	width: 154px;
	height: 23px;
	border-top: #fff 1px solid;
	text-transform: lowercase;
	overflow: hidden;
	float: left;
}

#header_navmenu li a {
	display: block;
	padding-top: 3px;
	padding-left: 21px;
	background-image: none;
}

/* Page Content */

#page_content {
	width: 788px;
	color: inherit;
	background: #fff url('images/sidebar_bg.jpg') repeat-y;
}

#page_content_ext {
	width: 788px;
	color: inherit;
	background: #990000 url('images/sidebar_bg_ext.jpg') repeat-y;
}

.post {
	padding: 15px 20px;
}

.post h2 {
	padding-bottom: 10px;
	font-size: 14px;
	color: #990000;
	background-color: inherit;
}

/* Sidebar */

.sidebar_box {
	padding: 15px 12px;
	text-align: left;
}

.sidebar_box .highlight {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.sidebar_box .last_fm {
	padding-top: 25px;
	text-align: center;
}

.sidebar_box li {
	list-style-type: none;
	list-style: disc inside;
	padding-bottom: 10px;
}

#sidebar {
	width: 221px;
	text-align: right;
	color: #fff;
	float: left;
	background: #4c4c4c url('images/sidebar_bg.jpg') repeat-y;
}

#sidebar a {
	color: #fff;
	background-color: inherit;
}

#sidebar a:hover {
	color: #ffccaa;
	background-color: inherit;
}

#sidebar_header {
	margin: 11px 15px 0px auto;
	width: 221px;
	height: 35px;
}

/* Right Column */

.rightcolumn_box {
	padding: 15px 20px;
	font-size: 14px;
}

.rightcolumn_box h2 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #990000;	
	background-color: inherit;
}

.rightcolumn_box a {
	color: #990000;
	text-decoration: none;
}

.rightcolumn_single {
	padding: 15px 20px;
	font-size: 12px;
}

.rightcolumn_single h2 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #990000;	
	background-color: inherit;
}

.rightcolumn_single h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #990000;	
	background-color: inherit;
}

.rightcolumn_single a {
	color: #990000;
	text-decoration: none;
}

.rightcolumn_single img {
	border: none;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.rightcolumn_ext {
	padding: 15px 20px;
	font-size: 12px;
	color: #fff;
}

.rightcolumn_ext h2 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #fff;	
	background-color: inherit;
}

.rightcolumn_ext h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	background-color: inherit;
}

.rightcolumn_ext a {
	color: #fff;
	text-decoration: none;
}

.rightcolumn_ext li {
	list-style: decimal outside;
	margin-left: 13px;
}

.rightcolumn_2_box {
	padding: 15px 20px;
	float: left;
	width: 238px;
}

.rightcolumn_2_box h2 {
	padding-bottom: 10px;
	font-size: 14px;
	color: #990000;	
	background-color: inherit;
}

.rightcolumn_2_box a {
	color: #990000;
	text-decoration: none;
}

.rightcolumn_2_box img {
	border: none;
	float: left;
	padding-right: 15px;
	width: 70px;
	height: 53px;
}

#rightcolumn {
	width: 566px;
	float: right;
	font-size: 12px;
}

#rightcolumn img {
	border: none;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div.container {
	text-align: center;
  min-width: 130px;
  min-height: 130px;
  display: table-cell;
  vertical-align: middle;
}

.thumbdiv {
	float: left;
	width: 133px;
	height: 130px;
	border: gray 1px solid;
	margin: 3px;
	text-align: center;
}

#rightcolumn ul {
	list-style: disc outside;
	margin-left: 13px;
}

#rightcolumn ol {
	list-style: decimal outside;
	margin-left: 7px;
}

#rightcolumn li {
	list-style: inherit;
}

#rightcolumn .rightcolumn_box p {
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	line-height: 16px;
	width: 526px;
}

#rightcolumn .comments_cloud p {
	background: url('images/comment.png') no-repeat 0px 6px;
	text-align: center;
	width: 25px;
	font-size: 11px;
}

#rightcolumn .detail {
	padding-bottom: 5px;
	padding-left: 35px;
	float: left;
	line-height: 16px;
}

#page_footer {
	width: 788px;
	color: #fff;
	font-size: 11px;
	background-color: #990000;
	border-bottom: #fff 1px solid;
}

#page_footer a {
	color: #fff;
	background-color: inherit;
}

#page_footer a:hover {
	color: #ffccaa;
	background-color: inherit;
}

#page_footer_box p {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#gigs {
	margin: 0px auto;
	padding: 0px 0px 15px;
	width: 527px;
}

#gigs h2 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #990000;
	background-color: inherit;
}

#default_table table {
	width: 527px;
}

#default_table td {
	padding: 6px 10px;
	color: #000;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #e0e0e0 1px solid;
}

#default_table img {
	vertical-align: middle;
	padding-bottom: 0px;
}

#default_table #header_row td {
	padding-top: 4px;
	color: #fff;
	background: #4c4c4c url('images/sidebar_bg.jpg');
}

.comments_cloud p {
	background: url('images/comment.png') no-repeat 0px 6px;
	text-align: center;
	width: 25px;
	font-size: 11px;
}

.comments_cloud a {
	color: #fff;
}

.comments_title {
	width: 100%;
	background: #4c4c4c url('images/sidebar_bg.jpg');
}

.comments_title h3 {
	color: #fff;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: verdana, arial, sans-serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.comment-author {
	font-weight: normal;
	font-size: 11px;
}

.comment-meta {
	color: gray;
}

