/* 
Theme Name: Grand Palace
Theme URI: http://yewknee.com/
Description: While based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, this theme is specially developed for Grand Palace only.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #FEFFF8;
	color: #000;
	text-align: center;
	}

#header {
	 /*background-color: #FEFFF8;*/
	}
#header #flashcontent {

}
#content {
	font-size: 1.4em;
	margin-left: 20px;
	float: left;
	}
#recording-content {
	font-size: 1.2em;
	margin-left: 35px;
	float: left;
	padding-right: 10px;
}
.widecolumn .entry p, .recording-column .entry p {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	}

.widecolumn, .recording-column {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}
.narrowcolumn .postmetadata a:link, .narrowcolumn .postmetadata a:visited, .narrowcolumn .postmetadata a:active {
	background-color: #E9E9E9;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #AEADAD;
}
.narrowcolumn .postmetadata a:hover {
	background-color: #E9E9E9;
	color: #0777C6;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background-color: #eee;*/
	margin-top: 20px;
	}


small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: -3px;
	}

h1, h2, h3 {
	font-family: Helvetica, 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.4em;
	color: #CCC;
	text-align: left;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
	}

h3 {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:link {
	color: #0777C6;
	text-decoration: underline;
}
.entry p a:visited {
	color: #094067;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	width: 380px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 10px 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999999;
	}
	
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 1em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 820px;
	*width: 862px;
	/*border: 1px solid #F00;*/
	text-align: left;
}
	
#header {
	padding: 0;
	margin: 0 auto 0 auto;
	height: 200px;
	width: 100%;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 460px;
	overflow: hidden;
		border-right: 1px solid #CCC;
	}

.widecolumn {
	padding: 20px 0 10px 0;
	margin: 5px 0 0 160px;
	width: 460px;
	}
	
.recording-column {
	width: 400px;
}

.post {
	margin: 0 0 0;
	text-align: left;
	width: 390px;
	}
.recording-column .post {
	width: 400px;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
.postdivider {
	width: 420px;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#recording-sidebar .postdivider, #silkscreen-sidebar .postdivider {
	width: 100%;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;

}

#footer {
	padding: 0 0 0 1px;
	width: 820px;
	clear: both;
	margin-top: 10px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #666;
}

#footer p a, #footer p a:link, #footer p a:visited {
	color: #094067;
}
#footer img {
	margin: 0 auto;
	margin-top: 10px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#sidebar .subhead {
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 22px;
	line-height: .5em;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 3px;
	background-color: #FFF;
	max-width: 100%;
	border: 0px solid #000;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 5px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #recording-sidebar ul ul li:before, #recording-sidebar ul li:before, #silkscreen-sidebar ul ul li:before, #silkscreen-sidebar ul li:before {
	/*content: "\00BB \0020";*/
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar #podcasts {
	margin: 15px;
}
#sidebar #podcasts li:before, #sidebar #shows li:before, #sidebar #releases li:before {
	content: "";
}
#sidebar #podcasts li.podcast {
	margin-bottom: 20px;
	margin-left: 5px;
	list-style-type: none;
}
#sidebar #shows li img {
	padding: 3px;
	background-color: #FFF;
	border: 0px solid #000;
	margin-bottom: 40px;
	margin-right: 10px;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
#sidebar #shows li {
	font-weight: normal;
	color: #666;
	line-height: 15px;
}
#sidebar #shows li a, #sidebar #shows li a:link, #sidebar #shows li a:visited {
	font-weight: bold;
	color: #0777C6;
}
#sidebar #shows li .showLineup a:before {
	content: "\00BB \0020";
}
#sidebar #shows li .showLineup{
	font-weight: normal;
	margin-top: 0px;
}

#sidebar #shows li .showDate {
	position: relative;
	margin-top: 0px;
	top: 20px;
	left: 98px;
	clear: none;
	width: 180px;
	font-weight: bold;
	color: #000;
}
#sidebar #shows li .showClear {
	margin-top: 20px;
	background-image: url("images/dothg.gif");
	background-repeat: repeat-x;
	background-position: middle;
	border: 0px solid #F00;
	height: 2px;
}
/* ---RELEASES-------------------------- */
#sidebar #releases {
	margin-bottom: 10px;
	height: 170px;
	display: block;
}
#sidebar #releases .releaseEntry {
	padding: 0px 5px 0px 0px;
	border: 0px;
	width: 80px;
	float: left;
}
#sidebar #releases .releaseEntry img {
	width: 80px;
	height: 80px;
}
#sidebar #releases img {
	border: 0px;
	padding: 3px;
}
#sidebar .releaseInfo {
	padding-top: 5px;
	color: #666666;
	width: 332px;
	background-image: url("images/dothg.gif");
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar .releaseArtist {
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar .releaseAlbum {
	margin-bottom: 5px;
}

/* --------------- HOURS & LOCATION --------------------------*/
#sidebar #hours .hoursImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}
#sidebar #hoursTbl {
	margin-top: 20px;
	width: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #979797;
}
#sidebar #hoursTbl .hoursRowAlt {
	background-color: #EDEDE9;
}
#sidebar #hoursTbl td {
	padding: 2px;
	margin-bottom: 2px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 234px;
	height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar #mainSearch {
	margin-top: 0px;
}
#sidebar #searchsubmit {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	margin-left: 9px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	margin-right: 50px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin ##Sidebar */
#subdivider {
	border-left: 1px solid #F00;
	margin-left: 480px;
}
#sidebar {
	padding: 20px 0px 10px 10px;
	margin-left: 480px;
	width: 347px;
	border-left: 1px solid #CCC;
}
#recording-sidebar, #silkscreen-sidebar {
	padding: 20px 0px 10px 10px;
	margin-left: 500px;
	width: 260px;
	border-left: 1px solid #CCC;

}
#sidebar form {
	margin: 0;
	}
#sidebar .postdivider {
	width: 347px;
	height: 21px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar .postdividerdot {
	width: 332px;
	height: 1px;
	background-image: url("images/dothg.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 20px;
}
#sidebar .subscribebtn{
	margin-top: 12px;
}
#sidebar .podcasticon {
	width: 32px;
	height: 80px;
	float: left;
	margin-right: 14px;
	margin-bottom: 80px;
}
#sidebar .viewarchive, #recording-sidebar .viewarchive, #silkscreen-sidebar .viewarchive {
	float: right;
}
#recording-sidebar .viewarchive, #silkscreen-side .viewarchive {
	margin-top: -20px;
}
#sidebar .spacer, #recording-sidebar .spacer, #silkscreen-sidebar .spacer {
	height: 6px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 90%;
	}
/* End Various Tags & Classes*/
.fr-entry {
	margin-top: 15px;
}
.fr-entry img {
	padding: 5px;
	border: 1px solid #000;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
}
.fr-entry .rd-Artist {
	font-weight: bold;
}
.fr-entry .rd-Album {
	font-style:italic;
}
.fr-entry .rd-Review{
	margin-top: 15px;

}
.clearIt {
	clear:left;
	height: 30px;
}

.recordingWelcome {
	width: 747px;
	margin: 18px auto 10px auto;
}
.horizh {
	width: 100%;
	height: 1px;
	margin-bottom: 4px;
	margin-top: 4px;
	clear: left;
	background-image: url("images/doth.gif");
	background-repeat: repeat-x;
	background-position: top;
}
#recording-content ul li {
	list-style-image: url("images/crownli.gif");
	list-style-position: outside;
	padding-left: 2px;
}
#recording-content ul {
	width: 40%;
	float: left;

}
#recording-sidebar ul, #silkscreen-sidebar ul  {
	font: 12px 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
#recording-sidebar ul ul li, #silkscreen-sidebar ul ul li {
	display: block;
	padding-bottom: 20px;
	width: 100%;
	min-height: 85px;
}
#recording-sidebar #recording-clients {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#recording-sidebar #recording-clients img {
	width: 80px;
	height: 80px;
}

#recording-content .post {
	margin-top: 14px;
}
#recording-content .post .ntitle {
	font-weight: bold;
	size: 1.5em;
}
.hspacer {
	height: 25px;
}
#recording-sidebar .clientdivider {
	width: 100%;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 2px;
	margin-bottom: 8px;

}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active, #sidebar #shows li .showComments a {
	background-color: #E9E9E9;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #AEADAD;
}
#sidebar #shows li .showComments a {
	margin-top: 5px;
}
.category-7{
	width: 711px;
	margin-left: 36px;
}
.category-7 .post {
	width: 250px; 
	overflow: hidden; 
	float: left; 
	margin-right: 10px;
}
/* SILKSCREEN */
#poster-gallery {
	width: 820px;
	text-align: center;
	margin-left: 20px;
	height: 116px;
	border-bottom: 0px solid #CCC;
	overflow: hidden;
	padding-left: 26px;
}
#poster-gallery .poster-image, #silkscreen-content .poster-image  {
	float: left;
	margin-right: 5px;
	padding: 4px;
	border: 0px solid #CCC;
	background-color: #FFF;
	margin-bottom: 12px;
}

#silkscreen-content {
	width: 500px;
	border-right: 0px solid #CCC;
	padding-right: 18px;
	margin-left: 22px;
	font-size: 1.4em;
	line-height: 1.4em;
	float: left;

}
.silk-column {
	width: 420px;
}
#silkscreen-content p{
	margin-top: 0px;
	width: 100%;
}
#recording-sidebar {
	margin-left: 502px;
	width: 245px;
	border-left: 1px solid #CCC;
}
#silkscreen-sidebar {
	margin-left: 540px;
	width: 245px;
	border-left: 0px solid #FFF;
}
#silkscreen-content ul.fancylist li {
	list-style-image: url("images/crownli.gif");
	list-style-position: outside;
	padding-left: 2px;
	padding-bottom: 7px;
}
#silkscreen-content h2 {
	margin-bottom: 6px;
	line-hieght: 1.6em;
}
#silkscreen-content .postdivider {
	width: 520px;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.silksideimg {
	float: left;
	margin: 5px 5px 5px 0px;
	padding:2px;
}
#silkscreen-content table {
	border: 1px solid #CCC;
}
#silkscreen-content table th {
	border-bottom: 1px solid #CCC;
	color: #FFF;
	background-color: #000;
}
#silkscreen-content table th, #silkscreen-content table td {
	padding-left: 4px;
	border-bottom: 1px solid #E4E4E4;
}
#silkscreen-content ul.nonlist {
	margin: 0px;
	padding: 0px;
}
#silkscreen-content ul.nonlist li {
	list-style-type: none;
}
#silkscreen-content .silkbrandimg {
	float: right;
	padding-right: 10px;
}
#silkscreen-content .shirtblock{
	width: 228px;
	height: 300px;
	text-align: center;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
	float: left;
}
#silkscreen-content .shirtblock a, #silkscreen-content .shirtblock a:link, #silkscreen-content .shirtblock a:visited, #silkscreen-content .shirtblock a:hover {
	text-decoration: none;
}

/* SILKSCREEN FORM STYLES */
#ssorder input {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#ssorder .inputSmall {
	width: 60px;
}
#ssorder .sizeLbl {
	width: 35px;
	float: left;
}
#ssorder .sizeTtl {
	padding-right: 20px;
	padding-bottom: 4px;
}
#ssorder textarea {
	width: 450px;
}
#ssorder table {
	margin-bottom: 20px;
}
#ssorder table td {
	padding-top: 4px;
}
#ssorder #ssorderSend {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#ssorder #ssError {
	color: #F00;
	font-weight: bold;
	display: none;
}
#ssorder #ssSuccess {
	font-weight: bold;
	display: none;
}
.podPress_content {
	border: 1px solid #999;
	padding: 5px;
	font-size: 12px;
}

/* STAFF PAGE */
#post-10 .thelabel {
	font-weight: bold;
      	margin-right: 2px;
	margin-bottom: 19px;
	width: 73px;
	border: 0px solid #f00;
        float: left;
}
#post-10 .anitem {
	margin-top: 2px;
	margin-bottom: 10px;
}
#post-10 .anitemLrg {
	margin-top: 20px;
	margin-bottom: 10px;
}
#post-10 .clearIt {
	height: 20px;
	clear: left;
	background-image: url("images/dothg.gif");
	background-repeat: repeat-x;
	background-position: middle;
}
#post-10 img {
	margin-bottom: 60px;
        float: right;}

/* GRAND PALACE RECORDS / RELEASES */
#records-vspace {
	clear: both;
	height: 30px;
}
#records-content {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	width: 580px;
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	float: left;
}
#records-content .post {
	width: 100%;
}
#records-content .postdivider {
	width: 100%;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#records-content .postdividergrey {
	width: 100%;
	height: 1px;
	background-image: url("images/dothg.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#records-content .release-entry {
	margin-bottom: 10px;
	height: 120%;
	margin-top: 0px;
	padding-top: 0px;
}
#records-content .release-entry img {
	padding: 3px;
	background-color: #FFF;
	width: 200px;
	height: 200px;
	border: 1px solid #000;
float: right;
	margin-bottom: 30px;
	margin-right: 10px;
}
#records-content .release-entry .artist {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#records-content .release-entry .format {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8px;

}
#records-content .release-entry .album {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#records-content .release-entry .released {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 0px;
	padding-top: 0px;
}
#records-content .release-entry ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 10px;
}
#records-sidebar {
	float: left;
	width: 194px;
	border: 0px solid #0F0;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
}
#records-sidebar ul {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
#records-sidebar ul li:before {
	content: "";
}
#records-sidebar ul ul.news-list li:before {
	content: "\00BB \0020";
}
#records-sidebar .postdivider {
	width: 194px;
	height: 1px;
	background-image: url("images/solidh.gif");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#records-sidebar ul ul.artist-list li a {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 18px;
	display: block;
	padding: 8px 0px 8px 8px;
	background-image: url("images/dothg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}
#records-sidebar ul ul.artist-list li a:hover {
	background-color: #BBC9E2;
	color: #FFF;
}
#records-sidebar ul ul.news-list {
	margin-top: 10px;
}
#records-sidebar ul ul.news-list li {
	padding: 4px 5px 4px 4px;
}

