/*
Theme Name: Chatham Fine Art
Theme URI: http://vigilantecreative.com
Description: Custom template for ChathamFineArt.com
Version: 0.1
Author: Vigilante Creative
Author URI: http://vigilantecreative.com
Tags: clean
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css');*/

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
       @import url('../hybrid/library/css/18px.css');
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
	
/* Fixed Width */
	   @import url('../hybrid/library/css/2c-l-fixed.css');
	/* @import url('../hybrid/library/css/2c-r-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-c-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-l-fixed.css'); */
	/* @import url('../hybrid/library/css/3c-r-fixed.css'); */

/* Plugins CSS */
       @import url('../hybrid/library/css/plugins.css');
	
/* Get drop-downs CSS */
       @import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
body {
	font: normal 96%/20px "Times New Roman", Times, serif;
	color: #817f76;
	background: #ffffff url(images/bg_spackle.jpg) repeat;
}

	/* Wrapper for everything inside of the body */
	#body-container {	margin: 0px auto 20px auto;}
	

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited {color: #64635F;text-decoration: none;}
a:hover, a:active {color: #000;text-decoration:underline;}

/***** Headings *****/
/* Banner */
h1 { font-size: 22px;}
h1 span { text-indent: -9999px; }

/* Pagetitle */
h2 {font-size: 20px;}

/* Head */
h3 {font-size: 18px;}

/* Subhead */
h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}


/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Horizontal Rule */
hr {}

/* Paragraphs */
p {margin-bottom:18px;}

/* List Items */
li {margin-left: 20px;}

/* Unordered lists */
ul {list-style: disc;}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Object */
object {}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
/*	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	*/
	}
table.productcart img { margin: 3px; padding: 0px; text-align: center; border: 3px solid #EEEBDB;}
table.productcart td img { margin: 0 auto;}
table.wpsc_checkout_table tr td { vertical-align: top;}
#wpsc_shopping_cart_container { height: 520px;}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
/*	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;	*/
	}
th {
	background: #eee;
	}

/* Form Elements */
form { }
fieldset { border: 1px solid #cccccc; }
legend { color: #000000; }
label { }
select {
	background: #FFFFFF;
	border: 1px solid #D5D6CF;
	color: #333;
	margin-bottom: 6px;
}
option { }
textarea {	width: 97%; 	background: #FEFEFE;border: 1px solid #D5D6CF;margin-bottom: 6px; }
input[type="button"] { }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { }
input[type="radio"] { }
input[type="reset"] { }
input[type="reset"], #fancy_notification #fancy_notification_content a {
	margin: 5px;
	color:#9b9889;
	font-weight:bold;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:11px !important;
	line-height:14px;
	padding:4px 8px;
	text-decoration:none;
	background: #eeebda;
}

input[type="reset"]:hover, #fancy_notification #fancy_notification_content a:hover {
	background:#eeebda scroll left top;
	color:#905600;
}
input[type="submit"], #fancy_notification #fancy_notification_content a {
	margin: 5px;
	color:#9b9889;
	font-weight:bold;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:11px !important;
	line-height:14px;
	padding:4px 8px;
	text-decoration:none;
	background: #eeebda;
}

input[type="submit"]:hover, #fancy_notification #fancy_notification_content a:hover {
	background:#eeebda scroll left top;
	color:#905600;
}

div.wpsc_loading_animation { float: none;}


/*#payment-gateway input[type="submit"], #fancy_notification #fancy_notification_content a {
	margin: 5px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:11px !important;
	line-height:14px;
	padding:4px 8px;
	text-decoration:none;
	background: #093;
}

#payment-gateway input[type="submit"]:hover, #fancy_notification #fancy_notification_content a:hover {
	margin: 5px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:11px !important;
	line-height:14px;
	padding:4px 8px;
	text-decoration:none;
	background: #00E149;
}*/

input[type="text"] {
	background: #FEFEFE;
	border: 1px solid #D5D6CF;
	margin-bottom: 6px;
}
button {	margin: 5px;
	color:#9b9889;
	font-weight:bold;
	-moz-border-radius:7px 7px 7px 7px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:11px !important;
	line-height:14px;
	padding:4px 8px;
	text-decoration:none;
	background: #eeebda; }

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #CCC;
	}
	
	
	
	#mc_signup_form .mc_input { width: 270px;}
	
	#mc_signup_form   input[type="text"] { margin-bottom:13px;}
	


/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	border:10px solid #EEEBDB;
	}
.right, .alignright {
	border:10px solid #EEEBDB;
	}
.center, .aligncenter {
	border:10px solid #EEEBDB;
	margin:0 auto;
	}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {}
.gallery img {border: 1px solid #ccc;}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {	background:url(images/bg_nav_divider.jpg) no-repeat scroll center bottom transparent;
	height:100px;
	width: 960px;
	margin:20px auto 10px;
	position: relative;
	}

	/* Contains site title and tagline */
#header {
	height:100px;
	width: 342px;
	margin:0px auto 10px auto;
	position: relative;
}

.view-cart {
	background:url("images/icon_cart.png") no-repeat scroll center center transparent;
	float:right;
	margin:2px 45px 0 0;
	text-align:right;
	width:150px;
	}

.view-cart a { color:#afb2a4;}
#shipping-form-left { float: left; width: 50%;}
#shipping-form-right { float: right; width: 50%;}
#payment-gateway { margin: 20px 0px 0px 0px;}
	#logo {
	background: url(images/logo.png) no-repeat;
	height: 80px;
	width: 342px;
	margin: 0 auto;

}

/* Blog title */
#site-title { display: none;}
#site-title a {}
#site-title a span {}

/* Blog description */
#site-description { display: none;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	margin:10px auto 10px auto;
	width:560px;
	height: 30px;
	z-index:100;
	}

	/* Page nav */
#page-nav {}
#page-nav ul {}
#page-nav li {
	margin-right: 9px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	background:none repeat scroll 0 0 transparent;
	border-style:none;
	color:#64635F;
	padding:0 9px 9px;
	text-transform:lowercase;
	}
#page-nav li.current_page_item {
	background: url(images/nav_lines.gif) bottom center no-repeat;}
#page-nav li a:hover, a:active {
	background: url(images/nav_lines.gif) bottom center no-repeat;
	text-decoration:none;
	}
	
 li.page-item-9 li a:hover { cursor: pointer; }
 li.page-item-9 a:hover { cursor: default;  color: #64635F; background: url(images/nav_lines.gif) bottom center no-repeat; }

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	margin-left:-22px;
	padding-top:5px;
	
	}
#page-nav li ul a:hover, a:active {
	background:none;
	text-decoration:underline;
	}
#page-nav li ul li.current_page_item {
	background:none;
	text-decoration:underline;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}
	


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {	margin-bottom: 20px;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {
		margin:0 0 20px;
		text-align:justify;
		}
	
	.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}
	
	#fancy_notification { padding: 10px;}
	
	/*products */
	
	p.soldout { width: 260px;}

/* Breadcrumb */
.breadcrumb {
	display:none;
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {	overflow: hidden; margin: 0 0 40px 0;}
		.single .post, .attachment .post, .page .post {margin: 0;}
		.post img {max-width: 568px;padding: 5px;border: 1px solid #ccc;}

	/* Post, page, and archive titles */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.entry-title a {color: #000;}
.single-title {}
.page-title {display:none;} 
.attachment-title {margin: 0 0 20px 0;}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}
			
			/* Archive information */
			.author-info, .search-info {overflow: hidden; margin: 0 0 40px 0;}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}
	
/* Byline Product Search */	
#out_default_pic, #out_grid_pic { display: none;}

#filter { width: 960px; clear: both; height: 30px; float: left;}

.filter-title { float:left; margin: 4px 0px 0px 0px;}

.filter-left { float:left; width: 550px;}
.filter-middle { float: left; width: 245px;}
.filter-right { float: left; width: 165px;}

#filter-search div.wpsc_product_search input.wpsc_product_search, #filter .product_search img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
	
	.page-35 .wpsc_categories { display: none;}
	
	/*#post-35 { margin-top: 40px;}*/

#filter-search div.wpsc_product_search {
	background-color:transparent;
	display:inline;
	float:right;
	margin:5px 0px 0px 0px;
	padding:0;
	width:170px;
	height: 28px;
	}
.product_search div { display: none;}
/* ---------- Mega Drop Down --------- */
#sort-menu {
float:left;


	}

#mega {
list-style:none;
font-weight:bold;
height:2em;
margin:0px;
}
#mega li {
	margin-left:0px;
	float:left;
	width:110px;
	text-align:center;
	position:relative;
	background: url(images/arrowdown.gif) no-repeat right center;
}
#mega li:hover {

border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
padding:0;
margin-top:0px;
z-index:1; /* shadow above adjacent li */
}
#mega a {
color:#817f76;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:1px;
width:350px;
padding:0 0px 10px;
border-top:0;
font-weight:normal;
text-align:left;
background:#eeebdb;
}
#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dif:hover div {
left:-221px;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
background:#999;
font-size:1em;
padding:0 10px;
margin:-5px 0px 6px 0px;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
color: #fff;
}
#mega div p {
float:left;
width:160px;
padding-left:10px;
position:relative; /* makes above drop shadow */
font-size: 14px;
}
#mega div p.price {
float:left;
width:106px;
padding-left:10px;
position:relative; /* makes above drop shadow */
font-size: 13px;
}
#mega div p a {
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:2em;
}
#mega div a:hover, #mega div a:focus, #mega div a:active {
text-decoration:underline;
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
position:absolute;
width:100%;height:100%;
}
#mega div .s1 {
background:url(../images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(../images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
background:url(../images/shadow.png) 100% 100%;
top:9px;right:-9px;
}
#mega li:hover .s4 {
background:url(images/li-shadow.png) 100% 0 repeat-y;
position:absolute;
top:0;right:-9px;
height:100%;
padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
background:none;
}
#mega li:hover .dif-s4 {
padding-bottom:9px
}

/*Mega-Menu*/
ul#topnav {
float:left;
font-size:0.9em;
list-style:none outside none;
margin:0 0 0 556px;
padding:0;
position:relative;
top:21px;
width:100px;
z-index:1000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;	
	color: #333;
	z-index: 1000;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 20px;
	z-index: 1000;

}
ul#topnav li:hover a, ul#topnav li a:hover { }

ul#topnav a.products {
	background: url(images/categories.jpg) no-repeat;
	width: 100px; 
		z-index: 1000;

}


ul#topnav li .sub {
	position: absolute;	
	top: 20px; left: 0;
	background: #eeebda url(sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 1000;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;	z-index: 1000;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
	z-index: 1000;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #000;
	z-index: 1000;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	z-index: 1000;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #4b5334;
	z-index: 1000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	z-index: 1000;
}
ul#topnav .sub ul li a:hover {
	color: #666;
	z-index: 1000;
}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0;
	}
	
/* Entry metadata */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #666;
	}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

				/* More link <!--more--> */
				a.more-link {line-height: 35px;}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi (plugin) */
.wp-pagenavi {	margin-bottom: 20px;}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {clear: both;}

			/* Comments section headers/titles */
			.comments-header {font-size: 1.2em;}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}
			.comments-closed {font-style: italic;}

				/* Main comments section */
				#comments {}
					#comments ol {list-style: none; margin: 0 0 20px 0;}

						/* Individual comments (note that WordPress has even/odd backwards) */
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {	
							width: 40px;
							height: 40px;
							float: left;
							margin-right: 15px;
							padding: 0;
							border: 1px solid #666;}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}
								/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

							/* Comment text */
							#comments .comment-text {	clear: left; margin: 0 15px;}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
    color: #817f76;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #000;
	text-decoration: none;
	}
.widget-inside {}
.widget-title {
	font-size: 15px;
	font-variant: small-caps;
	color: #787d65;
	font-style: normal;
	}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {				
				background:url(images/bg_widget_divider.png) no-repeat scroll center bottom transparent;
				height:30px;
				text-align:center;
				}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {		
				background:url(images/bg_widget_divider.png) no-repeat scroll center bottom transparent;
				height:30px;
				text-align:center;
				}
				#secondary .widget ul {}
					#secondary .widget ul li {}
					
					#mailchimp-widget { }
					#mailchimp-widget #mc-indicates-required { display: none;}
					#mailchimp-widget h3 {
						margin-bottom:0px;
						}
						
				    #mc_intro_txt { margin: 0px; font-size: 15px; text-align: left; font-style: italic;}
					#mailchimp-widget input[type="submit"] { margin: -1px;}
					#mailchimp-widget #mc_signup_form {color:#8F8E65}
					#mailchimp-widget #mc_signup_form { border: none;}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {	margin: 0 0 20px 0;}

	/* Subsidiary widget section */
	#subsidiary {margin: 0 0 20px 0;}
		#subsidiary .widget {margin: 0px 10px 0px 10px;}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {	
				background:url(images/bg_widget_divider.png) no-repeat scroll center bottom transparent;
				height:30px;
				text-align:center;
				}
		#subsidiary h3 {
			margin: 0 0 5px;
			}
		#subsidiary ul {
			list-style:square inside none;
			margin:0 auto 18px;
			}
		#subsidiary ul li {
			list-style:circle inside none;
			margin:0 0 8px 2px;
			}
	/* Footer section */
	#footer {	
	height: 100px;
	color: #a6a998;
	text-align: center;
	background: url(images/bg_nav_divider.png) no-repeat center top;
	margin: 30px auto 0px auto;
	padding: 20px 0px 0px 0px;
	font-style: normal;
	}

		/* Footer extra */
		#footer .copyright {display: inline; float: none; margin-right: 9px;}
		#footer .credit {}


/*	ADDED BY CODY ***************************************************************************************************************************/

.page-5 #primary {display:none;}
.page-5 #secondary {display:none;}
.page-5 .content {width: 960px;}

.page-185 #primary {display:none;}
.page-185 #secondary {display:none;}
.page-185 .content {width: 960px;}

.wp_cumulus_widget #tagcloudflash {
	text-align:center;
	}
.wp_cumulus_widget .widget-title {
	margin-bottom: -25px;
	}
	
	
.articles-thumb {
	margin-bottom:15px;
	}
#ecomm-tags {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #A6A998;
	clear:both;
	margin-top:30px;
	width:auto;
	}
#ecomm-tags-style {
	font-style:italic;
	margin: 5px;
	}
.tag-link {
	margin-right: 5px;
	}
.category a {
	color:#fff;
	}
.category a:hover {
	color:#555;
	text-decoration:underline;
	}
.page-template-page-no-primary-secondary .content {
	float:left;
	overflow:hidden;
	width:960px;
	}
.page-template-intro .content {
	float:left;
	overflow:hidden;
	width:660px;
	}
.margin-ten {
	margin-top:10px;
	}
.margin-twelve {
	margin-top:12px;
	}
.margin-fifteen {
	margin-top:15px;
	}
#verification {
	text-align:left;
	margin-bottom:15px;
	}
.wpcf7-quiz-label {
	margin-right:5px;
	}
/* container for slides */
.images {
	background: #eeebda repeat-x;
	border:1px solid #E1DFD5;
	position:relative;
	height:229px;
	width:580px;
	float:left;
	margin:15px -12px 0px -12px;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 0 5px #eeebda;
	-webkit-box-shadow:0 0 5px #eeebda;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 20px 15px 15px;
	height:256px;
	font-size:15px;
	}

img.slide-image {
	border:4px solid #E1DFD5;
	float:left;
	margin:0 15px 20px 0;
	}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
	}
.images p { padding: 0; margin: 0;}
/* header */
.images a, .images a:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	float: right;
	margin: 3px;
	padding: 0px 10px 2px 10px;
	text-decoration: underline;
	}
.images a:hover, .images a:active {
	color: #BBB
	}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:550px;
	margin-top:3px;
	
	}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
	}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
	}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
	} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:110px;
	background: url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
	}

/* next */
.forward 				{ background-position:0 -30px;clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
	}


/* Works Page ***********************/
#post-7 .works-title-hover a:hover {
	text-decoration:underline;
	}

/* Contact Page *********************/
.grid-contact {
  width: 960px;
  margin: auto;
	}
.grid-contact-m1 {
  float: left;
  width: 0px;
  height: 1px;
	}
.grid-contact-c1 {
	float:left;
	font-size:125%;
	line-height:115%;
	text-align:center;
	width:372px;
	}
.grid-contact-m2 {
  float: left;
  width: 20px;
  height: 1px;
	}
.grid-contact-c2 {
  float: left;
  width: 568px;
	}
#contact-name {
	color:#64635F;
	font-size:150%;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:20px;
	}
#contact-social {
	height:65px;
	margin:20px auto 0;
	text-align:center;
	width:240px;
	}
.social-icon {
	float:left;
	padding:0 15px;
	text-align:center;
	}

/*New Work Widget */


#new-work-left {
	margin:0;
	}
#new-work-right {
	font-size:110%;
	font-variant:small-caps;
	padding-top:5px;
	text-align:center;
	}
.new-work-desc {
	font-size:78%;
	font-style:normal;
	font-variant:inherit;
	line-height:25px;
	}
#litho-vid	{
	display:block;
	height:525px;
	width:660px;
	}
	
/* Grid - Works Page */

.grid-2c {
  width: 960px;
  margin: auto;
	}
.grid-2c .title-text {
	background:url("images/bg_widget_divider.png") no-repeat scroll center bottom transparent;
	color:#787D65;
	font-size:110%;
	font-variant:small-caps;
	margin:0 0 3px;
	padding:10px 0;
	text-align:center;
	}
.grid-2c .title-text a {}
.grid-2c .title-text a:hover {
	text-decoration:underline;
	}

.grid-2c-m1 {
  float: left;
  width: 75px;
  height: 1px;
	}
.grid-2c-c1 {
  float: left;
  text-align:justify;
  width: 385px;
	}
.grid-2c-m2 {
  float: left;
  width: 40px;
  height: 1px;
	}
.grid-2c-c2 {
  float: left;
  text-align:justify;
  width: 385px;
	}

/* Grid - 3 Column ***************
.grid-3c {
  width: 960px;
  margin: auto;
  text-align:justify;
	}

.grid-3c-m1 {
  float: left;
  width: 0px;
  height: 1px;
	}

.grid-3c-c1 {
	background:url("images/bg_widget_divider.png") no-repeat scroll center top transparent;
	float:left;
	padding-top:10px;
	width:304px;
	}

.grid-3c-m2 {
  float: left;
  width: 24px;
  height: 1px;
	}

.grid-3c-c2 {
  float: left;
  width: 304px;
	}

.grid-3c-m3 {
  float: left;
  width: 24px;
  height: 1px;
	}

.grid-3c-c3 {
  float: left;
  width: 304px;
}
*********************************/