/*
Theme Name: TransFORM
Theme URI: http://strikeinteractive.com/
Description: TransFORM Website Theme.
Version: 1
Author: Strike Interactive
Author URI: http://strikeinteractive.com/

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/
*/


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	font-size: 75%;
	line-height: 1.5em;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	background-color: white;
	color: #999;
	text-align: center;
	min-width: 998px;
}

h1, h2, h3, h4 {
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666;
}

h1 {
	letter-spacing: 1px;
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
	font-weight: normal;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

.for_print {
	display: none;
}

.clear {
	clear: both;
}

.narrowcolumn .entry {
	line-height: 1.6em;
}

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

a:hover {
	color: #FF850B;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
	color: #666;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #666;
	text-decoration: underline;
}

a img {
	border: none;
}

cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentmetadata {
	font-weight: normal;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: square;
	padding-left: 10px;
/* 	text-indent: -10px; */
}

html>body .entry li {
/* 	margin: 7px 0 8px 10px; */
	margin-left: 10px;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

/* End Entry Lists */


/* Begin Comments*/

.post-comments ol {
	margin: 0 !important;
	padding: 10px 0 !important;
	text-align: justify;
	list-style: none;
	float: left;
}

.post-comments .comment {
	background-image: url(images/bg_comment.png);
	width: 590px;
	position: relative;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0 0 15px 0 !important;
}

.post-comments .navigation {
	border: 0;
	float: left;
}

.comment-body em {
	font-weight: normal;
}

.comment-body a {
	text-decoration: none;
}

.comment-body a:hover {
	text-decoration: underline;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist li {
	list-style: none;
	font-size: 1em !important;
}

.commentlist .comment-author,
.commentlist .comment-meta {
	font-size: 0.9em;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid white;
	font-size: 1.2em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 5px;
	margin: 0;
}
/* End captions */

/* content */

.single .entry {
	padding-bottom: 20px;
}

#content .heading {
	padding-bottom: 10px;
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

#content .post.maincontent,
#content .page.maincontent {
	text-align: left;
	z-index: 0;
}

#content .post .post-image,
#content .page .post-image  {
	position: relative;
	float: left;
	padding: 0 15px 10px 0;
}

#content .post .post-date {
	margin: 0.5em 0;
}

#content .post .post-thumbnail,
#content .page .post-thumbnail {
	position: relative;
	float: left;
	width: 88px;
	margin-right: 15px;
/* 	margin-top: 1em; */
}

#content .post .post-thumbnail a,
#content .page .post-thumbnail a {
	display: block;
}

#content .post .post-thumbnail img,
#content .page .post-thumbnail a {
	padding: 4px;
	border: 1px solid #ccc;
	max-height: 80px;
	max-width: 80px;
}


#content .post .post-meta {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 8px;
}

#content .post .post-meta a {
	text-decoration: underline;
	color: #666;
}

#content .post .post-meta a:hover {
	color: #003768;
}

.page #content .share-options {
	/* sharing for content at the top of archives */
	padding-bottom: 10px;
	position: relative;
	float: left;
	padding-left: 15px;
}

#content .share-options .share-this {
	position: relative;
	float: left;
}

#content .share-options span.divider {
	position: relative;
	float: left;
	display: block;
}

#content .share-options .share-fb,
#content .share-options .fb_share_link {
	display: block;
	position: relative;
	float: left;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

#content .post .post_image {
	margin-left: -20px;
}

ul.no_bullets {
	list-style-type: none !important;
}

.event_date {
	font-size: 0.9em;
	color: #006ab6;
}

.event_date_detail {
	color: #006ab6;
}

a.view_all {
	display: block;
	clear: both;
	padding-top: 5px;
}

/* ARCHIVES, SEARCH RESULTS */

#content .list_wrap {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

#content .list_wrap h1,
#content .list_wrap h2 {
	margin-bottom: 0.3em;
}

#content .list_wrap .post,
#content .list_wrap .page {
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}

#content a.read-more {
/* 	color: #3e3e3e; */
	/*
padding-right: 14px;
	background-image: url(images/more_arrow.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
*/
	text-decoration: none;
}

#content a.read-more:hover {
	text-decoration: underline;
}

/* END ARCHIVES */

/* END SEARCH RESULTS */

/* NAVIGATION & PAGING */
.pagenavi, 
.wp-pagenavi {
	height: auto !important;
	min-height: 30px;
	height: 30px;
	position: relative;
	float: left;
	clear: both;
	width: 100% !important;
	width: inherit;
	padding: 3px 0;
	*margin-top: 5px;
	text-align: center;
}

#content .pagenavi *,
#content .wp-pagenavi * {
	border-color: white;
}

#content .wp-pagenavi span.current,
#content .wp-pagenavi a {
	border-color: white transparent;
	background-color: white transparent !important;
}

#content .wp-pagenavi a {
	color: #777 !important;
}

#content .wp-pagenavi a:hover {
	color: #AAA !important;
}

#content .wp-pagenavi span.current {
	color: #706570 !important;
}

#content .wp-pagenavi span.extend {
	border-color: white;
}

#content .wp-pagenavi a:hover {
/* 	border-color: #00aeef !important; */
	background-color: white !important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
/* 	border-top: 1px solid #dadada; */
	padding-top: 10px;
}

#content.archive .navigation {
	border: none;
}

/* END NAVIGATION & PAGING */

/* HOMEPAGE */
.homepage .product-image {
	width: 409px;
	height: 360px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
}

.homepage .product-description {
	position: relative;
	float: right;
	width: 237px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	margin-left: 4px;
	background-color: #f2f4f3;
}

.homepage .desc-wrap {
/* 	padding: 40px 10px 10px 10px; */
	padding: 10px;
	position: absolute;
	bottom: 0;
}

/* END HOMEPAGE */

/* PRODUCT PAGE */
.product-page .product-image {
	width: 409px;
	height: 360px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
}

.product-page .product-description {
	position: relative;
	float: right;
	width: 237px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	margin-left: 4px;
	background-color: #f2f4f3;
}

.product-page .desc-wrap {
	padding: 40px 10px 10px 10px;
}

.product-page .product-menu {
	color: #cb6804;
	text-align: right;
}

.product-page .product-li {
	display: block;
	padding-left: 2em;
}


.product-page .product-menu a {
/* 	color: #cb6804; */
	display: block;
}


/* END PRODUCT PAGE */

/* ABOUT SECTION */
#post-aboutpage {
	background-image: url(images/bg_about.gif);
	background-repeat: repeat-y;
	width: 650px;
	height: auto;
	overflow: hidden;
}

#post-aboutpage .about-content {
	width: 468px;
	position: relative;
	float: left;
	margin-right: 8px;
}

#post-aboutpage .about-menu {
	width: 174px;
	position: relative;
	float: left;
/* 	background-color: #f2f4f3; */
}

#post-aboutpage .about-menu ul {
	padding: 16px;
	list-style: none;
}

#post-aboutpage .about-menu a {
	color: #8A888A;
}

#post-aboutpage .about-menu a:hover {
	color: #cb6804;
}

#post-aboutpage .about-menu .current_page_item a {
	color: #cb6804;
}


/* END ABOUT SECTION */

/* SHOWROOM & LOCATIONS */
.showroom {
	width: 300px;
	position: relative;
	float: left;
}

.showroom.left {
	margin-right: 50px;
}

.showroom.right {
	margin-right: 0;
}

.showroom .ngg-singlepic {
	padding: 0;
}
/* END SHOWROOM */

/* SCHEDULE A CONSULTATION */

#schedule-form {
	position: relative;
	float: left;
	width: 405px;
	height: auto;
	overflow: hidden;
}

#schedule-image {
	position: relative;
	float: right;
	width: 237px; 
	height: auto;
	overflow: hidden;
}
/* END SCHEDULE A CONSULTATION */