/*----------------------------------------------------------------------

NUCRAFT - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	08/18/2010
Last Modified:	08/18/2010

Copyright 2010, All Rights Reserved.

----------------------------------------------------------------------*/

@import 'http://www.nucraft.com/assets/css/base.css';



body {
	color: #505158;
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding: 0 30px 100px 14px;
	width: 960px;
}
body:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

#nav,
#content {
	font-size: 1.2em;
}

a {
	color: #3397b9;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}



/* BRANDING
===================================*/

#branding {
	height: 51px;
	margin: 0 0 24px;
	position: relative;
}
#branding a {
	position: absolute;
	right: 0;
	bottom: 0;
}



/* NAV
===================================*/

#nav {
	float: left;
	margin: -5px 22px 0 0;
	width: 262px;
}
#nav ul {
	list-style: none;
	margin: 0 0 2.2em;
}
#nav li {
	line-height: 1.8em;
	padding: 0 0 0 16px;
}
#nav li.open {
	background: url(http://www.nucraft.com/assets/images/icn-open.png) left 6px no-repeat;
}
#nav li.closed {
	background: url(http://www.nucraft.com/assets/images/icn-closed.png) 2px 4px no-repeat;
}
.closed ol,
.closed ul,
#tools-list.open .closed ol,
#tools-list.open .closed ul {
	display: none;
}
#nav a {
	color: #505158;
}
#nav a.active {
	color: #3397b9;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li ol,
#nav li ul {
	list-style: none;
	margin: 0 0 0.75em;
}



/* CONTENT
===================================*/

#content {
	float: left;
	width: 676px;
	line-height: 1.2em;
}

h1 {
	font-size: 1.4167em;
	margin-bottom: 9px;
}
h2 {
	font-weight: bold;
	margin-bottom: 7px;
}
h3 {
	margin-bottom: 16px;
}
h3 span {
	display: block;
}

p,
#content ul,
#content ol,
#content dl {
	line-height: 1.5em;
	margin-bottom: 1em;
}

em {
	color: #3397b9;
	font-style: normal;
}

strong {
	font-weight: bold;
}



/* HOME
===================================*/

#slideshow {
	float: right;
	height: 432px;
	list-style: none;
	margin: 0;
	position: relative;
	width: 621px;
}
#slideshow:after {
	clear: right;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#slideshow li + li {
	display: none;
}
#slideshow img {
	float: right;
}



/* CATEGORIES
===================================*/

#category #content ol {
	float: left;
	list-style: none;
	margin: -1px 0 20px 0;
	position: relative;
}
#category #content li {
	float: left;
	margin: 0 0 33px 0;
	padding: 87px 0 0 0;
	position: relative;
	width: 122px;
}
#category #content li + li {
	margin-left: 62px;
}
#category #content ol li:nth-child(4n) + li {
	clear: left;
	margin-left: 0;
}
#category #content li a.title {
	color: #505158;
	display: block;
	margin-top: -87px;
	padding: 92px 4px 0;
	position: relative;
		-moz-transition: all 0.15s linear;
		-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	z-index: 2;
}
#category #content li:hover a,
#category #content li a:hover {
	color: #3397b9;
	text-decoration: none;
}
#category #content li img {
	border: 1px solid #c8c5c5;
	left: 0;
	position: absolute;
	top: 0;
		-moz-transition: all 0.15s linear;
		-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#category #content li:hover img {
	border-color: #3397b9;
}

#category h3.rule {
	border-bottom: 1px solid #c8c5c5;
	clear: left;
	margin-top: 10px;
}



/* PRODUCTS
===================================*/

.detail-shots {
	background: url(http://www.nucraft.com/assets/images/icn-loading-img.gif) center center no-repeat #666;
	list-style: none;
	margin: 0 0 0 -62px;
	width: 800px;
}
.detail-shots + .detail-shots {
	display: none;
}
.detail-shots li {
	height: 521px;
	overflow: hidden;
	margin: 0 auto;
}
.detail-shots li + li {
	display: none;
}
.detail-shots img {
	/*border-right: 12px solid #fff;*/
	display: block;
	margin: 0 auto;
}

#product #primary {
	height: 521px;
	margin: 0 0 20px -2px;
	position: relative;
	overflow: hidden	;
	border: 1px solid #c8c5c5;
}

#toolbar {
	background: rgba(102, 102, 102, 0.8);
	bottom: 0;
	overflow: hidden;
	padding: 8px;
	position: absolute;
	width: 660px;
}

#toolbar #images,
#toolbar #downloads {
	float: left;
	height: 100%;
	margin-top: -33px;
	padding: 0 10px;
}
#toolbar #images {
	border-right: 1px solid #fff;
	width: 162px;
}
#toolbar #downloads {
	float: right;
	border-left: 1px solid #fff;
	margin-left: -1px;
	width: 457px;
}
#toolbar h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 9px -10px;
	padding: 2px 10px 9px;
	position: relative;
	width: 100%;
}
#toolbar > h3 {
	border: 0;
	margin: 0 0 20px 10px;
	padding: 0;
	position: relative;
	top: 1px;
	visibility: hidden;
}
#toolbar ul {
	list-style: none;
	margin: 0;
}
#toolbar li {
	float: left;
	line-height: 1em;
	margin: 0 0 9px;
}
#images li {
	margin-right: 5%;
	width: 45%;
}
#downloads li {
	margin-right: 2%;
	width: 31%;
}
#toolbar a {
	color: #fff;
}
#toolbar a.active {
	color: #729eb4;
}
#toolbar a:hover {
	text-decoration: underline;
}
#toolbar .close {
	background: url(http://www.nucraft.com/assets/images/btn-close.png) right 3px no-repeat;
	padding: 0 18px 0 0;
	position: absolute;
	right: 8px;
	top: 9px;
}
#toolbar .close:hover {
	background-position: right -16px;
	color: #729eb4;
	text-decoration: none;
}
#toolbar .closed {
	background-position: right -35px;
}
#toolbar .closed:hover {
	background-position: right -50px;	
}

#secondary {
	position: relative;
}
#product #secondary:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#secondary #info {
	float: left;
	width: 230px;
}

#thumbs-loading {
	background: url(http://www.nucraft.com/assets/images/icn-loading.gif) center center no-repeat;
	display: none;
	height: 100px;
	position: absolute;
	right: 0;
	width: 335px;
}
#thumb-groups {
	float: right;
	position: relative;
	width: 335px;
}
.detail-thumbs {
	float: right;
	left: 1px;
	list-style: none;
	margin: 0 -8px 0 0;
	position: relative;
	width: 335px;
}
.detail-thumbs li {
	float: left;
	margin: 0 9px 15px;
}
.detail-thumbs img {
	border: 1px solid #c8c5c5;
}
.detail-thumbs .active img {
	border-color: #f91b00;
}
.detail-thumbs img.zoom {
	border-color: #c8c5c5;
	display: none;
	left: 0;
	position: absolute;
	top: -239px;
}

.detail-thumbs + h4 {
	border-top: 1px solid #8f8f8f;
	clear: right;
	float: right;
	margin-top: -12px;
	padding-top: 4px;
	text-align: right;
	width: 317px;
}

.detail-thumbs + .detail-thumbs {
	display: none;
}

.paginate {
	background: url(http://www.nucraft.com/assets/images/btn-paginate.png) no-repeat;
	clear: both;
	display: none!important;
	height: 10px;
	position: absolute;
	text-indent: -9999px;
	top: 15px;
	width: 9px;
}
#prev-btn {
	display: none;
	left: -65px;
}
#prev-btn:hover {
	background-position: 0 -10px;
}
#next-btn {
	background-position: -9px 0;
	left: -47px;
}
#next-btn:hover {
	background-position: -9px -10px;
}

#caption {
	color: #505158;
	font-style: italic;
	line-height: 1.5em;
}
#caption + h3 {
	margin-top: 1em;
}

.share-link,
#info .vimeo {
	display: block;
	margin-bottom: 1em;
}

#info .share-link,
#info .vimeo,
#info .external {
	background: url(/assets/images/icn-links.png) no-repeat left 1px;
	display: block;
	padding-left: 20px;
}
#info .vimeo {
	background-position: left -49px;
}
#info .external {
	background-position: left -100px;
}



/* MISC PAGES
===================================*/

.page #content {
	background: #505159;
	color: #fff;
	min-height: 410px;
	padding: 60px;
	position: relative;
	width: 556px;
}
.page h1,
#email-form h1 {
	margin-bottom: 29px;
}
.page #content h2 a {
	text-decoration: none;
}
.page #content a {
	color: #fff;
	text-decoration: underline;
}
.page #content a:hover {
	color: #888b9c;
}
.page em {
	color: #fff;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #999;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 2px 2px;
	width: 139px;
}
select {
	margin-bottom: 15px;
}



/* CONTACT
===================================*/

#contact #primary {
	width: 435px;
}

.vcard {
	margin: 28px 0 0;
}
.vcard h2 {
	text-transform: uppercase;
}
.vcard p {
	margin: 0;
}
.street-address {
	display: block;
}
.type {
	display: none;
}

#contact #secondary {
	margin: 30px 0 0 0;
	padding: 5px;
	position: relative;
}
#contact #secondary h2 {
	margin-left: -5px;
	padding: 0 5px 4px;
	width: 100%;
}
#contact #secondary input[type="text"] {
	margin-left: 7px;
	width: 166px;
}

#contact .share-link {
	display: inline;
}


/* REQUEST SAMPLES
===================================*/

#request #primary {
	float: left;
	margin-right: 20px;
	width: 274px;
}
#request label,
#request input,
#request button {
	display: block;
}
#request input[type="checkbox"] {
	display: inline;
	position: relative;
	top: 2px;
}
#request label {
	margin-bottom: 5px;
	text-transform: uppercase;
}
#request label[for="remember"],
#request #remember-label {
	display: inline;
	text-transform: none;
}
#request button {
	margin-top: 24px;
}

#request #secondary {
	float: left;
	margin-top: 41px;
	width: 262px;
}

#register-fields {
	list-style: none;
	margin: 0;
}
#request #register-fields label {
	display: inline-block;
	padding: 0 10px 0 0;
	text-align: right;
	width: 140px;
}
#request #register-fields input[type="text"],
#request #register-fields input[type="password"] {
	display: inline;
	width: 250px;
}

.register button {
	margin-left: 153px;
}
.register form {
	margin-bottom: 3em;
}

label.error {
	display: none!important;
}

input.error,
textarea.error {
	background: #ffd6d6;
	border-color: #990000;
}

#error-msg {
	color: #ffd6d6;
	display: none;
	margin: -25px 0 3em 153px;
}


.retrieve form {
	margin: 5px 0 3em;
}
#request.retrieve label,
#request.retrieve input[type="text"] {
	display: inline;
	text-transform: none;
}
#request.retrieve button {
	display: inline;
	margin-top: 10px;
}

#order #content {
	position: relative;
}
#order h4 {
	border-bottom: 1px solid #c8c5c5;
	clear: left;
	margin-bottom: 0.75em;
	padding-bottom: 3px;
}
#order .order-form {
	list-style: none;
	margin: 0 0 2em;
}
.order-form:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.order-form li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px 0 0 25px;
	position: relative;
	width: 150px;
}
.order-form li:nth-child(3n) + li {
	clear: left;
}
#order .order-form label,
#order .order-form input {
	display: inline;
	text-transform: none;
}
#order .order-form li input {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 15px;
}

#order-nav {
	border-top: 1px solid #8f8f8f;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	position: absolute;
	width: 100%;
}
#order-nav .brochure-btn {
	display: none;
}
#order-nav .brochure-btn,
#order-nav .wood-btn {
	margin-left: 60px;
}
#check-out-btn {
	float: right;
	margin-right: 60px;
}

#wood-samples,
#check-out-form {
	display: none;
}
#brochure-section,
#wood-section {
	display: none;
}
.order-heading {
	margin: 2em 0 0.25em 0;
}
.order-heading + p {
	margin: 0 0 5px 5px;
}

#order #check-out-form label {
	display: block;
	margin: 25px 0 5px;
}
#check-out-form textarea {
	font-size: 12px;
	height: 130px;
	margin: 0 0 5px 0;
	width: 350px;
}
#check-out-form #brochure-order-details,
#check-out-form #wood-order-details {
	height: 0;
	margin: 0;
	visibility: hidden;
}
#check-out-form button {
	display: block;
	margin: 3em 0 0 0;
}

#logout-form {
	position: absolute;
	top: 58px;
	right: 60px;
}
#logout-btn {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	text-decoration: underline;
}
#logout-btn:hover {
	color: #888b9c;
}



/* FIND A REP
===================================*/

#find input,
#find label {
	display: block;
}

#find .location {
	display: none;
}
#find select.selected {
	display: block;
	position: relative;
	top: 2px;
}

#find label {
	margin-bottom: 5px;
}
#find select {
	width: 200px;
}

#find em {
	display: block;
	width: 400px;
}
#find.unselected em {
	bottom: 60px;
	left: 44px;
	position: absolute;
	width: 400px;
}

#find #content {
	padding-right: 20px;
	width: 596px;
}
#find #primary {
	float: left;
	width: 196px;
}
#find select {
	width: 182px;
}
#find #secondary {
	float: left;
	margin: 60px 0 70px 0;
	position: relative;
	width: 400px;
}
#find .vcard {
	float: left;
	margin: 0 20px 20px 0;
	width: 180px;
}
#find .fn,
#find .org {
	display: block;
	line-height: 1.5em;
}
#find .vcard a {
	display: block;
	line-height: 1.5em;
}
#find .break {
	clear: left;
}



/* ABOUT
===================================*/

#careers iframe {
	height: 350px;
	overflow: scroll;
	width: 548px;
}

#awards #content ol {
	line-height: normal;
	list-style: none;
	margin: 0;
	width: 250px!important;
}
#awards #content ol + ol {
	margin-left: 56px;
}
#awards #content > ol > li {
	margin-bottom: 1.5em;
}
#awards #content ol ol {
	margin-bottom: 25px;
}
#awards #content ol ol li {
	margin-bottom: 1em;
}
#awards #content h3 {
	margin-bottom: 5px;
	text-decoration: underline;
}
#awards #content li span {
	display: block;
}



/* SUSTAINABILITY
===================================*/

h3.download {
	margin-top: 4em;
}

ul#downloads {
	list-style: none;
	margin: -5px 0 0 0;
}
ul#downloads li {
	width: 100%;
}

.sustain-logo {
	display: block;
	margin-top: 30px;
}



/* DOWNLOAD CENTER
===================================*/

#container {
	background: url(/assets/images/bg-download-center.png) -17px top repeat-y;
	min-height: 367px;
}
#container:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#download-cats,
#download-center #content ul,
#download-center #content ol {
	list-style: none;
	margin: 0;
}
#download-cats li,
#download-center #content li {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#download-center #content li a,
#online-tools #content li a {
	text-decoration: none;
}
#download-center #content a.active {
	color: #729eb4;
}
#download-center #content a:hover {
	text-decoration: underline;
}

#download-center #primary,
#download-center #secondary,
#download-center #tertiary {
	float: left;
	width: 178px;
}
#download-center #secondary,
#download-center #tertiary {
	padding-left: 15px;
	width: 164px;
}
#download-center #secondary {
	margin-left: 5px;
}
#download-center #tertiary {
	margin-left: 12px;
}
#tertiary li {
	margin-bottom: 2em;
}
#tertiary a img {
	display: block;
	margin-top: 5px;
}

#download-center.press #container {
	background-position: -206px top;
}
#download-center.press #secondary {
	width: 332px;
}

#download-thumbs {
	float: left;
	left: 11px;
	margin: 30px 0 0 0;
	position: relative;
	width: 676px;
}
#download-center #download-thumbs {
	float: right;
}
#download-center .detail-thumbs {
	float: none;
	margin-left: -9px;
	width: 100%;
}

#download-thumbs h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 10px;
}

#zoom-holder {
	background: url(http://www.nucraft.com/assets/images/icn-loading-img.gif) center center no-repeat #666;
	border: 1px solid #c8c5c5;
	display: none;
	height: 221px;
	left: 9px;
	position: absolute;
	top: -239px;
	width: 332px;
}

#download-center #zoom-holder {
	background: url(http://www.nucraft.com/assets/images/icn-loading-img.gif) center center no-repeat #505159;
	left: 160px;
}



/* E-POSTCARDS
===================================*/

#postcards #content ol {
	list-style: none;
	margin: 0;
}
#postcards #content li {
	display: block;
	float: left;
	height: 168px;
	margin: 0 0 40px 0;
	overflow: hidden;
	position: relative;
	width: 77px;
}
#postcards #content li + li {
	margin-left: 18px;
}
#postcards #content ol li:nth-child(6n) + li {
	clear: left;
	margin-left: 0;
}
#postcards #content li:hover a {
	color: #888b9c;
	text-decoration: underline;
}
#postcards #content li a.title {
	display: block;
	font-weight: normal;
	padding: 110px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
#postcards li a span {
	display: block;
}
#postcards li img.thumb {
	background: #fff;
	padding: 24px 0;
	position: absolute;
	top: 0;
}



/* SEARCH
===================================*/

#search fieldset {
	margin-bottom: 1em;
}
#search input {
	margin: 0 0 0 7px;
	width: 166px;
}

#search #email-btn {
	background: #afb0b4;
	color: #505158;
	display: block;
	float: right;
	font-size: 0.8333em;
	font-weight: normal;
	margin: 35px 0 0 0;
	padding: 7px 8px 9px;
	text-decoration: none;
}
#search #email-btn:hover {
	background: #ccc;
	text-decoration: none;
}

#search #content h3 {
	margin: 15px 0 15px;
}
#search #content ol {
	border-top: 1px solid #808080;
	list-style: none;
	margin: 0;
}
#search #content li {
	border-bottom: 1px solid #808080;
	padding: 15px 0;
}

#postcard-img h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px;
}
#postcard-img h3 a {
	display: block;
}

#search-results h2 {
	margin-bottom: 1em;
}

#pagination {
	margin-top: 20px;
}



/* GOVERNMENT
===================================*/

#contract-list {
	list-style: none;
	margin: 0;
}
#contract-list li {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#government #contract-list li a {
	text-decoration: none;
}

#government form {
	float: right;
}
#government select {
	width: 200px;
}
p.intro {
	margin-bottom: 4em;
}
#state-contract {
	margin-top: -10px;
}
#state-contract strong {
	text-transform: uppercase;
}

dl#contract-details {
	margin-bottom: 4em;
}

ul#download-files {
	list-style: none;
	margin: -10px 0 0 0;
}
#download-files + h3,
.notes + h3,
#government img + h3 {
	margin-top: 3em;
}

p.notes {
	margin-top: -10px;
}

dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin-right: 4px;
}

dt#contract-price {
	display: none;
}



/* ONLINE TOOLS
===================================*/

li#tools-list.closed {
	background: none;
}
#tools-list ul {
	display: none;
}
#tools-list.open ul {
	display: block;
}

#ispec h2 + h3 {
	margin-top: 10px;
}
#ispec h3 + ul {
	margin-top: -10px;
}



/* EMAIL FORM
===================================*/

#email-form {
	background: #505159;
	color: #fff;
	padding: 30px;
}
#email-form input,
#email-form label,
#email-form span {
	display: block;
	font-size: 12px;
}
#email-form input,
#email-form textarea {
	width: 530px;
}
#email-form #from,
#email-form #to {
	margin-bottom: 40px;
}
#email-form textarea {
	font-size: 12px;
	height: 130px;
	margin-bottom: 20px;
}
#email-form button {
	margin-bottom: 30px;
}
#email-form #error-msg {
	font-size: 12px;
	margin: -20px 0 10px;
}



/* DOWNLOADABLE SYMBOLS
===================================*/

h1.headline {
	text-transform: capitalize;
}
#category .headline + h3 {
	margin-top: 25px;
}
.symbols-list {
	list-style: none;
	margin: 25px 0 0;
}
.symbols-list li {
	border-bottom: 1px solid #c8c5c5;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
	position: relative;
}
.symbols-list h3 {
	font-weight: bold;
}
.symbols-list h3 a {
	border-left: 1px solid #505158;
	font-weight: normal;
	margin-left: 2px;
	padding-left: 5px;
}
.symbols-list img {
	float: left;
}
#content .symbols-list ul {
	float: right;
	list-style: none;
	margin: 0;
	width: 425px;
}
.symbols-list ul li {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}
.symbols-list ul li + li + li {
	margin-top: 15px;
}
.symbols-list ul li strong {
	display: block;
}
.symbols-list li a {
	color: #377185;
}




/* COLORBOX
===================================*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{display:none!important;}
#cboxLoadingOverlay, #cboxLoadingGraphic{background: url(http://www.nucraft.com/assets/images/icn-loading.gif) center center no-repeat;position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}



#cboxOverlay{
	background: rgba(0, 0, 0, 0.7);
}
#cboxContent {
	background: #fff;
	border: 1px solid #c8c5c5;
}
#cboxClose {
	background: url(http://www.nucraft.com/assets/images/btn-cbox-close.png) no-repeat;
	height: 13px;
	position: absolute;
	right: -8px;
	text-indent: -9999px;
	top: -8px;
	width: 13px;
}
#cboxClose:hover {
	background-position: 0 -13px;
}
