/*
 * the main CSS for the site
 */

/* base template (layout) */

/* main table columns */
#columns td { vertical-align:top;}
#left-column { width:165px; max-width:165px; padding-left:10px;}
#middle-column { width:520px; max-width:520px; padding-right:5px;}
#right-column { width:300px; max-width:300px;}
#indie-pushdown { padding:0 10px;}

/* top left logo table */
#logo-div {
	font-family: helvetica;
	position: absolute;
	top: 37px;
}
#logo-div table, #logo-div th, #logo-div tr, #logo-div td, #logo-div td h1 { padding: 0; margin:0; }
#logo-img a:hover { background-color: transparent;}
#logo-div img { border:0; padding: 0px;}
#logo-div a, #logo-div a:hover { border: 0;}

/* overall top */
#top {
	position: absolute;
	top:0;
	left: 10px;
	width: 995px;
	z-index: 1;
}

/* logo/banner */
#header {
	width: 100%;
	text-align: right;
	padding: 5px 0px;
	height:90px;
}

div#main {
	position: absolute;
	top: 170px;

	width:1000px;
	min-width:1000px;
	max-width:1000px;

	clear:both;
	display:block;

	overflow: hidden;
	word-wrap: break-word;
	z-index: 0;
}

/* inside main */
#middle-content {
	/*padding: 5px 15px 10px 15px;*/
	background-color: #fff;
	min-height: 500px;
}

div#left {
	font-family: helvetica neue, helvetica;
	width: 160px;
	max_width: 160px;
	overflow: hidden;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	z-index: 0;
}

div#right {
	background-color: transparent;
	font-family: helvetica neue, helvetica;
	width: 300px;
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	z-index: 1;
}

#feature-block-content, #media-block-content {
	padding: 5px;
}
#review-block-content a,
#feature-block-content a,
#media-block-content a {
	font-size: 12px;
	color: #333;
}

/* tabbed block content */
.block-content-item {
	margin: 2px 0px 5px 0px;
	overflow:hidden;
	word-wrap: break-word;
	width:90%;
}

#review-block-content td {
	padding: 3px;
}

#review-block-content img {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px 3px 3px 3px;
}

#feature-block-content img {
	float:right;
	padding: 3px;
	margin: 3px;
	border: 1px solid #ccc;
}

.left-block-content {
	margin: 10px 5px;
	overflow: hidden;
	word-wrap: break-word;
}

/* horizontal search/newsletter bar */
div#searchbar {
	font-family: helvetica neue, helvetica;
	position: absolute;
	top:127px;
	height: 38px;
	color: #333;
	font-size: 12px;
	width: 990px;
	padding: .5em 0em;
}
div#searchbar ul {
	display: inline;
	white-space: nowrap;
	margin: 0; padding: 0;
}
div#searchbar li {
	/*display: inline;*/
	list-style-type: none;
	margin-left: 5px;
}
div#searchbar a {color: green;}
div#searchbar a:hover {color: #fff; background-color: #669999;}

#artist-search-form, #newsletter-form, #artistSearchComplete,
#artistSearchContainer {
	display: inline; margin:0; padding:0;
}
div#searchbar form input  {
	font-size: 11px;
	height: 12px;
	border: 1px solid green;
	padding: 2px 0 3px 0;
	margin: 5px 0;
}

div#searchbar-right {
	position: absolute;
	display: inline;
	top: 12px;
	right: 0px;
}

div#search-radiobar {
	display: inline;
	padding: 0px;
	margin: 3px;
	width: 20px;
	height: 17px;
}
div#search-radiobar input {
	margin: 0 2px;
	padding: 0;
	border: 0;
}

div#breadcrumbs {
	font-size: 12px;
	padding: 5px;
	background-color: #efefef;
	width: 500px;
	border-bottom: 1px solid #ccc;
}

/* left login */
div#login-left {
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #999;
	margin-bottom:5px;
	line-height: 1.4em;
	width: 156px;
}
div#login-left form {
	font-size: 11px;
	margin:5px;
}
div#login-left input {
	font-size: 11px;
	border: 1px solid #999;
	margin: 2px;
}

/* comments */
/* under posts */
.comment_even {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding:10px;
	overflow:hidden;
	word-wrap: break-word;
	line-height: 1.7em;
}
.comment_odd {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	background-color: #e6e6e6;
	padding:10px;
	overflow:hidden;
	word-wrap: break-word;
	line-height: 1.7em;
}

div#latest-comments {
	font-size: 12px;
	background-color: #f6f6f6;
	padding: 5px;
	line-height:1.3em;
	display:table;
	clear:both;
	width: 146px;
	max-width: 146px;
	overflow: hidden;
	word-wrap: break-word;
}
div#latest-comments a { color: #666; }

div#latest-comments .title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
/* pre-canned categories list on left */
.popular-categories {
	padding: 5px;
	line-height: 1.5em;
}
.popular-categories .title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.popular-categories a {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}


.last-comment {
	font-size: 12px;
	/*background-color: #e6e6e6;*/
	background-color: #efefef;
	margin: 5px;
	line-height:1.3em;

	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;

	padding: 2px 7px;
	margin: 10px 5px;
	width: 95%;
	display: table;
	clear: both;

	overflow: hidden;
	word-wrap:break-word;
}

div.comment {
	font-size: 12px;
	background-color: #e6e6e6;
	margin: 5px;
	line-height:1.3em;
}

div.comment a { color: #666;}
div.comment a:hover { color: #000;}

div.comment strong.username {
	color: #333;
}
div#latest-comments strong.username, div#latest-comments strong.username a {
	color: #333;
}
div#latest-comments a:hover { color: #000;}

/* captcha */
div#capdiv {
	border: 1px solid #ccc;
	width: 200px;
	height: 120px;
}

#banner-728 {
	/* this is just the banner placeholder */
	/*display: inline;*/
	float: right;
	border: 1px solid #ccc;
 	width: 728px;
 	height: 90px;
 	background-color: #fff;
}

#banner-300 {
	border: 1px solid #ccc;
 	width: 300px;
 	height: 250px;
 	background-color: #fff;
 	display: table;
 	clear: both;
}

#banner-160 {
	border: 1px solid #ccc;
 	width: 160px;
 	background-color: #fff;
 	display: table;
 	clear: both;
}

#banner-150 {
	border: 1px solid #ccc;
 	width: 150px;
 	background-color: #fff;
 	display: table;
 	clear: both;
 	padding:3px;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #999;
}

.margin-bottom {
	margin-bottom: 5px;
}

.line-sides-indent {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 2px 5px;
	margin: 0px 5px;
	width: 95%;
	display: table;
	clear: both;
}

.line-bottom {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px;
	clear: both;
	display: block;
}

.line-bottom-dotted {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	clear: both;
	display: block;
}

.line-top {
	/*width: 100%;*/
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 3px;
	clear: both;
	display: block;
}

.line-top-dotted {
	/*width: 100%;*/
	border-top: 1px dotted #ccc;
	margin: 0px;
	padding: 3px;
	clear: both;
	display: block;
}

.avatar {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid #999;
}

.avatar-comment {
	padding: 2px;
	border: 1px solid #999;
}

.post {
	width: 500px;
	margin-bottom:10px;
	clear: both;
	display: block;
}

.post-body, div.post-body p, div.post-body p span {
	text-align: justify;
	line-height: 1.5em;
	padding-right:10px;
}

.post-body a {
	/*text-decoration: underline;*/
}

.review-image, .artist-image  {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px;
	float: left;
}

.gallery-block-image {
	float:left; border:1px solid #ccc; padding:3px; margin:2px;
}

.border-5 {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

.border-box-10 {
	border: 10px solid #ccc;
	padding: 10px;
	background-color: #fff;
	clear: both;
	display: block;
	width: 475px;
}

.border-image {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px;
}
.blog-image {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px;
	float: left;
}

.feature-image-div {
	text-align: center;
	display: block;
	clear: both;
	width: 100%;
}
.feature-image-div img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px;
}

.content-block {
	background-color: #eef;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 5px;
	clear: both;
	display: block;
	line-height: 1.5em;
}
.width-480 { width: 480px;}

.content-block-300 {
	width: 298px;
	background-color: #e6e6e6;
	clear: both;
	display: block;
}

.yui-content-block {
	width: 298px;
	background-color: #e6e6e6;
	border: 1px solid #666;
	margin: .3em 0;
	overflow:hidden;
	word-wrap:break-word;
}

.feed-content-block,
.preview-content-block,
.othernews-content-block {
	font-size: 12px;
	width: 298px;
	border: 1px solid #999;
	background-color: #fff;
	margin-top:0px;
	margin-bottom: .3em;
	line-height:1.35em;

	overflow:hidden;
	word-wrap:break-word;
}
.preview-content-block .block-content-item a,
.othernews-content-block .block-content-item a
{
	color: #333;
}

.feed-content-block div a  {
	font-weight: bold;
}

/* override default html */
body {
	color: #333;
	font-family: helvetica neue, helvetica;
	font-size: 13px;
}
/* general links */
a {
	color: green;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: #aadd44;
	text-decoration: underline;
}

p { padding: 0;}
strong, b { font-weight: bold; }
em, i { font-style: italic; }

/*
	in case we do want padding for something
	use this class
*/
.margin-3 { margin: 3px;}
.margin-5 { margin: 5px;}
.margin-10 { margin: 10px;}


/* headers */
h1, h2, h3, h4 { font-family: verdana; font-weight: bold; }
h1 {
	font-size: 25px;
	margin:5px 0px;
	line-height: 1.2em;
}
h2 {
	color: #000;
	font-size: 23px;
	margin:3px 0px;
	line-height: 1.2em;
}
h3 {
	color: #000;
	margin: 3px 0px;
	font-size: 18px;
	line-height: 1.2em;
}
h4 {
	color: #000;
	margin: 3px 0px;
	font-size: 15px;
	line-height: 1.2em;
}


h2.post-title, h2.post-title a {
	color: #333333;
}
h2.post-title a:hover { color: #000; }
h2.artist a { color:#333; }
h2.album-title {color: #333;}

h2#comments { font-size: 18px; }

h3.post-title, h3.post-title a, h4.post-title a { color: #333; }
h3.list-title, h3.list-title a   { color: #333; }
h4.list-title, h4.list-title a { color: #666;}
h3.list-title a:hover { color: #000;}

h3.post-title-frontpage a {
	font-size: 23px;
	color: #333;
	line-height: 1.2em;
}
h3.post-title-frontpage a:hover {
	color: #000;
}

.list-subcat {
	font-family: verdana, helvetica;
	color: green;
	font-size: 12px;
	font-variant: small-caps;
}

.inline-artist-link {
	/*text-decoration: underline;*/
	font-weight: bold;
}

dt { padding: 5px; }

blockquote {
	background-color: #eeeeee;
	border-left: 5px solid #cccccc;
	font-size: 11px;
	padding: 0px 10px;
	margin: 20px;
}

/* forms */
form#newsletter-form input, form#artist-search-form input {
	font-size: 11px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #666;
}
form#newsletter-form, form#artist-search-form {
	font-size: 11px;
	padding-bottom: 3px;
}

.form tr td {
	margin: 5px;
	padding: 5px;
}

input, textarea, .form tr td input, .form tr td textarea {
	border: 1px solid #666;
	font-size: 13px;
	padding: 2px;
}

.form tr th {
	text-align: left;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}

/* styles */
.pagination-block a {
	font-size: 15px;
	color: #003300;
	display: block;
	float: left;
	font-family: helvetica neue, helvetica;
	border: 1px solid green;
	background: white;
	padding:0.2em 0.5em;
	margin: 1px;
}
.pagination-block a:hover {
	color: black;
	background-color: #aadd44;
	border: 1px solid black;
	text-decoration: none;
}
.pagination-block span {
	font-size: 15px;
	display: block;
	float: left;
	font-weight: bold;
	padding:0.2em 0.5em;
	margin: 1px;
}

.pagination {
	font-family: verdana, helvetica, sans serif;
}
.pagination a, pagination a:visited {
	text-decoration: none;
}

.filters { font-size: 16px; }
.filters a { font-size: 13px; }


.filters a, filters a:visited {
	font-family: verdana, helvetica, sans serif;
	font-size: 10px;
	text-decoration: none;
}

.user-score {
	font-size: 20px;
	font-weight: bold;
}
.audio-player {
	padding: 5px;
}

/* rating widget */
div#ratingbar-block {
	width: 200px;
	height: 55px;
	background-color: #eef;
	border: 1px solid #ddd;
	margin: 5px 10px;
	padding: 5px;
	line-height: 1.5em;
	z-index: 0;
}
table#ratingbar-table {
	width: 188px;
	height: 20px;
}
div#ratingbar-reset {
	float: left;
	width: 16px;
	height: 16px;
}

div#ratingbar {
	position: absolute;
	width: 173px;
	height: 16px;
	z-index: 0;
}

/*
	overlay to fix mouse event problem
	when changing innerHTML of ratingbar
*/
div#ratingbar-overlay {
	position: absolute;
	width: 173px;
	height: 16px;
	z-index: 100;
	background: url(images/i.gif);
	background-repeat: repeat
}
div#ratingbar-status {
}

.rating {
	color: black;
	font-size: 25px;
	font-weight:bold;
	margin: 5px;
}
/*
.comment-user-info {
	float:left;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	height: 100%;
	border: 1px solid black;
}
*/
.comment-user-info {
	padding: 5px;
	width:75px;
	min-width:75px;
	max-width:150px;
	overflow:hidden;
	word-wrap:break-word;
	text-align: center;
	line-height: 1.1em;
}

.who-rated-block {
	float:left;
	line-height: 1em;
	padding:5px 15px;
	text-align:center;
}
.who-rated-block-score {
	color: black;
	font-size: 20px;
	font-weight:bold;
	margin: 3px;
}

.byline {
	font-family: verdana, helvetica, sans serif;
	color: #999;
	font-size: 10px;
	margin: 5px 0px;
}
.photo-byline {
	font-family: verdana, helvetica, sans serif;
	font-size: 10px;
	margin: 5px 0px;
}
.posted-in {
	font-family: verdana, helvetica, sans serif;
	margin: 5px 0px 5px 0px;
}
.posted-in a {
	font-size: 12px;
	font-weight: bold;
}
.posted-in a:hover {
	color: black;
}

.more {
	text-align: right;
	font-weight: bold;
	padding: .15em .2em;
}
.more a {
	font-size: 15px;
}

.more_big {
	font-size:15px;
	font-weight: bold;
}

.more_big a, .tag-link-red-big {
	font-size: 25px;
	padding: .5em .2em;
	color: red;
}

.date-header {
	font-size: 12px;
	font-weight: bold;
	background-color: #e6e6e6;
	width: 497px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px 0px 2px 5px;
	margin-bottom: 10px;
	clear: both;
	display: block;
}

.list-date {
	font-family: verdana, helvetica, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
	display: block;
}
/* for listing pages (reviews, features, etc...) */
.list-item {
	margin: 8px 0px 25px 5px;
}
.media-list-item {
	margin: 5px 20px;
}

ul {
	display: block;
	margin: 10px 30px;
}
li {
	list-style: square;
}

ul#h-list, ul.h-list {
	list-style-type: none;
	display: inline;
}
ul#h-list li, ul.h-list li {
	display: inline;
}

/* for tabbed content blocks */
.content-block-title {
	font-size: 14px;
	color: #fff;
	background-color: #333;
	font-weight: bold;
	padding: 3px 0 3px 7px;
	width:100%;
}
.content-block-title a {
	color:#fff;
}

/* generic block */
.block {
	clear: both;
	display:block;
	width: 100%;
}

.align-center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.left-top-nav {
	float: left;
	width: 40%;
	text-align: left;
}

.right-top-nav {
	float: right;
	width: 40%;
	text-align: right;
}

/* photogallery */
.gallery-thumbs {
	width:100%;
	text-align:center;
}

.gallery-thumbs img {
	padding: 3px;
	margin: 2px;
	border: 1px solid #eee;
}

.gallery {
	width:100%;
	text-align:center;
}

.gallery-nav-img {
	padding: 3px;
	border: 1px solid #ccc;
	width: 75px;
	height: 75px;
	margin: 5px;
}

/* form validation errors */
.error, .errorlist ul, .errorlist li {
	color: red;
	list-style-type: none;
}

/* manage photos */
#user-images table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#user-images img {
	padding: 3px;
	border: 1px solid #ccc;
}
#user-images td {
	padding: 10px;
	margin: 0px;
}

#right-bottom { display: none; z-index:5;}
#right-bottom {
	/* copied from banner 728 */
 	float: right;
	border: 1px solid #ccc;
	background-color: #fff;
}
