/*
    Theme Name: Lodestone Generation
	Theme URI: http://www.studiopress.com/themes/agency
	Description: Agency is a two or three column child theme created for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
 
    Version: 2.0
 
    Tags: black, blue, gray, silver, white, dark, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	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 / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Home Welcome
* Home Slider
* 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
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Agency Green
* Agency Orange
* Agency Red

*/


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

@font-face {
    font-family: 'arialblack';
    src: url('fonts/ariblk-webfont.eot');
    src: url('fonts/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ariblk-webfont.woff') format('woff'),
         url('fonts/ariblk-webfont.ttf') format('truetype'),
         url('fonts/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #064d85;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

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


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

a,
a:visited {
	color: #5397b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background: #dcdbdb;
}


/* Wrap
------------------------------------------------------------ */
.page-wrap {
	background:#e9e9e9;
}

.site-container {
	margin: -32px auto 0 auto;
	width: 100%;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}


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

.site-header {
	margin: 0 auto;
	min-height: 110px;
	width: 100%;
	background:url(images/header-bg.jpg) repeat-x;
	bottom:-32px;
	position:relative;
}

.title-area {
	float: left;
	min-height: 135px;
	overflow: hidden;
	padding: 6px 0 0;
	width: 191px;
	z-index:1000;
	position:relative;
}

.site-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

p.site-description {
	color: #777;
}

.site-header .widget-area {
	float: right;
	padding: 11px 0 0;
	width:285px;
}

.social-icon {
	width:106px;
	height:24px;
	float:right;
}

.subscribe-form {
	width:285px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#01709a;
	text-transform:uppercase;
	text-align:right;
	margin-top:22px;
	letter-spacing: 0.5px;
}

.subscribe-form .email-field {
	background:url(images/field-bg.png) no-repeat;
	height:21px;
	width:218px;
	border:0px;
	text-align:center;
	color:#9a9b9d;
	font-size:11px;
}

.subscribe-form .go-btn {
	background:url(images/go-btn.png) no-repeat bottom right;
	height:24px;
	width:17px;
	border:0px;
	text-indent:-9999em;
}

.subscribe-form .go-btn:hover {
	background:url(images/go-btn.png) no-repeat bottom right;
	border:0px;
}


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

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

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


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

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


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

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

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

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.nav-primary {
	height:32px;
	width:100%;
	background:url(images/nav-bg.png) repeat-x;
	position:relative;
	padding:0px 0px;
	font-family: 'arialblack', Arial, Helvetica, sans-serif;
	z-index:800;
}

#menu-icon {
	display:none;
}

#menu-main-menu {
	z-index:9999;
	position:relative;
	width:832px;
	float:right;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	border-left:#28333b solid 1px;
}

.menu-primary li li {
	border-left:none;
}

.site-header .menu {
	float: right;
	width: auto;
}

.menu-primary li a,
.menu-secondary li a,
.site-header .menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height:32px;
	padding:0px 26px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	background:url(images/nav-hover.png) repeat-x;
	color: #fff;
}

.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,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-bottom: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	color: #016c94;
	font-size: 11px;
	padding: 5px 15px;
	position: relative;
	text-transform: none;
	width: 202px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
.site-header .menu li li:last-child a {
	border: none;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	color: #F36C21;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #f0f0f0;
	border-radius: 8px;
	height: auto;
	left: -9999px;
	margin: 0px 0 0;
	padding: 3px 0px 5px;
	position: absolute;
	width: 232px;
	z-index: 9999;
	border:#c7c7c7 solid 1px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 130px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -39px 0 0 159px;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}


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

.nav-primary li.right {
	color: #777;
	float: right;
	font-size: 14px;
	padding: 7px 15px 5px;
}

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

.nav-primary li.right a:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

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

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

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


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

.site-inner {
	width: 100%;
}

.home .site-inner {
	margin: 40px auto 0px auto;
	background:url(images/content-bg.jpg) repeat;
}

.agency-landing .site-inner {
	margin: 20px auto;
	width: 800px;
}

.home .site-inner .wrap {
	padding: 25px 0px;
}

.site-inner .wrap {
	padding: 0px 0px 10px 0px;
}


/* Home Welcome
------------------------------------------------------------ */

#home-welcome {
	padding: 20px 30px;
}

#home-welcome,
#home-welcome p {
	color: #777;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px #000;
}

#home-adwords {
	width:960px;
	overflow: hidden;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
}

#home-adwords img {
	margin-top:20px;
}

.royalCaptionItem img {
	width:100%;
}

#home-adwords .adwords-bg {
	background:url(images/adword-bg.png) no-repeat;
	height:371px;
	width:247px;
	/*margin:-353px 0px 0px 0px;*/
	z-index:100;
	position:relative;
	float:right;
	margin-top:20px;
	padding:8px 4px;
	font-size:14px;
	color:#064d85;
	text-align:center;
	text-transform:uppercase;
	line-height:120%;
}

#home-adwords .free-adwords {
	color:#f36c21;
	font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
}

#home-adwords .titlearea {
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-align:center;
	line-height:120%;
	text-transform:uppercase;
	margin-bottom:16px;
}

#home-adwords .titlearea span {
	font-size:14px;
	line-height:120%;
}

.home #fuel-your-business-img {
	width:960px;
	height:73px;
	margin:20px auto 0px auto;
	position: relative;
	top: -10px;
	background:url(images/fuel-your-business-img.png) no-repeat center;
	text-align:center;
	color:#064d85;
	font-size:18px;
	text-transform:uppercase;
	padding: 30px 0;
	line-height:32px;
}

#fuel-your-business-img {
	width:960px;
	height:73px;
	margin:40px auto 40px auto;
	position: relative;
	top: 0px;
	background:url(images/fuel-your-business-img.png) no-repeat center;
	text-align:center;
	color:#064d85;
	font-size:18px;
	text-transform:uppercase;
	padding: 30px 0;
	line-height:32px;
}

#fuel-your-business-img span {
	color:#f36c21;
}

#fuel-your-business-img .bigtext {
	font-size:42px;
	color: rgba(0,58,133, 0.8);
	text-shadow: 1px 4px 6px #e9e9e9, 0 0 0 #000, 1px 4px 6px #e9e9e9;
	font-family: 'arialblack', Arial, Helvetica, sans-serif;
}

/* Home Slider
------------------------------------------------------------ */
#slider-contact {
	width:100%;
	margin-top:0px;
}

#home-slider {
	width: 100%;
	z-index:10;
	margin:-407px 0px 0px 0px;
}

#home-slider .wrap {
	width:100%;
	margin:0px auto;
}

#home-slider p {
	padding: 0 0 25px;
}

.agency #genesis-responsive-slider {
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 5px;
	padding: 5px 0;
}

.agency .slide-excerpt {
	filter: alpha(opacity=100);
	margin: 0;
	padding: 22px 40px 22px 20px;
	opacity: 1.0;
}

html > body.agency .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.agency .slider-next, 
.agency .slider-previous {
	margin: 0 -40px;
}

.agency .flex-control-nav {
	margin: 20px 0;
}


/* Home
------------------------------------------------------------ */

#home {
	font-size: 14px;
}

#home p {
	font-size: inherit;
}

#home-widget {
	background:url(images/content-bg.jpg) repeat;
	width:916px;
	margin:0px auto;
	color:#064d85;
	text-align:center;
	padding:25px;
	line-height:120%;
	font-size:16px;
}

#home-widget h1 {
	font-weight:bold;
	color:#064d85;
	line-height:100%;
	font-size:24px;
}

.home-left {
	float: left;
	margin: 0 0px 0 0;
	width: 260px;
}

.home-middle {
	float: left;
	width: 242px;
	margin:0px 76px;
}

.home-right {
	float: right;
	width: 260px;
}

.home-left .read-more {
	margin-top:15px;
}

.home-middle .read-more {
	margin-top:10px;
}

.home-right .read-more {
	margin-top:34px;
}



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

.breadcrumb {
	background: #ddd url(images/gradient.png) repeat-x;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: -25px -30px 20px;
	padding: 15px 30px;
}


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

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


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

.content-sidebar-wrap {
	float: left;
	width: 720px;
	padding-top:15px;
}

.agency-landing .content-sidebar-wrap,
.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 0 20px;
	width: 410px;
}

.home .content {
	padding: 0 0 10px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 590px;
	background:url(images/content-bg.jpg) repeat;
	padding:40px 44px;
}

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

.full-width-content .content {
	width: 100%;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 15px;
}

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

.clear {
	clear: both;
}

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

.wpcf7-response-output, div.wpcf7 img.ajax-loader {
	display: none !important;
}

/* 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,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #064d85;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	line-height: 1.25;
}

h1 {
	font-size: 19px;
}

.page-template-page_blog-php h2, .page-template-page_blog-php h2 a, .page-template-page_blog-php h2 a:visited,
.blog .entry-title, .blog .entry-title a, .blog .entry-title a:visited{
	font-size: 19px;
	color: #064d85;
}

h2,
h2 a,
h2 a:visited {
	font-size: 14px;
	color:#e87507;
}

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

h2 a:hover {
	color: #5397b4;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	margin: 5px 0 5px 0px;
	font-size:19px;
	text-align:center;
	padding-top:15px;
}

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

.blog-title {
	background:url(images/blog-icon.png) no-repeat;
	color: #E87507;
	font-size: 24px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 118px;
}

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

#home-welcome h4 {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

h6 {
	font-size: 16px;
}


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

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

.entry-content ol {
	margin: 0;
}

.archive-page ul li:before,
.entry-content ul li:before {
	content: ">";
	margin-right:5px;
	color:#e87907;
}

.archive-page ul li,
.entry-content ul li {
	list-style: none;
	margin: 0 0 0 36px;
	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
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 14px;
	margin: -5px 0 15px;
}


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

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


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

.author-box {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box p {
	font-size: 14px;
}

.author-box div {
	border: 1px solid #fff;
	padding: 15px;
}


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

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


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

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


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

img {
	height: auto;
	max-width: 100%;
}

.featuredpage img,
.featuredpost img {
	margin: 0 0 10px;
}

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

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 15px 0 0;
}

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

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 0 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 24px 0;
}

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

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

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

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

figcaption.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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

.gallery-caption {
}


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

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

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

.pagination li a:hover,
.pagination li.active a {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}

.contact-form .title p {
    color: #fff;
    margin-bottom: 0;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 247px;
}

.contact-form {
	background:url(images/contact-bg.png) no-repeat;
	height:356px;
	width:221px;
	padding:0px 13px;
}

.contact-form .title {
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	line-height:130%;
	padding:16px 0px 34px 0px;
}

.contact-form .title span {
	font-weight:bold;
	color:#f36c21;
	font-size:20px;
}

.contact-form .text-field {
	background:url(images/contact-form-field.png) no-repeat;
	height:26px;
	width:202px;
	border:0px;
	font-size:12px;
	padding:0px 10px 0px 10px;
	margin-bottom:6px;
}

.contact-form .textarea-field {
	background:url(images/textarea-field.png) no-repeat;
	height:59px;
	width:202px;
	border:0px;
	font-size:12px;
	padding:10px 10px 15px 10px;
	margin-bottom:6px;
}

.contact-form .submit-btn {
	background:url(images/submit-button.png) no-repeat;
	height:32px;
	width:93px;
	border:0px;
	text-indent:-9999em;
	margin:0px auto;
	display:block;
}

.contact-form .submit-btn:hover {
	background:url(images/submit-button.png) no-repeat;
	border:0px;
}

#recent-posts-2

#sidebar-alt {
	float: left;
	width: 150px;
}

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

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

.sidebar p {
	font-size: inherit;
	margin: 0 0 10px;
}

.sidebar .widget {
	margin: 0 0 15px;
	background:url(images/content-bg.jpg) repeat;
}

.sidebar .widget-wrap {
	padding: 0px;
}

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

.sidebar.widget-area ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul li:before {
	content: ">";
	margin-right:5px;
	color:#e87907;
}

.sidebar.widget-area ul li a {
	color:#064d85;
	font-size:12px;
}

.blog-post {
	width:90%;
	margin:10px auto 0px auto;
	padding-bottom:20px;
}

.sidebar .widget_archive ul {
	width:90%;
	margin:10px auto 10px auto;
}

.blog-post ul {
	marign-bottom:10px;
}

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

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}


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

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

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
}

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


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

.user-profile {
	overflow: hidden;
}


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

input[type="button"],
input[type="submit"],
#home-slider a.more-link {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 7px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

#home-slider a.more-link {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 15px;
}

input:hover[type="button"],
input:hover[type="submit"],
#home-slider a.more-link:hover {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}


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

.site-header .search-form {
	float: right;
}

.nav-primary .search-form {
	float: right;
}

.search-form-input{
	border: 1px solid #aaa;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 170px;
}

.nav-primary .search-form-input{
	background-color: #fff;
}


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

.enews #subbox {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 160px;
}

.footer-widgets .enews #subbox {
	margin: 0 -7px 0 0;
}


/* 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;
	margin: 10px 0 0;
}

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


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

.footer-widgets {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
	clear: both;
	font-size: 14px;
	margin: 20px auto 0;
	width: 100%;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 25px 30px 10px;
}

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

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

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

.footer-widgets .widget {
	margin: 0 0 15px;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

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

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


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

.site-footer {
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 25px 0px;
}

.site-footer p {
	font-size: 14px;
}

.site-footer a,
.site-footer a:visited {
	color: #E87507;
}

.site-footer a:hover {
	color: #064d85;
	text-decoration: none;
}

.site-footer .copyright {
	float: none;
	width: 270px;
	font-size:11px;
	font-weight:bold;
}

.site-footer .designby {
	float: none;
	text-align: left;
	width: 240px;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	text-transform:uppercase;
}

#footer-left{
	width:30%;
	float:left;
}

#footer-right{
	width:40%;
	float:right;
	font-size: 11px;
    	font-weight: bold;
    	text-align: right;
    	text-transform: uppercase;
	margin-top:10px;
}


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

#comments,
#respond {
	margin: 0 0 30px;
}

#author,
#comment,
#email,
#url {
	background: #eee;
	border: 1px solid #ddd;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

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

#comments ol,
#pings ol {
	padding: 0;
}

#comments .pagination {
	display: none;
}

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

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

.comment-list li,
.ping-list li {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.comment-list li ul li {
	border-left: none;
	border-right: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

.comment-list ul.children li.comment {
	background-color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

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

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	border: 1px solid #fff;
	border-bottom: none;
	padding: 15px 15px 0;
}

.comment-meta {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 15px 10px;
}

.comment-content {
	padding: 0 15px;
}

.reply {
	font-weight: normal;
	overflow: hidden;
	padding: 0 15px 10px;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	padding: 6px 5px !important;
}

div.gform_footer input.button {
	border: 1px solid #6297ad;
	color: #fff;
	font-weight: normal;
}

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


/* Agency Green
------------------------------------------------------------ */

.agency-green h2,
.agency-green h2 a,
.agency-green h2 a:visited {
	color: #333;
}

.agency-green a,
.agency-green a:visited,
.agency-green h2 a:hover,
.agency-green .site-footer a:hover {
	color: #5caa66;
}

.agency-green div.gform_footer input.button,
.agency-green input[type="button"],
.agency-green input[type="submit"],
.agency-green .pagination li a,
.agency-green .pagination li.disabled,
.agency-green .pagination li a:hover,
.agency-green .pagination li.active a,
.agency-green #home-slider a.more-link {
	background: url(images/green/button.png) 0 0;
	border: 1px solid #69a571;
	text-shadow: 1px 1px #4f9259;
}

.agency-green div.gform_footer input.button:hover,
.agency-green input:hover[type="button"],
.agency-green input:hover[type="submit"],
.agency-green .pagination li a:hover,
.agency-green .pagination li.active a,
.agency-green #home-slider a.more-link:hover {
	background: url(images/green/button.png) 0 -40px;
	border: 1px solid #69a571;
}


/* Agency Orange
------------------------------------------------------------ */

.agency-orange h2,
.agency-orange h2 a,
.agency-orange h2 a:visited {
	color: #333;
}

.agency-orange a,
.agency-orange a:visited,
.agency-orange h2 a:hover,
.agency-orange .site-footer a:hover {
	color: #d78a47;
}

.agency-orange div.gform_footer input.button,
.agency-orange input[type="button"],
.agency-orange input[type="submit"],
.agency-orange .pagination li a,
.agency-orange .pagination li.disabled,
.agency-orange .pagination li a:hover,
.agency-orange .pagination li.active a,
.agency-orange #home-slider a.more-link {
	background: url(images/orange/button.png) 0 0;
	border: 1px solid #cb8f5b;
	text-shadow: 1px 1px #be7d40;
}

.agency-orange div.gform_footer input.button:hover,
.agency-orange input:hover[type="button"],
.agency-orange input:hover[type="submit"],
.agency-orange .pagination li a:hover,
.agency-orange .pagination li.active a,
.agency-orange #home-slider a.more-link:hover {
	background: url(images/orange/button.png) 0 -40px;
	border: 1px solid #cb8f5b;
}


/* Agency Red
------------------------------------------------------------ */

.agency-red h2,
.agency-red h2 a,
.agency-red h2 a:visited {
	color: #333;
}

.agency-red a,
.agency-red a:visited,
.agency-red h2 a:hover,
.agency-red .site-footer a:hover {
	color: #ba4b4f;
}

.agency-red div.gform_footer input.button,
.agency-red input[type="button"],
.agency-red input[type="submit"],
.agency-red .pagination li a,
.agency-red .pagination li.disabled,
.agency-red .pagination li a:hover,
.agency-red .pagination li.active a,
.agency-red #home-slider a.more-link {
	background: url(images/red/button.png) 0 0;
	border: 1px solid #b15c5f;
	text-shadow: 1px 1px #a04142;
}

.agency-red div.gform_footer input.button:hover,
.agency-red input:hover[type="button"],
.agency-red input:hover[type="submit"],
.agency-red .pagination li a:hover,
.agency-red .pagination li.active a,
.agency-red #home-slider a.more-link:hover {
	background: url(images/red/button.png) 0 -40px;
	border: 1px solid #b15c5f;
}

