/*
Theme Name: LazyBoy
Theme URI: http://www.verymystery.com
Description: a kick ass first time theme
Version: 0.1
Author: Aaron Rabideau
Author URI: http://www.verymystery.com
Tags: none, yet, thanks
*/

<style type="text/css">@import url('reset.css');</style>

/* ---- Colors

cream: #fff8e3;
blue: #384750
green: #ADB213
yellow: #E1A101
orange: #D97904
red: #821F07

*/

/*   --------------- UTILITY CLASSES ------------   */

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.float-left { float:left; }
.float-right { float:right; }
.clear { clear:both; }

/*----- Basics ----*/


.project a.thumb {
	float: left;
	background: white;
	padding:10px;
	border: 2px solid gray;
	margin: 5px 0 15px 40px;
}

.project img {
	border: 1px solid #384750;
}

.project h2 {
	font-size: 20px;
	color: #ADB213; 
}

.project p {
	color: #821F07;
}

.project p+p {
	color: #384750;
	font-family: serif;
}



/*----- Links ----*/

a, a:link, a:visited, a:hover, a:active { text-decoration: none; outline: none; }

a:link { color:#821F07; }

a:visited { color:#384750; }

a:hover, a:active { color:#ADB213; }


/*   -------------- FORMAT -----------------------  */

body {
	background: #fff8e3;
	font-family:Verdana, Geneva, sans-serif;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}

/*---- Main Column ----*/

/*---Header ----*/

#content, #header {
	margin-left:20px;
	width:630px;
	float: left;
}

#header {
	text-indent: -9999px;
	height: 326px;
	background: #fff8e3 url(images/chairbkgprojects.jpg) no-repeat top right;
}

#header a {
	display:block;
}

#header h1 {
	height:70px;
}

#header .tagline {
	display:block;
	height:95px;
}

#header h2 a {
	margin-left:220px;
	height: 33px;
	width:105px;
}

#header p.error {
	display:block;
	height:225px;
}

/*---- Sidebar ----*/

#sidebar {
	width: 310px;
	float:left;
}

/*----- Twitter ----*/

#twitter {
	background:#E1A101 url(images/twitterbkg.jpg) no-repeat;
	font-family: Arial;
	float:left;
	margin:5px 0;
	width:100%;
	height: 316px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#twitter h2 {
	text-indent:-9999px;
}

#twitter h2 a {
	display:block;
	height:100px;
}

#twitter li {
	font-size: 12px;
	padding:4px 10px 4px 10px;
	color:#FFFFFF;
}

#twitter li a {
	color:#FFFFFF;
}

/*---- Vimeo ----*/

#vimeo {
	background:#384750 url(images/vimeobkg.jpg) no-repeat;
	margin: 5px 0;
	float:left;
	width:100%;
	height:785px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#vimeo-wrap {
	padding: 95px 70px 15px 70px;
}

#vimeo a img {
	margin: 5px 0;
	position: relative;
}

/*---- LastFM ----*/

#lastFM {
	text-align: center;
	background:#ADB213 url(images/lastfmbkg.jpg) no-repeat;
	font-family: Arial;
	float:left;
	margin:5px 0;
	width:100%;
	height: 324px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#lastFM h2 {
	text-indent:-9999px;
}

#lastFM h2 a {
	display:block;
	height:73px;
}

#album_grid {
	padding-left: 30px;
}

.cdcover {
	float:left;
	width: 82px;
	height: 82px;
	background: url(images/cd_bkg.png) no-repeat;
}

.media img {
	padding: 4px;
	text-align: center;
}

/*----- Flickr ----*/

#flickr {
	background: #384750 url(images/flickr.jpg) no-repeat;
	font-family: Arial;
	float:left;
	margin:5px 0;
	width:100%;
	height: 150px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#flickr-wrap {
	padding-left: 190px;
}

#flickr a img {
	vertical-align: bottom;
	display: inline-block;
	margin: 5px 3px 5px 0;
	position: relative;
	padding: 5px 8px 12px 9px; 
}

#flickr a img { top: 35px; left: -2px; }
#flickr a+a img { top: 6px; left: 0px; }
#flickr a+a+a img { top: 24px; left: 0px; }
#flickr a+a+a+a img { top: 5px; left: 2px; }
#flickr a+a+a+a+a img { top: 34px; left: 5px; }
#flickr a+a+a+a+a+a img { top: 14px; left: 5px; }
#flickr a+a+a+a+a+a+a img { top: 32px; left: 6px; }
#flickr a+a+a+a+a+a+a+a img { top: 5px; left: 4px; }

/*----- GoodReads ----*/

#goodreads {
	text-align: center;
	background:#D97904 url(images/readingbkg.png) no-repeat;
	font-family: Arial;
	float:left;
	margin:5px 0;
	width:100%;
	height: 400px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#goodreading {
	width: 135px;
	text-align: center;
	float:left;
	margin:0 10px 15px 20px;
}

#goodreading h2 {
	text-indent:-9999px;
}

#goodreading h2 a {
	display:block;
	height:60px;
}

#goodread {
	width: 450px;
	text-align: center;
	float: left;
	margin:0 35px 15px 135px;
}

#goodread h2 {
	text-indent:-9999px;
}

#goodread h2 a {
	display:block;
	height:60px;
}

/*----- Footer ----*/

#footer {
	border-top: 1px dotted #D97904;
}


/*---- 404 ----*/

#chair404 {
	margin-left:20px;
	width:630px;
	height: 311px;
	float: left;
	background: #fff8e3 url(images/chairbkg404.jpg) no-repeat top right;
}
