/*
Theme Name: Pixolomew 1
Theme URI: 
Description: 
Version: 
Author: Lee Bartholomew
Author URI: http://pixolomew.com/
Tags: fixed width, two columns, widgets
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* IMAGES */
body {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background: #f8f8f8 url(images/pixolomew_body_bg.jpg);
	color: #8C393F;
}
#content-wrapper {
	background: url(images/pixolomew_content_bg.jpg) repeat center top;
	width: 960px;
	height: auto;
	margin: 260px 0 0;
	overflow: visible;
	position: relative;
}
#header {
	background: url(images/pixolomew_header.jpg) no-repeat center top;
	height: 260px;
	width: 960px;
	position: absolute;
	top: 0px;
}
#footer {
	background: url(images/pixolomew_footer.jpg) no-repeat center top;
	height: 180px;
	width: 960px;
	font-size: 14px
}
#nav #home {
	width: 138px;
	left: 0;
	background: url(images/nav_sprite.png) no-repeat -1px -1px;
}
#nav #about  {
	width: 134px;
	left: 138px;
	background: url(images/nav_sprite.png) no-repeat -140px -1px;
}
#nav #contact {
	width: 138px;
	left: 271px;
	background: url(images/nav_sprite.png) no-repeat -275px -1px;
}
#nav #home a:hover {
	background: url(images/nav_sprite.png) no-repeat -1px -52px;
}
#nav #about a:hover {
	background: url(images/nav_sprite.png) no-repeat -140px -52px;
}
#nav #contact a:hover {
	background: url(images/nav_sprite.png) no-repeat -275px -52px;
}
#nav #home.current {
	background: url(images/nav_sprite.png) no-repeat -1px -52px;
	cursor: default;
}
#nav #about.current {
	background: url(images/nav_sprite.png) no-repeat -140px -52px;
	cursor: default;
}
#nav #contact.current {
	background: url(images/nav_sprite.png) no-repeat -275px -52px;
	cursor: default;
}


#main-wrapper {
	width: 960px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	color: #F5ECE6;
	padding-top: 45px;
}
#title {
	height: 140px;
	width: 400px;
	position: absolute;
	top: 20px;
	left: 80px;
}
#content {
	width: 515px;
	margin: 0 0 0 80px;
	overflow: hidden;
	min-height: 550px;
	height: auto !important;
}
#content p {
	margin-bottom: 22px;
	line-height: 22px;
}

div.entry {
	border-bottom: 2px dotted gray;
	margin-bottom: 22px;
	overflow: hidden;
}

#sidebar {
	font-family:  Rockwell, Courier, Georgia, Times, "Times New Roman", serif;
	width: 235px;
	height: 500px;
	position: absolute;
	top: 0px;
	right: 80px;
	color: #B84D55;
}
#sidebar h2 {
	padding-bottom: 5px;
	border-bottom: 2px solid #B67D54;
	margin-bottom: 5px;
	font-size: 18px;
	text-indent: 0px;
}
#sidebar ul {
	margin-bottom: 22px;
}
#sidebar li {
	font-size: 16px;
	line-height: 22px;
	text-indent: 11px;
}

#navbar {
	position: absolute;
	bottom: 30px;
	left: 75px;
	width: 410px;
	height: 50px;
}
.hidden {
	text-indent: -9999em;
	height: 0;
}
#clouds {
	position: absolute;
	top: 50px;
	right: 80px;
	width: 235px;
	text-align: center;
	text-shadow: 1px 1px 5px black;
	height: 107px;
	overflow: hidden;
}
#clouds h2, #clouds a {
	border: none;
	color: #B67D54;
	text-decoration: none;
	margin-right: 5px;
}
#clouds h2 {
	margin-bottom: 0px;
	color: #8C393F;
	display: none;
	letter-spacing: 2px;
}
#clouds	a:hover {
	color: #DEA57C;
}
a {
	color: #600940;
}
a:hover {
	text-decoration: none;
}
#sidebar a {
	color: #8C393F;
	text-decoration: none;
}
#sidebar a:hover {
	color: #600940;
}
#content h2 {
	font-size: 22px;
	margin-bottom: 22px;
	line-height: 28px;
}
#content h2 a {
	color: #8C393F;
	text-decoration: none;
}
#content h2.pagetitle {
	text-align: right;
	font-size: 24px;
	border-bottom: 2px dotted gray;
	padding-bottom: 11px;
	color: #600940;
}
#content h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 22px;
}
#content h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
#content ul {
	margin-bottom: 22px;
	line-height: 22px;
	list-style-type: disc;
}
#content li {
	list-style-type: disc;
	text-indent: 22px;
}
#nav {
	width: 410px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}
#nav li, #nav a {
	height: 50px;
	display: block;
}

a.more-link {
	margin: 0 0 22px;
	float: right;
	width: auto;
	cursor: pointer;
}
#search {
	position: absolute;
	top: 180px;
	right: 80px;
	width: 235px;
	height: 30px;
}
#search input#s {
	width: 182px;
	height: 27px;
	border: 0;
	margin: 0 0 0 15px;
	padding: 3px 0 0;
	background: none;
	font-size: 18px;
	color: #DEA57C;
	float: left;
}
#search input#search-button {
	width: 38px;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 0 0 38px;
	cursor: pointer;
	background: none;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	float: right;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.navigation {
	line-height: 22px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	overflow: hidden;
}
.navigation a {color: #8C393F;}


#respond {
	color: #600940;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}
#respond h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 22px;
}
input#author, input#email, input#url, textarea#comment {
	width: 317px;
	font-size: 16px;
	margin-bottom: 11px;
}
input#author, input#email, input#url {
	height: 24px;
}
textarea#comment {
	padding: 3px 0;
	height: 100px;
}
#respond label {
	display: block;
	margin-bottom: 6px;
}
h3#comments {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 22px;
	color: #600940;
}
ol.commentlist {
	font-family: Arial, Helvetica, sans-serif;
}
ol.commentlist li {
	margin-bottom: 22px;
}
.comment-body {
	border-bottom: 2px dotted gray;
	padding: 22px 0;
	margin: 0 22px;
}
ol.commentlist p {
	font-size: 14px;
	color: #600940;
}
.reply {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
div.cancel-comment-reply {
	margin-bottom: 22px;
}
.avatar {
	width: auto;
	float: right;
	
}
.comment-author {
	font-size: 16px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;;
	font-weight: bold;
	line-height: 22px;
}
.comment-meta, .comment-meta a {
	font-size: 12px;
	line-height: 24px;
}
.date {
	font-size: 12px;
	color: #B67D54;
	margin-top: -22px;
}
a.page-link {
	text-indent: -9999em;
}

#sidebar ul#social-icons {
	width: 235px;
	margin: 22px auto;
	padding: 22px 0;
	border-top: 2px solid #B67D54;
}
#sidebar ul#social-icons li {
	text-align: center;
	text-indent: 0px;
	width: 75px;
	height: 64px;
	float: left;
}
#sidebar .flickr {text-indent: 0;}
#sidebar .flickr h2 {margin-bottom: 15px;}
