/* CSS Document */

body {			  
				  
				  background-image:  url(../images/topLeft.jpg);
		  		  background-position: 0 -5;
		  		  background-repeat: no-repeat;
				  
				  font-family: Arial, Helvetica, sans-serif;
				  color: #000000; 
				  font-size: 14px;
				  line-height: 1.25em;
}


.small {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 18px;
}
	
.large {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 22px;
}
a.link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #000000;
    text-decoration: none;
}



a.xmasLink, a.xmasLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #CCCCFF;
    text-decoration: underline;
}
a.xmasLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #8888FF;
    text-decoration: none;
}











a.smallLink, a.smallLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #DDD;
    text-decoration: none;
}
a.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #AAF;
    text-decoration: underline;
}


a.mediumLink, a.mediumLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #000088;
    text-decoration: underline;
}
a.mediumLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #0000FF;
    text-decoration: none;
}


a.largeLink, a.largeLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000000;
    text-decoration: underline;
}
a.largeLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000066;
    text-decoration: none;
}

/*   .menu is for the navigation items   */
.menu{
	border: 0px solid #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100px;
}
.menu li { 
	display: inline; 
	border: 0px solid #000000;
	width: 100px;
}
.menu a, .menu a:visited {
	color: #FFFFFF;
	font: bold 11px Arial;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-left: 15px solid #1e1eae;
}
.menu a:hover {
	border-left: 15px solid #000000;
	background-color: #1e1eae;
	color: #CCCCCC;
}



/* New Stuff
-------------------------------------------------------------- */
body {
	margin: 0;
	background-color: black;
}

#content {
	width: 600px;
	padding: 0 50px 0 150px;
	margin-top: -434px;
}

.home #content {
	width: 500px;
	padding-right: 150px;
}

.box {
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	margin: 5px;
	color: black;
	clear: both;
	position: relative;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.third {
	width: 26.9%;
	float: left;
	text-align: center;
	clear: none;
}

.box.cd {
	width: 298px;
	clear: left;
	float: left;
}
.box.cd img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border: 0;
}
.star-cta {
	width: 80px;
	height: 50px;
	background-color: #FFBD21;
	border: 1px solid #EA9100;
	padding: 25px 10px;
	text-align: center;
	font-weight: bold;
	color: #03F;
	text-decoration: none;
	line-height: 1.5em;
	
	position: absolute;
	top: 5px;
	right: -10px;
	
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
	box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.star-cta:hover {
	text-decoration: underline;
}


.floatLeft {
	float: left;
	margin-right: 1em;
}
.floatRight {
	float: left;
	margin-left: 1em;
}
	





h3 {
	margin: 0 0 .5em;
}



/* CD Track Lists
-------------------------------------------------------------- */
.trackList {
	background-color: #999;
	border: 1px solid #666;
	padding: 4px 10px;
	font-size: .85em;
	color: blue;
	font-weight: bold;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
		
	-moz-box-shadow: inset 0 0 5px #333;
	-webkit-box-shadow: inset 0 0 5px #333;
	box-shadow: inner 0 0 5px #333;
}

.trackList li {
	list-style: inside decimal;
	border-bottom: 1px solid #CCC;
	padding-top: 2px;
}

.trackList li: first-child {
	padding-top: 0;
}

.trackList li:last-child {
	border-bottom: none;
}

.trackList .ui360 {
	display: inline-block;
	min-height: 0;
	top: -2px;
}

.trackList .ui360 a {
	top: 8px;
	color: black;
	font-weight: normal;
}

.trackList .sm2-360ui {
	margin: -10px 0;
}

.tag {
	background-color: #9CF;
	font-size: .75em;
	padding: 2px 4px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 1em;
	top: -2px;
	position: relative;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/* Listening Room
-------------------------------------------------------------- */
.listeningRoom #content {
	width: 730px;
	padding: 0 50px 0 20px;
}

.listeningRoom .box.first {
	margin-left: 140px;
}

.listeningRoom .box {
	margin-top: 20px;
}

.album {
	position: relative;
	background-color: #666;
	border: 1px solid #333;
	
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.cdCover {
	margin: 0 25px 15px;
	position: relative;
	top: -25px;
	
	width: 250px;
	height: auto;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

.purchase {
	position: absolute;
	height: 32px;
	width: 280px;
	padding: 5px;
	text-align: right;
	bottom: 0;
	right: 0;
}

.purchase a {
	display: inline-block;
	padding: 7px;
	border: 1px solid #CCC;
	font-size: .75em;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	max-width: 8.5em;
	margin: .25em;
	height: 1em;
	vertical-align: middle;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	background-color: #EEE;
	background-repeat: no-repeat !important;
	background-position: 0 center !important;
}

.purchase a:first-child {
	margin-left: 0;
}
.purchase a:last-child {
	margin-right: 0;
}

.purchase a:hover {
	border: 1px solid #006;
}
	
	.purchase .mp3 {
		background-color: #CFF;
	}
	.purchase .cd {
		background-color: #FC9;
	}
	.purchase .mp3.cd {
		background-color: #C6FFC9;
	}

	.purchase .amazon {
		padding-left: 24px;
		background-image: url(../images/amazon.png);
	}
	.purchase .itunes {
		background-image: url(../images/itunes.png);
		padding-left: 26px;
	}
	.purchase .cdbaby {
		background-image: url(../images/cdbaby.png);
		padding-left: 24px;
	}

.listeningRoom .trackList {
	margin-left: 310px;
}

.recomendation {
	font-size: 1em;
	line-height: 1.5em;
}

.recomendation p:first-child {
	margin-top: 0;
}
.recomendation p:last-child {
	margin-bottom: 0;
}

.star-cta.new {
	background-color: #9FF;
	width: 30px;
	height: 20px;
	padding: 15px 10px;
	border-color: #09F;
	top: -15px;
	right: -35px;
}





.fb-link {
	position: absolute;
	top: 393px;
	left: 43px;
}


/* clearfix
-------------------------------------------------------------- */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
