/*
General Stylesheet / YDM Mixtape

URL: http://ydmlabel.com
Created by: The Grizzly Anderson
For: Young Dinosaur Movement
Site Design by:	The Grizzly Anderson
		
http://thegrizzlyanderson.com

*/

/******************\
| GENERAL STYLES   |
\******************/

body {
	background: #323533;
	color: #E0E0E0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	}
	
	dl {
		background: #1A1E1B url(images/mix-dl-bg.png) no-repeat 25px 31px;
		}
	
	dt {
		background: #1A1E1B url(images/mix-dt.png) no-repeat 0 0;
		display: block;
		width: 202px;
		height: 13px;
		text-indent: -9009px;
		margin-bottom: 20px;
		}
	
	dd {
		margin-bottom: 14px;
		}
		
		dd span {
			font-size: 11px;
			font-style: italic;
			}


/******************\
| ID SPECIFICS     |
\******************/

#header {
	background: #232020 url(images/ydm-logo-bg.jpg) no-repeat center 16px;
	color: inherit;
	height: 190px;
	margin-top: 12px;
	padding-top: 90px;
	}
	
	#header h1 {
		height: 96px;
		width: 415px;
		background: transparent url(images/presents.png) no-repeat 0 0;
		color: inherit;
		display: block;
		text-indent: -9999px;
		margin: 0 auto;
		}
		
#banner {
	background: #8A66AC url(images/banner-bg.jpg) repeat-x center top;
	color: inherit;
	height: 507px;
	}
	
	#banner h2 {
		width: 964px;
		margin: 0 auto;
		padding-top: 53px;
		}
	
	#banner h2 a {
		background: transparent url(images/download-btn.png) no-repeat 0 0;
		color: inherit;
		width: 957px;
		height: 447px;
		margin: 0 auto;
		display: block;
		text-indent: -9009px;
		outline-style: none;
		}
		
		#banner h2 a:hover {
			background-position: 0 -448px;
			}
		
#copy {
	background-color: #1A1E1B;
	margin: 0;
	}
	
	#content {
		width: 964px;
		margin: 0 auto;
		overflow: hidden;
		}
		
		#content p {
			margin: 0 0 30px;
			line-height: 1.5;
			}
		
		#content a {
			border-bottom: 1px dotted #A8A8A8;
			color: #A8A8A8;
			text-decoration: none;
			}
			
			#content a:hover {
				color: #1A1E1B;
				background-color: #d8de23;
				border-bottom-style: none;
				}
		
		#description {
			width: 474px;
			float: left;
			margin: 55px 0;
			}
			
		#tracklisting {
			width: 404px;
			margin: 55px 0;
			float: left;
			margin-left: 86px;
			}
			
			#tracklisting h3 {
				background: #1A1E1B url(images/track.png) no-repeat 0 0;
				display: block;
				width: 94px;
				height: 13px;
				text-indent: -9009px;
				margin: 0 0 13px;
				}
				
			#tracklisting ol {
				padding: 0;
				margin-bottom: 40px;
				}

				#tracklisting ol li {
					margin: 0 0 5px 21px;
					padding: 0;
					}
				
					#tracklisting ol li a {
						font-size: 11px;
						}
					
			#cpinfo {
				font-size: 11px;
				margin-top: 40px;
				}
				
	#footer {
		height: 150px;
		}
		
		#footer #copyright {
			width: 964px;
			margin: 0 auto;
			font-size: 11px;
			color: #767676;
			overflow: hidden;
			}
			
			#footer #copyright p {
				float: left;
				width: 600px;
				}
				
				#footer #copyright h4 a {
					background: #323533 url(images/footer-logo.png) no-repeat right 0;
					display: block;
					text-indent: -9009px;
					width: 45px;
					height: 21px;
					float: right;
					outline-style: none;
					}
					
					#footer #copyright h4 a:hover {
						background-position: 0 -22px;
						}

/******************\
| CLASS SPECIFICS  |
\******************/

.size {
	font-size: 11px;
	}
	
	.disclaimer {
		font-size: 11px;
		}