/*  
Theme Name: Stainless
Version: 1.0
Author: Johnathon Williams
Author URI: http://madething.org/
Description: New theme for Tim Cherry Sculpture Designs. Art is cool!
*/

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* PRIMARY STYLESHEET FOR THE GREAT TCSD REDESIGN
/* CODED BY JOHNATHON WILLIAMS FEB 2010
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* RESET STYLES VIA MEYER */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

	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,
	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-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* CLEARFIX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

   .clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
	}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* CENTER CONTAINER DIVS */
/* USED THROUGHOUT THE PRIMARY CONTAINERS
/* HEADER, CONTENT, FOOTER
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
	.centerdiv {
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.left-gutter {
		margin-left:10px;
	}
	
	.right-gutter {
		margin-right:10px;
	}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* MY BODY STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

body {
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* HEADER STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#header {
	background:#d7d7cb;
	padding-top:60px;
}

#logobar {
	background:#d7d7cb;
	color:#333;
}

#logobar-content {
	width:100%;
	position:relative;
}

#logo {
	width:400px;
}

#logo img {
	position:relative;
	top:20px;
	z-index:10;
}

#logo h1 {
	font-size:3.4em;
	text-shadow: #000 2px 2px 2px;
	text-transform:lowercase;
	font-weight:bold;
	letter-spacing:0.05em;
	color:#EFEFEF;
}

#logo h1 a {
	color:#EFEFEF;
	text-decoration:none;
}

#logo h3 {
	font-size:0.9em;
	font-style:italic;
	color:#CFCFCF;
	font-weight:100;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* NAVBAR STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



#navbar {
	margin-bottom:20px;
	width:400px;
	position:absolute;
	right:-10px;
	bottom:5px;
}

#navlist li {
	display:inline;
	margin:0;
	text-transform:lowercase;
	font-size:0.9em;
}

#navlist li a {
	padding:5px;
	margin:0;
	text-decoration:none;
	color:#222;
	background:#c7c73c;
}

#navlist li a:hover {
	background:#494941;
	color:#CCC;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* TEASER BAR STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


#teaserbar {
	background:#656559;
	border-bottom:1px solid #dddbd4;
	padding:20px 0;
}

#slideshow {
	width:600px;
	float:left;
}

#slideshow-inner {
	  position: relative;
}

#slideshow h6 {
   position: absolute;
   bottom: 0px;
   left: 0;
   width: 100%;
   color: white;
   font-size:0.8em;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

#slideshow h6 span.spacer {
   padding:0 5px;
}

#blog-tease {
	float:right;
	width:300px;
	overflow:hidden;
	color:#FFF;
}

#blog-tease a {
	color:#EFEFEF;
}

#blog-tease h2, #content h4, #footer h5 {
	font-size:1.1em;
	border-bottom:1px solid #CCC;
	padding:5px 0;
	margin-bottom:15px;
	font-weight:bold;
}

#blog-tease h2 a {
	text-decoration:none;
}

#blog-tease h3 {
	color:#CCC;
	font-style:italic;
	font-size:0.9em;
	margin-bottom:10px;
}

#blog-tease .entry {
	background:transparent url(exgradient.png) repeat-x;
}

#blog-tease .entry-inner {
	padding:20px;
	line-height:1.3em;
	font-size:0.8em;
	height:350px;
	overflow:hidden;
}

#blog-tease .entry-inner p {
	margin-bottom:10px;
}

a#newsletter-signup {
	background:transparent url(images/newsletter-button.png) no-repeat;
	display:block;
	height:70px;
	width:259px;
	overflow:hidden;
	padding:1.1em 0 0 20px;
	margin:-67px 0 0 12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	line-height:1.3em;
}

a#newsletter-signup span {
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:normal;
}

a#newsletter-signup:hover {
	background:transparent url(images/newsletter-button.png) -279px 0 no-repeat;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* CONTENT STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


#content {
	background:#fff;
	margin-bottom:40px;
}

#content h4 {
	border-bottom:1px solid #666;
	margin:40px 0 20px 0;
}

#content a {
	color:#656559;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* RECENT STYLES & PORTFOLIO STYLES*/
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


#portfolio img a {
	padding:0;
	margin:0;
}

#portfolio img {
	margin-right:15px;
	margin-bottom:15px;
	padding:0;
}

#excerpt-three div {
	margin-top:-10px;
	width:300px;
	float:left;
	line-height:1.3em;
	color:#222;
}

#video-row div {
	float:left;
}

#video-row #video-block {
	width:620px;
}

#video-row #blog-list {
	width:300px;
}

#blog-list li {
	margin-bottom:20px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* MAINBAR STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#mainbar.full {
}

#mainbar.float {
	width:620px;
	float:left;
}

#mainbar.float {
	margin-top:40px;
}

#mainbar.float {
	overflow:hidden;
}

.page-title {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
}

#mainbar .entry {
	color:#222;
	line-height:1.3em;
	margin-bottom:30px;
}

#mainbar .entry img {
	margin-bottom:15px;
}

#mainbar .entry p {
	margin-bottom:25px;
}


#mainbar .entry h2 {
	font-size:1.2em;
	margin-bottom:3px;
}

#mainbar .entry h2 a {
	color:#222;
	font-weight:bold;
	text-decoration:none;
}

#mainbar .entry .byline {
	text-transform:uppercase;
	font-size:0.7em;
	color:#666;
	margin-bottom:25px;
}

.entry img.alignleft {
	float:left;
	margin:8px 20px 10px 0;
	border:1px #666 solid;
}

.entry strong {
	font-weight:bold;
}

.entry em {
	font-style:italic;
}

.entry ul {
	margin-bottom:25px;
}

.entry li {
	list-style:square;
}

.entry ul {
	margin-left:20px;
}

.entry li {
	margin-bottom:5px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* CONTACT STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


.wpcf7 form {
	padding:20px;
	background:#d7d7cb;
	width:500px;
	margin-bottom:25px;
}

.wpcf7 input, .wpcf7 textarea{
	padding:0.1em;
	font-size:1.1em;
}

.wpcf7 input {
	width:375px;
}

.wpcf7 textarea {
	width:475px;
}

.wpcf7 p.send-button input {
	width:75px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* PORTFOLIO PAGE STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.attention {
	margin:40px 0;
	padding:20px;
	background:transparent url(exgradient.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:5px solid #c7c73c;
	color:#FFF;
	text-align:center;
	line-height:1.5em;
}

#mainbar .attention a {
	color:#FFF;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* SIDEBAR STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#sidebar {
	width:300px;
	float:right;
}

#sidebar h4 {
	font-size:0.9em;
}

.sideblock-content {
	font-size:0.8em;
	line-height:1.4em;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* FOOTER STYLES */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#footer {
	background:#494941;
	color:#CECECE;
	padding-top:30px;
	overflow:hidden;
	padding-bottom:100px;
	line-height:1.3em;
}


#newsletter {
	float:left;
	width:620px;
}

#mc_embed_signup label {
	display:none;
}

#mc_embed_signup input#mce-EMAIL {
	width:610px;
	font-size:1.2em;
	color:#FFF;
	padding:0.2em;
	background:#656559;
	border:1px solid #CCC;
	margin-bottom:15px;
}

#mc_embed_signup input#mc-embedded-subscribe {
	font-size:1.2em;
}

#mc_embed_signup .response {
	font-style:italic;
	color:#c7c73c;
}

#footer p {
	margin-bottom:15px;
}

#philosophy {
	float:right;
	width:300px;
}

#philosophy p {
	font-style:italic;
}
