/*
Theme Name: Joseph Lavington
Theme URI: http://www.josephlavington.com
Description: Theme for Joseph Lavington
Author: Joseph Lavington
Version: 1.0
Tags: turqoise, blue, green, rounded corners
*/


/* 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;
}
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; }


/* ------------BEGIN THEME------------- */

body { 
			background: #15d790 url(images/bg-turq-green.gif) repeat-x 0 0;
			font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
			font-size: 62.5%;
			line-height:18px;
		}
		
a {
			color: #ffffff;
			text-decoration: underline;
		}
a:hover {
			text-decoration: none;
		}
		
div#wrapper {
			margin: 0 auto 50px auto;
			width: 780px;
}

div#header {
			
}

div#main {
			margin: 0 auto;
			width: 100%;
			float: left;
			clear: both;
}
		
body h1#site-title {
			background: url(images/heading-turq-green.png) no-repeat 0 0;
			margin:44px auto 33px auto;
			width:616px;
			height:167px;
			overflow:hidden;
		}
body h1#site-title span {
			display:none;
		}
		
div#header-image {
			display:none;
}
		
div#site-description,
div#access,
span.meta-prep,
span.author,
span.meta-sep,
div.entry-utility,
div#nav-above,
div#site-generator {
			display:none;
}

h2.entry-title {
			text-transform: uppercase;
			font-size: 2em;
			font-weight: bold;
			line-height: 14px;
			text-align: right;
			padding-right: 10px;
			color: #69e3e4;
}
span.entry-date {
			text-transform: uppercase;
			font-size: 1.2em;
			text-align: left;
			color: #69e3e4;
}

div.post {
			float:left;
			margin:10px;
}
div.entry-content {
			background:#69e3e4;
			min-height:220px;
			padding:10px;
			float:left;
			line-height: 1px;
			width:220px;
			-webkit-border-radius:12px; -moz-border-radius:12px;
		}
		
div.navigation {
			text-transform: uppercase;
			font-size: 1.4em;
			float:left;
			width: 100%;
			border-top: 1px solid #69e3e4;
			border-bottom: 1px solid #69e3e4;
			padding: 0 0 1px 0;
			margin: 25px 0 75px 0;
			clear: both;
}
div.nav-next,
div.nav-previous {
			background: url(images/nav-bg.png) repeat 0 0;
			border-bottom: 1px solid #69e3e4;
			padding: 10px;
			min-height: 18px;
			float:left;
			width:370px;
}
div.nav-previous {
			text-align: left;
}
div.nav-next {
			text-align: right;
}
		
div#footer {
			background: url(images/bar-bg.png) repeat 0 0;
			color:#f2f2f2;
			font-size: 1.2em;
			text-align: center;
			position:fixed;
			padding:0;
			bottom:0;
			right:0;
			width:100%;
			clear: both;
}
div#site-info {
			padding:0 25px;
			text-align: center;
}
div#footer ul {
			margin: 0 auto;
			padding: 0;
			width: 780px;
			text-align: center;
}
div#footer ul li {
			display: inline;
}
div#footer ul li a {
			list-style: none;
			float: left;
			border-left: 1px solid #69e3e4;
			padding: 3px 10px 3px 10px;
			
}
div#footer ul li a:hover {
			background: #15d790;
			color: #0b7850;
}
div#footer ul li.soundcloud a:hover {
			background: #ff6600;
			color:#f2f2f2;
}
div#footer ul li.bohko a:hover {
			background:#5f09b4;
			color:#f2f2f2;
}
/*div#footer ul li.bohko a:hover div#bohko-link-hover {
			display:block;
			float:left;
			width:400px;
			height:280px;
			position:fixed;
			bottom:24px;
			margin-left:-182px;
			background: url(images/bohko-link-hover.png) no-repeat 0 0;
}*/
div#bohko-link-hover {
			display:block;
			float:left;
			width:400px;
			height:280px;
			position:absolute;
			bottom:24px;
			left:50%;
			margin-left:-470px;
			background: url(images/bohko-link-hover.png) no-repeat 0 0;
}
div#footer ul li.last a {
			border-right: 1px solid #69e3e4;
}

