/*
Theme Name: Handmade Detroit 2009
Description: Redesigned. (Designed by Josh Weston)
Version: 1.0
Author: Dan Nixon
Author URI: http://thedvx.com
*/

/* COLORS
*********************************************************************************
343635 = dark gray - calendar
707173 = light gray - body text
d14f15 = orange - article links, headers
f6d5aa
ed3851 = pink - misc links
*/

/* RESET
*********************************************************************************/
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{line-height:1;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a img{border-style:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
sub{vertical-align:sub;}
sup{vertical-align:super;}
img{-ms-interpolation-mode:bicubic;}

/* STRUCTURE & COMMON
*********************************************************************************/
body {
	width:980px;
	margin:0 auto;
	font-size:87.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#4b4b48 url(images/gray-bg.jpg) repeat 0 0;
	color:#fff;
}
html>body {
	font-size:14px;
}
a:link, a:visited{
	color:#d14f15;
	text-decoration:none;
}
a:hover, a:active{
	color:#d14f15;
	background-color:#f6d5aa;
}
.section{
	clear:both;
	color:#343635;
}
#masthead .nav .basic, #masthead .header, #masthead #calendar,
#alert,
#blog,
#media,
#footer{
	padding:0 25px;
	position:relative;
}
.clear{
	clear:both;
}

/* MASTHEAD
*********************************************************************************/
#masthead{
	background:url(images/masthead-ducf13.jpg) no-repeat 50%;
	height:1%;
}
h1.home{
	width:176px;
	height:176px;
}
h1.home a{
	display:block;
	width:176px;
	height:176px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/hd-pin.png) no-repeat 0 0;
}
h1.home a:hover, h1.home a:active{
	background-color:transparent;
}
#masthead .nav{
	font-size:0.8571em;
}
#masthead .nav .basic{
	height:37px;
	background:url(images/mint-nav-bg.png) repeat-x 50% 100%;
	font-variant:small-caps;
	position:relative;
	z-index:5;
}
#masthead .nav .basic li{
	display:inline;
}
#masthead .nav .basic li a{
	display:block;
	float:left;
	color:#fff;
	background-color:#343635;
	height:1em;
	padding:0.25em;
	margin:5px 0.4em 0;
	border-bottom:1px solid #747a78;
	border-right:1px solid #747a78;
}
#masthead .nav .basic li a:hover,
#masthead .nav .basic li a:active,
#masthead .nav .basic li a.selected{
	background-color:#d14f15;
}
#masthead .nav .basic li.more a{
	color:#d14f15;
}
#masthead .nav .basic li.more a:hover,
#masthead .nav .basic li.more a:active,
#masthead .nav .basic li.more a.selected{
	color:#fff;
}
#masthead .nav .extended{
	background:url(images/index-card.png) no-repeat 50%;
	padding:40px 10px 10px 20px;
	height:150px;
	width:370px;
	font-family:Courier, monospace;
	position:absolute;
	top:-200px;
	left:400px;
	z-index:2;
}
#masthead .nav .extended select, #masthead .nav .extended input{
	font-family:Courier, monospace;
}
#masthead .nav .extended h5{
	font-weight:bold;
	margin:0.5em 0
}
#masthead .nav .extended ul li{
	display:inline;
	padding-right:1em;
}
#masthead .nav .extended label{
	display:none;
}
#calendar{
	font-weight:bold;
	height:49px;
	line-height:49px;
	background:url(images/mint-calendar-bg.png) repeat-x 50% 0;
}
#calendar h4{
	float:left;
	font-variant:small-caps;
}
/*#calendar h4 a{
	display:block;
	height:16px;
	width:17px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/icon-calendar.gif) no-repeat 0 0;
	float:left;
	margin:16px 5px 0 0;
}*/
#calendar h4 a:hover, #calendar h4 a:active{
	background-position:0 -18px;
}
#calendar li{
	float:left;
	padding:0 0.52em;
	font-size:0.8571em;
	position:relative;
}
#calendar li.other_events{
	background:url(images/icon-calendar-other-event.gif) no-repeat 50% 50%;
	color:#fff;
	cursor:pointer;
}
#calendar li.hd_events{
	background:url(images/icon-calendar-hd-event.gif) no-repeat 50% 50%;
	color:#fff;
	cursor:pointer;
}
#calendar li div.pin{
	display:none;
	background:url(images/calendar-event-button.png) no-repeat 50%;
	height:91px;
	width:112px;
	padding:0;
	left:-46px;
	position:absolute;
	top:-75px;
	font:0.8571em/1.2 Courier, monospace;
	text-align:center;
	color:#343635;
	z-index:5;
}
#calendar li.hd_events div.pin.hd_events{
	background-image:url(images/calendar-event-button-hd.png);
}
#calendar li div.pin div{
}
#calendar li div.pin span{
	display:block;
}
#calendar li div.pin a:link, #calendar li div.pin a:visited{
	color:#fff;
	background-color:#d14f15;
}
#calendar li div.pin a:hover, #calendar li div.pin a:active{
	color:#d14f15;
	background-color:#f6d5aa;
}
#site_functions{
	float:right;
	width:240px;
	position:relative;
	z-index:6;
	padding-top:5px;
	height:32px;
	background:url(images/mint-nav-bg.png) repeat-x 50% 100%;
}
#site_functions label, #site_functions .submit{
	display:none;
}
#site_functions form{
	float:left;
	width:200px;
	margin-right:5px;
	background:url(images/stitch-vertical.png) repeat-y 100% 50%;
}
#site_functions input.text{
	width:175px;
}
#site_functions input:focus{
	border:1px solid #000;
}
#site_functions .feed{
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	width:21px;
	height:20px;
	background:url(images/icon-feed.gif) no-repeat 0 0;
}

#alert{
	background:#d87039 url(images/orange-bg.jpg) repeat 0 0;
	font-style:oblique;
	color:#fff;
	padding-top:1em;
	padding-bottom:1em;
}
#alert a{
	color:#000;
}
#alert a:hover, #alert a:active{
	color:#000;
	background-color:#ae562c;
}

/* ARTICLES
*********************************************************************************/
#blog{
	background:#fefdcd url(images/yellow-bg.jpg) repeat 0 0;
	padding-top:2em;
	padding-bottom:1em;
}
.article, .aside{
	color:#707173;
}
.article p, .article ul, .article ol{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}
.article li{
	margin:0 0 0.5em 0;
}
.article ul, .article ol,
.aside ul, .aside ol{
	padding-left:1.5em;
}
.article ul li, .aside ul li{
	list-style:circle;
}
.article ol li, .aside ol li{
	list-style:decimal;
}
.article h2, .article h3, .article h4, .article h5,
.aside h2, .aside h3, .aside h4, .aside h5{
	font-weight:bold;
	color:#d14f15;
	line-height:1em;
}
.article h2, .article h1,
.aside h2, .aside h1{
	font-size:1.5em;
	margin:0 0 0.6666em 0;
}
.article h3,
.aside h3{
	font-size:1.142em;
	margin:0 0 0.875em 0;
}
.article h4,
.aside h4{
	font-size:1.0714em;
	margin:0 0 0.9333em 0;
}
.article h5,
.aside h5{
	font-size:1em;
	margin:0 0 1em 0;
}
.article .page_title{
	border-bottom:1px dashed #cccfae;
	padding-bottom:0.3333em;
	margin-bottom:1em;
}
blockquote{
	background: url(images/stitch-horizontal.png) repeat-x 0 100%;
	margin-left:20px;
	font-style:oblique;
	padding-bottom:1px;
}
.cite{
	display:block;
	text-align:right;
	font-size:0.8571em;
}
.article img,
.aside img{
	border:1px dashed #343635;
}
.article img{
	max-width:678px;
}
.aside img{
	max-width:200px;
}
.aside{
	font-size:0.8571em;
	font-style:oblique;
}
.aside p, .aside ul, .aside ol{
	margin:0 0 0.5em 0;
	line-height:1.5em;
}
.aside ul, .aside ol{
	margin-bottom:1em;
}
.aside li{
	margin:0 0 0.25em 0;
}

#blog .featured{
	width:390px;
	padding-right:20px;
	background:url(images/stitch-vertical.png) repeat-y 100% 50%;
	float:left;
	position:relative;
}
#blog .featured .more-link{
	display:block;
	text-align:right;
	font-size:0.8571em;
	border-top:1px dashed #cccfae;
	font-style:oblique;
	padding:0.5em 0;
}
#blog .featured img, #blog .featured object{
	max-width:388px !important;
}
#blog #to_the_blog{
	text-align:right;
	font-size:0.8571em;
	font-style:oblique;
	padding:0.5em 0;
	margin-left:420px;
	width:280px;
	padding-right:20px;
}
#recent_posts{
	margin-left:420px;
	width:280px;
	padding-right:20px;
	background:url(images/stitch-vertical.png) repeat-y 100% 50%;
}
#recent_posts p{
	font-size:0.8571em;
}
#recent_posts .article{
	background:url(images/stitch-horizontal.png) repeat-x 50% 100%;
	padding:5px 0 1px;
}
#blog .ads{
	float:right;
	position:relative;
}
.ads .vertical{
	width:174px;
	height:265px;
	background:url(images/vertical-ad-frame.gif) no-repeat 0 0;
	padding:30px 0 0 30px;
	margin-bottom:1em;
}
.ads .vertical img{
	width:140px;
	height:230px;
	border-style:none;
	display:block;
}

.sub #blog .article{
	width:680px;
	padding-right:30px;
	background:url(images/stitch-vertical.png) repeat-y 100% 50%;
	float:left;
	position:relative;
}
.sub #blog .ads{
	float:none;
}
.sub #blog .aside{
	margin-left:725px;
}
.alignright{
	float:right;
	margin:0 0 0.25em 0.5em;
}
.alignleft{
	float:left;
	margin:0 0.5em 0.25em 0;
}
.article .note{
	font-size:0.8571em;
	font-style:oblique;
}
.article .wp-caption{
	padding:5px;
	font-size:0.8571em;
	font-style:oblique;
	background-color:#e2e5c1;
	margin-bottom:1.5em;
}
.article .wp-caption p{
	margin-bottom:0;
}
.article .wp-caption img{
	display:block;
	margin:0 auto 0.3333em;
}
.pagination{
	margin:3em 0 1.5em;
	font-style:oblique;
}
.pagination a{
	padding:0.25em 1em;
	border:1px dashed #707173;
}
.pagination .alignleft{
	float:none;
}
.pagination .alignright{
	margin:0;
}
.article .post_meta{
	font-size:0.8571em;
	border-top:1px dashed #cccfae;
	border-bottom:1px dashed #e2e5c1;
	margin-bottom:2em;
	text-align:right;
	clear:both;
}
.view-cap, .view-container-border{
	background-color:#000 important;
}

#comments ol, #comments ul{
	padding:0;
	margin-bottom:0.25em;
}
#comments p{
	margin-bottom:1em;
}
#comments .comment_meta{
	font-size:0.8571em;
	padding-bottom:0.25em;
	border-bottom:1px dashed #cccfae;
}
#comments .comment_meta .reply{
	float:right;
}
#comments, #respond{
	background:url(images/stitch-horizontal.png) repeat-x 50% 0;
	padding-top:15px;
	clear:both;
}
#comments li{
	list-style:none;
	padding:0.25em;
}
.pingback{
	color:#949699;
}
#comments ul{
	margin-bottom:0;
}
#comments .children li{
	padding-left:35px;
	background:url(images/nested-comment-arrow.png) no-repeat 0 0;
	border-style:none;
}
#comments .byuser div, #comments .byuser .children .byuser div{
	background:url(images/comment-odd-bg.png);
	border:1px dashed #cccfae;
	padding:0.25em;
}
#comments .byuser .children div{
	background:none;
	border-style:none;
	padding:0;
}
input.text, textarea.text{
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#343635;
	background:url(images/input-bg.png);
	border:1px dashed #707173;
	padding:1px;
}
input.text:focus, textarea.text:focus{
	border:1px solid #000;
}
#comments img{
	border-style:none;
}
#comments .text{
	color:#707173;
}
#comments .text:focus{
	color:#343635;
}
#comments label{
	display:none;
}
#comments input.text{
	float:left;
	margin-right:4px;
	width:218px;
	margin-bottom:0.5em;
}
#comments textarea{
	clear:left;
	width:671px;
	height:6em;
	margin-bottom:0.5em;
}
#vimeo_vid{
	font-style:oblique;
	margin-bottom:1.5em;
}
#vimeo_vid object, #vimeo_vid embed{
	display:block;
}
.article #vimeo_list, .article #etsy{
	list-style:none;
	padding:0;
}
.article #vimeo_list li{
	width:162px;
	float:left;
	display:inline;
	margin-right:8px;
	height:170px;
}
.article #etsy li{
	float:left;
	display:inline;
	margin-right:1em;
	width:202px;
	height:250px;
}
.article #vimeo_list li img, .article #etsy li img{
	display:block;
}
.article #vimeo_list li p, .article #etsy li p{
	margin-bottom:0.5em;
}
.article #vimeo_list li h3, .article #etsy li h3{
	font-style:oblique;
	font-size:0.8125em;
	color:#707173;
}
.article #links{
	padding:0;
}
.article #links li{
	list-style:none;
}
.article #links ul{
	float:left;
	clear:left;
}
.article #links ul li{
	list-style:circle;
	width:215px;
	float:left;
}
.article #links h3{
	clear:left;
}
.article .linkcat{
	float:none;
	clear:left;
}
.article iframe{
	margin-bottom:1.5em;
}

.archives .page{
	border-bottom:1px dashed #cccfae;
	margin-bottom:1.5em;
}
.archives .page .post_meta{
	display:none;
}

.ddfmwrap{
	margin-bottom:1.5em;
}
.ddfmwrap p{
	margin-bottom:0.5em;
}
.ddfmwrap label{
	display:block;
	font-size:0.8571em;
}
.ddfmwrap .text{
	width:98%;
}

/* MEDIA
*********************************************************************************/
#media{
	background:url(images/green-bg.jpg) repeat 0 0;
	padding-top:2em;
	padding-bottom:1em;
	font:0.8571em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#media a:link, #media a:visited{
	color:#ed3851;
}
#media a:hover, #media a:active{
	color:#ed3851;
	background-color:#c8c4a3;
}
#media p{
	font-size:0.8333em;
	color:#fff;
	text-align:center;
	padding:0.25em;
	background-color:#ed3851;
	border-right:1px solid #7d383b;
	border-bottom:1px solid #7d383b;
	margin-top:0.25em;
}
#media p a:link, #media p a:visited{
	color:#000;
}
#media p a:hover, #media p a:active{
	color:#fff;
	background-color:transparent;
}
#twitter{
	width:230px;
	padding-right:20px;
	float:left;
	position:relative;
}
#twitter h3{
	overflow:hidden;
	text-indent:-1000em;
	width:150px;
	height:25px;
	background:url(images/header-twitter.gif) no-repeat 0 0;
	margin:0 0 1em 0;
}
#twitter ul{
	background:url(images/twitter-bg.gif) no-repeat 50% 50%;
}
#twitter li{
	margin:0 0 0.5em 0;
}
#twitter .created_at{
	color:#707173;
	font-size:0.8333em;
}
#vimeo{
	float:right;
	background:url(images/stitch-vertical.png) repeat-y 0 50%;
	padding-left:20px;
	position:relative;
}
#flickr{
	margin-left:250px;
	background:url(images/stitch-vertical.png) repeat-y 0 50%;
	padding-left:30px;
	width:270px;
}
#flickr li{
	display:inline;
}
#flickr li a{
	display:block;
	float:left;
	margin:0 0.25em 0.25em;
}
#flickr img{
	padding:4px;
	background-color:#fff;
	display:block;
	border-right:1px solid #b7c2bf;
	border-bottom:1px solid #b7c2bf;
}
#flickr a:hover img, #flickr a:active img{
	background-color:#ed3851;
}
#flickr p{
	clear:left;
}

/* FOOTER
*********************************************************************************/
#footer{
	background:url(images/mint-bg.jpg) repeat 0 0;
	font-size:0.7857em;
	padding-top:2em;
	padding-bottom:1em;
}
#footer .ads{
	background:url(images/footer-ads-bg.gif) repeat-y 50% 50%;
	padding:0.5em;
	margin-bottom:1em;
	text-align:center;
	height:1%;
}
#footer .ads a{
	margin:0 0.5em;
}
#footer a:hover, #footer a:active{
	background-color:#e0dcd3;
}
#footer p{
	text-align:right;
	background:url(images/stitch-horizontal-black.png) repeat-x 60% 0;
	padding-top:1.5em;
	margin-bottom:1em;
}

/* FANCY SHIT
*********************************************************************************/
#container{
	position:relative;
}
#cover_left, #cover_right{
	position:absolute;
	width:30px;
	height:100%;
	z-index:100;
}
#cover_left{
	background:url(images/gray-cover-left.png) repeat-y 0 0;
	top:0;
	left:-20px;
}
#cover_right{
	background:url(images/gray-cover-right.png) repeat-y 0 0;
	top:0;
	right:-20px;
}
.heavy_stitch{
	position:absolute;
	background:url(images/heavy-stitch.png) repeat-x 50% 50%;
	width:980px;
	height:16px;
	top:-8px;
	left:0;
}
.yellow_ragged{
	position:absolute;
	background:url(images/yellow-ragged-bottom.png) repeat-x 50% 0;
	width:980px;
	height:8px;
	top:0;
	left:0;
}