/* @group Global */

/*
Theme Name: themename
Theme URI: http://www.thewebsite.com
Author: Randy Jensen & Randy Hoyt
Author URI: http://www.handcraftedwp.com
Description: HTML5 starter theme based off Ian Stewart's HTML5 Toolbox Theme with other goodies added plus chunks of Paul Irish's HTML5 Boilerplate mixed in for good measure. Shake well.
Version: 0.8.7
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Droid Sans', 'Lucida Grande', Lucida, Verdana, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*
 *
 * Base Typography
 *
 */

body {
	font: 14px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	*font-size: small;
	background: url(images/_bg/bg-body.jpg) repeat center center;
}

select, input, textarea, button {
	font: 99% sans-serif;
}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

/*
 *
 * Base Styles
 *
 */

body, select, input, textarea {


/*

#444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #4F7287;


/* se

t your base font here, to apply evenly */


/* fo

nt-family: Georgia, serif;  */
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/* always force a scrollbar in non-IE */

html {
	overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */

a:hover, a:active {
	outline: none;
}

a, a:active, a:visited {
	color: #223A48;
}

a:hover {
	color: #223A48;
}

ul, ol {
	margin-left: 1.8em;
}

ol {
	list-style-type: decimal;
}

/* Remove margins for navigation lists */

nav ul, nav li {
	margin: 0;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td, td img {
	vertical-align: top;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

pre {
	padding: 15px;


/* w

ww.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;


/*

CSS2 */
  white-space: pre-wrap;


/*

CSS 2.1 */
  white-space: pre-line;
	/

* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
/

* IE */
}

textarea {
	overflow: auto;
}

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend {
	margin-left: -7px;
}

/* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label{
	cursor: text;
}
input[type=button], input[type=submit], button {
	cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */

button, input, select, textarea {
	margin: 0;
}

/* colors for form validity */

input:valid, textarea:valid {
	background-color: #E9E8DB;
    border: medium none;
}

input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */

::-moz-selection {
	background: #b3b2a8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #b3b2a8;
	color: #fff;
	text-shadow: none;
}

/*  j.mp/webkit-tap-highlight-color */

a:link {
	-webkit-tap-highlight-color: #b3b2a8;
}

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */

button {
	width: auto;
	overflow: visible;
}

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/*
 *
 * Nonsemantic Base Styles
 *
 */

/* for image replacement */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
	display: none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */

.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);


/*

IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix {
	zoom: 1;
}

.acc {
	display: none;
}

label {
	cursor: text;
}

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override.
 *
 */

/* @end */

@media all and (orientation:portrait) {

/* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {

/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */

@media screen and (max-device-width: 480px) {

/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */

}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */

@media print {

* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none !important;
}

a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}

a:after {
	content: " (" attr(href) ")";
}

abbr:after {
	content: " (" attr(title) ")";
}

.ir a:after {
	content: "";
}

/* Don't show links for images */

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

/* css-discuss.incutio.com/wiki/Printing_Tables */

tr, img {
	page-break-inside: avoid;
}
  @page { margin: 0.5cm; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
	page-break-after: avoid;
}

}

/* @group Structure */

.wrapper {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#branding.container {
	overflow: visible;
	padding: 40px 0 0 0;
	display: block;
	height: 140px;
}

#page {
	display: block;
}

.primary {
	float: left;
	width: 100%;
}

.defaultLayout p img {
	border-style: solid;
	border-width: 1px;
	border-color: #ceccc3;
	margin: 5px 5px 5px 20px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.primary.home-presentation {
	float: left;
	width: 620px;
	margin: 0;
}

.primary.defaultLayout {
	width: 650px;
	float: left;
	margin: 0;
}

.home .container .mainHome{
	background: none;
}
.page #main, #main.archivePage {
	position: relative;
	z-index: 7;
	top: 0;
	margin: 0 0 50px 0;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	border-bottom-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: #ceccc3;
	background-color: rgba(255,255,255,0.5);
}

#main.mainHome {
	top: -6px;
	margin-top: 0;
	padding: 0 0 20px 0;
	border: none;
	background: none;
}

/* Increase the size of the content area for templates without sidebars */

.full-width .content,
.image-attachment .content,
.error404 #content {
	margin: 0;
}
.home article#post-36{
	margin-top: 50px;
	text-align: center;
	width: 1000px;
}
.home .entry-content{
	text-align: center;
	width: 600px;
	margin: 0 200px;
}
.home .entry-content p{
	font-family: 'Ovo', serif;
	font-size: 1.2em;
}

/* @end */

/* @group Side Bars */


#main .home-sidebar {
	width: 367px;
	margin-right:3px;
}

#main .widget-area {
	float: right;
	overflow: hidden;
/

*width: 200px;*/
}

/*#main .default-sidebar {
	padding: 20px 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ceccc3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ceccc3;
	margin: 30px 10px 10px 0;
}*/

#main .default-sidebar #text-3 h4 {
	text-transform: uppercase;
	color: #534741;
	font-size: 1.6em;
	background: url(images/_elements/contactIcon.png) no-repeat;
	background-position: left;
	padding: 10px 0 0 27px;
}

#main .default-sidebar #text-3 .textwidget {
	background-color: #e9e8db;
	padding: 20px 10px;
	margin-top: 5px;
}

#main .default-sidebar #text-3 .textwidget p {
	font-size: .95em;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#main .gallery-sidebar, #main .default-sidebar{
	padding: 20px 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ceccc3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ceccc3;
	margin: 30px 10px 10px 0;
	width: 240px;
}

#main .gallery-sidebar .search-widgettitle{
	text-transform: uppercase;
	color: #534741;
	font-size: 1.4em;
	background: url(images/_elements/search.png) no-repeat;
	background-position: left;
	padding: 10px 0 0 23px;
}
#main .gallery-sidebar h2 {
	display: none;
}

#main .gallery-sidebar .gallery-widgettitle {
	text-transform: uppercase;
	color: #534741;
	font-size: 1.4em;
	background: url(images/_elements/cartIcon.png) no-repeat;
	background-position: left;
	padding: 10px 0 0 37px;
}

/* @group Shopping Cart */

#main .gallery-sidebar .shopping_cart {
	font-size: 10px;
}
#main .gallery-sidebar .shopping_cart table tr {
	background-color: #e9e8db;
	}
#main .gallery-sidebar .shopping_cart table td {
	padding: 10px 5px 5px 5px;
	}

#main .gallery-sidebar .shopping_cart table th {
	color: #706056;
	font-family: 'Ovo', serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	border-left-style: solid;
	border-left-color: #bdbbb0;
	border-left-width: 1px;
	border-top: none;
	padding: 5px;
}
#main .gallery-sidebar .shopping_cart table th:first-child {
	padding-left: 5px;
	padding-right: 0px;
}
#main .gallery-sidebar .shopping_cart table th.lastChild, #main .gallery-sidebar .shopping_cart table th:first-child {
	border:none;
}

#main .gallery-sidebar .shopping_cart table td.lastChild {
	border-top:none;
	border-left: none;
	padding: 10px 0px 5px 0px;
}
#main .gallery-sidebar .shopping_cart table tr:last-child {
	border-top:none;
	border-left: none;
}

#main .gallery-sidebar .shopping_cart table td input[type="image"]{
	float: right;
	/*background: url(images/_elements/delete.png) no-repeat center center;*/
}
#main .gallery-sidebar .shopping_cart table td input[type="text"]{
padding-right: 10px;
}

#main .gallery-sidebar .shopping_cart table th:first-child, #main .gallery-sidebar .shopping_cart table td:first-child {
	border-left:none;
	text-align: left !important;
}


#main .gallery-sidebar .shopping_cart table tr td{
	border-top-style: solid;
	border-top-color: #bdbbb0;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #bdbbb0;
	border-left-width: 1px;
	text-align: right !important;
}

#main .gallery-sidebar .shopping_cart table td {
	color: #534741;
}

#main .gallery-sidebar .shopping_cart table td input {
	background-color: #e9e8db;
	border: none;
}

#main .gallery-sidebar .shopping_cart table td input textarea {
	color: #534741;
}

table td a, table td a:visited {
	color: #223a48;
	text-decoration: underline;
}

table td a:active, table td a:hover {
	color: #476d82;
	text-decoration: none;
}

form.wp-cart-button-form input[type="submit"] {
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	background: url(images/_elements/bg-addToCart.jpg) no-repeat left center;
	height: 35px;
	padding: 0 10px 0 30px;
	display: block;
	border: 1px solid #bcbdb8;
	text-transform: uppercase;
}
.borderTop{
	border: 0px !important;
	border-top-style: solid !important;
	border-top-color: #bdbbb0 !important;
	border-top-width: 1px !important;
}
/* @end  */

/* @group Search */

li#ngg-sidebar-widget-2{
	list-style: none;
}

#ngg-sidebar-widget-2 ul{
	list-style: none;
}

ul.galtags{
	list-style: none;
}
#main .secondary .hello ul{
	list-style: none;
}



/* @end */

/* @group Quote */

section.quote{
	display: block;
	float: left;
	width: 975px;
	margin-top: 50px;
	background: url(images/_bg/quoteLines-top.png) no-repeat center top;
}
section.quote li div.textwidget{
	font-family: 'Ovo', serif;
	color: #497086;
	font-size: 2.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	background: url(images/_bg/quoteLines-Bottom.png) no-repeat center bottom;
	padding: 45px 30px;
}
section.quote li div.textwidget a{
	font-family: 'Ovo', serif;
	color: #223A48;
	font-size: .7em !important;
    line-height: 1.5em;
    display: block;
    margin-top: 20px;

}
section.quote li div.textwidget a:hover, section.quote li div.textwidget a:active{
	text-decoration: none;
}
section.quote li div.textwidget span{
	color: #8c8976;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Ovo', serif;
}
.quote li {
    list-style: none;
}
.mainHome .entry-content a, .mainHome .entry-content a:visited{
	color: #223A48;
	text-decoration: underline;;
}
.mainHome .entry-content a:hover, .mainHome .entry-content a:active{
	text-decoration: none;;
}

/* @end */


/* @end */


/* @group Alignment */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

/* @end */

/* @group Header */

#site-title {
	height: 49px;
	width: 567px;
	overflow: hidden;
	margin: 0 auto;
}
section.social-media{
	float: right;
	margin-top: 0px;height: 35px;	width: 115px;}

section.social-media ul{
	float: right;
	width: 115px;
	height: 35px;
	list-style-type: none;}

section.social-media ul li {
	list-style-type: none;
	display: inline-block;
	width: 115px;
	height: 35px;}

section.social-media ul li a{
	float: right;
	height: 0px;
	overflow: hidden;
	padding: 35px 0 0 0;
	width: 115px;
}

section.social-media ul li a {background: url(images/_elements/fb-new.png) no-repeat left top;}
/*section.social-media ul li a:hover {background-position: left -35px;}*/

/* @end */

/* @group Content Elements */

.headerBtn {
	position: absolute;
	right: 0;
	width: 150px;
	text-align: center;
	line-height: 25px;
	background: url(images/_elements/headerBtns.png) no-repeat;
}

.headerBtn.headerCartItems {
	top: 0;
	background-position: left bottom;
	padding: 5px 0 18px;
	text-align: left;
	font-family: 'Ovo', serif;
	font-size: 13px;
	line-height: 18px;
	color: #534741;
}
.headerBtn.headerCartItems img{
	float: left;
	padding: 0 7px 0 12px;
}
.headerBtn.headerCartItems a, .headerBtn.headerCartItems a:visited{
	color: #7d6f66;
	text-decoration: none; text-transform: uppercase; font-size: 13px;
	text-shadow: #71665d .5px 0 1px;
}
.headerBtn.headerCartItems a:hover, .headerBtn.headerCartItems a:active{
	color: #534741;
	text-align: none;
}


.headerBtn.headerCartView {
	bottom: 50px;
	background-position: left top;
	padding-top: 5px;
}

.home-slider-main {
	background: url(images/_bg/bg-rightCol.png) repeat-y center bottom;
	text-align: right;
	overflow: hidden;
	min-height: 470px;
}
#slider {
	border: 1px solid #8c8976; border-top: none !important;
	box-shadow: 0 2px 5px #666;
	-webkit-box-shadow: 0 2px 5px #666;
	box-shadow: 0 2px 5px #666;
}
.home-slider-bottom {
	background: url(images/_bg/bg-rightCol-btm.png) no-repeat center center;
	height: 30px;
}

.home-sidebar header {
	background: url(images/_elements/trans-brush.png) no-repeat 145px top;
	padding-top: 90px;
	margin: 0;
}

.home-sidebar header h1 {
	background: url(images/_elements/title-rightCol.png) no-repeat;
	background-position: right;
	height: 0;
	width: 347px;
	overflow: hidden;
	marign: 0 20px 0 0;
	padding-top: 48px;
}

.home-sidebar ul {
	margin: 10px 0;
	padding: 0;
}

.home-sidebar ul li {
	margin: 20px;
	list-style: none;
	text-indent: 0;
}



.item-content .attachment-post-thumbnail {
	float: right;
	margin: 0;
	padding: 0;
}

.item-content .attachment-post-thumbnail img {
	border: solid 1px #eee;
	box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888;
	margin: 10px 0 20px 20px;
}


/* @end */

/* @group Typography */

.primary p {
	margin: 6px 0 10px;
	color: #706056;
	font-size: 1em;
	line-height: 1.6em;
}

.secondary p {
	color: #706056;
}

.galleryContent p{
	margin-left: 30px;
}
/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ovo', serif;
}

h1 {
	color: #4f7287;
	font-weight: bold;
	text-transform: uppercase;
}

.primary h1 {
	font-size: 32px;
	line-height: 40px;
}

h1.entry-title {
	color: #534741;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/_elements/bg-pageHeader.png) repeat-x;
	background-position: bottom left;
	padding: 50px 0 10px;
	margin: 0 0 20px;
}

h1.entry-title .subTitle {
	font-size: 24px;
	color: #4F7287;
	font-family: 'Ovo', serif;
}
.returnGalleryLink{
	background: url(images/_elements/bg-backToGallery.jpg) no-repeat left center;
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	height: 35px;
	padding: 0 10px 0 40px;
	display: block;
	border: 1px solid #bcbdb8;
	width: 150px;
}
.inquire{
	background: url(images/_elements/bg-Inquire.jpg) no-repeat right center;
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	height: 35px;
	padding: 0 10px 0 10px;
	display: block;
	border: 1px solid #bcbdb8;
	width: 100px;
	margin: 0 auto;
}
.buy-now-button{
	background: url(images/_elements/buy-now-button.png) no-repeat right center;
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	height: 35px;
	padding: 0 10px 0 10px;
	display: block;
	border: 1px solid #bcbdb8;
	width: 100px;
	margin: 0 auto;
	margin-top:10px;
}

.returnGalleryLink a, .returnGalleryLink a:visited, .inquire a, .inquire a:visited,.buy-now-button a,.buy-now-button a:visited {
	color: #4F7287;
	text-decoration: none;
	padding: 10px 0px;
}

.returnGalleryLink a:hover, .returnGalleryLink a:active, .inquire a:hover, .inquire a:active,.buy-now-button a:hover, .buy-now-button a:active{
	color: #2d414d;
	text-decoration: none;
}

/* @end */

/* @group Contact Form */

.contactform {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
}

.contactform label {
	float: left;
	min-width: 120px;
	margin-right: 8px;
	padding-top: 10px;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #706056;
}

.contactform label b {
	color: #706056;
}

.contactform label.smallLabel {
	min-width: 50px;
}

.contactform input[type="text"],
.contactform input[type="email"] {
	padding: 7px 4px;
	font-size: 1em;
	line-height: 1.8em;
	float: left;
	width: 186px;
	background-color: #efefec;
	border: 1px solid #bdbbb0;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 12px;
}
.contactform input.artwork  {
	width: 510px !important;
}

.contactform textarea {
	padding: 7px 2px 2px;
	font-size: 1em;
	line-height: 1.8em;
	border: 1px solid #bdbbb0;
	margin-top: 5px;
	margin-bottom: 12px;
	height: 110px;
}

.contactform .wpcf7-form textarea, #More_Information {
	width: 510px;
	background-color: #efefec;
}

.contactform span.Zip input {
	width: 135px;
}

.contactform span.State input {
	width: 135px;
	margin-right: 10px !important;
}

div.cb input:last-child {
	margin-right: 0 !important;
}

.wpcf7-not-valid {
	margin-right: 0 !important;
}

.wpcf7-form-control-wrap {
	margin-right: 0 !important;
	margin-left: 0;
}

.contactform #contact_submit, input.wpcf7-submit {
	margin-right: 3px !important;
}

.contactform input, .contactform label {
	display: inline;
}

span.wpcf7-not-valid-tip {
	display: none;
}

input.wpcf7-not-valid {
	border-color: #982020 !important;
}

.wpcf7-submit{
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	background: url(images/_elements/bg-send.jpg) no-repeat left center;
	height: 35px;
	padding: 0 10px 0 45px;
	display: block;
	border: 1px solid #bcbdb8;
	float: right;
}

div.wpcf7-validation-errors{
	border: none;
	color: #982020;
	font: 12px/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
div.wpcf7-mail-sent-ok{
	border: none;
	color: #4b6f83;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight:bold;
}
/* @end */

/* @group Menu */

#access {
	background: url(images/_bg/bg-mainNav.png) repeat-x;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 53px;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	box-shadow: 0 3px 5px #444;
	-mox-box-shadow: 0 3px 5px #444;
}

.navRibbonLeft, .navRibbonRight {
	position: absolute;
	background-position: center center;
	z-index: 9;
	background-repeat: no-repeat;
	bottom: -15px;
	width: 37px;
	height: 69px;
}

.navRibbonLeft {
	background-image: url(images/_bg/bg-leftNavRibbon.png);
	left: -37px;
}

.navRibbonRight {
	background-image: url(images/_bg/bg-rightNavRibbon.png);
	right: -37px;
}

#branding.container.homeHeader .navRibbonRight {
	right: -33px;
}

#branding.container.homeHeader .navRibbonLeft {
	left: -36px;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
    width: 100%;
justify-content: space-evenly;
}

#access li {
	float: left;
	position: relative;
	padding: 15px 14px 0;
}

#access a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	color: #f0f0ec;
	font: 18px/1em 'Ovo', serif;
}

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

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

#access ul ul a {
	color: #f0f0ec;
	text-decoration: underline;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #f0f0ec;
	text-decoration: underline;
}
#access ul li a:active{
	color: #223A48;
}
#access ul ul a:hover {
	background: #000;
}

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

/* @end */

/*
 *
 * Content
 *
 */

.content nav {
	display: block;
	overflow: hidden;
}

.content nav .nav-previous {
	float: left;
	width: 50%;
}

.content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.content #nav-above {
	display: none;
}

.paged .content #nav-above,
.single .content #nav-above {
	display: block;
}

#nav-below {
	margin: 1em 0 0;
}

.page-link {
	margin: 0 0 1em;
}

/*
 *
 * 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,
.widget-area img {
	max-width: 100%;
	/

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

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

img.alignleft {
	margin-right: 1em;
}

img.alignright {
	margin-left: 1em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */

.required {
	color: #982020;
}

/*
 *
 * Comments
 *
 */

article.comment {
	display: block;
}

#respond input[type=text] {
	float: left;
	margin: 1em 1em 0 1em;
}

#respond .comment-form-comment label {
	display: none;
}

#respond textarea {
	margin: 20px 0px 10px 75px;
	float: left;
	width: 500px;
	border: 1px solid #ceccc3;
	padding: 10px;
	font-size: 1em;
	line-height:1.5em;
}

#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	font-size: .8em;
	line-height: 1.3em;
	margin: 0 0 0 75px;
}

#respond .form-allowed-tags code {
	display: block;
}

/*
 *
 * Footer
 *
 */

#colophon {
	color: #f8f9f3;
	font-family: 'Ovo', serif;
	clear: both;
	display: block;
	padding: 20px 0;
	background: url(images/_bg/bg-colophon.png) repeat-x left top;
}
#colophon small {
	font: 14px/25px 'Ovo', serif;
}

#colophon small.designedBy {
	color: #d5d2c6;
	font-size: 12px;
	text-transform: uppercase;
}

#colophon small .designedBy a, .designedBy a:visited {
	color: #d5d2c6;
	text-decoration: underline;
	font-family: 'Ovo', serif;
}

.designedBy a:hover, .designedBy a:active {
	color: #d5d2c6;
	text-decoration: none;
}

#colophon .menu-footer-container {
	float: right;
}

#colophon .menu {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}

#colophon .menu li {
	float: left;
	list-style: none;
	font-family: 'Ovo', serif; line-height: 25px;
}

#colophon .menu li:first-child span {
	display: none;
}

#colophon .menu  li a, #colophon .menu  li a:visited {
	color: #f8f9f3;
	text-decoration: none;
}

#colophon .menu  li a:hover, #colophon .menu  li a:active {
	color: #f8f9f3;
	text-decoration: underline;
}

/* @group Home Slideshow */
.ngg-slideshow{
	background-color: #eee;
	box-shadow: 0 0 5px #cfcfcf;
	-moz-box-shadow: 0 0 5px #cfcfcf;
	-webkit-box-shadow: 0 0 5px #cfcfcf;
	border: 1px solid #cfcfcf;
	padding: 20px 0px;
	text-align: center;
}
.ngg-slideshow img{
	margin: auto !important;
	-webkit-box-shadow: inset 0px 0px 0px 5px #000;
	box-shadow: inset 0px 0px 0px 5px #000;
}

/* @end */


/* @group Featured Art */

.additionalImages a img{
	border: solid 1px #eee;
	box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888;
	margin: 10px 0 20px 20px;
}

.featured_art .item-content{
	overflow: hidden;
}

/* @end */

/* @group Gallery */


/* @group Album Styles */

.ngg-albumoverview .ngg-album-compact {
	height: auto;
	width: auto;
}
#main .albumGalleryWrap {
	display: block;
	width: 265px;
	height: 320px;
	background-color: #eee;
	box-shadow: inset 0 0 5px #cfcfcf;
	-moz-box-shadow: inset 0 0 5px #cfcfcf;
	-webkit-box-shadow: inset 0 0 5px #cfcfcf;
	border: 1px solid #cfcfcf;
	margin: 10px !important;
	padding: 10px !important;
	float: left;
}
.ngg-albumoverview{
	padding: 25px 0 25px 20px;
}
#main .ngg-album-compactbox {
	height: auto;
	width: auto;
	background: none;
	margin: 0;
	padding: 0;
}

#main .ngg-album-link {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#main .ngg-album-link a.Link {
	display: block;
	border: none;
	overflow: hidden;
	text-align: center;
}

#main .ngg-album-link a.Link:hover {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
	opacity: 0.9;
}

#main .ngg-album-compact .ngg-album-compactbox img.Thumb {
	border: solid 1px #eee !important;
	box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
	box-shadow: 0 2px 5px #888;
	margin: 0 auto;
	overflow: hidden;
}

.albumGalleryWrap h1 {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-family: 'Ovo', serif;
}

.albumGalleryWrap h1 a, .albumGalleryWrap h1 a:visited {
	text-decoration: none;
	color: #426475;
}

.albumGalleryWrap h1 a:hover, .albumGalleryWrap h1 a:active {
	text-decoration: none;
	color: #839ca8;
}

/*.viewMark {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/_elements/viewGallery.png) no-repeat center center;
	width: 79px;
	height: 33px;
}*/

.albumGalleryWrap p {
	font-family: 'Ovo', serif;
	text-align: center;
	font-size: 14px !important;
	line-height: 20px;
}
.ngg-album-compact p {
    margin: 6px 0 10px !important;
}

/* @end */

/* @group Gallery Styles */

#main .primary .content #post-20 .entry-content,
#main .primary .content #post-268 .entry-content{
	background-color: #eee;
	box-shadow: inset 0 0 5px #cfcfcf;
	-moz-box-shadow: inset 0 0 5px #cfcfcf;
	-webkit-box-shadow: inset 0 0 5px #cfcfcf;
}
.ngg-galleryoverview{
	padding:25px 0 25px 20px;
}
#main .primary .content .entry-content .ngg-galleryoverview {
	padding: 25px 0 25px 20px;
}

#main .primary .content .entry-content .galleryItem {
	position: relative;
	width: 265px;
	min-height: 420px;
	background-color: #eee;
	box-shadow: inset 0 0 5px #cfcfcf;
	-moz-box-shadow: inset 0 0 5px #cfcfcf;
	-webkit-box-shadow: inset 0 0 5px #cfcfcf;
	border: 1px solid #cfcfcf;
	margin: 10px;
	padding: 10px;
}

#main .primary .content .entry-content .ngg-gallery-thumbnail {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	margin: 0px;
	width: 265px;
}

#main .primary .content .entry-content .ngg-gallery-thumbnail img {
	background-color: #eee;
	margin: 0 auto;
	padding: 0px;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	border: solid 1px #eee;
}

#main .primary .content .entry-content .ngg-gallery-thumbnail img:hover {
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
	opacity: 0.9;
}
.ngg-gallery-thumbnail-box div.imgTitle {
	width: 90%;
	font-size: 20px;
	line-height: 28px;
	padding: 5px 5%;
	text-align: center;
	font-family: 'Ovo', serif;
}
/*
.ngg-gallery-thumbnail-box div.imgTitle {
	position: absolute;
	bottom: 0;
	width: 90%;
	font-size: 20px;
	line-height: 28px;
	padding: 5px 5%;
	background-color: #555;
	z-index: 9;
	text-align: center;
	font-family: 'Ovo', serif;
}*/

.ngg-gallery-thumbnail div.imgTitle {

}
/*.ngg-gallery-thumbnail div.imgTitle {
	background: url(images/_elements/bg-imgTitle.png) no-repeat;
}

.ngg-gallery-thumbnail.img-light div.imgTitle {
	background-position: right top;
}

.ngg-gallery-thumbnail.img-dark div.imgTitle {
	background-position: left top;
}

.ngg-gallery-thumbnail.img-dark div.imgTitle {
	color: #362f2d;
	text-decoration: none;
}

.ngg-gallery-thumbnail.img-light div.imgTitle {
	color: #f0f0ec;
	text-decoration: none;
}*/

.ngg-gallery-thumbnail-box .img-details{
	text-align: center;
	display: block;
	padding: 0 0 5px 0;
}

.pop-details{
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.refHTML{
	display: none;
}

span.imgPrice {
	color: #706056;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-top: 30px;
}

span.imgBuyButton {
	float: right;
	margin-top: 20px;
}

/*.ngg-gallery-thumbnail .zoomMark {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/_elements/zoomBtn.png) no-repeat center center;
	width: 90px;
	height: 33px;
	display: block;
	z-index: 1;
	overflow: hidden;
	text-indent: -99999px;
}*/

.zoom, .view{
	display: block;
	clear: both;
	text-align: center;
}
.zoom a, .zoom a:visited{
	background: url(images/_elements/zoom.png) no-repeat left center;
	padding: 0 0 0 17px;
	font-family: 'Ovo', serif;
	font-size: 1em;
	line-height: 2em;
	color:#4F7287;
	text-decoration: none;
}
.view a, .view a:visited{
	background: url(images/_elements/view.png) no-repeat left center;
	padding: 0 0 0 17px;
	font-family: 'Ovo', serif;
	font-size: 1em;
	line-height: 2em;
	color:#4F7287;
	text-decoration: none;
}
.zoom a:hover, .zoom a:active, .view a:hover, .view a:active{
	text-decoration: underline;
}

.galleryImgOptions{
	overflow: none;
	display: block;
	margin-top: 20px;
}
/* @end */


/* @end */

/* @group Cart Page */



#main .secondary .hello{
	background-color: #E9E8DB;
	padding: 20px 10px;
	margin: 10px 0 0 0;
}
#main .entry-content .cartPage .hello .shopping_cart table tr {
	background-color: #e9e8db;
	}
#main .entry-content .cartPage .hello .shopping_cart td {
	padding: 10px 5px 5px 5px;
	}

#main .entry-content .cartPage .hello .shopping_cart table th {
	color: #706056;
	font-family: 'Ovo', serif;
	font-size: 12pt;
	text-align: center;
	font-weight: normal;
	border-left-style: solid;
	border-left-color: #bdbbb0;
	border-left-width: 1px;
	border-top: none;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
}
#main .entry-content .cartPage .hello .shopping_cart table th:first-child {
	padding-left: 5px;
}
#main .entry-content .cartPage .hello .shopping_cart table th:last-child, #main .entry-content .cartPage .hello .shopping_cart table th:first-child {
	border:none;
}
#main .entry-content .cartPage .hello .shopping_cart table td:last-child {
	border-top:none;
	border-left: none;
	padding: 10px 0px 5px 5px;
	background-color: #FCFCFA;
}
#main .entry-content .cartPage .hello .shopping_cart table tr:last-child, #main .entry-content .cartPage .hello .shopping_cart table tr:first-child {
	border-top:none;
	border-left: none;
	background-color: rgba(255, 255, 255, 0.5);
}

#main .entry-content .cartPage .hello .shopping_cart table td input[title="Remove"]{
	float: left;
	/*margin-top: 10px;*/
}
#main .entry-content .cartPage .hello .shopping_cart table td input.wp_cart_checkout_button{
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}


#main .entry-content .cartPage .hello .shopping_cart table th:first-child, #main .entry-content .cartPage .hello .shopping_cart table td:first-child {
	border-left:none;
}


#main .entry-content .cartPage .hello .shopping_cart table tr td{
	border-top-style: solid;
	border-top-color: #bdbbb0;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #bdbbb0;
	border-left-width: 1px;
}

#main .entry-content .cartPage .hello .shopping_cart table td {
	color: #534741;
}

#main .entry-content .cartPage .hello .shopping_cart table td input {
	background-color: #e9e8db;
	border: none;
}

#main .entry-content .cartPage .hello .shopping_cart table td input textarea {
	color: #534741;
}

#main .entry-content .cartPage .hello .shopping_cart table td input[type="image"] {
	background: url(images/_elements/delete.png) no-repeat;
}



/* @end */

/* @group Blog */

.blog {
	margin: 0 auto;
}
.blog .container #main, .single-post .container #main{
	border-bottom-style: solid;
	border-style: solid;
	border-width: 1px;
	border-color: #ceccc3;
	background-color: rgba(255,255,255,0.5);
	padding: 0 20px 20px;
	overflow: hidden;
	margin: 0 0 50px 0;
}
.blog .entry-header, .blog .entry-content{
	width: 650px;
	float: left;
}
.blog .entry-content .entry-meta{
	width: 650px;
	float: left;
}
.blog .secondary.widget-area.default-sidebar {
	padding: 20px 15px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ceccc3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ceccc3;
	margin: 30px 10px 10px 0;
	width: 240px;
	float: left;
}
.single-post .container #main .entry-content{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #ceccc3;
}
.single-post .container #main footer{
	margin-top: 20px;
}
.blog .primary{
	width: 650px;
	float: left;
}
#nav-above{
	margin-top: 20px;
}
#nav-above h1, #nav-below h1{
	display: none;
}
.home #main .primary{
	width: 630px;
}
#main .primary{
	width: 650px;
}

.form-submit #submit{
	font-size: 14px;
	line-height: 35px;
	color: #4F7287;
	font-family: 'Ovo', serif;
	height: 35px;
	padding: 0 10px 0 40px;
	display: block;
	border: 1px solid #bcbdb8;
	width: 150px;
	background: url(images/_bg/bg-post.jpg) no-repeat left center;
	margin: 0 0 0 75px;
}
#submit:hover, #submit:active{
	color: #223A48;
}

#comments{
	padding: 10px 0;
}

#comments-title{
	padding: 10px 0;
}

ol.commentlist{
	padding: 10px 0;
	margin: 20px;
	border-bottom:1px solid #ceccc3;
	border-top:1px solid #ceccc3;
}

ol.commentlist li{
	padding-bottom: 10px;
}
#commentform .comment-form-author label, #commentform .comment-form-email label{
	float: left;
	margin: 1em 0 0 0;
	text-align: right;
	width: 50px;
}
#commentform .comment-form-url label{
	float: left;
	margin: 1em 0 0 0;
	text-align: right;
	width: 62px;
}
.comment-notes span.required{
	float: none;
	margin: 0px;
}
span.required{
	float: left;
	margin: 10px 0 0 5px;
}
#commentform input{
	margin:1em;
	float: left;
	border: 1px solid #ceccc3;
	padding: 10px;
	font-size: 1em;
	line-height:1.5em;
	width: 500px;
}

/* @end */
div#shShutter{background:#fff;}
div#shDisplay{text-align: center;}
div#shDisplay div#shWrap {visibility: hidden;padding: 30px 20px 20px 20px;background: #eee;position: relative;display: inline-block;border: 20px solid rgba(0,0,0,0.6);}
div#shDisplay img#shTopImg{border:0; cursor:inherit;}
#shName {float: left;width:100%;clear: both;overflow: hidden;font-size: 20px;line-height: 24px;color: #4f7287;font-weight: bold;font-family: 'Ovo', serif;text-align: left;margin:20px 0 0;}
#shDisplay div#shCount{clear: both;}
body .ngg-navigation a.page-numbers,
body .ngg-navigation a.next,
body .ngg-navigation a.prev,
body .ngg-navigation span.current{background:none; border:1px solid #ddd;padding:3px 8px;color: #223A48;font-size: 13px;line-height: 18px;font-weight: 400;border-radius: 0;}
body .ngg-navigation a.page-numbers:hover,
body .ngg-navigation a.next:hover,
body .ngg-navigation a.prev:hover{background:#0066CC; border-color:#0066CC; color:#fff !important;}
body .ngg-navigation span.current,
body .ngg-navigation span.current:hover{border-color:transparent; background:none; color:#223A48 !important; cursor:inherit !important;}

body .ngg-gallery-thumbnail {
    border: 0;
}
#main .primary .content .entry-content .galleryItem:nth-child(2n+1) {
    clear: left;
}
#main .ngg-album-compactbox {
    padding: 0 !important;
    border: 0;
    text-align: center;
}
#main .ngg-album-compactbox:before,
#main .ngg-album-compactbox:after{
	display: none;
}
#main .ngg-album-link{
	display: inline-block;
}
.returnGalleryLink,
.galleryItem .galleryImgOptions .inquire{position: relative;}
.returnGalleryLink a:after,
.galleryItem .galleryImgOptions .inquire a:after {position: absolute;content: "";top:-1px;left:-1px;right:-1px;bottom:-1px; z-index:1;}
#shClose {
	display: block;
    width: 20px;
    height: 0;
    overflow: hidden;
    padding: 20px 0 0 0;
    position: absolute;
    right: 5px;
    top: 5px;
    background:url(images/delete.png) no-repeat center;
    cursor: pointer;
}
