/* @override http://www.kitchenreface.com/wpkr/wp-content/themes/kitchenreface/style.css */

/*
Theme Name: KitchenReface Custom2
Theme URI: http://wordpress.org/
Description: A custom theme developed by HillCreative for KitchenReface, based on the Twenty Ten theme by the WordPress Team.
Author: Origianl by The WordPress Team - Customized by Creative Advice, Inc.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700);


/* @group Reset */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}
/* @end */

/* @group Layout and Fonts */

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 -210px 0 0;
	width: 100%;
}

#content {
	margin: 20px 240px 0 30px;
}

#primary,
#secondary {
	margin-top: 5px;
	float: left;
	width: 210px;
}

#secondary {
	margin-top: 30px;
	clear: left;
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 740px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
password,
.page-title span,
.pingback a.url {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

input[type=submit] {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* @end */

/* @group Structure */

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

#wrapper {
	margin-top: 0px;
	padding: 0;
	-moz-box-shadow: 0px 1px 15px #888;
	-webkit-box-shadow: 0px 1px 15px #888;
	box-shadow: 0px 1px 15px #888;
	background: url(/site/wp-content/gallery/imagebank/ContainerBGv2.png) #fff;
}

/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
	display: block;
	position: relative;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 30px;
	width: 210px;
}

#footer-widget-area #first {
	margin-right: 30px;
	width: 150px;
	margin-left: 0;
}

#footer-widget-area #second {
	margin-right: 30px;
	width: 210px;
	margin-left: 30px;
}

#footer-widget-area #third {
	margin-right: 0;
	width: 210px;
	margin-right: 30px;
	margin-left: 0;
}

#footer-widget-area #fourth {
	margin-right: 0;
	width: 210px;
	margin-left: 0;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: 700;
	width: 700px;
}

#site-generator {
	float: right;
	width: 220px;
}

/* @end */

/* @group Global Elements */

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #f1f1f1;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

p {
	margin-bottom: 12px;
	color: #585858;
}

ul {
	list-style: none;
	margin: 0;
}

.list ul {
	list-style: disc;
	margin: 0 0 0 30px !important;
}

.list li {
	
}

#content ol {
	line-height: 1em;
	list-style-type: decimal;
	list-style-position: outside;
	opacity: 1;
	margin: 0 0 2em 1.5em;
	padding-bottom: 2px;
	font-weight: 600;
}

#content ul {
	line-height: 1em;
	list-style-type: square;
	list-style-position: outside;
	opacity: 1;
	margin: 0 0 2em 1.5em;
	padding-bottom: 2px;
	font-weight: 600;
}

#content li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 6px 7px 6px 10px;
	color: #c38134;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: 0;
	border-left: 4px solid #c38134;
	border-right: 4px solid #c38134;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: white;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: italic;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link {
	text-decoration: underline;
	color: #65897b;
}

a:visited {
	color: #3888BE;
}

a:active,
a:hover {
	color: #3888BE;
	text-decoration: underline;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* @end */

/* @group Header */

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}

#masthead {
	height: 120px;
	position: relative;
	background-color: #dfdbd7;
	display: block;
}

#site-title {
	position: relative;
	left: 0;
	top: 0;
	z-index: 200;
	display: block;
}

#site-title a:link,
#site-title a:visited {
	background: url(../../gallery/imagebank/KR-logomark1b.jpg) no-repeat 16px 0;
	text-indent: -9000px;
	font: 700 70px/64px "Open Sans Condensed", sans-serif;
	color: #a99386;
	text-decoration: none;
	letter-spacing: -1px;
	word-spacing: -3px;
	width: 210px;
	height: 120px;
	display: block;
	position: relative;
	padding: 0;
}

#site-title a:hover {
	color: #b69f90;
	background: url(../../gallery/imagebank/KR-logomark1b.jpg) no-repeat 16px -120px;
}

#site-description {
	width: 230px;
	color: #b96816;
	font: 400 14px/18px "Open Sans";
	top: 56px;
	position: absolute;
	display: block;
	z-index: 400;
	float: right;
	left: 594px;
}

/* This is the custom header image */

#branding img {
	border-top: none;
	position: absolute;
	top: 0;
}

#accbox {
	font-size: 12px;
	line-height: 12px;
	width: 390px;
	z-index: 500;
	position: absolute;
	left: 594px;
	display: block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: none;
	float: right;
	margin: 0 auto;
	width: 750px;
	visibility: visible;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* @end */

/* @group Content */

/* =Content
-------------------------------------------------------------- */

/* bh revs */

.ngg-gallery-thumbnail img {
	background-color: #FFFFFF;
	border: 0px solid #A9A9A9 !important;
	display: block;
	margin: 0px 2px 6px 0px !important;
	padding: 3px !important;
	position: relative;
}

.right-sidebar {
	background-color: #dfdbd7;
	padding: 0 7px 12px;
	margin: 0 -27px -20px;
}

.storecomp {
	width: 750px !important;
}

div.ppt {
	display: none !important;
}

.wpb_separator {
	clear: both;
	height: 5px !important;
	margin-bottom: 5px !important;
	border-bottom: none !important;
}

.associated-posts.title-full-content .associated-post .post-title a {
	display: none !important;
}

/* The container with ONE associated post */

.associated-posts.title-full-content .associated-post {
	border: 1px solid #d5d5d5;
	width: 690px;
	overflow: visible;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: white;
}

.associated-posts.title-full-content .associated-post .post-content {
	position: relative;
	left: 15px;
	float: left;
	width: 660px;
}

.reviewCopy {
	width: 98% !important;
	margin-top: 20px;
}

.reviewPhotos {
	position: relative;
	right: 10px;
	width: 230px !important;
}

.customerPhoto {
	border-top: 3px solid white;
	border: 1px solid white;
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	clear: none;
}

.vc_text_separator div {
	display: none !important;
}

.gallerytop {
	background-color: #DFD9D4;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	height: 203px !important;
	width: 196px !important;
	margin-bottom: 0 !important;
}

.gallerybottom {
	background-color: #DFD9D4;
	margin-top: -8px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	height: 85px !important;
	width: 196px !important;
}

.gallerybottom h3 {
	margin-top: 0px !important;
	margin-bottom: 4px !important;
}

/* bh revs for Interior Page Header */

.wpb_toggle_content p, #content .wpb_toggle_content p {
	margin-bottom: 10px;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #424242 !important;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0;
}

#content {
	margin-bottom: 36px;
}

#content,
#content input,
#content textarea {
	color: #424242;
	font-size: 12px;
	line-height: 18px;
}

#content p,
#content dd,
#content pre,
#content hr {
	margin-bottom: 6px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 6px;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 16px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #547367;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;	
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;	
}

h6 {
	font-size: 15px;
}

#content h6 {
	color: #b56500;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 10px;
}

.hentry {
	margin: 0 0 48px;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 18px;
	display: none;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-meta {
	color: #888;
	font-size: 12px;
	display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	padding: 0px 0 0 0;
	clear: both;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: 700;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 8px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: 700;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: none;
;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}

/* @end */

/* @group Asides and Images */

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	/*

Wh

en images are too wide for containing element, force them to fit. */
	height: auto;
/* O

verr

ide height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	/*

preve

nt too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 10px solid #f1f1f1;
}

.gallery br+br {
	display: none;
}

#content .attachment img {
	/*

single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Comments */

/* =Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #65897b;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
	
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: 700;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.commentlist .even {
	
}

.commentlist .bypostauthor {
	
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type=submit] {
	color: #333;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: 700;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* @end */

/* @group Widgets and Footer */

/* =Widget Areas
-------------------------------------------------------------- */

.widget-container.widget_text {
	margin-left: 26px;
	padding: 0px;
	width: 155px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0;
}

.widget-area select {
	max-width: 100%;
}

.widget_search #s {
	/*

This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 0 0;
}

.widget-title {
	color: #547367;
	margin-bottom: .5em;
	font-size: 14px;
	font-weight: 600;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #547367;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #b56500;
}

.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 4px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar thead th {
	
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #BF6A30;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */

#main .widget-area ul {
	
}

#main .widget-area ul ul {
	
}

#primary {
	
}

#secondary {
	
}

#primary ul.xoxo {
	
}

#secondary ul.xoxo {
	
}

/* This styles the H3 of the little slider in the sidebar */

.minimal-light h3 {
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
	color: #547367;
	line-height: 1.2em;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px solid #af9f90;
	overflow: hidden;
	padding: 5px 30px;
	width: 900px;
	background: black url(../../gallery/imagebank/footerBG.jpg) repeat center;
}

.widget-container {
	padding-right: 20px;
}



#footer-widget-area p {
	color: #a89478;
	font-size: 11px;
	line-height: 16px;
}

#footer-widget-area a:link,
#footer-widget-area a:visited {
	color: #a89478;
	font-size: 11px;
	font-weight: 400;
}

#footer-widget-area h3 {
	color: #a89478;
	font-size: 12px;
	font-weight: 70000;
	margin-bottom: 4px;
	margin-top: 4px !important;
	border-bottom: 1px dotted #7f6e64;
}


#site-info {
	
}

#site-info a {
	color: #000;
	text-decoration: none;
	display: none;
}

#site-generator {
	position: relative;
}

#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
	display: none;
}

#site-generator a:hover {
	text-decoration: underline;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}
/* @end */

/* @group JQuery menu mods */
/* Accordion menu container */
.dcjq-accordion {
	margin: 10px 0 20px 26px;
		font: 600 14px/25px "Open Sans", sans-serif;
}

/* Main menu and sub-menus */
.dcjq-accordion ul {
		}

/* Menu list items */

.dcjq-accordion ul li {
	margin-top: 2px;
}

/* Menu list links */

.dcjq-accordion ul a:link {
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 0;
	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	color: #547367;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

/* Menu list links on hover */

.dcjq-accordion ul li a:active {
	color: #466157;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -25px;
	border-left: 1px solid #b36415;
}
.dcjq-accordion ul li a:hover {
	color: #466157;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -175px;
	border-left: 1px solid #b36415;
}

/* Sub-menus */

.dcjq-accordion ul li ul a:link {
	height: 25px;
	padding-left: 20px;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -0px;
	color: #547367;
}

.dcjq-accordion ul li ul a:visited {
	height: 25px;
	padding-left: 20px;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -0px;
	color: #547367;
	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

.dcjq-accordion ul li ul a:hover,
.dcjq-accordion ul li ul a:active {
	color: #456055;	
		background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -25px;

}

/* Parent links only */
.dcjq-accordion ul a.dcjq-parent {
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -150px;
	margin-left: 0;
	padding-left: 20px;
	margin-top: 15px;
	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

#menu-main-navigation-1 a.dcjq-parent:hover {
		background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -175px !important;

	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

#menu-main-navigation-1 a.dcjq-parent.active:hover {
		background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -100px !important;
	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

/* Active parent links - when sub-menu is open */
.dcjq-accordion ul a.dcjq-parent.active {
	margin-left: 0;
	padding-left: 20px;
	color: #fffefe;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -100px;
	height: 25px;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-top: 0;
	margin-left: 0;
	width: 176px;
	border-left: 1px solid #547367;
	text-decoration: none;
}

.dcjq-accordion ul a:hover.dcjq-parent.active {
		background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -100px;
}

/* Current Page Selelctors */
.dcjq-accordion ul li.current_page_item a:hover {
	color: white;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -50px;
    height: 25px;
    display: block;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    margin-left: 0;
    width: 176px;
    border-left: 1px solid #547367;
    text-decoration: none;
}

.dcjq-accordion li.current_page_item a {
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -50px;
	color: white;
	border-left-color: #000;
	border-left-width: 1px;
    height: 25px;
    display: block;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    margin-left: 0;
    width: 176px;
    text-decoration: none;
}

.dcjq-accordion-force-current {
    background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -50px;
    color: white;
    border-left-color: #000;
    border-left-width: 1px;
    height: 25px;  
    display: block;    
    position: relative;
    padding-top: 0;
    margin-left: 0;
    width: 176px;  
    text-decoration: none;
}


/* try to make the damn sub-level of the active group not take on attributes of active parent */

.dcjq-accordion li ul li.current_page_item a {
	color: white;
	background: url(../../gallery/imagebank/nav-buttons2.png) no-repeat 0 -50px;
}
/* @end */

/* @group Home pg nav smooth scrolling */

.bigSpacer {
	height:700px;
}
.medSpacer {
	height: 500px;
}
.smallSpacer {
	height: 30px;
}

.homeNavrow a {
	display:inline-block;
	padding: 0 10px 0px;
	font: 600 14px/23px "Open Sans", sans-serif;
	text-decoration: none;
	height: 25px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(/wp-content/assets-mh/css/border-radius.htc);
    border-radius: 5px;
	border: 1px solid #c6bfb7;
	background-color: #e0ddd8;
	color: #917e72;
}

.homeNavrow a:hover {
	background-color: #64887b;
	color: #e5e1de;
}
.homeNavrow .chosenTab {
	background-color: #547a6b;
	color: white !important;
}
.stylesGallery {
	background-color: #dfd9d4;
	margin-right: 3px;
	padding: 7px;
}

/* @end */

/* @group SliderPro mods */
.slides {
	margin: 0 !important;
}

#slider-pro-1 div.caption h2 {
	padding: 15px 30px 20px;
	background-color: rgba(0,0,0,0.7);
	font: 400 26px/30px "open sans";
	text-align: center;
}
.minimal-small .slide-wrapper {
	background-color: #000;
	border: none !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 00px #000 !important;
	box-shadow: 0 0 0px #000 !important;
}
/* SLIDE ARROWS */

.minimal-small .slide-arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 24px;
	height: 24px;
	bottom: -25px !important;
}

.minimal-small .slide-arrows a.previous {
	right: 56px !important;
}

.minimal-small .slide-arrows a.next {
	right: 0px !important;
	background-position: -25px 0;
}

/* SLIDESHOW CONTROLS */

.minimal-small .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 24px;
	height: 24px;
	bottom: -25px !important;
	right: 28px !important;
}

.minimal-small .slideshow-controls.pause {
	background-position: 0 0;
}

.minimal-small .slideshow-controls.play {
	background-position: -24px 0;
}

.minimal-small .slide-buttons {
	bottom: -25px;
}

div.number {
		font: 700 12px/13px "Open Sans", sans-serif !important;
}



/* END OF SLIDESHOW CONTROLS */

 
/* @end */


/* @group mh misc additions */

div.entry-content div.row-fluid .wpb_text_column {
	margin-bottom: 20px;
}

div#accbox {
	height: 20;
	width: 360px;
}

/*
td.ck_text {
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
*/

/* Temporary class to set store comp pages in */

div.storecomps {
	margin: -35px 0 0 -30px;
}

/* This adjust gutter of VC 2 columns use colLeft and colRight classes */

.colLeft {
	width: 47% !important;
	margin-right: 30px !important;
}

.colRight {
	width: 47% !important;
	margin-left: 0 !important;
}

.KRexpand {
	margin: 0px 0px 0px !important;
	position: relative;
}

.noarrow {
	background-image: none !important;
	padding: 0 0 2px 0 !important;
}

.chooseKRpic {
	border: 4px solid white;
}

.chooseKRcopy {
	margin-bottom: 20px;
	margin-top: 0;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
	font: 600 14px/18px 'Open Sans', sans-serif, Arial, serif !important;
	color: #64887b !important;
}

/* mh revise caption under main photo */

.caption01 p {
	font-style: italic;
	font-size: 14px;
	position: relative;
	top: 0px;
	left: -30px;
	width: 705px;
	margin-bottom: 0px !important;
	background-color: white;
	line-height: 20px;
	padding: 5px 5px 5px 30px;
	color: #262626;
	height: 40px;
}

/* mh revise prettyPhoto */

.pp_social {
	display: none !important;
}

/* widget seperator */

.mh-rule {
	width: 100%;
	height: 20px;
	float: left;
	clear: both;
	border-bottom: 1px solid #cec7bf;
}

.mh-sbreflect {
	margin-bottom: -10px;
	margin-top: 0px;
}

p.sbnotes {
	color: #424242;
	font-size: 10px;
	line-height: 14px;
	margin-top: -7px;
	font-style: italic;
	margin-right: 10px;
}

/*div.img.button-rawdoors {
	background: url(../../gallery/imagebank/RawDoors2.png) no-repeat 0 0;
}
div.img.button-rawdoors:hover {
	background: url(../../gallery/imagebank/RawDoors2.png) no-repeat 0 -175px;
}*/

div.button-footer {
	background-color: rgba(179,100,21,0.2);
	height: 18px;
	padding-top: 6px;
	padding-left: 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(/wp-content/assets-mh/css/border-radius.htc);
    border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	border: 1px solid #7f6e64;
	margin-bottom: 4px;
}
div.button-footer:hover {
	background-color: rgba(179,100,21,0.35);
	border: 1px solid #675a4d;
	text-decoration: none !important;
}

img.button-chat {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -233px -11px;
	float: left;
	top: -4px;
	position: relative;
	width: 30px;
	height: 24px;
}
img.button-camera {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -194px -14px;
	margin: 0 -2px 0px 0;
	float: left;
	top: -3px;
	overflow: visible;
	width: 32px;
	height: 20px;
	position: relative;
}
img.button-phone {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -65px -139px;
	float: left;
	margin: -4px -1px 0 0;
	width: 30px;
	height: 20px;
}
img.icon-email {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -21px -96px;
	float: left;
	margin: -2px -1px 0 0;
	width: 30px;
	height: 20px;
}
img.icon-newcustomer {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -65px -51px;
	float: left;
	margin: -5px -1px 0 0;
	width: 30px;
	height: 20px;
}
img.icon-existingcustomer {
	background: url(../../gallery/imagebank/KR-sprite1.png) no-repeat -108px -172px;
	float: left;
	margin: -12px -1px 0 0;
	width: 30px;
	height: 28px;
}
div.button-rawdoors {
	background: white url(../../gallery/imagebank/RawDoors1.png) no-repeat 0 0;
	width: 156px;
	height: 150px;
}
div.button-rawdoors:hover {
	background: white url(../../gallery/imagebank/RawDoors1.png) no-repeat 0 -150px;
	width: 156px;
	height: 150px;
}

div#secondary.widget-area h3.widget-title {
	display: none;
}

div.sidebar-ads {
	width: 156px;
	height: auto;
	background-color: #dfdbd7;
	border: 1px solid #aea8a1;
}
div.sidebar-ads p {
	padding-right: 2px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 5px;
	margin-top: -3px;
	color: black;
}

img.sidebar-ads-toparrow {
	background: url(../../gallery/imagebank/KR-sprite-SisterSites.png) no-repeat 0 0;
	width: 156px;
	height: 54px;
}

img.sidebar-ads-rawdoors {
	background: url(../../gallery/imagebank/KR-sprite-SisterSites.png) no-repeat 0px -56px;
	width: 156px;
	height: 144px;
}
img.sidebar-ads-rawdoors:hover {
	background: url(../../gallery/imagebank/KR-sprite-SisterSites.png) no-repeat -200px -56px;
}

img.sidebar-ads-bridgewood {
	background: url(../../gallery/imagebank/KR-sprite-SisterSites.png) no-repeat 0px -209px;
	width: 156px;
	height: 168px;
}
img.sidebar-ads-bridgewood:hover {
	background: url(../../gallery/imagebank/KR-sprite-SisterSites.png) no-repeat -200px -209px;
}


/* end mh-mods */

/* @end */

/* @group Submit Review/Photos GFform */

.gfield {
	background-color: #e5e1de;
	margin-bottom: 10px !important;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px dotted #aea8a1;
	margin-top: 5px;
	padding-top: 10px;
}

.gsection {
	padding-top: 15px !important;
	border-bottom-style: hidden !important;
	border-top: 3px dotted #aea8a1;
	margin-top: 30px !important;
}

#gform_1, #gform_2 {
	background-color: #e5e1de;
	padding-right: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(/wp-content/assets-mh/css/border-radius.htc);
    border-radius: 5px;
}

#gform_1 div.gform_footer.top_label, #gform_2 div.gform_footer.top_label{
	padding: 10px;
}

#gform_1 div.gform_body, #gform_2 div.gform_body {
	padding: 10px;
}

div.gfield_description, div.gsection_description {
	font: italic normal 12px "open sans" !important;
	color: #707070;
	border-bottom-style: hidden !important;
	border-top-style: hidden !important;
}



/* @end */




/* =Print Style
-------------------------------------------------------------- */

@media print {

body {
	background: none !important;
}

#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}

#header {
}

#site-title,
	#site-description {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#site-title {
	font-size: 13pt;
}

.entry-content {
	font-size: 12px;
	line-height: 15px;
}

.entry-title {
	font-size: 21pt;
}

#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
}

#container,
	#header,
	#footer {
	margin: 0;
	width: 100%;
}

#content,
	.one-column #content {
	margin: 2pt 0 0;
	width: 100%;
}

.wp-caption p {
	font-size: 11pt;
}

#site-info,
	#site-generator {
	float: none;
	width: auto;
}

img#wpstats {
	display: none;
}

#site-generator a {
	margin: 0;
	padding: 0;
}

#entry-author-info {
	border: 1px solid #e7e7e7;
}

#main {
	display: inline;
}

.home .sticky {
	border: none;
}

}
