/*
Theme Name: Digital Yard Sale
Theme URI: http://thedigitalyardsale.com
Description: Custom Wordpress theme designed for thedigitalyardsale.com
Version: 1
Author: Nick Merritt
Author URI: http://nick-merritt.com
Tags: digital, yard, sale, grass, pixels, digi, yardsale, 2 column, right sidebar
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body {
	background: #c8dbdb;
	height: 100%;
}

.clear {
	clear: both;
}


#pagewrap {
	width: 1040px;
	margin: 0 auto -100px;
	min-height: 100%;
	height: auto; !important;
	max-height: 100%;
}

h1 {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3222;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

h1 a {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3222;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
	color: #cb230d;
}

h2 {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cb230d;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}

h2 a {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cb230d;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	color: #3e3222;
}

.widgettitle {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3222;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

.widgettitle a {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3222;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

.widgettitle a:hover {
	color: #cb230d;
}

h3 {
	color: #5b492e;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #cb230d;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 4px;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3222;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: left;
}

h4 a { font-size: 12px; color: #cb230d; text-decoration: underline; }

h5 { font-family: Arial, Helvetica, sans-serif; color: #cb230d; font-size: 18px; margin: 0 0 15px 15px; }

p { font-family: Arial, Helvetica, sans-serif; color: #5b492e; font-size: 14px; line-height: 20px; margin-bottom: 15px; }

a { font-family: Arial, Helvetica, sans-serif; color: #cb230d; font-size: 14px; line-height: 20px; text-decoration: underline; }

a:hover { color: #cb230d; }

/* HEADER */

#hdrgrass {
	background:url(images/grass.png) no-repeat 0 177px;
	width: 1000px;
	height: 220px;
	margin: 0 auto;
}

#logo {
	background:url(images/dys_logo.png) no-repeat 0 0;
	width: 172px;
	height: 163px;
	float: left;
	margin: 45px 0 0 71px;
}

#searchbox {
	background: url(images/search_cloud.png) no-repeat 0 0;
	width: 600px;
	height: 124px;
	float: right;
	margin: 15px 0px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
}

#social {
	width: 200px;
	height: 30px;
	margin: 80px 0 0 30px;
	float: left;
}

#social li {
	display: inline;
}

#social li a {
	width: 30px;
	height: 30px;
	background: #c8dbdb;
	margin-right: 15px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#social li a:hover {
	width: 30px;
	height: 30px;
	background: #cb230d;
	margin-right: 15px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#rss {
	float: left;
}

#twitter {
	float: left;
}

#facebook {
	float: left;
}

#youtube {
	float: left;
}

#searchform {
	width: 330px;
	height: 30px;
	margin: 80px 20px;
	float: right;
}

#sbox {
	background: #fff;
	width: 275px;
	height: 30px;
	margin-left: 0px;
	border: none;
	float: left;
	padding: 0 8px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cb230d;
	font-size: 18px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

#searchsubmit {
	width: 16px;
	height: 18px;
	padding: 6px 6px 6px 8px;
	background: #c8dbdb;
	margin: 0 0;
	float: right;
	border: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

#submit:hover , #searchsubmit:hover	{ background: #cb230d; }




/* NAVIGATION */

#navcontainer ul {
	float: left;
	width: 100%;
	border-bottom: 3px solid #c8dbdb;
	margin-bottom: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif; 
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
 }

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	color: White;
	float: left;
	padding: 14px 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
}

#navcontainer ul li a:hover {
	background: #cb230d;
	margin-top: -10px;
	padding-top: 24px;
}


/* SUB NAVIGATION */




/* content starts here */

#contentbgd {
	background: #3e3222;
	width: 1040px;
	min-height: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	float: left;
	border: none;
	padding-bottom: 0px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px; 
}

#content {
	width: 680px;
	height: 100%;
}

#postbox {
	width: 650px;
	padding: 20px;
	background: #fff;
	margin: 0 0 20px 15px;
	float: left;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
}


#archivetitle {
	width: 650px;
	height: 60;
	padding: 20px;
	background: #fff;
	margin: 0 0 20px 15px;
	float: left;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
}

#archivetitle h2 {
	margin-bottom: 0;
	padding: 0;
	float: left;
}

#old_new {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	line-height: 30px;
}

.more-link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	float: right;
}

.more-link:hover{
	text-decoration: underline;
}

div.sociable {
	padding: 0px;
	float: left;
	margin: 0;
}

div.addtoany_share_save_container{
	margin-left: -9px;
	margin-top: -13px;
	float: left;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

#subscribe_post {
	float: right;
}

hr {
	width: 650px;
	clear: both;
}


/* DONATE AND DOWNLOAD BUTTONS */

#donate_button {
	background: #3e3222;
	width: 210px;
	height: 40px;
	padding: 20px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #fff;
	letter-spacing: 1px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

#donate_button:hover {
	background: #cb230d;
}

#donate_button span {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
}


#download_button {
	background: #3e3222;
	width: 345px;
	height: 40px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #fff;
	float: right;
	letter-spacing: 1px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

#download_button:hover {
	background: #cb230d;
}

#download_button span {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 3px;
	letter-spacing: normal;
}

#dd_list {
	width: 650px;
	height: 80px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

#dd_list a {
	text-decoration: none;
}

#dbox {
	width: auto;
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

.textwidget #dd_list {
	width: 260px;
	height: 80px;
	float: left;
	margin-bottom: 20px;
}


/* COMMENTS */

#cmtcontainer {
	width: 650px;
	padding: 20px;
	background: #c8dbdb;
	margin: 0 0 35px 15px;
	float: left;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
}

#comment {
	max-width: 648px;
	min-height: 100px;
	background: #fff;
	margin: 10px 0 10px 0;
}

#author {
	width: 200px;
	height: 18px;
	background: #fff;
	margin-top: 5px;
}

#cmtcontainer #email {
	width: 200px;
	height: 18px;
	background: #fff;
	margin-top: 5px;
} 


#url {
	width: 200px;
	height: 18px;
	background: #fff;
	margin-top: 5px;
}

.avatar {
	float: left;
	margin-right: 10px;
}

#commentuser {
	color: #cb230d;
	float: right;
}

#submit {
	width: 120px;
	height: 30px;
	background: #cb230d;
	border: none;
	color: #fff;
	text-transform: uppercase; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#submit:hover {
	background: #3e3222;
}


.fn {
	font-family: Arial, Helvetica, sans-serif;
	color: #cb230d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
}

.fn a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.commentlist li {
	margin-bottom: 15px;
	background: #fff;
	padding:15px;
}

.commentlist li p {
	font-size: 14px;
	margin-left: 42px;
	margin-bottom: 10px;
}

.commentlist .comment-author-admin {
	font-family: Arial, Helvetica, sans-serif;
	color: #9bc117;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
}

.says {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #3e3222;
}

#captchaInputDiv {
	color: #5B492E;
	font-family: Arial, Helvetica, sans-serif;
}



/* CONTACT FORM */


.wpcf7 #contact_captcha {
	margin-top: 7px;
	float: left;
}

.wpcf7 #captcha_input {
	margin-top: 7px;
	margin-left: 10px;
	height: 22px;
	width: 80px;
}

.wpcf7 textarea {
	max-width: 400px;
	min-width: 400px;
	margin-top: 7px;
}

.wpcf7 h2 {
	font-size: 18px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 7px;
}

.wpcf7 #reason {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3222;
}






/* Image Styling */

.wp-post-image {
	margin: 5px 15px 15px 0;
}

.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}




/* SIDEBAR */

#sidebar {
	width: 265px;
	float: right;
	background: #c8dbdb;
	padding: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

#sidebar a {
	color: #cb230d;
	text-decoration: none;
	margin-left: 15px;
	font-size: 16px;
}

#sidebar a:hover {
	color: #fff;
}

#sidebar p {
	color: #5b492e;
	text-decoration: none;
	font-size: 16px;
}

.widget {
	margin-bottom: 15px;
}


#affiliates a {
	margin-left: 7px;
	padding-left: 0;
}

#adwords {
	margin-left: 7px;
}

#recent-posts-2 ul li a {
	margin-left: 0;
}

#recent-posts-2 ul li {
	margin: 15px 0 0 7px;
}

#twitter_update_list li {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b492e;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #5b492e;
}

#twitter_update_list li a {
	margin-left: 0;
	font-size: 14px;
}

.textwidget #dd_list li a {
	margin-left: 7px;
}

.textwidget #dd_list #donate_button span {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	display: block;
	margin-top: 5px;
}

.textwidget #dd_list #donate_button {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: -7px;
}



/* FOOTER */

#footer {
	width: 1010px;
	height: auto;
	margin-left: 15px;
	background: #c8dbdb;
	padding-top: 20px;
	float: left;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	-webkit-border-top-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
}

#ftr_container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-top: 7px;
}

#ftr_container ul li {
	display: inline;
}

#ftr_container ul li a {
	color: #3e3222;
	text-decoration: none;
	padding: 0 7px 0 7px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#ftr_container ul li a:hover {
	color: #cb230d;
	text-decoration: underline;
}

#ftr_container a {
	color: #cb230d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
}

#ftr_container p {
	color: #cb230d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
}


#ftrgrass {
	background: url(images/grass.png) no-repeat 0 0;
	width: 1000px;
	height: 43px;
	margin: 20px 0 0 5px;
	float: left;
}


