/*** RESET ***/
html, body, div, ol, ul, li, p, form, input, textarea, select, label, h1, h2, h3, h4 {margin : 0; padding : 0;}

/*** LAYOUT ***/
body {
	background: #EAEAEA url(img/bg.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	}
a {
	color: #6F0A0D;
}

h2, h3, h4, h4, h6 {
	font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: -1px;
	font-weight: normal;
	}
	
#wrapper {
	width: 1000px;
	margin: 0;
	padding:0;
	}
#masthead {
	margin: 50px 0 0 100px;
	padding: 0 0 0 150px;
	}
#masthead h1 {
	padding:0;
	margin:0;
	line-height: 0;
	}
#masthead h1 a {
	display: block;
	text-indent: -1000px;
	font-size:0px;
	margin: 0;
	padding-top: 112px;
	width: 500px;
	background: url(img/header.png) left 30px no-repeat;
}
#masthead ul.menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 62px;
}
#masthead ul.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
	height: 89px;
	line-height: 0;
}
#masthead ul.menu li a {
	display: block;
	text-indent: -1000px;
	font-size:0px;
	margin: 0;
	height: 0;
	padding-top: 89px;
}
#blog_link a {
	width: 67px;
	background: url(img/menu_blog.png) top left no-repeat;
}
#blog_link a:hover, body#blog #blog_link a {
	background-position: left -89px;
}
#work_link a {
	display: block;
	text-indent: -1000px;
	font-size:0px;
	margin: 0;
	padding-top: 89px;
	width: 74px;
	background: url(img/menu_work.png) top left no-repeat;
}
#work_link a:hover, body#work #work_link a {
	background-position: left -89px;
}
#creative_link a {
	display: block;
	text-indent: -1000px;
	font-size:0px;
	margin: 0;
	padding-top: 89px;
	width: 105px;
	background: url(img/menu_creative.png) top left no-repeat;
}
#creative_link a:hover, body#creative #creative_link a {
	background-position: left -89px;
}
#diverse_link a {
	display: block;
	text-indent: -1000px;
	font-size:0px;
	margin: 0;
	padding-top: 89px;
	width: 123px;
	background: url(img/menu_diversions.png) top left no-repeat;
}
#diverse_link a:hover, body#diverse #diverse_link a {
	background-position: left -89px;
}
#content_wrapper {
	background: url(img/1col.jpg) top left repeat-y;
	clear: both;
}
body.two_cols #content_wrapper {
	background: url(img/blog_cols.jpg) top left repeat-y;
}
#content {
	background: url(img/content_head_1col.jpg) top left no-repeat;
	overflow: auto;
}
body.two_cols #content {
	background-image: url(img/content_head.jpg);
}
#main {
	width:800px;
	padding: 75px 25px 0 25px;
	margin-left:100px;
}
body.two_cols #main {
	width: 500px;
	float: left;
	}
#side {
	display:none;
	}
#side ul, #side li {
	list-style: none;
	}
body.two_cols #side {
	display:block;
	width: 280px;
	padding: 125px 10px 0 10px;
	float: right;
	}
#footer {
	clear: both;
	background: #EAEAEA url(img/footer_1col.jpg) top left no-repeat;
	padding: 80px 0;
	height: 190px;
	}
body.two_cols #footer {
	background-image: url(img/footer.jpg);
	}
#footer ul, #footer li {
	display: block;
	list-style: none;
}
br.no-float {
	clear: both;
	}

/*** LINKS ***/
a img {border:0;}
/*
a.rss {background:url(img/rss.jpg) left no-repeat; padding:4px 0 4px 18px;}
a.facebook {background:url(img/facebook.jpg) left no-repeat; padding:4px 0 4px 18px;}
a.twitter {background:url(img/twitter.jpg) left no-repeat; padding:4px 0 4px 18px;}
*/

/*** HEADER ***/
#header{border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:15px;}
#header h1 {font:28px Georgia, "Times New Roman", Times, serif; letter-spacing:+1px; text-transform:uppercase;}
#header h1 a {color:#444;}
#header p.desc {color:#aaa; font:18px Georgia, "Times New Roman", Times, serif; letter-spacing:+1px; font-style:italic; text-align:right; margin:8px 0 0 0;}
#header #header-pic {width:900px; height:100px; background:url(img/topbg_pic.png) bottom no-repeat; float:left; margin:5px 0 0 0; border-top: 1px solid #ccc; padding:5px 0 0 0;}

/*** RSS ***/
#footer ul, #footer li {display: block; list-style: none;}

#footer ul {
	position: relative;
	top: 50px;
	left: 675px;
	padding: 200px 0 0 300px;
	width: 0;
	height: 0;
	background: transparent url(img/seal.png) top left no-repeat;
}

#footer li {display: none;}

#masthead ul#feeds {
	display: none;
	}
#masthead ul#feeds, #masthead ul#feeds li {
	list-style: none;
	}
	
body#blog #masthead ul#feeds {
	position: absolute;
	display: block;
	top: 0;
	left: 718px;
	background: transparent url(img/splat.png) left top no-repeat;
	width: 157px;
	height: 172px;
	padding: 104px 0 0 105px;
}
body#blog #masthead ul#feeds a {
	font-size: 14px;
	letter-spacing:-1px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}

/*** CONTENT ***/
#main .post {margin:0 0 30px 0;}
#main h2 {font-size: 28px; padding-bottom: 5px; line-height:32px;}
#main h2 a {text-decoration: none;}
#main h3 {font-size: 21px; padding: 5px 0; line-height:24px; font-weight: bold; color: #444;}
#main ul, #main ol { margin:0 0 15px 30px;}
#main ul ul, #main ol ol {margin:0 0 0 14px;}
#main .post p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: .65em;
	}
#main p.postmeta {font-size:11px; color:#666; line-height:16px; background:#f9f9f9; padding:5px; border-bottom:1px solid #eee; border-top:1px solid #eee; margin:5px 0 10px 0;}
#main p.postmeta a {font-weight:normal;}
#main p.technorati-tags {display:none;}
#main p.first {padding-top: .5em;}

/*** SIDE ***/
#side div {margin-bottom: 20px;}
#side h2 {padding-bottom: 4px;}

/*** CALENDER ***/
table#wp-calendar {text-align:center; margin:0; color:#aaa; width:220px;}
table#wp-calendar a { font-weight:normal; }
td#prev {text-align:left;}
td#next {margin-left:20px;}

/*** COMMENTS ***/
#comments {margin:20px 0 0 0; float:left; width:500px;}
#comments p {margin:0 0 10px 0; line-height:12px;}
#comments label { margin:0 0 0 10px; font-size:10px;}
#comments ul.commentlist {list-style:none outside; margin:0 0 20px 0;}
#comments ul.commentlist li {border:1px solid #eee; margin:0 0 10px 0; overflow:hidden; background:#f6f6f6;}
#comments ul.commentlist .top {background:#f6f6f6; height:32px; font-size:10px; border-bottom:1px solid #eee;}
#comments ul.commentlist li p {padding:10px 10px 0 10px; line-height:20px; font-size:11px;}

/*** FORMS ***/
input#s {width:172px; border-top:1px solid #f6f6f6; border-left:1px solid #f6f6f6; border-bottom:1px solid #aaa; border-right:1px solid #aaa; padding:2px 0 2px 0; color:#444;}
form#commentform { border-top:2px dotted #ccc; background:#f6f6f6; padding:20px; }
input.commenttext { padding:4px; width:200px; font:12px Verdana, Arial, Helvetica, sans-serif; border-right:1px solid #aaa; border-bottom:1px solid #aaa; border-left:none; border-top:none; }
textarea { padding:4px; width:452px; border-right:1px solid #aaa; border-bottom:1px solid #aaa; border-left:none; border-top:none; height:100px; }
input.commentbutton { padding:4px; width:150px; border:1px solid #aaa; color:#aaa; font-weight:bold; }
input.commentbutton:hover { border:1px solid #444; }

/* WP IMAGES */
img.aligncenter,div.aligncenter {display: block;margin-left: auto; margin-right: auto;}
img.alignright {padding:4px; margin:0 0 2px 5px; display:inline;}
img.alignleft {padding:4px; margin:0 5px 2px 0; display:inline;}
.alignright {float:right;}
.alignleft {float:left;}
.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

/*** CLASSES ***/
code {border:1px solid #ccc; background:#f6f6f6; display:block; padding:10px;}
/* blockquote{font-style:italic; color:#444;} */
blockquote {background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat; border:1px dashed #CCC; padding:8px 12px 8px 36px; margin:5px 0;}
.textwidget {color:#444; margin:4px 0 10px 0; line-height:18px; font-size:11px;}

/*** TAG CLOUD ***/
#tag_cloud {
	width: 220px;
}
