@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	background: #000;
	font-size: 12px;
}

ul {
	list-style: none;
}

p {
	margin-bottom: 20px;
}

body#home {
	background: #909090 url(../images/home-bg.gif) center no-repeat;
}

body#home #cmyk {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

body#home #nav {
	position: absolute;
	bottom: 46px;
	left: 20px;
	right: 60px;
}

body#home #nav table {
	width: 100%;
	table-layout: fixed;
}

body#home #nav td {
	text-align: center;
}

body#section .spacer {
	height: 62px;
}
body#section table {
	width: 100%;
	height: 100%;
}

body#section #nav {
	border-right: 4px solid #909090;
	width: 286px;
	vertical-align: top;
}

body#section #nav ul {
	margin: 0 10px 0 62px;
	background: #000 url(../images/cmyk-small.gif) top right no-repeat;
}

body#section #lovemade {
	padding: 40px 0;
}

body#section #content {
	color: #FFF;
}

body#section #content div {
	width: 60%;
	margin: auto;
}

#about #content {
	background: #000 url(../images/section-about.gif) 10px 16px no-repeat;
}

#gallery #content {
	background: #000 url(../images/section-gallery.gif) 10px 16px no-repeat;
}

#friends #content {
	background: #000 url(../images/section-friends.gif) 10px 16px no-repeat;
}

#contact #content {
	background: #000 url(../images/section-contact.gif) 10px 16px no-repeat;
}

#contact #content div {
	text-align: center;
}

#music #content {
	background: #000 url(../images/section-music.gif) 10px 16px no-repeat;
}

#content div#coming-soon {
	text-align: center;
}

/* Gallery */

#gallery #content div#albums {
	width: 200px;
}

#gallery #content div#albums a.album-cover {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#gallery #content div#albums img {
	margin-bottom: 5px;
}

#gallery #content div#album, 
#gallery #content div#album .album-row {
	width: 630px;
}

.album-row {
	float: left;
}

#album .album-photo {
	float: left;
	margin: 0 5px 20px;
}