/*
    Theme Name: Dave Chu's Child Theme
    Theme URI: http://www.yourdomain.com/
    Description: This is a child theme created for the Genesis Framework.
    Author: David Chu
    Author URI: http://davidchu.net/
    Template: genesis
 
*/
/****  color key ***********************
#7FA0B6	Blue 
#CCD9E1	Light Blue   #DCE8EF (lighter)
#757561	Taupe 
#ACACA0	Light Taupe
#b9b9af   Menu Grey

****************************************/
/* Import Fonts
------------------------------------------------------------ */

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);  */

/***@font-face { 
font-family: 'Helvetica';  
src: url(images/HelveticaLTStd-Roman.eot);
src: url(images/HelveticaLTStd-Roman.eot?#iefix) format('embedded-opentype');
src: url(images/HelveticaLTStd-Roman.woff) format('woff');
url(images/helveticaltstdroman.ttf) format('truetype');  
} ***/

/* Defaults
------------------------------------------------------------ */
/* responsive line that's important!  */
img {
    max-width: 100%;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
/* dave */
code,
textarea {
color: #757561;
	font-family: 'Lato', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42em;  /* 20/14 */
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
/*	color: #333;  */
	font-family: 'Lato', Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
/***background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;   ****/
}
/* get rid of annoying top margin default  */
body .portfolio-slideshow {margin: 0;}
li,
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
list-style-type: disc;
/* list-style-type: none;  */

}

ol li {
	list-style-type: decimal;
}

hr {
border: 0;
  color: #ACACA0;
background-color: #ACACA0;
height: 1px;
  margin: 10px 0;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #7FA0B6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
  background: #BBCBDB url(images/Striped-Background.jpg);
  font-size: 13px;
  line-height: 18px;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
/*	margin: 0 auto 10px;
	width: 960px;   */
}
.wrap {
	margin: 0 auto;
	position: relative;
	width: 90%;
	width: 960px;
}

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

#header {
  background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#header .wrap {
  margin: 0 auto;
  padding: 20px 0 0px;
  min-height: 67px;
  position: relative;
  background-color: #fff;
}
#logoSlot {
  padding-top: 7px;
}

#title-area {
	float: left;
	overflow: hidden;
	
/*	width: 18.95833333333333%; 
	width: 182px;
height: 78.94736842105263%;  */
/*  height: 150px;  */
}

#title {
/**	font-family: arial, serif;  **/
/***	font-size: 36px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;  ***/
	position: absolute;
 	text-indent: -9999px;
}

#title a,
#title a:hover {
/*	color: transparent;  */
	text-decoration: none;
}

#description {
	text-indent: -9999px;
	position: absolute;
/*	font-size: 14px;  */
}

#header .widget-area {
	float: right;
  text-align: right;
  color: #757561;
}
#header .widget-area p {
  padding-top: 7px;
  font-size: 12px;
}
#header .widget-area .textwidget {padding: 0;}

#header .widget-area img {
/*  padding: .5em 0 0 .2em;  */
}
#header .widget-area a {
/****
  width: 12%;
  display: inline-block;
  text-align: right;   
 ****/
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
/*	float: left;  */
/*	height: 0.4736842105263158%;  */
/*	height: 90px;  */
	overflow: hidden;
	padding: 0;
/*	width: 36.45833333333333%;
	width: 350px;  */
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
/*	width: 100%;
	width: 960px;   */
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	top: 8px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
/***
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;   
****/
/*	float: right;  */
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
}

/* dave */
#header ul.nav li a,
#header ul.menu li a {
/*	border-right: 1px solid #ddd;  */
	display: block;
	font-size: .9em;
	padding: 0px .6em;
color: #B09369;
	position: relative;
	text-decoration: none;
/* width: 140px;  */
text-align: center;
/** text-shadow:-2px 2px 2px #666;  **/
}

/* dave */
#menu-top-menu {margin: 0px;}
.wrap .portfolio-slideshow {
  margin: 0;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
/** text-shadow: 0;  **/
/**  text-decoration: underline;  **/
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #222;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
text-align:center;
/*	width: 100%;  */
  background-color: #b9b9af;
  min-height: 30px;
box-shadow: 0 4px 4px #666;
  position: relative;
  z-index: 10;
}
#nav .wrap {
/* don't use overflow hidden here if using dropdowns!!!  */
/*	overflow: hidden;   */
/*	text-transform: uppercase; */
/*  background-color: blue; */
margin-left: auto;
margin-right: auto;
display:table;
white-space:nowrap;
} 

#nav ul {
/*	float: left;   */
list-style:none;
display:table-row;
white-space:nowrap;
/*	width: 100%;  */
}

#nav li {
/*	float: left;  */
	list-style-type: none;
display:table-cell;
}

#nav li a {
/*	border-right: 1px solid #ddd;  */
  text-transform: uppercase;
  font-weight: 400;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 7px 0px 5px 18px;
padding: 7px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li:hover a
{
	color: #757561;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #222;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #555;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #222;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
/**	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;  **/
	clear: both;
	color: #555;
	margin: 0 auto 10px;
	overflow: hidden;
	text-transform: uppercase;
/**	width: 958px;  **/
	width: 100%;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #222;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #222;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
/*	overflow: hidden;   */
	
	width: 90%;
	width: 960px;
  min-height: 550px;
  position: relative;
}
.home #inner, .home #content-sidebar-wrap {
  min-height: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
/*	color: #555;  */
/***	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;  ***/
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
  float: left;
  min-height: 550px;
  width: 790px;
  background-color: #fff;
box-shadow: -2px 8px 4px #666;
}
/* dave */
.sidebar-content-sidebar #content-sidebar-wrap {
/**  width: 730px;  **/
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 0;
	
	width: 72.90836653386454%;
	width: 470px;
}
/* dave padding for inner pages  */
#content .page, #content .post, #content #comments, #content #respond, .woocommerce #content {
  padding: 2em 4em 0 2em;
}
.full-width-content #content .page, .full-width-content #content .post {
  padding: 2em 4em 0 4em;
}
/* photo */
.page-id-23 #content .page {
  padding: 2em 1em 0 2em;
}
.page-id-23 .entry-content {
  margin-right: 0;
}
.thickbox img {
  margin-bottom: 5px;
}


.home #content .page {
  padding: 2em 0 0 2em;
  margin-right: 2.5em;
  background-color: #CCD9E1;
background-color: #DCE8EF;
  min-height: 240px;
}
.home #content {
  padding-bottom: 0;
}

/* various woo crap */

mark {
  background-color: inherit;
}

.sidebar #dropdowncart {
  width: 140px;
}
.sidebar .dropdowntriggerarea {
  width: 120px;
  padding: 5px 0 5px 20px;
}
.sidebar .dropdowncartcontents {
  width: 100px;
  left: 0px;
}

/* hide dupe price */
.variations_form .amount {display: none;}

.woocommerce #content-sidebar-wrap #content {
  width: 63%;
}

/* end of woo crap */

#content #comments, #content #respond {
/*  padding: 2em;  */
}

#content .entry-title, #content .entry-title a {
  padding: 1em 0;
  text-transform: uppercase;
  color: #7FA0B6;
  font-size: 21px;
/*  font-family: clarendon-light;  */
}
#content h1 {
  color: #7FA0B6;
}

.sidebar-content-sidebar #content {
width: 62.85714285714286%;  /* 440 / 700 */
  width: 700px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 72.90836653386454%;
	width: 530px;
}

.page-id-23 #content {
	width: 720px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
	
	width: 960px;
}

#homeOne, #homeTwo, #homeThree, #homeFour {
  float: left;
  width: 25%;
/*  margin-left: 8px;  */
}

#inner h1 {
/*  font-size: 22px;
  font-family: microgramma;
  text-transform: uppercase;
  color: #808080;  */
}
#inner h2 {
  font-size: 15px;
  font-family: 'Lato';
  font-weight: 400;
  color: #7FA0B6;
}
#inner h3 {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 400;
  color: #757561;
}
#inner h4 {
/*  font-size: 14px;
  font-family: "PT Sans";
  color: #D31535;  */
}
#inner h5 {
/*  font-size: 11px;
  font-family: cardo;
  color: #808080;  */
}
#inner h2 a, #inner h3 a, #inner h4 a, #inner h52 a {
/*  color: #000;  */
}
#inner h2 a:hover, #inner h3 a:hover, #inner h4 a:hover, #inner h5 a:hover  {
/*  color: #999;
  text-transform: underline;  */
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
  margin-right: 40px;
}
.entry-content p {
  padding-bottom: 1em;
/*	padding: 0 2em 15px;  */
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headings
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
/*	font-family: arial, serif;  */
	margin: 0 0 10px;
}


.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h1 {font-size: 1.7em;}  /*24 */
h2 {font-size: 1.57em;}   /*22 */
h2 a {
  text-decoration: none;
}
h3 {font-size: 1.14em;}  /* 16 */
h4 {font-size: 1.14em;}  /* 16 */
h5 {font-size: .86em;}   /* 12 */




.widget-area h4 {
/**	background-color: #f5f5f5;  
	border-bottom: 1px solid #ddd;  ***/
	font-size: 14px;
	margin: 0 0 5px;
	padding: 6px 5px 5px 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: none;
    list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}
.archive-page ul ul,
.entry-content ul ul,
.entry-content ol li {
}

ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: -5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

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

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

/* dave nextgen */
.ngg-galleryoverview  {
  position: relative;
  margin-bottom: 15px;
}
/* dave duh, don't have giant pics, real size instead  */
#content .ngg-galleryoverview div.pic img {
  width: auto;
  margin-bottom: 15px;
}
.ngg-gallery-list  {
/**  position: absolute;
  bottom: 0;
  left: 230px;  **/
}

/** dave get rid of frame around slider **/
#inner #genesis-slider {
  border: 0;
  padding: 0;
}

/*** styling to eliminate space under slideshow ***/
body .slideshow-wrapper, body .slideshow-content  {
  margin: 0;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#picHolder img {
  margin: 0;
}

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	
	width: 27.08333333333333%;   /* 260/960 */
	width: 300px;
position: relative;
  background-color: #CCD9E1;
background-color: #DCE8EF;
  margin: 0 30px;
}
.home .sidebar {
  background-color: #fff;
  padding-top: 20px;
  min-height: 0;
}

#content-sidebar-wrap .sidebar {
width: 37.14285714285714%;   /* 260/700 */
	width: 370px;
}
.sidebar-content #content-sidebar-wrap .sidebar {
width: 27.08333333333333%;;   /* 260/960 */
	width: 370px;
}
.page-id-23 #content-sidebar-wrap .sidebar {
	width: 180px;
}

.sidebar .widget-wrap {
  padding: 20px 30px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
  padding: 5px 0;
}

#sidebar-alt {
	float: left;
	width: 27.08333333333333%;  /* 260/960 */
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
/***background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;  ***/
/**	margin: 0 0 15px;   
	padding: 0 0 15px;   **/
}

.widget-area .textwidget {
	padding: 5px 15px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 0px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}

.sidebar .widgettitle, #inner .sidebar h3 {
  font-family: 'Lato';
  font-weight: 400;
  color: #7FA0B6;
  font-size: 18px;
  text-transform: uppercase;
}

.sidebar a {

}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
/*	border-radius: 3px;  */
	display: inline;
/*	font-family: arial, serif;  */
	font-size: 12px;
	margin: 10px 15px 0;
	width: 170px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
/***	background-color: #333;
	border: 1px solid #666;  ***/

/***	font-family: arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;   ****/
cursor: pointer;
/* color: transparent;  */
/* width: 20px;  */
/* height: 20px;  */
/*  background: url(images/Search-Icon.jpg) no-repeat;  */
border: 0;
}

input:hover[type="button"],
input:hover[type="submit"] {
/***	background-color: #000;
	border: 1px solid #666;
	color: #fff;    ****/
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
/*	font-family: arial, serif;  */
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
 
 width: 70%;
	width: 90%;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
/*	font-family: 'Oswald', arial, serif;  */
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

.entry-content td {
  width: 33%;
  padding-right: 10px;
  vertical-align: top;  
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
width: 100%;

/**  min-height: 200px;
  background: #fff url(images/bottomGradient.png) top left repeat-x;
  border: 1px solid #999;
  border-top: 0;  **/
/** box-shadow: -8px 8px 8px #000;  **/
}
#footer-widgets a {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  color: #757561;
}

#footer-widgets .wrap {
  width: 960px;
  background-color: #b9b9af;
  min-height: 50px;
box-shadow: -2px 4px 4px #666;
  position: relative;
  z-index: 10;
padding: 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
  display: inline;
}
#footer-widgets .widget-area {
/* dave */
/**  width: 22%;
  margin: 15px 0 15px 25px;   **/
}

#footer-widgets .textwidget {
	padding: 0;
  color: #fff;
  line-height: 50px;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
/*	font-size: 13px;  */
/*	line-height: 20px;  */

/*	padding: 0 0 10px;  */
/*  font-family: Muli;  */
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
  float: left;
	margin: 0 0 0 10px;
  line-height: 24px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 12px 0 0 20px;
	
	width: 23.8542%;
	width: 272px;
/* color: #8B9DB8;  */
}
.footer-widgets-1 img {
  float: left;
  margin-right: .5em;
}
.footer-widgets-1 p {
  font-size: .8em;
  padding: .2em;
}


.footer-widgets-2 {
	float: left;
/* width: 668px;  */
}

.footer-widgets-3 {
	float: left;
	
	width: 25%;
	width: 295px;

}
.footer-widgets-4 {float: left;}


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

#footer {
	clear: both;
/*	font-size: 12px;  */
	padding: 10px 0;
	
	width: 100%;
/**  height: 80px;  **/
}
#footer .wrap {
  overflow: hidden;
}

#footer p, #footer p a {
color: #757561;
font-family: 'Lato';
font-size: 12px;
font-weight: 400;
}

#footer li {
  list-style-type: none;
  float: left;
  padding-right: 1em;
}

#footer a,
#footer a:visited {
/*  color: #B38F5E;  */
}

#footer a:hover {
  text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
/*	background: url(images/icon-plus.png) no-repeat center left;  */
	padding: 0 0 0 16px;
}

#footer .creds {
  color: #000;
	float: right;
	padding: 0;
  font-size: 12px;
  font-family: 'Alegreya';
  font-weight: 700;
}

#copyfoot {
  height: 4em;
  line-height: 4em;
/*  color: #B38F5E;  */
  width: 71%;
/*  background-color: #000;   */
  margin: 0 auto;
}
.menu-subfooter-menu-container {
  padding-left: 3em;
  float: left;
}
.menu-subfooter-menu-container li {
  padding-right: 1em;
  display: inline;
}
#copyone {
  margin-right: 3em;
  float: right;
}

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

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* Responsive Design - new stuff circa 5/12
------------------------------------------------------------ */
/* responsive media query queries  */
@media only screen and (max-width: 1024px) {
  .wrap, #inner {
    width: 100%;
  }
  #nav li a {
/*    font-size: .8em;  */
/*    padding-left: 1.5em;  */
  }
  #content .page, #content .post, #content #comments, #content #respond {
    padding: 2em 1em 0;
  }
  body {
/*    font-size: 80%;  */
  }
}


@media only screen and (max-width: 600px) {
	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}
	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}
	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}
	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}
	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}
	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}
	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}
}
@media only screen and (max-width: 960px) {
	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
/* dave */
#content-sidebar-wrap .sidebar,
.sidebar-content #content-sidebar-wrap .sidebar,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}
	#title-area {
		padding: 10px 0;
	}
	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	#header .widget-area {
		padding: 0 0 10px;
	}
	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}
	#header .s {
		margin: 0 -7px 0 0;
	}
	.menu li.right {
		display: none;
	}
	#inner {
		padding: 20px 0 0;
	}
	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}
	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}
	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}
	#footer-widgets .wrap {
		padding: 0;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
}