/*   
Theme Name: The Bloc Creative 2.0
Author: Brooke Condolora
.
This theme is a part of The Bloc Creative's brand and is protected by copyright from both commercial and personal use. In other words, don't use it or its components. Ever.
.

COLORS:

Green: #77B59A
Rust: #DA874D
Charcoal: #5F6062
Silver: #AAAAAA


*/



/*

GENERAL

*/

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #5F6062;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
}

a {
	color: #AAAAAA;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	padding-bottom: 15px;
}



/*

HEADERS

*/

h1 {
	color: #AAAAAA;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #AAAAAA;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #AAAAAA;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	color: #AAAAAA;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}



/*

MAIN STRUCTURE

*/

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px;
	min-height: 100%;
	width: 860px;
}

.header {
	width: 860px;
}

a.logo {
	display: block;
	background: url('/images/logo.jpg') no-repeat;
	float: left;
	height: 200px;
	margin: 20px 0 0 0;
	text-decoration: none;
	width: 208px;
}

a.logo:hover {
	display: block;
	background: url('/images/logo.jpg') -208px 0 no-repeat;
	float: left;
	height: 200px;
	margin: 20px 0 0 0;
	text-decoration: none;
	width: 208px;
}

.blurb {
	color: #AAAAAA;
	font-size: 19px;
	font-style: italic;
	float: right;
	line-height: 1.5;
	margin: 94px 0 6px 0;
	padding-bottom: 54px;
	width: 602px;
}

.quote-button {
	margin: 50px 0 0 365px;
	position: absolute;
}

a.quote-button {
	background: url('/images/quote-button.jpg') no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
}

a.quote-button:hover {
	background-position: 0 -16px;
}

.sidebar {
	float: left;
	height: 100%;
	margin: 0 0 75px 0;
	width: 208px;
}

.content {
	float: right;
	height: 100%;
	margin: 0 0 75px 0;
	width: 602px;
}

.footer {
	background: url('/images/footer.jpg') repeat-x;
	color:#ffffff;
	font-size: 12px;
	height: 300px;
	height:auto !important;
	margin: 0 auto;
	min-height:300px;
}

.footer-modules {
	height: 170px;
	margin: 0 auto;
	width: 860px;
}

ul.footer-bullets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	padding-bottom: 2px;
}

ul.footer-bullets a:hover {
	border-bottom: 1px dotted #CCCCCC;
	color: #CCCCCC;
}

.newsletter-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 15px 0 1em 0;
	position: relative;
	width: 276px;
}

.shop-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 15px 0 1em 0;
	position: relative;
	width: 306px;
}

.shop-footer img{
	border: 3px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
	padding: 0;
}

.resources-footer {
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 15px 0 1em 0;
	position: relative;
	width: 273px;
}

.footer-bottom {
	font-size: 10px;
	margin: 0 auto;
	width: 860px;
}

.copyright {
	float: left;
	margin: 0 auto;
	padding-right: 20px;
	width: 410px;
}





/*

NAVIGATION

*/

.navigation {
	float: right;
	text-transform: uppercase;
	width: 602px;
}

ul.navigation {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	padding-left: 0;
	margin: 0 1px 0 0;
	text-align: left;
	width: 100%;
}

ul.navigation li {
	padding-right: 68px;
	margin: 0 auto;
	display: inline;
}

ul.navigation li.last {
	padding-right: 0;
	margin: 0 auto;
	display: inline;
}


ul.navigation li a {
	text-decoration: none;
	color: #5F6062;
}

ul.navigation li a:hover {
	color: #DA874D;
	text-decoration: none;
}

ul.navigation li a.active {
	color: #DA874D;
	text-decoration: none;
}

.footer-nav {
	float: right;
	margin: 0 auto;
	text-align: right;
	width: 390px;
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover {
	border-bottom: 1px dotted #CCCCCC;
	color: #CCCCCC;
	padding-bottom: 1px;
}





/*

UTILITY

*/

.push {
	height: 300px;
}

.clear {
	clear: both;
}






/*

BUTTONS

*/

.green-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.green-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.footer-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.footer-button:hover {
	border: 1px solid #AAAAAA;
	background: #AAAAAA;
	color: #ffffff;
}

.search-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DB874D;
	border: 1px solid #DB874D;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.search-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.close-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #77B59A;
	border: 1px solid #77B59A;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.close-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.rust-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DB874D;
	border: 1px solid #DB874D;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
}

.rust-button:hover {
	border: 1px solid #5F6062;
	background: #5F6062;
	color: #ffffff;
}

.gray-button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #5F6062;
	border: 1px solid #5F6062;
	border-radius: 3px;  
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.gray-button:hover {
	border: 1px solid #AAAAAA;
	background: #AAAAAA;
	color: #ffffff;
}








/*

DOTTED LINES

*/

.nav-line {
	background:url('/images/nav-line.jpg') no-repeat;
	height: 5px;
	float: right;
	margin: 15px 0 15px 0;
	width: 603px;
}

.content-line {
	background:url('/images/content-line.jpg') no-repeat;
	height: 5px;
	float: right;
	margin: 15px 0 15px 0;
	width: 860px;
}

.sidebar-line {
	background:url('/images/sidebar-line.jpg') no-repeat;
	height: 5px;
	margin: 30px 0 30px 0;
	width: 208px;
}

.footer-line {
	background: url('/images/white-line.png') no-repeat;
	height: 5px;
	margin: 65px 0 0 0;
	padding-bottom: 25px;
	width: 860px;
}




/*

SIDEBAR

*/

.categories a {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 2;
	padding-bottom: 1px;
	color: #5F6062;
}

.categories a:hover {
	border: none;
	padding: none;
	background: #77B59A;
	color: #fff;
}

.ads {
	width: 208px;
}

.ad-left {
	float: left;
	padding-right: 8px;
	width: 100px;
}

.ad-right {
	float: left;
	width: 100px;
}





/*

BLOG

*/

#blog {
	width:602px;
	margin: 0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

h1.blogtitle {
	text-align:left;
	text-decoration:none;
	color: #AAAAAA;
	font-family:Arial;
	font-size: 24px;
	font-weight:normal;
	line-height: 10px;
}

h1.blogtitle a {
	text-decoration:none;
	color: #AAAAAA;
	font-family:Arial;
	font-weight:normal;
}


.blog-meta {
	font-size: 10px;
	font-color: #aaaaaa;
	line-height: 0px;
	padding-bottom: 15px;
}

.blog-entry {
	line-height: 1.5;
	padding-bottom:30px;
}

.blog-entry a:hover {
	background: #77B59A;
	color: #fff;
}

.blog-entry-single {
	line-height: 1.5;
	padding-bottom:0px;
}

.blog-entry-single a:hover {
	background: #77B59A;
	color: #fff;
}

textarea#comment {
	width:400px;
	padding:5px;
}

.comment-area {
	margin-top: 30px;
}

.comment {
	margin-bottom: 25px;
}

ol#comments {
	font-size: 11px;
	margin-top: 25px;
	padding: 0;
}

span.comment-date {
	color: #AAA;
	font-size: 10px;
	margin-left: 10px;
}

span.comment-time {
	color: #AAA;
	font-size: 10px;
}

#comments-form {
	margin-top: 5px;
}

p.no-comments {
	font-size: 11px;
	font-style: italic;
	margin-top: 20px;
}

span.heading {
	font-size: 11px;
	font-style: italic;
}

.alignleft {
	float:left;
	font-size: 14px;
	margin: 20px 0 0 0;
}

.alignright {
	float:right;
	font-size: 14px;
	margin: 20px 0 0 0;
}

#comments a:hover {
	background: #77B59A;
	color: #fff;
}

.comment-author {
	margin-left: -38px;
	padding-right:5px;
	font-size: 14px;
}

.comment-text {
	padding-bottom: 20px;
	margin:0 0 0 -10px;
}

.comment-date {
	font-size:10px;
}

.comment-time {
	font-size:10px;
}

.pleasesubscribe {
	font-size: 10px;
}

#more {
	line-height: 40px;
	font-size: 10px;
}

#more a:hover {
	background: #77B59A;
	color: #fff;
}

#blog img{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E2E2E2;
	border:2px solid #E2E2E2;
	border-radius:4px;  
	padding:5px;
}

#nextpost {
	font-size: 11px;
}

#nextpost a {
	color: #5F6062;
}

#nextpost a:hover {
	background: #77B59A;
	color: #fff;
}

select.archive-dropdown {
	width: 208px;
}

form input#s {
	margin: 0 5px 0 0;
	width: 135px;
}





/* CAPTIONS */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding-bottom: 10px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	margin: 10px;
	font-style: italic;
}

.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 0;
	margin: 0;
}