/* -------------------------------------------------------------------------------------------
    Document   : Base styles
    Author     : okavanagh - http://www.olliekav.com
    Description: Base styles - hiphopquoted
------------------------------------------------------------------------------------------- */

/* Base layout styles ================================================ */

html, body {
	/* We need to make sure we have 100% widths and heights set for the positioning */
	position:relative; /* For the footer to be positioned to */
	text-align:center;
	width:100%;
}
body {
	background:#000;
}
#container {
	position:relative; /* For the footer to be positioned to */
	text-align:center;
	width:100%;
}

/* Header & Footer styles ===================================================== */

#header {
	height:100px;
	position:relative;
	margin:0 0 3.5em 0;
	width:100%;
}
#footer {
	height:100px;
	color:#fff;
	position:relative;
	width:100%;
	vertical-align:baseline;
}
#header h1 {
	position:absolute;
	height:67px;
	left:20px;
	top:22px;
	width:218px;
}
#header h1 a {
	background:url(images/logo-white.png) no-repeat;
	border:none;
	display:block;
	text-indent:-9999px;
	height:67px;
	width:218px;
}
#header p {
	color:#fff;
	font-size:1.2em;
	position:absolute;
	right:20px;
	top:21px;
}
#header ul {
	position:absolute;
	top:48px;
	right:20px;
	overflow:hidden;
}
#footer ul {
	position:absolute;
	bottom:20px;
	right:20px;
	margin:0;
	overflow:hidden;
}
#header ul li,
#footer ul li {
	float:left;
}
#header ul li a,
#footer ul li a {
	background:#000;
	border:none;
	color:#fff;
	display:block;
	margin-left:10px;
	padding:5px 10px 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/* Audio player */
#footer #audio {
	position:absolute;
	bottom:20px;
	left:20px;
}
#footer #audio object {
	float:left;
	margin:0 0 3px 0;
}
#footer p {
	clear:both;
	color:#000;
	font-size:11px;
	margin:0;
}

/* Content styles ======================================================== */
#main-content {
	width:100%;
}
.hentry {
	margin:37px 0 0 0;
	padding:0;
	position:relative;
}
.hentry h2 {
	display:none;
}
.hentry img {
	display:block;
	margin: 0 auto;
}

/*= Archives page ======================================================== */
body.page-template-archives-php #header h1 a {
	background:url(images/logo-white.png) no-repeat;
}
body.page-template-archives-php #header p,
body.page-template-archives-php #header p a {
	color:#fff;
}
body.page-template-archives-php {
	background:#292929;
}
body.page-template-archives-php ul {
	font-size:24px;
	margin:0 auto;
	width:760px;
}
body.page-template-archives-php ul li {
	border-bottom:1px solid #3e3e3e;
	margin:0 0 9px 0;
	padding:0 0 9px 0;
}
body.page-template-archives-php ul li:last-child {
	border:none;
}
body.page-template-archives-php ul li a {
	border:none;
	color:#fff;
}
body.page-template-archives-php ul li a:hover {
	color:#3e3e3e;
}
body.page-template-archives-php #footer ul,
body.page-template-archives-php #footer #audio {
	display:none;
}

/*= 404 Error page ======================================================== */
body.error404 #header h1 a {
	background:url(images/logo-black.png) no-repeat;
}
body.error404 #header p {
	color:#000;
}
body.error404 {
	background:#fff;
}
body.error404 h2 {
	border-bottom:1px solid #ccc;
	font-size:240px;
	line-height:normal;
	margin:0 0 9px;
	padding:0 0 9px 0;
}
body.error404 p {
	text-align:center;
	font-size:2.2em;
}