/* � Jake Klar 2012 - jakeklar.com | Design and coded by Maxx Berkowitz, maxxberkowitz.com*/

/*vvvvvvvvvvvvv CSS RESET Start vvvvvvvvvvvvvv*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*^^^^^^^^^^ CSS RESET end ^^^^^^^^^^^^*/

body{
	font-family: "Georgia", "Garamond", "Times New Romand", serif;
	color: #e0e1db;
	background-color: #000;
}

p{
	
}

a.l{
	font-family: "Georgia", "Garamond", "Times New Romand", serif;
	color: #fff;
	text-decoration:underline;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

p.foot{
	font-family: "Georgia", "Garamond", "Times New Romand", serif;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
}

a.afoot{
	color: #fff;
	font-weight: bold;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#header{
	background: url(images/header.png) no-repeat top;
	width: 100%;
	height: 92px;
	}
	
#headerPadding{
	padding-top: 30px;
}

#wrap{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#mc{
	width:850px;
	height:600px;
}

#albumArt{
	float:left;
	height: 375px;
	width: 375px;
	background: url(images/album.png) no-repeat top;
}

#albumPadding{
	padding-top: 48px;
}

#rightCol{
	float:right;
	height: 375px;
	width: 375px;
	background-image: url(images/blackFill.png);
}

#rightColPadding{
	padding-top: 0px;
}

#topTitle{
	background: url(images/dl.png) no-repeat top;
	width: 305px;
	height: 75px;
}

#topTitlePadding{
	padding-top: 5px;
}

#widget{
	width: 375px;
	height: 355px;
}

#widgetPadding{
	padding-top: 20px;
}

#linkTitlePadding{
	padding-top: 20px;
}
	
#linkTitle{
	background: url(images/links.png) no-repeat top;
	width: 69px;
	height: 11px;
	float: left;
}

#linksPadding{
	padding-top: 5px;
}

#itunes{
	width: 281px;
	height: 41px;
}

#itunesBox{
	padding-right: 25px;
	padding-top: 25px;
}

#footerPadding{
	padding-top: 6px;
}

#footer{
	width:100%;
	height: 60px;
	background-image: url(images/blackFill.png);
}

#footSpace{
	padding-top: 10px;
}


.fb-like{
	float: right;
}

#likeBox{
	padding-top: 12px;
	padding-right: 12px;
	
}
	
.link{
	color: #fff;
}

.link:hover{
	color: #bbbbb4;
}

.fade img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.fade:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.8;
opacity: 0.8;
}