/*
Theme Name: Camden
Theme URI: http://djcamden.com/
Description: Cuatom Theme for djcamden.com.
Author: Joe Sender
Version: 0.1	
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/**
*
**/
body {
	font-size: 16px;
	font-family: Cantarell,"Lucida Grande",Arial,sans-serif;
	color: #fff;
}
html {
	background-color: #333;
	background-image: url('img/gradient.png');
	background-repeat: repeat-x;
}
p {
	margin-bottom: 1.3em;
}
a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
a {
	color: #fff;
	outline: none;
}
a#home-link {
	height: 100%;
	width: 100%;
	display: block;
}
#nav-menu {
	padding: 15px 0;
	width: 706px;
}

div#main {
	width: 960px;
	margin: auto;
}
div#header {
	height: 110px;
	width: 710px;
	margin-left: 0;
	background-image: url('img/djcam-header.png');
}
div#fp-link-wrap {
	margin: 40px 0;
	width: 440px;
	overflow: hidden;
}
div.fp-link {
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;;
	float:left;
	position: relative;
	overflow: hidden;
}
div.fp-link img {
	position: absolute;
	top: 0;
	left: 0;
}
img.bw {
	
}
p.fp-link-text {
	opacity: 0.8;
	margin: 0;
	height: 15px;
	position: absolute;
	bottom: -35px;
	width: 180px;
	padding: 10px;
	background-color: #c00;
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
}
p.fp-link-text#about {
	background-color: #c00;
}

/* Tunes */
#page-pic, #content.sub-page {
	float: left;
	margin-top: 60px;
}
#page-pic {
	margin-right: 30px;
}
#content.home {
	width: 705px;
}
#content.sub-page {
 width: 580px;
 }
#page-pic img {
	width: 100px;
}
#nav-menu a, a.audio-link, p.ext-link a {
	text-decoration: none;
}
p.ext-link {
	margin-bottom: 20px;
}
span.link-desc {
	font-size: 13px;
}
#nav-menu a.page-link {
	margin-right: 20px;
}
#nav-menu a.active {
	color: #33ffff;
}
div.audio-link {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}
div.audio-text {
	float:left;
}
div.audio-link img{
	float: left;
	margin-right: 20px;
}
div.audio-link a{
	
}
div.audio-link p{
	margin-bottom:8px;
	font-size: 14px;
}
div.audio-wrap p {
	margin-bottom: 6px;
}
h2.audio-title {
	margin-bottom: 8px;
	font-size: 16px;
}
span.socials img {
	margin-right: 0;
	margin-left: 5px;
	float: none;
	margin-bottom: -3px;
}
#nav-menu a:visited {
	color: #fff;
}
#nav-menu a.active:visited {
	color: #33ffff;
}
a.subscribe-link {
	float: right;
}
#nav-menu a.subscribe-link {
	margin: 0 0 0 10px;
}
#home-sub-links a.subscribe-link {
	margin: 0 0 0 13px;
}
#home-sub-links {
	float: right;
}
#notfound{
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}
#notfound .huge {
	font-size: 70px;
}