/*
    Theme Name: VenueQuest
	Theme URI: http://www.studiopress.com/themes/genesis
	Description: VenueQuest Design is a custom child theme created for the Genesis Framework for VenueQuest.
    Author: SangFroid Web, LLC
    Author URI: http://www.sangfroidwebdesign.com/

    Template: genesis
    Template Version: 1.8.0

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/



/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


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

@import url(https://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */



body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color:#f8f8f8;
	padding:12px;
	border:1px dotted #cfcfcf;

}

input,
select,
textarea {}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

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

p {margin:7px 0px;}


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

a {
	color: #a71d1e;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */
html {

}

body {height:100%;
	background-color:#484848;


}

#upper {width:100%;
		margin:0px auto;
		background: #e8e8e8 url(images/bodyBG.jpg) bottom center repeat;}

#upperInner {width:100%;
		margin:0px auto;
		background: transparent url(images/wrapBG.png) top center repeat-x;
		padding:18px 0px ;}

#bizCard {width:986px;
		margin:0px auto;
		border:18px solid #282828;
		background-color: #ffffff;}

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

#wrap {

}



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

#header {background: transparent url(images/logo.jpg) top left no-repeat;
	margin: 0 auto;
	min-height: 118px;
	overflow: hidden;
	width:986px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 350px;
}
#header #title-area, p.title p.description {
    text-indent: -9999px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 500px;
	text-align:right;
}

#header .widget-area p {font-size:12pt;
	font-weight:bold;
	color:#757679;}
#header .widget-area a:hover {text-decoration:none;
			border-bottom:1px dotted #757679;}

#header .widget-area img.alignright {margin:3px 0px 0px 7px;}


#header .widget-area h4.widgettitle {
	display:none;
	 background-color: transparent;
    border-bottom: 0px solid #DDDDDD;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}


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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 403px;
}

.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: 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: 12px;
	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 {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
	text-transform: uppercase;
}

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

#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;
}

#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 {
	width:920px;
	background: #2d2d2d url(images/navBG.jpg) top left no-repeat;
	clear: both;
	color: #fff;
	margin: 0 13px 0px;
	overflow: hidden;
	height:40px;
	padding:0px 20px;
}

#nav ul {
	width: auto;
}

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

#nav > ul  {
	border-right:1px solid #555555;
	border-left:1px solid #040404;
	float:left;
}

#nav > ul > li > a{
	border-right:1px solid #040404;
	border-left:1px solid #555555;
}

#nav li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight:bold;
	padding: 0px 15px 0px;
	position: relative;
	text-decoration: none;
	line-height:40px;

}

#nav > ul#menu-main-menu > li > a {
	height:40px;
}

#nav > .wrap > ul > li > a {
	color: #757679;
	display: block;
	border-right:2px solid #999999;
	font-size: 13px;
	font-weight:bold;
	padding: 0px 15px 0px;
	margin-bottom:13px;
	position: relative;
	text-decoration: none;
	line-height:18px;
}


#nav > .wrap > ul > li > a.sf-with-ul {padding-right: 25px;}

#nav li:last-child a {border-right:0px;}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #d11e24;
	border-right:1px solid #9d191a;
	border-left:1px solid #e93131;
}

#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;
	line-height:normal;
	padding: 4px 6px;
	position: relative;
	text-transform: none;
	width: 158px;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

#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: 280px;
	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 {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}

#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 {min-height:300px;
	margin: 15px 13px 0px 13px;
	overflow: hidden;
	 width:960px;
}

.home #inner {min-height:300px;
	margin: 15px 6px 0px 6px;
	overflow: hidden;
	 width:974px;
}


/* 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;
	width: 773px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

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


/* Homepage Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
    background-color: transparent !important;
    border: none !important;
    margin: 0 auto;
    padding: 10px;
}

.flexslider{
	background-color: transparent !important;
	}

.flex-control-nav{

	}

#genesis-responsive-slider .flex-control-nav {
    float: left;
    top:250px;
	right:0px;
	margin-left:25px;
    position: absolute !important;

    text-align: center;
    width: 949px;
    z-index: 100;

}

#genesis-responsive-slider .flex-control-nav li {
    display: inline-block;
    float:left;
}

html > body .slide-excerpt .slide-excerpt-border {
	border: none !important;
	padding:0px !important;
	margin:0px !important;
	width:100%;}

.slide-image{
	float: right !important;
	}

#slider-outer {
    height: 304px;
    position: relative;
	padding:0px 0px 0px 0px;
    width: 974px;
	margin:0px 0px 8px 0px;
	background:transparent url(images/sliderBG.jpg) top center no-repeat;
}

#slider {
    height: 343px;

    left: 0;
    position: absolute;
    top: 0;
    width: 974px;
    z-index: 96;
	background-color:transparent;
	height:304px;
}


#slider .slide-excerpt-border p {
    color: #FFFFFF;
    margin:15px 0px 25px;
	font-size:14pt;
}
#slider .slide-excerpt-border h1, #slider .slide-excerpt-border h2 {color:#000000;
		font-size:26pt;
		font-family:Arial;
		font-weight:bold;}

#slider .slide-excerpt-border h3, #slider .slide-excerpt-border h4 {
    color: #FFFFFF;
	font-size:20pt;

}

#slider .slide-excerpt-border h2 .domtooltips {
    color: #000000 !important;
    cursor: auto !important;
    font-style: bold !important;
    font-weight: bold !important;
    text-decoration: none;
}

#slider .slide-excerpt-border h3 .domtooltips {
    color: #ffffff !important;
    cursor: auto !important;
    font-style: bold !important;
    font-weight: bold !important;
    text-decoration: none;
}
#slider .slide-excerpt-border p .domtooltips {
    color: #ffffff !important;
    cursor: auto !important;
    font-style: bold !important;
    font-weight: bold !important;
    text-decoration: none;
}

#slider .slide-excerpt-border a {
    color:#fff;
}
#slider .slide-excerpt-border a:hover {
    color:#efefef;
}

#slider .slide-66 .slide-excerpt-border h2   {margin-top:15px; margin-bottom:20px;}
#slider .slide-66 .slide-excerpt-border h3   {margin-top:0px; margin-bottom:25px;}


#slider .slide-68 .slide-excerpt-border h2   {color:#000000;
		font-size:20pt;
		font-family:Arial;
		font-weight:bold;}
#slider .slide-68 .slide-excerpt-border p   {
		font-size:14pt;
		font-family:Arial;
		font-weight:normal;}

.slides .slide-excerpt {
    background-color: transparent !important;
    display: block;
    margin: 10px;
    opacity: 1.0 !important;
    padding: 0;
    position: absolute;
    z-index: 8;
	height:263px !important;
}

#buttons {
    background-color: transparent;
    height: 181px;
    left: 20px;
    position: absolute;
    top: 132px;
    width: 515px;
    z-index: 97;
}
#buttons img {
    cursor: pointer;
}




/* Content
------------------------------------------------------------ */
#homeContent {width:974px;}

#content {
	float: left;
	padding: 0 0 20px 10px;
	width: 560px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

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

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

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

.post-91 blockquote {
	margin: 0px;
	padding: 0px;
	background-color:transparent;
	border:none;
	float:left;
}

blockquote.pullquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
	float:right;
	width:160px;
	border:1px dotted #ccc;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
}

.entry-content p {
	padding: 0 0 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;
}



/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial Narrow",Arial,Helvetica,sans serif;
	margin: 5px 0 8px;
}

h1{	font-family:  "Arial Narrow",Arial,Helvetica,sans serif;
	font-size: 26px;
	line-height: 36px;
}

h2,
h2 a,
h2 a:visited {
	font-family:  "Arial Narrow",Arial,Helvetica,sans serif;
	font-size: 20px;
	font-weight:bold;

}

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

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


#header .widget-area h2 a, #header .widget-area h2  {line-height: normal; font-size:20px;}

#header .widget-area h2 a .domtooltips {
    color: inherit !important;
    cursor: inherit !important;
    font-style: bold !important;
    font-weight: bold !important;
    text-decoration: none;
}

h1 {color:#000000; font-family:"Arial Narrow",Arial,Tahoma,sans serif;}
h2 a:hover {
	color: #2554c7;
	text-decoration: none;
}

h3 {
	font-size: 17px;
	font-weight:bold;
}

#home-features-middle h2 {font-weight:normal;
	font-size:16px;}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	font-size: 14pt;
	margin: 0 0 5px;
	padding: 6px 5px 5px 5px;
	color:#bc2829;
	text-align:center;
}

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

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

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}


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

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

.entry-content ol {
	margin: 0;
}

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

.entry-content 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;
	background-color:#f8f8f8;
	padding:12px;
	border:1px dotted #cfcfcf;
}
.wp-caption.alignleft {margin: 0 15px 10px 0;}

.post-91 img.alignleft {
   clear:left;
}

#home-features-middle img.alignleft {
	display: inline;
	margin: 0 15px 7px 0;
	background-color:transparent;
	padding:0px;
	border:0px dotted #cfcfcf;
}

img.alignright {
	display: inline;
	margin: 0 0 7px 15px;
	background-color:#f8f8f8;
	padding:12px;
	border:1px dotted #cfcfcf;
}
.wp-caption.alignright {margin: 0 0 10px 15px;}

#home-features-middle img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
	background-color:transparent;
	padding:0px;
	border:0px dotted #cfcfcf;
}

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

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

.wp-caption {
	padding: 12px 8px;
	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 {
}


/* 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
------------------------------------------------------------ */

.sidebar {width:179px;
		float:right;
		background:#fff url(images/sidebarDividerRightRepeat.jpg) top left repeat-y;
		}
#sidebar-outer {width:179px;
		float:right;
		background:transparent url(images/sidebarDividerRightBottom.jpg) bottom left no-repeat;
		padding-bottom:60px;}
#sidebar-outer-2 {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 179px;
	background:transparent url(images/sidebarDividerRightTop.jpg) top left no-repeat;
	min-height:300px;
}

#sidebar-alt-outer-2 .widget {width:179px;
		padding-right:0px;
		padding-left:0px;
		border-bottom:1px dotted #c8c8c8;}

.sidebar p {
	font-size: 13px;
	line-height: 20px;

}

#sidebar-alt {width:179px;
		float:left;
		background:#fff url(images/sidebarDividerLeftRepeat.jpg) top right repeat-y;
		}
#sidebar-alt-outer {width:179px;
		float:left;
		background:transparent url(images/sidebarDividerLeftBottom.jpg) bottom right no-repeat;
		padding-bottom:60px;}

#sidebar-alt-outer-2 {
	float: left;
	width: 179px;
	padding-left:0px;
	background:transparent url(images/sidebarDividerLeftTop.jpg) top right no-repeat;
	padding-top:8px;
}

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

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

}

.sidebar .widget {

	background-color: transparent;
	border: 0px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom:1px dotted #c0c0c0;
}

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

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

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

.widget-area ul li {
	list-style-image:url('images/star.png');
	word-wrap: break-word;
	margin-bottom:8px;
}

#sidebar-outer-2 .widget .widget-wrap {width:169px; padding-left:10px;
	padding-right:10px;}
	
	
.wp-gr .wp-google-place .wp-google-left{
	display: none !important;
}

/* Subnavigation
------------------------------------------------------------ */
.widget-area ul.page-list {
	width:179px;
	margin:40px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	list-style-type:none;
	border-top:1px dotted #c8c8c8;

}

.widget-area ul.page-list li {
	display:block;
	width:179px;
	margin:0px;
	border-bottom:1px dotted #c8c8c8;
	text-align:center;
}

.widget-area ul.page-list li a {
	display:block;
	width:175px;
	padding:7px 2px;
	margin:0px;
	text-align:left;
	background-color:transparent;
	font-size:10pt;
	font-weight:bold;
	color:#0f0f0f;
}


.widget-area ul.page-list li a:hover,  .widget-area ul.page-list li.current_page_item a{
	color:#ffffff;
	background-color:#cc0000;
	text-decoration:none;
}

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

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



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

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


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

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

#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;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 5px;
	text-decoration: none;
}

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: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px;
	width: 190px;
}

#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;
}

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


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

#footer-widgets {
	min-height:143px;
	background: #484847 url(images/footerBG.jpg) top center repeat-x;
	clear: both;
	margin: 0 auto;
	overflow: hidden;

}

#footer-widgets .wrap {
	font-size: 13px;
	overflow: hidden;
	padding: 15px 19px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 0px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

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

#footer-widgets p {
	font-size: 13px;
	padding: 0 0 10px;
	color:#ffffff;
}

#footer-widgets a, #footer-widgets h1, #footer-widgets h2, #footer-widgets h3, #footer-widgets h4, #footer-widgets h5, #footer-widgets h6 {
	color:#ffffff;
}

#footer-widgets h2 {font-size:14pt; font-weight:bold; font-style:italic;}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

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

.footer-widgets-1 {
	float: left;
	margin: 0 55px 0 0;
	width: 450px;
	color:#ffffff;
}

.footer-widgets-2 {
	float: left;
	width: 450px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


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

#footer {

	background: #484847 url(images/footerBG.jpg) top center repeat-x;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px 5px;
	width: 100%;
	min-width:960px;
}

#footer p {
	color: #ffffff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #ffffff;
}

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

#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 {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


#customFooter1 {width:300px; float:left; margin-right:30px;}
#customFooter2 {width:300px; float:left;  margin-right:30px;}
#customFooter3 {width:300px; float:left;}



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

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

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

#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;
}


#footer .wrap,
#header .wrap,
#nav .wrap,
#inner .wrap,
#footer-widgets .wrap{width:960px;
		margin:0px auto;}


#home-features-middle-outer1 {width:974px;
		background: #fff url(images/home-middle-bg.jpg) top right repeat-y;
		float:left;}
#home-features-middle-outer2 {width:974px;
		background: transparent url(images/home-middle-top.jpg) top right no-repeat;
		float:left;}

#home-features-middle {width:960px;
		padding:10px 7px;
		float:left;
		background: transparent url(images/home-middle-bottom.jpg) bottom right no-repeat;}
#home-features-middle h2 {color:#000000; font-family:"Arial Narrow",Arial,Helvetica,sans serif; font-size:15pt; }

#home-features-middle h2 .domtooltips {color:#000000 !important; font-family:"Arial Narrow",Arial,Helvetica,sans serif !important; font-size:15pt !important; }


#home-features-middle ul {margin:10px 15px 15px 25px;}
#home-features-middle p, #home-features-middle ul, #home-features-middle ol  {font-size:8pt;}
#home-features-middle p {clear:both;}


#home-middle-feature-1 {width:155px; margin-right:10px; margin-left:10px; float:left; padding:10px 8px 10px 15px; }
#home-middle-feature-2 {width:155px; margin-right:10px; float:left; padding:10px 8px 10px 15px; }
#home-middle-feature-3 {width:155px; margin-right:10px; float:left; padding:10px 8px 10px 15px;}
#home-middle-feature-4 {width:155px; margin-right:10px; float:left; padding:10px 8px 10px 15px;}
#home-middle-feature-5 {width:155px;  float:left; padding:10px 8px 10px 15px;}

#home-features-blog {width:565px;
	float:left;
	background: #fff url(images/blogDivider.jpg) top right no-repeat;
	min-height:200px;
	padding:15px 40px 15px 0px;
	margin:0px 0px 0px 10px;}
#home-features-blog h4.widgettitle {text-align:center;
		font-size:18pt;
		font-family:"Arial Narrow",Arial,Helvetica,sans serif;}



.home #sidebar {background-image:none;
	width:345px;
	padding-top:20px;}

.home #sidebar-outer {background-image:none;
	width:345px;
	padding-bottom:0px;}

.home #sidebar-outer-2 {background-image:none;
	width:345px;
	min-height:100px;}

.home #sidebar-outer-2 .widget .widget-wrap {width:auto;}

.home #sidebar .widget {border-bottom:0px;}

#swboc-7{float:right;
	width:120px;
	height:105px;
	margin:13px 13px 0px 13px;}

#swboc-6{float:right;
	width:310px;
	height:81px;
	background: #fff url(images/socialDivider.jpg) top right no-repeat;
		padding-right:30px;
		padding-top:5px;
		margin-top:17px;
	}





#header .widget-area #swboc-6 h2 a:hover {color:#c52b2c; }

.facebook {width:48px;
		height:48px;
		float:left;}
.linkedIn {width:48px;
		height:48px;
		float:left;}
.twitter {width:48px;
		height:48px;
		float:left;}
.rss-feed {width:48px;
		height:48px;
		float:left;}

.facebook a {width:48px;
		height:48px;
		display:block;
		background: #fff url(images/facebook.png) top center no-repeat;
		float:left;}
.linkedIn a {width:48px;
		height:48px;
		display:block;
		background: #fff url(images/linkedIn.png) top center no-repeat;
		float:left;}
.twitter a {width:48px;
		height:48px;
		display:block;
		background: #fff url(images/twitter.png) top center no-repeat;
		float:left;}
.rss-feed a {width:48px;
		height:48px;
		display:block;
		background: #fff url(images/rss-feed.png) top center no-repeat;
		float:left;}

#header .widget-area .facebook a:hover {	background-position: 0 -48px; border-bottom:none;}
#header .widget-area .linkedIn a:hover {	background-position: 0 -48px; border-bottom:none;}
#header .widget-area .twitter a:hover {	background-position: 0 -48px; border-bottom:none;}
#header .widget-area .rss-feed a:hover {	background-position: 0 -48px; border-bottom:none;}

.post-82 .entry-content h3 {margin-top:15px;}

img.plain {background-color:transparent;
	border:0px;
	padding:0px;}

.entry-content .gform_wrapper .ginput_complex .ginput_right input {
    width: 92% !important;
}

.gform_wrapper ul li#field_1_2 {width:180px; float:left;}
.gform_wrapper ul li#field_1_3 {width:180px; float:left;  clear:none;}

.gform_wrapper ul li#field_1_4 {width:270px; float:left;  }
.gform_wrapper .top_label input#input_1_4 {
    width: 92%;
}

.gform_wrapper ul li#field_1_5 {width:270px; float:left;  clear:none;}
.gform_wrapper .top_label input#input_1_5 {
    width: 92%;
}

.gform_wrapper ul li#field_1_1 {width:270px; float:left;}
.gform_wrapper .top_label input#input_1_1 {
    width: 96%;
}

.gform_wrapper ul li#field_1_8 {width:270px; float:left;  clear:none; margin-left:8px;}
.gform_wrapper .top_label input#input_1_8 {
    width: 92%;
}

.entry-content .gform_wrapper h2.gsection_title {color:#666666; font-size:20px;}

#gform_submit_button_1 {background: #fff url(images/submitBG.png) top center no-repeat;
	width:126px;
	height:47px;
	line-height:47px;
	border:0px;
	font-size:16px !important;
	padding-left:0px !important;
	font-family:Arial !important;
	font-weight:bold;
	margin-left:-5px;}
gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
    font-size:.8em;
}

.clearright, .clearRight {clear:right;}
.clearleft, .clearLeft {clear:left;}
.clearboth, .clearBoth {clear:both;}

.explanatory_dictionary > div {margin-bottom:10px;}

.emailSignUp {width:179px;}

.emailSignUp input[type="text"] {
    font-family: 'Oswald',arial,serif;
    font-size: 12px;
    margin: 5px 2px 0 0;
    padding: 5px;
	width:120px;
}

#text-3 {border-top:1px dotted #c8c8c8;}

.domtooltips {
    color: #750909;
    cursor: help;
    font-style: inherit !important;
    font-weight: inherit !important;
    text-decoration: inherit !important;
}

a .domtooltips {
    color: inherit !important;
    cursor: help;
    font-style: inherit !important;
    font-weight: inherit !important;
    text-decoration: inherit !important;
}

 #customFooter3 small {
	 display:block;
	text-align:center;
	margin-right:45px;
	color: #666666;
	}

#customFooter3 small:hover{
	color: #999999;
	}

 #customFooter3 a.subtle {color:#666666;}
  #customFooter3 a.subtle:hover {color:#999999;}








