/*
Theme Name: plywoodoffice
Theme URI: http://www.plywoodoffice.us
Description: Plywood Office Theme
Version: 1.0
Author: Schuyler Roozeboom
Author URI: http://www.schuylerroozeboom.com
Tags: 960.gs
*/

/* globals */
html, body {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
a img {
	border: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0d7db9;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	outline: none;
}
img {
	border: none;
}
a.tel {
	cursor: text;
}
p {
	line-height: 24px;
	margin: 0;
	padding: 0 0 20px 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.cufon-loading {
	visibility: hidden !important;
}

/* layout */
#wrapper {
	min-height: 100%;
}
#header {
	background: #000 url(images/bg-header.gif) center top no-repeat;
	height: 150px;
	position: relative;
}
#header-img a {
	display: block;
	height: 60px;
	margin: 45px 35px;
}
#header .menu {
	float: right;
	text-align: center;
	margin: 60px 12px 0 0;
}
#header ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li {
	float: left;
	margin: 0 20px;
	padding: 0;
}
#header ul li a {
	color: #ffffff;
	display: block;
	font-size: 22px;
	padding: 5px 10px;
}
#signup {
	position: absolute;
	top: 0;
	right: 0;
}
#signup a {
	background: #000000;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 10px;
}
#newsletter-signup {
	height: 230px;
	padding: 10px;
	width: 280px;
}
#newsletter-signup p {
	padding: 10px 2px 0 2px;
}
#mc_signup_form {
	margin: 0;
	padding: 0;
}
#mc_signup_form .mc_var_label {
	display: block;
	padding: 2px 0 2px 2px;
}
#mc_signup_form .mc_input {
	border: 2px solid #000;
	font-size: 14px;
	height: 20px;
	padding: 4px;
	margin: 0;
	width: 268px;
}
#mc_signup_form .button {
	background: url(images/bg-submit.gif) left top repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	float: right;
	line-height: 28px;
	height: 28px;
	margin: 10px 0;
	padding: 0 10px;
}
#mc_signup_form #mc_message {
	color: #0d7db9;
	line-height: 1em;
	min-height: 15px;
	padding: 4px 0 10px 2px;
}
#mc_signup_form #mc_message .mc_error_msg {
	color: #cb0000;
	font-style: italic;
}

#contact-form,
#order-form {
	height: 450px;
	padding: 10px;
	width: 580px;
}
#contact-form h4,
#order-form h4 {
	margin: 0 0 30px 0;
}
.wpcf7 {
	float: left;
	width: 350px;
}
.wpcf7-form {
	margin: 0;
	padding: 0;
}
.form-info {
	float: left;
	margin: 240px 0 0 20px;
	width: 210px;
}
#order-form .form-info {
	margin: 50px 0 0 20px;
}
.form-info h4 {
	line-height: 22px;
	margin: 0;
}
#order-form a.price-list {
	display: block;
	margin: 0 auto 80px auto;
	text-align: center;
	width: 115px;
}
.wpcf7-form label {
	display: block;
	padding: 2px 0 2px 2px;
}
.wpcf7-form .name,
.wpcf7-form .email {
	border: 2px solid #000;
	font-size: 14px;
	height: 20px;
	margin: 0 0 10px;
	padding: 4px;
	width: 338px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	background: #fff;
	border: none;
	color: #cb0000;
	font-size: 14px;
	font-style: italic;
	left: 2px;
	line-height: 22px;
	padding: 2px 8px 0 8px;
	position: absolute;
	top: -6px;
	width: 330px;
	z-index: 100;
}
.wpcf7-form .contact-msg .wpcf7-not-valid-tip {
	top: -96px;
}
.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
	color: #cb0000;
	font-style: italic;
	padding: 0 0 0 2px;
}
.wpcf7-form .inquiry {
	border: 2px solid #000;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 350px;
}
.wpcf7-form .msg {
	border: 2px solid #000;
	height: 96px;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 338px;
	resize: none;
}
.wpcf7-form .contact-submit {
	text-align: right;
}
.wpcf7-form .submit {
	background: url(images/bg-submit.gif) left top repeat-x;
	border: none;
	color: #fffdf8;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	float: right;
	line-height: 28px;
	height: 28px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}
.wpcf7-form .ajax-loader {
	margin: 2px 0;
}
.wpcf7-form .wpcf7-response-output {
	border: none;
	color: #cb0000;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0 2px;
}

#page {
	overflow: auto;
	padding-bottom: 25px; /* must be same height as the footer */
}
#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear: both;
}
#footer-content {
	font-size: 10px;
	line-height: 24px;
	text-align: right;
}
#footer-content em {
	font-size: 12px;
	line-height: 24px;
}

/* easy slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width: 940px;
	height: 400px;
	overflow: hidden;
}
#slider2 li {
	width: 741px;
	height: 200px;
	overflow: hidden;
}
#prevBtn, #nextBtn,
#slider1prev, #slider1next {
	background: #fff url(images/v-rule.gif) left top repeat-y;
	display: block;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	width: 61px;
	z-index: 1000;
}
#nextBtn, #slider1next {
	top: 100px;
}
#prevBtn a, #nextBtn a,
#slider1prev a, #slider1next a {
	background: url(images/prev.gif) left center no-repeat;
	display: block;
	height: 30px;
	margin: 60px 0 10px 30px;
	overflow: hidden;
	position: relative;
	text-indent: -999px;
	width: 30px;
}
#nextBtn a, #slider1next a {
	background: url(images/next.gif) left center no-repeat;
	margin: 10px 0 60px 30px;
}
#prevBtn a.disabled, #slider1prev a.disabled {
	background: url(images/prev.gif) right center no-repeat;
	cursor: default;
}
#nextBtn a.disabled, #slider1next a.disabled {
	background: url(images/next.gif) right center no-repeat;
	cursor: default;
}
/* numeric controls */
#control_wrapper {
	margin: 20px 0 10px 0;
	width: 940px;
}
ol#controls {
	margin: 0 auto;
	padding: 0;
	height: 20px;
	list-style: none;
	right: 0;
	z-index: 10;
}
ol#controls li {
	margin: 0 5px;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	line-height: 20px;
	width: 20px;
}
ol#controls li a {
	background: url(images/slider_controls.png) right center no-repeat;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #7f7f7f;
	overflow: hidden;
	padding: 0;
	text-indent: -999px;
	text-decoration: none;
	width: 20px;
}
ol#controls li.current a {
	background: url(images/slider_controls.png) left center no-repeat;
	cursor: default;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}
/* easy slider */

#homepage-content {
	margin: 0 0 35px 0;
}
#about {
	margin: 10px 0 20px 0;
}
#about p {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 620px;
}
#news-updates {
	margin-top: 20px;
}
#news-title {
	background: url(images/v-rule.gif) right top repeat-y;
	height: 200px;
}
#news {
	width: 800px;
}
#news-item {
	background: url(images/v-rule.gif) right top repeat-y;
	height: 200px;
	margin: 0;
	padding: 0 20px;
	width: 207px;
}
#content {
	margin: 35px 0;
}
#content a {
	border-bottom: 1px dotted #afafaf;
	padding: 0 1px;
}
#content a:hover {
	border-bottom: 1px dotted #6aaccf;
	padding: 0 1px;
}
#content a.tel {
	color: #000000;
	border: none;
	padding: 0;
}

#work-item {
	margin-bottom: 20px;
}
#work-item .first {
	background: #000 url(images/bg-work-item-1.gif) center center no-repeat;
}
#work-item .second {
	background: #000 url(images/bg-work-item-2.gif) center center no-repeat;
}
#work-item .third {
	background: #000 url(images/bg-work-item-3.gif) center center no-repeat;
}
#work-item h3 {
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
}
#work-item a,
#work-item a:hover {
	border: none;
	color: #ffffff;
	display: block;
	padding: 0;
}
#work-item a.work-img {
	height: 184px;
}
#work-item img.new,
#project img.new {
	position: absolute;
	right: 0;
	top: 0;
}
#project a.main,
#project a:hover.main {
	border: none;
	display: block;
	height: 380px;
	margin: 0;
	padding: 0;
	width: 620px;
}
#project .thumbs {
	margin: 20px 0 0 -20px;
}
#project a.thumb,
#project a:hover.thumb {
	border: none;
	display: block;
	float: left;
	height: 85px;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 140px;
}
#project-nav {
	margin: 0 0 20px 0;
}
#project-nav a.back {
	background: url(images/back.gif) left 10px no-repeat;
	border: none;
	color: #6e6e6e;
	line-height: 30px;
	padding: 0 0 0 15px;
	float: left;
}
#project-nav .prev-next {
	float: right;
}
#project-nav .prev-next-txt {
	font-size: 12px;
	float: left;
	line-height: 30px;
	padding: 0 10px 0 0;
}
#project-nav .prev-post,
#project-nav .next-post {
	float: left;
}
#project-nav .prev-post a,
#project-nav .next-post a {
	background: url(images/prev.gif) left center no-repeat;
	border: none;
	display: block;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	width: 30px;
}
#project-nav .next-post a {
	background: url(images/next.gif) left center no-repeat;
	margin: 0;
}
#project-nav .prev-post a.disabled {
	background: url(images/prev.gif) right center no-repeat;
}
#project-nav .next-post a.disabled {
	background: url(images/next.gif) right center no-repeat;
}
#project-txt a.action,
#press-txt a.action {
	background: url(images/action.gif) left 10px no-repeat;
	border: none;
	color: #6e6e6e;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 15px;
}

#press {
	padding: 20px 0;
}
#press h2 {
	float: left;
	margin: 5px 0 15px 0;
}
#press a.fancybox {
	border: none;
	display: block;
	padding: 0;
}
#press a.press-link {
	float: right;
	margin: 13px 0 0 0;
}


