/*  
Theme Name: quoperative.com grid
Theme URI: http://quoperative.com
Description: quoperative.com blog
Version: 1.0
Author: steve palmer
Author URI: http://quoperative.com
*/

body,html,img,ul,ol,li,form,input,select,h1,h2,h3,p,blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	background: #1d1f21 url("images/body_bg.jpg") no-repeat top left fixed;
}

body {
	-x-system-font: none;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	color: #8a8a8a;
	margin: 0 0 20px;
	background: url("images/header_bg.png") repeat-x top;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #ccc;
}

h2.pagetitle {
	font-weight: normal;
	margin: 15px 0;
	text-transform: lowercase;
}

h2.pagetitle em {
	color: #aaa;
	font-style: normal;
}

/*********************************************
	page layout
*/

#page {
	width: 880px;
	overflow: hidden;
	position: relative;
	padding: 0 0 50px;
}

#content {
	float: right;
	overflow: hidden;
	width: 645px;
}

#content.narrowcolumn {
	margin: 0 185px 0 0;
	width: 460px;
}

#sidebar {
	float: left;
	margin: 0 0 0 50px;
	width: 140px;
	overflow: hidden;
	font-size: 85%;
	text-align: right;
}

#gutterbar {
	float: right;
	width: 140px;
	position: absolute;
	top: 130px;
	right: 0;
}

#footer {
	position: fixed;
	width: 100%;
	height: 20px;
	padding: 5px;
	bottom: 0;
	left: 0;
	background: #111;
	font-size: 85%;
}

#trace {
	position: absolute;
	bottom: 30px;
	left: 10px;
	width: 400px;
	height: 400px;
	display: none;
}


/*********************************************
	header
*/

#header {
	height: 120px;
	width: 100%;
	overflow: hidden;
}

#header h1 {
	width: 152px;
	height: 68px;
	text-indent: -9999px;
	background: url("images/header_logo.gif") no-repeat;
	float: left;
	margin: 26px 5px 26px 45px;
}

#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

/*********************************************
	main menu
*/

#mainmenu {
	width: 354px;
	height: 20px;
	margin: 50px 0 50px 20px;
	background: url("images/mainmenu.gif") no-repeat;
	float: left;
	position: relative;
}

#mainmenu li {
	list-style: none;
	position: absolute;
	top: 0;
	height: 20px;
	display: block;
}
	
#mainmenu li a {
	height: 20px;
	display: block;
	outline: none;
}

#mainmenu li a:hover {
	border: none;
}

#mainmenu-fresh 	{ left: 0px; width: 77px; 	}
#mainmenu-art 		{ left: 77px; width: 53px; 	}
#mainmenu-design 	{ left: 130px; width: 82px; 	}
#mainmenu-blog 		{ left: 212px; width: 65px; 	}
#mainmenu-about 	{ left: 277px; width: 77px; }

#mainmenu-fresh a:hover 	{ background: url("images/mainmenu.gif") -0px -40px no-repeat; 	}
#mainmenu-art a:hover		{ background: url("images/mainmenu.gif") -77px -40px no-repeat; 	}
#mainmenu-design a:hover	{ background: url("images/mainmenu.gif") -130px -40px no-repeat; 	}
#mainmenu-blog a:hover		{ background: url("images/mainmenu.gif") -212px -40px no-repeat; 	}
#mainmenu-about a:hover		{ background: url("images/mainmenu.gif") -277px -40px no-repeat; 	}

#mainmenu-fresh.selected { background: url("images/mainmenu.gif") -0px -20px no-repeat; 	}
#mainmenu-art.selected { background: url("images/mainmenu.gif") -77px -20px no-repeat; 	}
#mainmenu-design.selected { background: url("images/mainmenu.gif") -130px -20px no-repeat; 	}
#mainmenu-blog.selected { background: url("images/mainmenu.gif") -212px -20px no-repeat; 	}
#mainmenu-about.selected { background: url("images/mainmenu.gif") -277px -20px no-repeat; 	}


/*********************************************
	grid
*/

#cellgrid {
	overflow: hidden;
}

#cellgrid .cell {
	width: 140px;
	height: 90px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float: left;
	position: relative;
	border: solid 5px #111;
}

#cellgrid .cell.image img {
	width: 100%;
}

#cellgrid .cell.image .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.85;
	font-size: 80%;
	color: #fff;
	background: #000;
	width: 132px;
	padding: 3px 4px;
	line-height: 100%;
}

#cellgrid .cell.post {
	background: #000;
	padding: 4px;
	width: 132px;
	height: 82px;
	opacity: 0.85;
}

#cellgrid .cell.post h2 {
	font-size: 200%;
	line-height: 90%;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#cellgrid .cell.post h2 a {
	color: #555;
}

/*********************************************
	post
*/

.post {
	border-bottom: solid 1px #272d33;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

.post h2 {
	font-size: 250%;
	line-height: 100%;
	font-weight: normal;
	margin: 0 0 3px;
}

.post h2 a:hover {
	border: none;
}

.post small {
	text-transform: lowercase;
	font-size: 9px;
}

.post .entry {
	padding: 0.8em 0;
}

.post .entry p {
	margin: 0.8em 0;
}

.post .entry ul,
.post .entry ol {
	padding: 0 0 0 30px;
}

.post .entry blockquote {
	padding: 0 20px;
	color: #666;
}

.post .postmetadata {
	font-size: 85%;
}	

.post.image {
	border: none;
	padding: 0;
}

.post.image a {
	border: none;
	outline: none;
}

.post.image img {
	border: solid 5px #000;
	width: 450px;
}

.post.image .caption {
	background: #111;
	padding: 0 5px 5px;
	font-size: 85%;
	color: #999;
}

.navigation {
	margin: 25px 0 15px;
	overflow: hidden;
	text-transform: lowercase;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.nested-left,
.nested-right,
img.alignleft,
img.alignright,
img.aligncenter {
	border: solid 5px #000;
}

.nested-left,
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.nested-right,
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}


/*********************************************
	sidebar
*/

#sidebar li {
	border-bottom: solid 1px #272d33;
	padding: 0 0 10px;
	text-transform: lowercase;
	overflow: hidden;
	list-style: none;
}

#sidebar li li {
	border: none;
	padding: 0;
}

#sidebar .categories li {
	float: left;
	width: 70px;
}

#sidebar .listening {
	line-height: 135%;
}

#sidebar #searchform {
	padding: 10px 0 0;
}

#sidebar #searchform #s,
#commentform #author,
#commentform #email,
#commentform #url,
#commentform #bleh {
	width: 130px;
	border: solid 3px #222;
	background: #303132;
	padding: 2px;
	font-size: 9px;
	color: #ccc;
}

#sidebar #searchform #s {
	width: 105px;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform #bleh {
	width: 124px;
	margin: 5px 10px 0 0;
	float: left;
}

#sidebar #searchform #searchsubmit {
	width: 58px;
	height: 19px;
	vertical-align: middle;
}	

#sidebar .linkcat {
	padding-top: 27px;
	background: url("images/sidebar_bookmarked.gif") no-repeat top left;
}

#sidebar .linkcat h2,
#sidebar .delicious-posts h2 {
	display: none;
}

#sidebar .seeing .eventDate {
	color: #555;
	display: block;
}

#sidebar .seeing .eventItem {
	line-height: 135%;
	margin: 0 0 5px;
}

/*********************************************
	gutter bar
*/

#gutterbar #lastfm_recent_userbadge {
	display: none;
}

#gutterbar #lastfm_recent {
	list-style: none;
	overflow: hidden;
	margin: 0 -6px 0 0;
}

#gutterbar #lastfm_recent li {
	float: left;
	overflow: hidden;
	height: auto;
	padding: 0 !important;
	border: solid 5px #000;
	margin: 0 6px 6px 0;
	background: #111;
}
#gutterbar #lastfm_recent li p.lastfm_recent_image img {
	width: 55px !important;
	height: 55px !important;
	margin: 0 !important;
}

#gutterbar .lastfm_recent_title,
#gutterbar .lastfm_recent_artist,
#gutterbar .lastfm_recent_date {
	display: none;
}

#photogutter .post {
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

#photogutter img {
	width: 130px;
}

/*********************************************
	comments
*/

h3#comments,
h3#respond {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
}

ol.commentlist {
	list-style: none;
	margin: 0 0 15px;
}

ol.commentlist li {
	border-bottom: solid 1px #353e47;
	padding: 10px 0;
}

ol.commentlist li.alt {
	//
}

ol.commentlist li cite {
	font-style: normal;
}

ol.commentlist li .commentmetadata {
	text-transform: lowercase;
}

ol.commentlist li .commentbody {
	padding: 8px 0;
}

#comment {
	width: 444px;
	height: 60px;
	border: solid 3px #222;
	margin: 8px 0;
	background: #303132;
	padding: 5px;
	color: #fff;
}

h3#respond {
	margin-bottom: 10px;
}

#commentform em {
	font-style: normal;
	color: #fff;
}

#commentform label {
	clear: left;
	float: left;
	display: block;
	width: 80px;
	padding: 10px 5px 0;
	text-align: right;
}

#submit {
	color: #fff;
	background: #222;
	padding: 3px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	font-size: 10px;
}	

