/*

	Theme Name: Metro Motor Coach Child Theme
	Description: Metro Motor Coach is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Ponder Consulting & Web Design
	Author URI: http://www.ponderconsulting.com
	Version: 2.0

	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white
	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/
/* Table of Contents
* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Featured
* Home Middle
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* 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
* Corporate Blue
*/

/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* ubuntu fonts */

@font-face {
	font-family: 'Ubuntu';
	src: url('ubuntu-r.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, input, select, textarea {
	color: #555;
	font-family: Ubuntu, Arial, 'sans serif';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input, select, textarea, .sticky, .taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
li,  ol,  ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks

------------------------------------------------------------ */



a,  a:visited {
	color: #004c76;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Body
------------------------------------------------------------ */
body {
	background: #000 url(images/bodybg.jpg) no-repeat top center fixed;
}

/* Wrap
------------------------------------------------------------ */
#wrap {
	-moz-box-shadow: 0 4px 6px #000;
	-webkit-box-shadow: 0 4px 6px #000;
	background-color: #fff;
	box-shadow: 0 4px 6px #000;
	margin: 20px auto 20px;
	overflow: hidden;
	width: 960px;
}
/*#wrapouter {
	background: url(images/bg.png) repeat-x;
}*/
/* Header

------------------------------------------------------------ */

#header {
	background: #000;
	min-height: 140px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#title-area {
	background: url(images/logo.jpg) top left no-repeat;
	float: left;
	overflow: hidden;
	padding: 0;
	margin-left: 25px;
	width: 960px;
}
.header-full-width #title-area {
	padding: 0;
}
#title {
	font-family: 'Droid Sans', arial, serif;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 5px;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
}
.header-full-width #title {
	text-align: center;
}
#title a,  #title a:hover {
	color: #ccc;
	text-align: center;
	text-decoration: none;
}
#description {
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: #000 1px 1px;
}
.header-full-width #description {
	text-align: center;
}
#header .widget-area {
	float: right;
	width: 315px;
	margin-top: 25px;
}
/* Image Header - Partial Width

------------------------------------------------------------ */



.header-image #title-area,  .header-image #title,  .header-image #title a {
	display: block;
	float: left;
	height:120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 500px;
	margin-top: 10px;
}
.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 Right Navigation

------------------------------------------------------------ */



#header ul.nav,  #header ul.menu {
	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 {
	background-color: #000;
	float: left;
	list-style-type: none;
}
#header ul.nav li a,  #header ul.menu li a {
	color: #fff;
	display: block;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul.nav li a:hover,  #header ul.nav li a:active,  #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 .current_page_item a,  #header ul.menu .current-cat a,  #header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}
#header ul.nav li a .sf-sub-indicator,  #header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}
#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: #000;
	border: 0px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#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 {
	background-color: #000;
}
#header ul.nav li ul,  #header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#header ul.nav li ul a,  #header ul.menu li ul a {
	width: 140px;
}
#header ul.nav li ul ul,  #header ul.menu li ul ul {
	margin: -31px 0 0 159px;
}
#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 {
	background-color: #000;
	color: #ddd083;
	font-family: Ubuntu, Arial, 'sans serif';
	font-style: none;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	clear: both;
}

#nav ul {
	float: right;
}

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

#nav li a, #nav li a:visited {
	float: right;
	color: #ddd083;
	display: block;
	font-size: 11px;
	padding: 5px 8px 0 8px;
	position: relative;
	text-align:center;
	border-right: 0px dotted #ddd083;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}

#nav li.last a {
	border-right: none;
}

#nav li.facebook a {
	background: url(images/facebook.png) no-repeat center left;
	padding: 0 0 0 20px;
	margin-left:10px;
	border-right: none;
}

#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 {
	border-right: 0px dotted #ddd083;
	color: #fff;
	overflow: hidden;
}

#nav ul li.last a,
#nav ul li.last a:active,
#nav ul li.last a:hover,
#nav li.facebook a,
#nav li.facebook a:active,
#nav li.facebook a:hover  { 
	border-right: none;
}

#nav ul li.first a,
#nav ul li.first a:active,
#nav ul li.first a:hover { 
	border-radius: 10px 0px 0px 0px; 
	-moz-border-radius: 10px 0px 0px 0px; 
	-webkit-border-radius: 10px 0px 0px 0px;
}


#nav li ul {
	margin: 0 0 0 0;
}


#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	border-right: none;
	background: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	border-bottom: 0px solid #ddd;
	color: #fff;
	font-size: 12px;
	padding: 5px 14px 4px 14px;
	position: relative;
	text-transform: none;
	width: 130px;
	text-shadow: 1px 1px 2px #666;

}

#nav li li a:hover,
#nav li li a:active {
	background: #2c2b7c;
	background: #2c2b7c url(images/nav-bg-hover.png);
	color: #000;
	text-shadow: 1px 1px 2px #666;
}

#nav li ul {
	background: #cc0000;
	height: auto;
	left: -9999px;
	padding: 0;
	position: absolute;
	width: 158px;
	z-index: 9999;
}

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

#nav li ul ul {
	margin: -31px 0 0 158px;
}

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

/* Secondary Navigation

------------------------------------------------------------ */



#subnav {
	background: url(images/nav.png);
	clear: both;
	color: #fff;
	font-family: Ubuntu, Arial, 'sans serif';
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	height: 30px;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	border-right: 1px solid #e0d386;
	float: left;
	list-style-type: none;
}
#subnav li li {
	border: none;
}
#subnav li a {
	color: #000;
	font-size: 15px;
	display: block;
	padding: 5px 8px 4px 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#subnav li a:hover,  #subnav li a:active,  #subnav .current_page_item a,  #subnav .current-cat a,  #subnav .current-menu-item a {
	background: url(images/nav-hover.png);
}
#subnav li a.sf-with-ul {
	padding-right: 30px;
}
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 14px;
	width: 16px;
	display: block;
	overflow: hidden;
}
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png) no-repeat;
}
#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 8px;
}
#subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right-hover.png) no-repeat;
}
#subnav li li a,  #subnav li li a:link,  #subnav li li a:visited {
	background: none;
	background-color: #d4c67b;
	border: 1px solid #999;
	border-top-width: 0;
	color: #333;
	font-size: 12px;
	padding: 6px 10px 5px 20px;
	position: relative;
	text-transform: none;
	width: 170px;
}
#subnav li li a:hover,  #subnav li li a:active {
	background: none;
	background-color: #c1b46f;
	color: #333;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 9999;
	font-size: 12px;
}
#subnav li ul a {
	width: 200px;
}
#subnav li ul ul {
	margin: -33px 0 0 200px;
}
#subnav li:hover>ul,  #subnav li.sfHover ul {
	left: auto;
}
/* Primary Navigation Extras

------------------------------------------------------------ */

#subnav li.right {
	float: right;
	padding: 10px 10px 8px;
}
#subnav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}
#subnav li.right a:hover {
	color: #444;
	text-decoration: none;
}
#subnav li.search {
	padding: 0 10px;
}
#subnav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
#subnav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
}
/* Inner

------------------------------------------------------------ */



#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 960px;
}
.home.full-width-content #inner {
	padding: 0;
	width: 960px;
}
/* Featured

------------------------------------------------------------ */



#featured {
	background-color: #eee;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#featured .wrap {
	padding: 25px;
}
#featured p {
	padding: 0 0 15px;
}
/* Home Middle

------------------------------------------------------------ */



#home-middle {
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#home-middle .wrap {
	overflow: hidden;
	padding: 20px 25px 5px;
}
#home-middle p {
	padding: 0 0 15px;
}
.home-middle-1 {
	float: left;
	padding: 0 27px 0 0;
	width: 285px;
}
.home-middle-2 {
	float: left;
	width: 285px;
}
.home-middle-3 {
	float: right;
	width: 285px;
}
/* Breadcrumb

------------------------------------------------------------ */



.breadcrumb {
	border-bottom: 1px dashed #ddd;
	color: #444;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 920px;
}
.breadcrumb a,  .breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* Taxonomy Description

------------------------------------------------------------ */



.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
/* Content-Sidebar Wrap

------------------------------------------------------------ */



#content-sidebar-wrap {
	float: left;
	width: 630px;
}
.content-sidebar #content-sidebar-wrap,  .sidebar-content #content-sidebar-wrap {
	width: 930px;
}
.sidebar-content-sidebar #content-sidebar-wrap,  .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
.full-width-content #content-sidebar-wrap {
	width: 930px;
}
.home.full-width-content #content,  .home.full-width-content #content-sidebar-wrap {
	width: 960px;
}
/* Content

------------------------------------------------------------ */



#content {
	float: left;
	padding: 10px 10px 10px 25px;
	width: 450px;
}
.content-sidebar #content,  .sidebar-content #content {
	width: 630px;
}
-content #content,  .sidebar-sidebar-content #content {
	float: right;
}
.sidebar-content-sidebar #content {
	padding: 10px 0 10px 0;
	width: 460px;
}
.home.full-width-content #content {
	padding: 0;
}
.full-width-content #content {
	padding: 10px;
	width: 910px;
}
blockquote {
	background-color: #ebf1f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}
.post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}
.single .post {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}
.sidebar .post {
	border-bottom: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.entry-content a,  .entry-content a:visited {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content p,  .page .entry-content p {
	padding: 0 0 15px;
}
.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;
}
/* Headlines

------------------------------------------------------------ */



h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	margin: 0 0 5px;
	text-transform: uppercase;
}
h1,  h2,  h2 a,  h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-size: 22px;
}
h2 a:hover {
	color: #004c76;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-size: 26px;
}
#footer-widgets h2,  #footer-widgets h2 a,  #footer-widgets h2 a:visited {
	color: #aaa;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-decoration: none;
	text-transform: none;
}
#footer-widgets h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 22px;
}
h4,  h4 a,  h4 a:hover,  h4 a:visited {
	font-size: 18px;
}
.sidebar h4,  .sidebar h4 a,  #footer-widgets h4,  #footer-widgets h4 a {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform: none;
}
.sidebar h2 a,  .sidebar h2 a:visited {
	color: #222;
	font-size: 13px;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.sidebar h2 a:hover {
	color: #004c76;
	text-decoration: underline;
}
.sidebar h4,  .sidebar h4 a,  .sidebar h4 a:visited {
	padding: 4px 8px 0 0;
	font-size: 18px;
	text-align: left;
	color: #004c76;
}
.sidebar h4 a:hover {
	text-decoration: none;
}
#footer-widgets h4,  #footer-widgets h4 a,  #footer-widgets h4 a:visited {
	padding: 4px 8px 0 0;
	font-size: 18px;
	text-align: left;
	color: #004c76;
}
#footer-widgets h4 a:hover {
	text-decoration: none;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* Unordered / Ordered 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: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul,  .entry-content ul ul,  .entry-content ol ol {
	padding: 0;
}
/* Post Info

------------------------------------------------------------ */



.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}
.sidebar .post-info {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/* Post Meta

------------------------------------------------------------ */



.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}
/* Author Box

------------------------------------------------------------ */



.author-box {
	border-top: 1px solid #ddd;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}
/* Archive Page

------------------------------------------------------------ */



.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}
/* Post Icons

------------------------------------------------------------ */



.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}
/* Images

------------------------------------------------------------ */



img {
	max-width: 100%;
}
#featured .featuredpage img,  #featured .featuredpost img {
	border: 10px solid #ccc;
	max-width: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#home-middle .featuredpage img,  #home-middle .featuredpost img {
	border: 5px solid #ccc;
	margin: 0 0 15px;
}
.avatar,  .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}
.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}
.post-image {
	margin: 0 15px 15px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}
img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 15px;
}
img.alignnone {
	display: inline;
	margin: 0 0 150px;
}
img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#featured .alignleft {
	margin: 0 15px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.wp-caption {
	background: #f5f5f5;
	padding: 7px 7px 0 7px;
	text-align: center;
}
p.wp-caption-text {
	margin: 15px 0 0 0;
	font-size: 11px;
	line-height: 12px;
}
.wp-smiley,  .wp-wink {
	border: none;
	float: none;
}
/* Post Navigation

------------------------------------------------------------ */



.navigation {
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a,  .navigation li.disabled,  .navigation li a:hover,  .navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}
.navigation li a:hover,  .navigation li.active a {
	background-color: #f5f5f5;
}
/* Primary / Secondary Sidebars

------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	margin: 0 -10px 20px 0;
	padding: 15px 0 5px;
	width: 250px;
	font-size: 13px;
}

#sidebar-alt {
	display: inline;
	float: right;
	margin: 0 0 20px 0;
	padding: 15px 15px 5px 0;
	width: 120px;
	font-size: 13px;
}
.sidebar-content #sidebar,  .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	background: #fff;
	margin: 0 0 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
     border-radius: 12px;
	-moz-box-shadow: 0 2px 6px #dfdfdf; 
	-webkit-box-shadow: 0 2px 6px #dfdfdf;
	box-shadow: 0 2px 6px #dfdfdf;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	padding:10px;
	border:1px solid #dedfe0;
}
.widget-area ol,  .widget-area ul {
	margin: 0 0 -5px;
}
#header .widget-area ul li {
	margin: 0;
}
.widget-area ol ol,  .widget-area ul ul {
	margin: 0 0 0 15px;
}
.widget-area ul li {
	list-style-type: none;
	margin: 0 0 3px;
	word-wrap: break-word;
}
.widget-area ol li {
	list-style-type: decimal;
}
/* Dropdowns

------------------------------------------------------------ */



#cat,  .widget_archive select {
	background-color: #fff;
	color: #0099cc;
	display: inline;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}
/* Featured Page / Post

------------------------------------------------------------ */



.featuredpage,  .featuredpost {
	clear: both;
	overflow: hidden;
}
.featuredpage .page,  .featuredpost .post {
	overflow: hidden;
}
#footer-widgets .featuredpage .page,  #footer-widgets .featuredpost .post {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0;
}
/* User Profile

------------------------------------------------------------ */



.user-profile {
	overflow: hidden;
}
/* Buttons

------------------------------------------------------------ */



div.gform_footer input.button,  .enews #subbutton,  .reply a,  .reply a:visited,  .searchsubmit,  #featured .more-link,  #submit {
	background-color: #004c76;
	border: 1px solid #004c76;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}
#featured .more-link {
	line-height: 30px;
	padding: 7px;
}
#nav .searchsubmit {
	padding: 2px 7px 2px;
}
.reply a,  .reply a:visited {
	padding: 2px 4px;
}
div.gform_footer input.button:hover,  .enews #subbutton:hover,  .reply a:hover,  .searchsubmit:hover,  #featured .more-link:hover,  #submit:hover {
	background-color: #004c76;
	border: 1px solid #660000;
	color: #fff;
	text-decoration: none;
}
/* Search Form

------------------------------------------------------------ */



#header .searchform {
	float: right;
	padding: 70px 20px 0 0;
}
#nav .searchform {
	float: right;
	margin: 1px 0 0;
}
.s {
	background-color: #fff;
	color: #004c76;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 5px 0 5px 5px;
	width: 155px;
}
#header .s {
	color: #555;
}
#nav .s {
	padding: 2px 0 2px 5px;
}
/* eNews and Update Widget

------------------------------------------------------------ */



.enews #subbox {
	background-color: #fff;
	color: #0099cc;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}
/* 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 {
	background-color: #000;
	clear: both;
	color: #333;
	font-size: 11px;
	border-top: 0px dotted #ccc;
	margin: 0 auto 0;
	overflow: hidden;
	width: 960px;
}
#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 25px 5px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets p {
	color: #fff;
	font-size: 12px;
	padding: 0 0 10px;
}
#footer-widgets a,  #footer-widgets a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-widgets a:hover {
	text-decoration: underline;
}
#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 15px;
}
#footer-widgets ul li {
	border-bottom: 0px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
}
#footer-widgets #wp-calendar thead,  #footer-widgets #wp-calendar td {
	background: none;
}
#footer-widgets .post {
	border: none;
	margin: 0;
}
.footer-widgets-1 {
	float: left;
	padding: 0 27px 0 0;
	width: 213px;
}
.footer-widgets-2 {
	float: left;
	width: 213px;
}
.footer-widgets-3 {
	float: right;
	width: 213px;
}
.footer-widgets-4 {
	float: right;
	width: 233px;
}
/* Footer

------------------------------------------------------------ */



#footer {
	background: #000;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}
#footer p {
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
}
#footer a,  #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .gototop {
	float: left;
	padding: 0 0 0 15px;
	width: 200px;
}
#footer .creds {
	float: right;
	padding: 0 15px 0 0;
	text-align: right;
	width: 685px;
}
/* Comments

------------------------------------------------------------ */



#comments,  #respond {
	margin: 0 0 30px;
	overflow: hidden;
}
#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 {
	margin: 0;
	padding: 10px;
}
.comment-list li,  .ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}
.comment-list li ul li {
	list-style-type: none;
}
.comment-list p,  .ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}
.comment-list ul.children {
	margin-top: 20px;
}
.comment-list ul.children li.comment {
	background: #fff;
}
.comment-list cite,  .ping-list cite {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-weight:normal;
}
.comment-author {
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}
.comment-meta {
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
	padding: 0;
}
.thread-alt,  .thread-even {
	background: #f5f5f5;
}
.alt,  .depth-1,  .even {
	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;
}
/* CUSTOMIZATIONS BY PONDER CONSULTING & WEB DESIGN

------------------------------------------------------------ */



#custom-header-title {
	background: #f0f0f0;
	border-top: 1px solid #CCCCCC;
	margin: 0 auto 0;
	width: 928px;
	height: 44px;
	padding: 8px 16px 8px 16px;
}
#custom-header-title h1 {
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	float: left;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}
#custom-header-title h1 a {
	color: #808080;
}
#custom-header-title h1 a:hover {
	color: #292929;
	text-decoration: none;
}
#custom-header-title .description {
	font-size: 16px;
	text-transform: uppercase;
	color: #808080;
	text-shadow: 0 1px 0 #fff;
	float: right;
	padding-top: 12px;
}

/***** Footer Navigation ********************/

#footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 10px 0;
	text-align: center;
	}
	
#footer ul li {
	display: inline;
	}
	
#footer ul li a {
    margin: 0;
	padding: 0 8px 0 8px;
	text-align:center;
	border-right: 1px dotted #FFF;
	}

#footer ul li.last a {
	border-right: none;
	}

#footer .copyright {
	width: 100%;
	clear: both;
	text-align: center;
	}
#footer .copyright p {
	color: #cecece;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
	}

.designedby {
	color: #cecece;
	text-align:center;
	font-size: 0.8125em;
	margin: 0 auto 0;
	padding-bottom: 8px;
}
.designedby a {
	color: #cecece;
	text-decoration: none;
}
.designedby a:hover {
	color: #fff;
	text-decoration: underline;
}
.creditcards {
	text-align:center;
	padding-bottom: 10px;
}

/*
Content Boxes
---------------------------------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
}
 
.content-box-blue {
background-color: #d8ecf7;
border: 1px solid #afcde3;
}
 
.content-box-gray {
background-color: #e2e2e2;
border: 1px solid #bdbdbd;
}
 
.content-box-green {
background-color: #d9edc2;
border: 1px solid #b2ce96;
}
 
.content-box-purple {
background-color: #e2e2f9;
border: 1px solid #bebde9;
}
 
.content-box-red {
background-color: #f9dbdb;
border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
background-color: #fef5c4;
border: 1px solid #fadf98;
}


