/*
Theme Name: Dumpster-Fairy
Theme URI: http://www.dumpster-fairy.com/i/wordpress-themes/
Description: A basic Wordpress Theme template
Version:  3.0
Author: Jessica Green
Author URI: http://www.dumpster-fairy.com
Tags: two-column, fixed, widgets
*/

/**
 *-------------------------- Style Guide ---------------------------------
 *
 *								Colors
 *
 *------------------------------------------------------------------------
 *	Dark Salmon:		#E46964		visited links, borders
 *	Medium Salmon:		#E9BFA6		post category links (alt)
 *	Dark Gray:			#2A2A2A		post header text (alt)
 *	White:				#FFFFFF		post header link text (alt)
 *	Medium Gray:		#717171		featured post header link text
 *	Muted Green:		#70834D		sidebar and content links
 *	Dark Brown:			#342A2A		sidebar, content and featured post text
 *	Dark Green:			#313922		footer text
 *	Dark Gray-Green:	#677D71		footer links
 *	Vanilla:			#E5DABA		footer visited links
 *------------------------------------------------------------------------
 *
 *								Fonts
 *
 *------------------------------------------------------------------------
 *	Body:	18px Segoe / Font stack: "Segoe", "Century Gothic", Helvetica, Arial, sans-serif
 *	H1:		2em
 *	H2:		1.5em
 *	H3:		1em
 *	H4:		0.875em
 *	H5:		0.75em
 *	H6:		0.625em
 *
 *	.entry-content:			0.875em
 *	.post-meta:				0.625em
 *	.front-page .post-meta:	0.5em
 *	.last-fm-list h3:		1.125em
 *	.last-fm-list-item:		0.75em
 *------------------------------------------------------------------------
 *
 *								Images
 *
 *------------------------------------------------------------------------
 *	Sprite Sheets:
 *	+ sprite-sheet-01.png
 *	+ sprite-sheet-02.png
 *	+ sprite-sheet-03.png
 *	+ sprite-sheet-04.png
 *
 *	Individual Images:
 *	+ page-bg.png							Page background tile
 *	+ dumpster-fairy-header.jpg				Header image
 *	+ content-bg.png						content area vertical tiling image
 *	+ footer-main-bg.png					footer vertical tiling image
 *	+ arrow_right_grey.png					list bullet archives
 *	+ page_spearmint.png					list bullet pages and recent posts
 *	+ dreamweaver_badge.png (not in css)
 *	+ photoshop_badge.png (not in css)
 *	+ mustang_badge.png (not in css)
 *------------------------------------------------------------------------
*/
body {
	font: 16px "Trebuchet MS","Segoe","Century Gothic",Helvetica,Arial,sans-serif;
	color: #342a2a;
	background: url("images/page-bg.png");
}
a {
	text-decoration: none;
	outline: 0;
}
a:link {
	color: #70834d;
}
a:visited {
	color: #e46964;
}
a:hover {
}
a:active {
}
#container {
	margin: 0 auto;
	width: 1010px;
	overflow:visible;
}
#header {
	overflow: hidden;
	text-indent: -999px;
	position:relative;
	background: url("images/dumpster-fairy-header.jpg") no-repeat;
	height:336px;
	position:relative;
	width:1010px;
}
#navigation {
	width: 960px;
	clear: both;
}
#posts {
	float: left;
	padding:20px 20px 10px;
	width:600px;
	margin: 0 0 80px;
}
#content {
	width: 960px;
	background: url("images/content-bg.png") repeat-y;
}
#sidebar {
	float: left;
	width: 320px;
	margin:0 0 50px;
}
#footer {
	color:#313922;
	line-height:1.5;
	background: url("images/footer-main-bg.png") repeat-y;
	clear:both;
	margin:0 0 0 -10px;
	width:976px;
}
/* Horizontal Nav-bar */
.menu ul li {
	float: left;
}
.menu {
	background:url("images/sprite-sheet-03.png") no-repeat scroll 0 0 transparent;
	height:45px;
	margin:-20px 0 -5px -17px;
	overflow:hidden;
	padding:2px 0 0 20px;
	position:relative;
	text-indent:-999px;
	width:998px;
	z-index:2;
}
.menu .page_item a {
	overflow: hidden;
	width: 160px;
	height: 45px;
	display: block;
	background: url("images/sprite-sheet-04.png") no-repeat;
}
.menu .page-item-home a {
	background-position:0 0;
}
.menu .page-item-home a:hover {
	background-position:0 -60px;
}
.menu .page-item-home.current_page_item a {
	background-position:0 -120px;
}
.menu .page-item-about a {
	background-position:-160px 0;
}
.menu .page-item-about a:hover {
	background-position:-160px -60px;
}
.menu .page-item-about.current_page_item a {
	background-position:-160px -120px;
}
.menu .page-item-resources a {
	background-position:-320px -0px;
}
.menu .page-item-resources a:hover {
	background-position:-320px -60px;
}
.menu .page-item-resources.current_page_item a {
	background-position:-320px -120px
}
.menu .page-item-contact a {
	background-position:-480px -0px;
}
.menu .page-item-contact a:hover {
	background-position:-480px -60px;
}
.menu .page-item-contact.current_page_item a {
	background-position:-480px -120px;
}
.menu .page-item-links a {
	background-position:-640px 0;
}
.menu .page-item-links a:hover {
	background-position:-640px -60px;
}
.menu .page-item-links.current_page_item a {
	background-position:-640px -120px;
}
/*--------------------------END--------------------------------*/

.breadcrumb {
	display:block;
	font-size:0.75em;
	margin: 10px 0 20px;
}
.bookmark {
	text-transform: uppercase;
}
.clearfix {
	clear: both;
	display: block;
	visibility: hidden;
}
.post-meta {
	font-size: .75em;
}
.rss {
	height:116px;
	margin:-278px 0 0 700px;
	position:absolute;
	width:116px;
}
.rss a {
	background: url(images/sprite-sheet-01.png) no-repeat -598px 0;
	display: block;
	height: 116px;
	width:116px;
	text-indent: -999px;
	overflow: hidden;
}
.admin-tools {
	margin:20px 10px -15px;
	position:relative;
	text-align:center;
	z-index:1;
}
.about-photo {
	background: url("images/sprite-sheet-01.png") no-repeat -335px -786px;
	margin:4px !important;
	padding:11px 11px 41px;
}
/* ------------- Front Page Entries ---------------------*/
.featured h2.entry-title {
	width: 580px;
	height: 218px;
	display: block;
	clear: both;
	padding: 20px;
	margin: 0 0 0 -10px;
	overflow:hidden;
	background: transparent url("images/sprite-sheet-01.png") no-repeat scroll 2px -462px;
}
.featured h2.entry-title a {
	color: #e46964;
}
.featured h2.entry-title .bookmark {
	position: relative;
	z-index: 2;
	color:#717171;
	font-style: italic;
        font-size: large;
	display: block;
	margin: 0 0 10px;
}
.featured .month {
	font-weight: normal;
}
.featured .date sup {
	font-size: 0.5em;
}
.featured .featured-photo-corners {
	background:transparent url("images/sprite-sheet-01.png") no-repeat;
	display:inline-block;
	width:60px;
	height:60px;
	position:absolute;
	z-index:2;
}
.featured .featured-photo-corners.ltop {
    background-position:  0 -199px;
    margin:-20px 0 0 -22px;
}

.featured .featured-photo-corners.rtop {
    background-position:  -562px -199px;
    margin:-20px 0 0 540px;
}
.featured .featured-photo-corners.lbottom {
    background-position:  0 -400px;
    margin:176px 0 0 -22px;
}
.featured .featured-photo-corners.rbottom {
    background-position:  -562px -400px;
    margin:176px 0 0 540px;
}

.featured .title-meta-wrapper {
	display:block;
        float: left;
	width: 165px;
	height: 176px;
	padding: 20px;
        margin-right: 20px;
	background-color: #e5daba;
}
.featured .thumbnail-wrapper {
	display: block;
	width: 355px;
	height: 214px;
	text-align: right;
	background-color: #fff;
        overflow: hidden;
}
.featured .updated {
        font-size: medium;
	display: block;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
.featured .post-meta {
        font-size:small;
	position: relative;
	z-index: 2;
	display:block;
	line-height:1.5;
}
.featured .wp-post-image {
}
.front-page h2.entry-title {
	background:transparent url("images/sprite-sheet-01.png") no-repeat scroll 0 -714px;
	clear:both;
	display:block;
	height:44px;
	left:-30px;
	overflow:hidden;
	padding:10px 0 10px 93px;
	position:relative;
	width:585px;
}
.front-page h2.entry-title .bookmark {
	color:#FFFFFF;
}
.front-page .dateicon {
	background:transparent url("images/sprite-sheet-01.png") no-repeat scroll -515px 0;
	display:block;
	height:83px;
	line-height:0.5;
	margin:-7px 0 0 -20px;
	position:absolute;
	text-align:center;
	width:83px;
	z-index:2;
}
.front-page .dateicon .month {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 20px 0 5px;
	font-weight: normal;
}
.front-page .dateicon .date {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.front-page .dateicon .date sup {
	font-size: 0.5em;
}
.front-page .title-meta-wrapper {
	display: inline-block;
	width: 447px;
	background: #cfc;
}
.front-page .thumbnail-wrapper {
	background: url("images/sprite-sheet-01.png") no-repeat -369px 0;
	display:block;
	height:94px;
	margin:-25px 0 0 470px;
	padding:6px;
	position:absolute;
	width:134px;
	z-index:1;
}
.front-page .wp-post-image {
}
.front-page .post-meta {
	display: block;
	font-size: .5em;
	color: #2a2a2a;
}
.front-page .post-meta a {
	color: #e9bfa6;
}
.front-page .thmb-photo-corners {
	background: url("images/sprite-sheet-01.png") no-repeat -221px 0;
	display:block;
	height:109px;
	margin:-6px 0 0 -6px;
	position:absolute;
	width:146px;
}
.more {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #E5DABA;
	color: #E46964;
	display: block;
	font-style:italic;
	margin:20px 0 50px 20px;
	padding:10px;
	text-align:center;
	width:150px;
} /* this styles the "more" or "Continue Reading" link */
.page-nav {
	text-align: center;
	font-weight: bold;
	margin:10px 0;
}
/* Resources Posts */
.resources {
	background:url("images/sprite-sheet-01.png") no-repeat scroll -334px -785px transparent;
	margin: 0 13px 20px;
	float: left;
	height:180px;
	padding:14px 10px 10px;
	width:153px;
}
.resources h2.entry-title {
	font-size:0.7em;
	text-align:center;
}
.resources .bookmark {
	text-transform: none;
}
.section-title {
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	clear: both;
	margin: 20px 0 15px;
}
/* Entries */
.hentry {
}
.entry-content {/* font-size: 0.875em; line-height: 1.75; margin:20px;*/
	font-size:0.875em;
	line-height:2em;
	margin:20px 60px 20px 20px;
}
h2.entry-title {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 2px;
}
h2.entry-title sup {
	font-size: .5em;
}
/* In-Post formatting */
.entry-content h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.entry-content h2 {
	font-size: 1.25em;
	font-weight: bold;
}
.entry-content h3 {
	font-size: 1em;
	font-weight: bold;
}
.entry-content h4 {
	font-size: .875em;
	font-weight: bold;
}
.entry-content h5 {
	font-size: .75em;
	font-weight: bold;
}
.entry-content h6 {
	font-size: .625em;
	font-weight: bold;
}
.entry-content p {
	margin-bottom: 2em;
}
.entry-content ul {
	list-style: outside circle;
	margin-left: 25px;
	margin-bottom: 2em;
}
.entry-content ol {
	list-style: inside decimal;
	margin-left: 25px;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content em {
	font-style: italic;
}
.entry-content strikethough {
	text-decoration: line-through;
}
.entry-content blockquote p:before {
	content: " \201C ";
}/* Might be cool to replace content with background-image */
.entry-content blockquote p:after {
	content: " \201D ";
}
.entry-content blockquote {
	margin:auto 25px;
}
/*-------------- Links Page styles ----------------*/
.entry-content .linkcats {
}
.entry-content .linkcats .linkcat {
	background:#E9BFA6;
	display:inline-block;
	margin:10px;
	padding:10px;
	vertical-align:top;
	width:200px;
	-moz-border-radius: 15px;
}
.entry-content .linkcats .linkcat h2 {
	background:#FACFB7;
	padding:5px;
	text-align:center;
	font-size: medium;
	-moz-border-radius: 15px;
}
.entry-content .linkcats .linkcat ul {
	margin: 0;
}
.entry-content .linkcats .linkcat li {
	list-style: none !important;
}
/* Wordpress Calendar */
#wp-calendar {
	width: 203px;
	font-size: .75em;
	margin: 0 auto;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar td, #wp-calendar th {
	text-align: right;
}
#wp-calendar tbody td {
	font-size: .75em;
	padding: 2px;
	height: 23px;
	width: 23px;
	vertical-align: top;
}
#wp-calendar tbody td a {
	display: block;
	width: 100%;
	height: 100%;
	background: #063;
	vertical-align: top;
}
#wp-calendar #today {
	background:#999;
}
#wp-calendar caption {
	font-size: 1.25em;
	font-weight: bold;
}
/* Global Sidebar */
#sidebar h2 {
	font-size: 1.25em;
	font-weight: bold;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul li {
	margin: 0 5px;
}
#sidebar a:link {
	color: #70834d;
}
#sidebar a:visited {
	color: #e46964;
}
#sidebar .search {
	margin:0 0 15px;
	padding:25px 10px 10px;
}
#sidebar .cat-item {
	border-bottom:1px dashed #E46964;
	margin:0 10px 10px;
	padding:5px;
	white-space:nowrap;
	-webkit-column-break-inside: avoid;
}
.sidebar-content {
	background: url("images/sidebar-bg.png") repeat-y 0 0;
	position:relative;
	min-height: 400px;
}
.sidebar-footer {
	background:transparent url("images/sprite-sheet-01.png") no-repeat scroll -3px -862px;
	display:block;
	height:48px;
	position:relative;
	width:320px;
	z-index:0;
}
.categories ul {
	font-size:16px;
	-moz-column-count:3;
	-moz-column-gap:5px;
	-webkit-column-count: 2;
	-webkit-column-gap:5px;
}
.categories h2 {
	background: url("images/sprite-sheet-02.png") no-repeat -430px -1px;
	height:52px;
	margin:0 0 0 -10px;
	overflow:hidden;
	text-indent:-999px;
	width:333px;
}
.meta h2 {
	background: url("images/sprite-sheet-02.png") no-repeat -762px -1px;
	height:52px;
	margin:0 0 0 -10px;
	overflow:hidden;
	text-indent:-999px;
	width:332px;
}
.recommended h2 {
	background:url("images/sprite-sheet-02.png") no-repeat scroll -1093px -1px transparent;
	height:52px;
	margin:0 0 0 -10px;
	overflow:hidden;
	text-indent:-999px;
	width:333px;
}
.recommended ul {
	font-size: 16px;
}
.recommended ul h3 {
	font-weight: bold;
}
.recommended ul .post-item {
	margin: 0 20px 10px !important;
}
.recommended ul .updated {
	font-size: x-small;
}
.recommended ul .entry-summary {
	display:block;
	font-size:13px;
}
.categories ul, .meta ul, .recommended ul {
	margin: 10px 0;
}
.portfolio .hmedia {
	display: inline-block;
	vertical-align: top;
	width: 134px;
	height: 142px;
	padding: 8px 0 0 8px;
	background: url(images/sprite-sheet-01.png) no-repeat;
}
.portfolio .hmedia .caption {
	display:block;
	font-size:x-small;
	margin:0 8px 0 0;
	text-align:center;
}
/* Footer */
.footer-top {
	background: url("images/sprite-sheet-03.png") no-repeat scroll 0 -45px transparent;
	display:block;
	height:69px;
	margin:-62px 0 0 -10px;
	position:relative;
	width:977px;
}
#footer a:link {
	color: #e5daba;
}
#footer a:visited {
	color: #677d71;
}
#footer small {
	font-size: small;
	text-align: center;
	line-height: 1.5;
	display: block;
	padding: 0 0 10px 0;
}
#footer .pagenav, #footer .archives, #footer .recent {
	display:block;
	float:left;
	padding: 20px 10px;
	margin:-20px 0 0;
	width: 305px;
}
#footer h2 {
	background: url(images/sprite-sheet-02.png) no-repeat;
	text-indent:-999px;
	margin:0 0 15px;
}
#footer .pagenav h2 {
	background-position: 0 0;
	height: 61px;
	width:145px;
	overflow:hidden;
}
#footer .archives h2 {
	background-position: -144px 0;
	height: 61px;
	width:142px;
	overflow:hidden;
}
#footer .recent h2 {
	background-position: -287px 0;
	height: 61px;
	width:145px;
	overflow:hidden;
}
#footer .pagenav ul li, #footer .archives ul li, #footer .recent ul li {
	margin: 5px 0 0 10px;
	font-weight: bold;
}
#footer .pagenav ul li {
	list-style: url(images/page.png) inside;
}
#footer .archives ul li {
	list-style: url("images/arrow_right_grey.png") inside;
}
#footer .recent .post-item {
	list-style: url("images/page_spearmint.png") inside;
}
#footer .hentry {
	line-height:1;
	margin:5px 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 270px;
}
#footer .hentry .entry-title {
	font-weight: bold;
}
#footer .hentry .entry-summary {
	display:block;
	font-size:13px;
	font-weight:normal;
	margin:5px 0 0;
}
#footer .hentry .updated {
	font-size: x-small;
}
/* Wordpress Classes */
.alignleft {
	text-align: left;
	float: left;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	text-align: right;
	float: right;
}
.wp-caption {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.size-thumbnail {
	margin: 5px;
}
/* Search Form */
#searchform .screen-reader-text {
	display: none;
} /* screen reader text, can be hidden */
#searchform #s {
	background: transparent;
	border:medium none;
	color:#70834D;
	font-weight:bold;
	margin:12px 0 0 10px;
	width:216px;
} /* search text box */
#searchform #searchsubmit {
	background: url("images/sprite-sheet-01.png") no-repeat -152px 0;
	border:medium none;
	outline: none;
	height:109px;
	margin:-80px 0 0 225px;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	width:60px;
} /* submit button */
#searchform #searchsubmit:active {
	outline: none;
	border: none;
}
#searchform .searchbox-wrapper {
	background:transparent url("images/sprite-sheet-01.png") no-repeat scroll 0 -153px;
	display:block;
	height:44px;
	width:270px;
}
/* Comments/Comment Form */
#respond h3, #comments {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
}
#respond textarea {
    background-color:transparent;
    background-image:url("images/form-elements.png");
    background-position:-3px -1px;
    background-repeat:no-repeat;
    border:medium none;
    height:280px;
    width:560px;
    padding: 10px
}
#respond input[type=text] {
    background:url("images/form-elements.png") no-repeat scroll -2px -305px transparent;
    border:medium none;
    height:25px;
    width:253px;
    margin-bottom:10px;
    padding: 5px 10px;
}
#respond input[type=submit] {
    background:url("images/form-elements.png") no-repeat scroll -276px -303px transparent;
    border:medium none;
    height:39px;
    text-indent:-999px;
    width:161px;
    cursor: pointer;
}
#respond input[type=submit]:hover {
    background-position: -438px -303px;
}
#commentform p {
	margin: 5px 0;
}
.commentlist .comment-meta {
	font-size: .75em;
	margin-bottom: 10px;
}
.commentlist .comment {
	padding: 5px;
}
.commentlist .comment .reply {
	font-size: small;
	text-align: center;
	clear: both;
	float: none;
	width: 50px;
	padding: 5px;
}
.commentlist .comment-body {
	clear: both;
	float: none;
	border-bottom: 1px groove;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.commentlist .comment p {
	margin: 5px 0 15px 60px;
	font-size: small;
	line-height: 1.5;
}
.commentlist .comment-author {
	font-size: small;
	width: 52px;
	text-align: center;
	float: left;
}
.pingback .comment-author {
	font-size: small;
	text-align: center;
	float: left;
	width: inherit !important;
}
.pingback .comment-author .fn { display: inline!important; word-wrap: normal!important; }
.commentlist .comment-author .fn { display: block; word-wrap: break-word; }
.commentlist .comment-author .says {
}
/*--------- Last.fm Styling -------------------*/
.last-fm-list h3 {
	font-weight: bold;
	font-size: 1.125em;
}
.last-fm-list ul {
	font-size:14px;
	line-height:18px;
	margin:0 0 10px;
}
.last-fm-list-item small {
}
.now {
	list-style-image: url(images/anim_eq_11x11px.gif)!important;
	list-style-position: inside!important;
}
.last-fm-list-item {
	font-size: 0.9em;
	list-style: none;
	list-style-position: inside
}
.last-fm-credits {
	margin: 5px 0 5px 0;
}
.last-fm-credits span {
	display: inline-block;
	margin-right:5px;
	text-transform:uppercase;
	font-size:0.75em;
	vertical-align:75%;
	width:72px;
}
/* Contact Form 7 formatting */
.wpcf7-form input[type=text] {
	background:url("images/form-elements.png") no-repeat scroll -2px -305px transparent;
	border:medium none;
	color:#565246;
	height:15px;
	padding:10px;
	width:253px;
}
.wpcf7-form input[type=submit] {
	background:url("images/form-elements.png") no-repeat scroll -276px -303px transparent;
	border:medium none;
	color:#565246;
	height:40px;
	padding:10px;
	text-indent:-999px;
	width:161px;
}
.wpcf7-form input[type=submit]:hover {
	background-position: -438px -303px;
}
.wpcf7-form textarea {
	background:url("images/form-elements.png") no-repeat scroll -1px -1px transparent;
	border:medium none;
	color:#565246;
	height:280px;
	padding:10px;
	width:562px;
}