/*   
Theme Name: The Bus Full of Brush Happy Hippies
Theme URI: http://playworkplay.com/
Description: Hey! Thanks for poking around just to read this :)
Author: Hafiz Rahman
Author URI: http://www.playworkplay.com
Version: 1
Tags: two column, fixed width, right sidebars, what would a tag matter if I'm not releasing it anyway?
*/

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	line-height: 1;
	}
	
/* links */	
a:link, a:visited {
	color: #9d55c6;
	text-decoration: none;
}

/*
-----------------------------------------------------------------
	structure
----------------------------------------------------------------- */

html {
	background:	#3a0c54 url("images/body-bg.png") -1px top repeat-x;
	}
	
div#container {
	width: 1000px;
	margin: 0 auto;
	background: url("http://i43.tinypic.com/ye5qs.png") no-repeat;
	position: relative;
	}

div#home {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	/* uncomment to show grid. I wish there's a one line code comment for css :(
	background: url("images/grid.png") repeat-y;
	*/
	}

div#main {
	float: left;
	width: 570px;
	padding-bottom: 250px;
	position: relative;
	z-index: 0;
	margin-left: 70px;
	margin-top: 25em;
	background: #fff url("images/main-bg.png") repeat-y;
	min-height: 300px;
	}
	
div#exp {
	width: 770px;
	height: 311px;
	position: absolute;
	left: -70px;
	bottom: 0;
	background: url("http://i39.tinypic.com/2euojzs.png") no-repeat;
	z-index: -1;
}

div#secondary {
	float: right;
	width: 220px;
	margin-bottom: 100px;
	margin-top: 250px;
	margin-left: 10px;
	margin-right: 80px;
	}
	
div#extra {
	clear: both;
	float: left;
	padding-left: 90px;
	margin-top: -80px;
	z-index: 1;
	position: relative;
	}

div.extra-item {
	float: left;
	width: 140px;
	padding-left: 20px;
	background: url("images/extra-bg.png") top repeat-x;
	}

div#copyright {
	background: url("images/copyright-bg.png") left top repeat-x;
	width: 100%;
	position: relative;
	padding: 0;
	}

div#copyright-wrap {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2em;
	background: url("images/footer-bg.png") left 1px no-repeat;
	height: 100px;
	}

div#copyright-wrap p {
	padding-top: 75px;
	margin-left: 50px;
	}

/*
-----------------------------------------------------------------
	header
----------------------------------------------------------------- */

div#logo {
	position: absolute;
	right: 70px;
	top: 125px;
	}

div#logo a {
	display: block;
	width: 270px;	
	height: 70px;
	text-indent: -999em;
	}

div#nav	{
	width: 370px;
	position: absolute;
	left: 230px;
	top: 135px;
	}

div#nav li {
	float: left;
	display: block;
	list-style-type: none;
	color: #999;
	font-size: 1.1em;
	}
	
#mn-home {
	width: 130px;
	}

#mn-work {
	width: 115px;
	}

#mn-contact {
	}

div#nav li a {
	color: #999;
	padding: 5px 0;
	}	
	
div#nav li a strong {
	display: block;
	margin: 5px 0;
	font-size: 1em;
	color: #9d55c6;
	text-transform: uppercase;
	}

div#nav li a:hover {
	color: #666;
	padding: 5px 0;
	}	

div#nav li a:hover strong {
	color: #825b97;
	}	
	
/*
-----------------------------------------------------------------
	entry
----------------------------------------------------------------- */

.hentry {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	background: url("images/entry-bg.png") left bottom no-repeat;
	}

.entry-cat {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

.entry-cat a {
	color: #999;
	text-transform: uppercase;
	}
	
.entry-title {
	margin: 3px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	line-height: 1.2em;
	}

.entry-title a {
	color: #333;
	}

.entry-title a:hover {
	color: #9f60c2;
	}

.entry-date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #999;
	background: white;
	border-bottom: 1px solid #dae7dd;	
	}	

.entry-date span {
	padding: 0 5px 5px 0;
	background: #fff;
	}

.entry-content {
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 1.75;
	}
	
.entry-content p {
	margin-bottom: 1em;
	}

.entry-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin: 5px 0 10px;
	letter-spacing: -1px;
	line-height: 1.5;
	}	

.entry-content a {
	color: #9d55c6;
	}

.entry-content a:hover {
	background: #edd9f9;
	color: #74498c;
	}

.entry-content blockquote {
	border-left: 1px solid #ccc;
	width: 80%;
	padding: 0 20px;
	font-family: Georgia, serif;
	color: #777;
	font-size: 1.1em;
	text-align: justify;
	margin-left: 20px;
	}

.entry-content ul, .entry-content ol {
	margin-left: 20px;
	margin-bottom: 1.5em;
	}

.entry-content img {
	border: 1px solid #ccc; 
	padding: 3px;	
	display: block;
	}
	
.entry-clink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: -20px;
	margin-bottom: 10px;
	}

p.entry-clink a {
	color: #999;
	}

p.entry-clink a:hover {
	color: #333;
	}	
	
/*
-----------------------------------------------------------------
	footer
----------------------------------------------------------------- */	
div.extra-item {
	line-height: 1.75;
	color: #e4bdfa;
	}
	
div.extra-item p {
	font-size: 1.2em;
	}
	
div.extra-item h3 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	}

div.extra-item ul li {	
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 10px;
	}

div.extra-item ul li a {		
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;	
	font-style: normal;
	}

div#ext-latpost ul li {
	font-size: 1em;
	}

div#ext-latpost ul li a {	
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
	}

div#ext-latc span {
	display: block;
	font-size: 0.9em;
	color: #e4bdfa;
	}

.arch-links {
	font-size: 1.1em; 
	margin-bottom: 10px;
	}

/*
-----------------------------------------------------------------
	sidebar
----------------------------------------------------------------- */

#secondary #sb-hi, #secondary #sb-feat {
	margin-bottom: 30px;
	}

#secondary h3 {
	color: #fff;
	padding: 5px 0 10px;
	margin-bottom: 10px;
	background: url("images/extra-bg.png") top repeat-x;	
	font-size: 1.3em;
	}

#secondary p {
	font-size: 1.3em;
	line-height: 1.5;
	color: #e4bdfa;
	margin-bottom: 10px;
	}

#secondary a:hover {
	background: #69487b;
	color: #fff;
	}
	
#secondary a img {
	display: block;
	margin-bottom: 10px;
	}

/*
-----------------------------------------------------------------
	comments
----------------------------------------------------------------- */	

#comment-body h3 {
	margin: 3px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	padding: 0 30px;
	color: #333;
	letter-spacing: -1px;
	line-height: 1.2em;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	padding-bottom: 30px;
	padding: 0 30px;
	}

#commentform input {
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;		
	font-size: 1.2em;
	}	
	
#commentform textarea {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}

#commentform textarea:focus, #commentform input:focus {
	background: #f0f7c2;
	}	
	
#commentform #submit {
	float: right;
	border: 3px double #aaa;
	margin-right: -12px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	line-height: 1.5;
	}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { 
	padding: 0; 
	}

#comment-text {
	font-size: 1.4em;
	}	
	
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


.comment-author {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	}	

.commentlist > li {
	margin: 0 30px 10px 30px;
	padding: 10px 0;
	}

.comment-text {
	font-size: 1.4em;
	padding: 1px 10px;
	}
	
.commentlist li.author .comment-text {
	background: #e9dcf1 url("images/comment-author.png") right top no-repeat;
	}	
.commentmetadata {
	margin: 0;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	}
	
/*
-----------------------------------------------------------------
	portfolio
----------------------------------------------------------------- */		

.works-resp {
	font-size: 0.8em; 
	text-transform: uppercase; 
	font-family: Helvetica, sans-serif; 
	margin-bottom: -3px !important; 
	color: #999;
	}
	
.works-desc {
	border-bottom: 1px solid #ddd; 
	padding-bottom: 10px; 
	margin-bottom: 20px !important;
	}	