/*  
Theme Name: Terminal Dusk
Theme URI: http://wordpress.org/
Description: The Terminal Dusk Theme Version 0.3.
Version: 0.3
Author: Scott Weber
Author URI: http://www.line47.com
*/

body {
	font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
	background: #e6edad url("/images/siteBg.jpg") repeat-x fixed top;
	color: #333;
	margin: 0;
	padding: 0;
	font-size:80%;
}
#page {
	margin: 0px auto;
	padding: 10px;
	width: 940px;
	background:url("/images/pageBg.png");
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pageHeader {
	background-image:url(/images/brandingBg.png);
	background-repeat: repeat-x;
	background-position: top center;
	height:160px;
	padding:0;
	margin:0 auto;
}
#header {
	background-color: #73a0c5;
}
 a[href *="flickr.com"] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/flickr.png) no-repeat left center;
}
a[href *="twitter.com"] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/twitter.png) no-repeat left center;
}
a[href *="facebook.com"] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/facebook.png) no-repeat left center;
}
a[href *="myspace.com"] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/myspace.png) no-repeat left center;
}
a[href *='rss'] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/feed.png) no-repeat left center;
}
/* --------------- */
/* Main Navigation */
/* --------------- */

#navContainer {
	width:960px;
	margin:0 auto;
	margin-bottom:2em;
}
#nav {
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav li {
	display:inline;
	list-style-image:none;
}
#nav a {
	color:#FFFFFF;
	padding:5px 20px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#000;
}
#nav a:hover {
	color:#FFF;
	background:#333 top;
}
#mainContent {
	z-index:200;
	text-align:left;
}
.narrowcolumn {
	float: left;
	width: 640px;
	margin:0 20px 0 0;
}
.widecolumn {
	margin: 0;
	text-align:left;
	padding:10px;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
small {
	display:block;
	margin-bottom:10px;
}
.postmetadata {
	margin:0;
	padding:1em 0;
	clear:both;
}
.postmetadata a {
	background-image: url("/images/comment.png");
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
.postmetadata .post-edit-link {
	padding:10px;
	background:orange;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	display:block;
	text-align:center;
	width:10em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
h1 {
	display:block;
	color:#FFF;
	margin:0 auto;
	padding-top:-40px;
	padding:0 0 0 0;
	font-style:italic;
	width:960px;
	background:url("/images/header.png") no-repeat 0 -10px;
	text-indent:-1000em;
	height:124px;
}
.giveawaysList {
	margin:0;
	list-style:none;
	padding:0;
}
.giveawaysList a {
	text-decoration:none;
}
#homepage .leftColumn {
	width:640px;
	float:left;
}
#homepage .rightColumn {
	width:280px;
	float:right;
}
h2 {
	margin:0 0 .5em 0;
	font-size:2em;
}
h3 {
	margin:0 0 .5em 0;
	font-size:1.25em;
}
.pressShow h3 {
	clear:both;
	margin-left: -110px;
}
.webPromoShow h3 {
	cursor:pointer;
	padding:5px;
	margin:0 0 .5em 0;
	background:#efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 2px;
	margin:0px 0px 5px 0px;
}
.description {
	text-align: center;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	letter-spacing: .07em;
}
a {
	color:#883D79;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#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;
}
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.post {
	margin: 0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.post img {
	float:left;
	padding:5px;
	background:#fff;
	border:1px solid #999;
	margin:0 20px 10px 0;
}
.postNoBottomBorder {
	margin: 0;
	padding:0;
	border-bottom:none;
}
.description {
	text-align: center;
}
p img {
	padding: 0;
	max-width: 100%;
}
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: 5px 20px 5px 0;
	display: inline;
	border: 1px solid #999999;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

ul, ol {
	margin: 0 0 1em 1em;
	padding:0;
	list-style-position:inside;
}
li {
	margin:0 0 .5em 0;
}
/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#commentform textarea {
	width: 90%;
	padding: 2px;
}
.textInput {
	color:#666666;
	background-color:#EFEFEF;
}
.button {
	color:#fff;
	background-color:#A3A396;
	font-weight: bold;
	border:none;
	text-transform:uppercase;
	clear:both;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
/* End Form Elements */

/* ----------------------- */
/* SIDEBAR */
/* ----------------------- */

#sidebar {
	width:280px;
	float:right;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
#sidebar .recentComments {
	margin:0 0 5px 0;
	padding:0 0 0 0;
}
/* ----------------------- */
/* DISCOGRAPHY NAV */
/* ----------------------- */

/* 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:0;
	padding: 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.5em;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display:block;
	text-align: center;
	margin-bottom:1em;
	height:2em;
}
.navigation a {
	background:#dfdfdf;
	padding:5px;
	text-transform:uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
.rightColumn {
	width:388px;
	float:left;
	margin:0;
	padding:0 0 0 0;
}
/* ----------------------- */
/* PRESS RELEASES */
/* ----------------------- */

.pressShow {
	margin:0 0 0 110px;
	padding:10px 0 0 0;
}
.pressShow h4 {
	border-bottom:1px dotted #999999;
	cursor:pointer;
	padding:5px;
	margin:0 0 0 0;
}
.pressShow h4:hover {
	background:#AAA09E;
}
.pressShow h4 span {
	font-weight:normal;
	padding-left:1em;
}
.pressNav {
	margin:0 10px 5px -110px;
	padding:0;
	width:100px;
	float:left;
	display:inline !important;
}
.pressNav a, .pressNav a:hover {
	background:transparent;
}
.pressNav.hover, .pressNav:hover {
	margin:0 10px 5px -110px;
	padding:0;
	background:#B58998;
}
.pressNavImg {
	background-image:url(/images/releaseSmall.png);
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}
.pressNav img {
	width:80px;
	height:80px;
	margin:10px 0 0 10px;
}
.pressNav p {
	position:relative;
	margin:10px 0 0 10px;
}
.pressReview {
	background:#fff;
	padding:.5em;
}
/* ----------------------- */
/* WEB PROMOS */
/* ----------------------- */

.webPromoShow {
	margin:0 0 0 0;
	padding:10px 0 0 0;
}
.webPromo {
	margin:0 0 1em 0;
}
.webPromoShow h4 {
	margin:0;
	padding:0;
}
.webPromoShow code {
	background:#FFF;
	margin:0 0 0 0;
	padding:.5em;
	display:block;
}
/* ----------------------- */
/* DISCOGRAPHY NAV */
/* ----------------------- */

.discogNav, #mainContent .artistNav {
	padding-top:10px;
	margin:0;
	list-style-type:none;
}
#mainContent.discogPage .discogNav {
	margin-bottom:30px;
}
.discogNav li, .artistNav li {
	padding:5px;
	width:90px;
	float:left;
	height:120px;
	position:relative;
	text-align:center;
}
.discogMetaHighlight {
	background:#883D79;
	color:#FFF;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:10px;
}
.discogNav li:hover, .discogNav a:hover, .artistNav li:hover, .artistNav a:hover {
	background:#883D79;
	color:#FFF;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.discogNav a, .artistNav a {
	text-decoration:none;
	width:80px;
	height:80px;
}
.discogNav img, .artistNav img {
	width:80px;
	height:80px;
}
.discogNavTitle, .artistNavTitle {
	margin:5px 5px 0 5px;
	text-align:left;
}
.discogNav img, .artistNav img {
	border: 1px solid #999;
	background:#fff;
	padding:2px;
	-webkit-box-shadow: 2px 2px 10px #666;
}
#discogNav #mycarousel .discogNavTitle {
	margin:5px 0 0 0;
}
.discogNav .soonBadge {
	background:url(/images/soonBadge.png) no-repeat top left;
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:-10px;
	left:0px;
	text-indent:-1000em;
}
.discogNav .newBadge, .artistNav .newBadge {
	background:url(/images/newBadge.png) no-repeat top left;
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:-10px;
	left:0px;
	text-indent:-1000em;
}
.tracklisting {
	list-style-type:none;
	margin-left:2em;
}
/* ----------------------- */
/* DISCOGRAPHY PAGE */
/* ----------------------- */


.purchaseLinks {
	list-style:none;
}
.purchaseLinks li {
	float:left;
	width:220px;
}
.discogSelect, .artistSelect {
	clear:both;
	float:left;
	margin:.8em 0 0 5px;
	background-color:#666666;
	color:#FFFFFF;
	border:none;
	padding:2px;
}
/* ----------------------- */
/* ARTIST PAGE */
/* ----------------------- */

.artistBigImg {
	background-image:url(/images/releaseBig.png);
	background-repeat:no-repeat;
	width:285px;
	height:290px;
	margin-bottom:1em;
}
.artistBigImg img {
	width:260px;
	height:260px;
	margin:15px 0 0 10px;
}
#artist img {
	margin-right:10px;
	margin-bottom:10px;
}
#artist .pastReleases {
	clear:both;
}
#artist .pastReleases img {
	border:1px solid #666666;
	float:none;
	margin-right:5px;
	margin-bottom:10px;
	padding:0px
}
#artist .pastReleases a:hover img {
	border:1px solid #BFBFBF;
	padding:0px;
}
#artist .pastReleases a:hover {
	background-color:transparent;
}
#artist .bio {
	clear:both;
}
.events {
	margin: 0 0 20px 0;
	padding:0 5px 0 5px;
}
p {
	padding:0 0 0 0;
	margin:0 0 10px 0;
	line-height:1.5em;
}
.topiccell {
	padding: 4px 4px 4px 0px;
	border-bottom: 1px dotted #999;
}
.imageborder {
	border: 1px solid #666;
	vertical-align:top;
}
.artistRoster img {
	border:1px solid #666;
	float:left;
	margin:0 10px 0px 0;
}
.artistRoster a {
	display:block;
	width:100%;
	height:42px;
}
.artistRoster {
	display:block;
	float:left;
	width:172px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.artistRoster img {
	border:1px solid #666666;
	float:left;
	margin:0 5px 5px 0;
}
.artistRoster a:hover {
	display:block;
	background-color:#B58998;
	height:42px;
	margin:0 10px 0 0;
	padding:0 0 0 0;
}
.artistRoster a {
	display:block;
	height:42px;
	margin:0 10px 0 0;
	padding:0 0 0 0;
}
th {
	padding-left:2px;
}
#error {
	color:#FF0000;
	padding:5px;
	border:1px solid #FF0000;
}
.body img {
	float:left;
	border:1px solid #666666;
	margin:0 5px 5px 0;
}
.forumNav {
	padding: 0 0 10px 0;
}
.forumNav a {
	padding: 2px;
	margin:0 5px 0 0;
	border:1px solid #cccccc;
}
#forumTop5 a {
	display:block;
}
/* ----------------------- */
/* COMMENT SECTION */
/* ----------------------- */

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	padding:10px;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
#commentform p {
	margin: 5px 0;
}
.reply label {
	display:block;
	padding:0px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	list-style-type:none;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.news165 {
	padding: 4px;
	margin: 0px 5px 5px 0;
	display: inline;
	border: 1px solid #999999;
	float:left;
}
/* ----------------------- */
/* ----------------------- */

address {
	margin:0 0 1em 0;
}
.addresses {
	float:left;
	margin:0 1em 1em 0;
	width:30%;
	height:165px;
}
.review {
	background-color:#D1DFDF;
	padding:5px;
}
.reviewExpand a {
	text-align:right;
	margin:-18px 0 0 0;
	padding:0 5px;
	float:right;
}
/* ----------------------- */
/* HOMEPAGE */
/* ----------------------- */


.upcomingReleases {
	position:relative;
	margin:1em 0 0 0;
}
.discogNav {
	position:relative;
}
.upcomingReleases .badge {
	background:url(/images/soonBadge.png) no-repeat top left;
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:-10px;
	left:-10px;
	text-indent:-1000em;
}
.newReleases .badge {
	background:url(/images/newBadge.png) no-repeat top left;
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:-10px;
	left:-10px;
	text-indent:-1000em;
}
#homepage .post {
	clear:both;
	margin:0 0 2em 0;
}
.postDate {
	margin:-1em 0 1em 0;
}
.postComments {
	padding-left:1em;
}
#homepage .latestPosts {
	float:left;
	width:270px;
	margin:0 0 0 0;
	padding:5px;
}
#homepage .mailout {
	float:left;
	width:330px;
	margin:0 0 0 0;
	padding:5px;
}
.clearBoth {
	display:block;
	clear:both;
}
.artistBigImage {
	padding:10px;
	border:1px solid #999;
	background:#fff;
	margin:0 0 1em 0;
	-webkit-box-shadow: 2px 2px 10px #666;
}
.discogBigImg {
	border: 1px solid #666;
	background:#fff;
	padding:5px;
	margin:0 20px 20px 0;
	width:260px;
	height:260px;
}
.respectsColumns li {
	width:220px;
	float:left;
	margin-right:20px;
}
.respectsColumns {
	overflow:auto;
	margin-bottom:2em;
}
#footer {
	clear: both;
	text-align:left;
	color:#666;
	font-size:.9em;
	padding-top:5em;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#footer li {
	display:inline;
	margin-right:1em;
}
#footer a {
	padding-top:2px;
	padding-bottom:2px;
	color:#666;
}
#copyright {
	text-align:right;
}
.discogPage .leftColumn, .narrowcolumnArtistDiscog .leftColumn {
	width:290px;
	margin:0 20px 0 0;
	float:left;
}
.discogPage .rightColumn, .narrowcolumnArtistDiscog .rightColumn {
	float:none;
	width:auto;
	margin-left:310px;
}
#comments {
	clear:both;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-left:20px;
	width:900px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	margin:0 0 5px 0;
	padding:0;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 100px;
	height: 130px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-skin-tango.jcarousel-container {
	width:660px;
}
.jcarousel-skin-tango.jcarousel-container-horizontal {
	padding: 0px 40px;
}
.jcarousel-skin-tango.jcarousel-container-vertical {
	width: 75px;
	height: 245px;
	padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-next-horizontal {
	position: absolute;
	top: 55px;
	left: -10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-prev-horizontal {
	position: absolute;
	top: 25px;
	left: -10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active, .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/next-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
 background: transparent url/images/(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.giveawayWinner {
	background:#883D79;
	color:#FFF;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:1em;
}
.giveawayWinner a {
	color:#fff;
}
.colorSeriesAlbum {
	clear:both;
	height:175px;
	margin-bottom:1em;
	border-bottom:1px dotted #999;
}
.colorArt {
	float:left;
	margin-right:20px;
}
.colorArt img {
	border:1px solid #999;
	-webkit-box-shadow: 2px 2px 10px #666;
}
.colorInfo {
	float:left;
	margin-right:20px;
	width:175px;
}
.colorTracklist {
	float:left;
	width:325px;
}
.colorClips {
	float:left;
}
 a[href *="twitter.com"] {
 padding: 2px 0px 2px 20px;
 background: url(/images/icons/twitter.png) no-repeat left center;
}
.discogNav li {
	width:280px;
	text-align:left;
	height:85px;
	margin-right:20px;
	margin-bottom:20px;
}
.discogNav li img {
	float:left;
	margin-right:10px;
	margin-top:-15px;
}
.discogNav li a {
	text-align:left;
	color:#333;
	display:block;
	width:280px;
	height:auto;
	font-weight:bold;
	padding-top:15px;
}
.discogNav li a:hover {
	color:#fff;
	text-decoration:underline;
}
.discogNav li:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.discogNav li:hover a {
	color:#fff;
}
.discogNavTitle {
	
	margin:auto;
}
