/*

	Theme Name: Corporate Child Theme

	Theme URI: http://www.studiopress.com/themes/corporate

	Description: Corporate is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.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);





/* Defaults

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



body,

h1,

h2,

h2 a,

h2 a:visited,

h3,

h4,

h5,

h6,

p,

input,

select,

textarea {

	color: #555;

	font-family: Arial, Helvetica, Tahoma, sans-serif;

	font-size: 13px;

	font-weight: normal;

	line-height: 20px;

	margin: 0;

	padding: 0;

	text-decoration: none;

}



input,

select,

textarea,

.sticky,

.taxonomy-description {

	margin-bottom: 5px;

}



li,

ol,

ul {

	margin: 0;

	padding: 0;

}



ol li {

	list-style-type: decimal;

}





/* Hyperlinks

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



a,

a:visited {

	color: #006633;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



a img {

	border: none;

}





/* Body

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



body {

	background-color: #666;

}





/* Wrap

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



#wrap {

	border-radius: 15px 15px 15px 15px;

	-moz-border-radius: 15px 15px 15px 15px;

	-webkit-border-radius: 15px 15px 15px 15px;

	-khtml-border-radius: 15px 15px 15px 15px;

	-moz-box-shadow:0 0 5px -2px #777777;

	-webkit-box-shadow:0 0 5px -2px #777777;

	background-color: #fff;

	box-shadow:0 0 5px -2px #777777;

	margin: 15px auto;

	overflow: hidden;

	width: 960px;

}





/* Header

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



#header {

	background: #000 url(images/header.png) no-repeat top left;

	min-height: 130px;

	margin: 0 auto;

	overflow: hidden;

	width: 960px;

}



#title-area {

	float: left;

	overflow: hidden;

	padding: 40px 0 0 30px;

	width: 475px;

}



.header-full-width #title-area {

	padding: 40px 0 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: 450px;

}





/* Image Header - Partial Width

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



.header-image #title-area,

.header-image #title,

.header-image #title a {

	display: block;

	float: left;

	height: 130px;

	overflow: hidden;

	padding: 0;

	text-indent: -9999px;

	width: 475px;

}



.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: #333;

	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: #333;

	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: #333;

	border: 1px 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: url(images/nav.png);

	border: 1px solid #006633;

	clear: both;

	color: #fff;

	font-family: 'Droid Sans', arial, serif;

	font-size: 12px;

	margin: 0 auto;

	overflow: hidden;

	width: 960px;

	height: 33px;

}



#nav ul {

	float: left;

	width: 100%;

}



#nav li {

	border-right: 1px solid #333;

	float: left;

	list-style-type: none;

}



#nav li li {

	border: none;

}



#nav li a {

	border-right: 0px solid #000;

	color: #fff;

	display: block;

	padding: 6px 20px 6px;

	position: relative;

	text-decoration: none;

	text-transform: uppercase;

}



#nav li a:hover,

#nav li a:active,

#nav .current_page_item a,

#nav .current-cat a,

#nav .current-menu-item a {

	background: url(images/nav-hover.png);

	color: #fff;

}



#nav li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#nav li li a,

#nav li li a:link,

#nav li li a:visited {

	background: none;

	background-color: #333;

	border: 1px solid #111;

	border-top-width: 0;

	color: #fff;

	font-size: 12px;

	padding: 6px 10px 5px;

	position: relative;

	text-transform: none;

	width: 138px;

}



#nav li li a:hover,

#nav li li a:active {

	background: none;

	background-color: #111;

	color: #fff;

}



#nav li ul {

	height: auto;

	left: -9999px;

	position: absolute;

	width: 160px;

	z-index: 9999;

}



#nav li ul a { 

	width: 140px;

}



#nav li ul ul {

	margin: -32px 0 0 159px;

}



#nav li:hover>ul,

#nav li.sfHover ul {

	left: auto;

}





/* Primary Navigation Extras

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



#nav li.right {

	float: right;

	padding: 10px 10px 8px;

}



#nav li.right a {

	background: none;

	border: none;

	display: inline;

	text-decoration: none;

}



#nav li.right a:hover {

	color: #444;

	text-decoration: none;

}



#nav li.search {

	padding: 0 5px;

}



#nav li.rss a {

	background: url(images/rss.png) no-repeat center left;

	margin: 0 0 0 10px;

	padding: 0 0 0 16px;

}



#nav li.twitter a {

	background: url(images/twitter-nav.png) no-repeat center left;

	padding: 0 0 0 20px;

}





/* Secondary Navigation

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



#subnav {

	background: url(images/subnav.png);

	border-top: 1px solid #aaa;

	clear: both;

	color: #fff;

	font-family: 'Droid Sans', arial, serif;

	font-size: 12px;

	margin: 0 auto;

	overflow: hidden;

	width: 960px;

}



#subnav ul {

	float: left;

	width: 100%;

}



#subnav li {

	float: left;

	list-style-type: none;

}



#subnav li a {

	color: #fff;

	display: block;

	padding: 11px 15px 10px;

	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/subnav-hover.png);

	color: #fff;

}



#subnav li a .sf-sub-indicator {

	display: block;

	overflow: hidden;

	position: absolute;

	text-indent: -9999px;

}



#subnav li li a,

#subnav li li a:link,

#subnav li li a:visited {

	background-color: #666;

	border: 1px solid #444;

	border-top-width: 0;

	color: #fff;

	font-size: 12px;

	padding: 6px 10px 5px;

	position: relative;

	text-transform: none;

	width: 138px;

}



#subnav li li a:hover,

#subnav li li a:active {

	background: none;

	background-color: #444;

	color: #fff;

}



#subnav li ul {

	height: auto;

	left: -9999px;

	position: absolute;

	width: 160px;

	z-index: 9999;

}



#subnav li ul a { 

	width: 1450px;

}



#subnav li ul ul {

	margin: -32px 0 0 159px;

}



#subnav li:hover>ul,

#subnav li.sfHover ul {

	left: auto;

}





/* Inner

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



#inner {

	margin: 0 auto;

	overflow: hidden;

	padding: 15px 0;

	width: 930px;

}



.home.full-width-content #inner {

	padding: 0;

	width: 960px;

}







/* Featured

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



#featured {

	background-color: #ffffff;

	margin: 0 auto;

	overflow: hidden;

	padding: 0;

	width: 960px;

}



#featured .wrap {

	padding: 5px;

}



#featured p {

	padding: 0 0 50px;

}





/* 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: 3px solid #ddd;

	color: #444;

	font-family: 'Droid Sans', arial, serif;

	font-size: 12px;

	margin: 0 auto;

	padding: 10px 0 5px;

	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: 760px;

}



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

	width: 450px;

}



.content-sidebar #content,

.sidebar-content #content {

	width: 620px;

}



.sidebar-content #content,

.sidebar-sidebar-content #content {

	float: right;

}



.sidebar-content-sidebar #content {

	padding: 10px 10px 10px 0;

	width: 460px;

}



.home.full-width-content #content {

	padding: 0;

}



.full-width-content #content {

	padding: 10px;

	width: 910px;

}



blockquote {

	background-color: #f5f5f5;

	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: 3px solid #ddd;

	margin: 0 0 25px;

	overflow: hidden;

	padding: 0 0 25px;

}



.single .post {

	border: none;

	margin: 0 0 20px;

	padding: 0;

}



.entry-content a,

.entry-content a:visited {

	text-decoration: underline;

}



.entry-content a:hover {

	text-decoration: none;

}



.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 {

	color: #0f6b38;

	font-family: 'Droid Sans', arial, serif;

	margin: 0 0 5px;

	text-transform: uppercase;

}



h1,

h2,

h2 a,

h2 a:visited {

	color: #0f6b38;

	font-family: 'Droid Sans', arial, serif;

	font-size: 24px;

	line-height: 30px;

}



h2 a:hover {

	color: #0099cc;

	text-decoration: none;

}



#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: 18px;

}



h4,

h4 a,

h4 a:hover,

h4 a:visited {

	font-size: 16px;

}



#home-middle h4 {

	margin: 0 0 10px;

}



.sidebar h4,

.sidebar h4 a,

#footer-widgets h4,

#footer-widgets h4 a {

	font-size: 14px;

}



.sidebar h4,

.sidebar h4 a,

.sidebar h4 a:visited {

	color: #0f6b38;

}



.sidebar h4 a:hover {

	text-decoration: none;

}



#footer-widgets h4,

#footer-widgets h4 a,

#footer-widgets h4 a:visited {

	color: #99cc66;

}



#footer-widgets h4 a:hover {

	text-decoration: none;

}



h5 {

	font-size: 14px;

}



h6 {

	font-size: 12px;

}





/* Unordered / Ordered Lists

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



.entry-content ol,

.entry-content ul {

	margin: 0;

	padding: 0 0 15px;

	

}



.entry-content ol {

	margin: 0;

	width:0;

}



.archive-page ul li,

.entry-content ul li, .full-page ul li{

	color:#006633;

	list-style-type:none;

	margin: 0 0 0 0px;

	width:60px;

}



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

}





/* 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: 3px solid #ddd;

	margin: 0 0 40px;

	padding: 20px 0 0;

	overflow: hidden;

}





/* Archive Page

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



.archive-page {

	float: left;

	padding: 20px 0;

	width: 50%;

}
.full-page {

	float: left;

	padding: 20px 0;

	width: 100%;

}




/* 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;
	display: block;
	margin: 0 auto 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: 5px;

	text-align: center;

}



p.wp-caption-text {

	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 {

	background: #f5f5f5;

	display: inline;

	float: right;

	margin: 0 0 20px;

	padding: 15px 15px 5px;

	width: 250px;

}



#sidebar-alt {

	background: #f5f5f5;

	float: left;

	padding: 15px 15px 5px;

	width: 120px;

}



.sidebar-content #sidebar,

.sidebar-sidebar-content #sidebar {

	float: left;

}



.content-sidebar-sidebar #sidebar-alt {

	float: right;

}



.sidebar .widget {

	border-bottom: 3px solid #ddd;

	margin: 0 0 15px;

	padding: 0 0 15px;

}



.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: #99CC33;

	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: #99cc33;

	border: 1px solid #000000;

	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: #0083b3;

	border: 1px solid #0083b3;

	color: #fff;

	text-decoration: none;

}





/* Search Form

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



#header .searchform {

	float: right;

	padding: 70px 20px 0 0px;

}



#nav .searchform {

	float: right;

	margin: 1px 0 0;

}



.s {

	background-color: #fff;

	color: #006633;

	font-family: 'Droid Sans', arial, serif;

	font-size: 12px;

	margin: 2px 2px 0 0;

	padding: 4px 0 4px 5px;

	width: 149px;

}



#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: #f6f6f6;

	clear: both;

	color: #fff;

	font-size: 12px;

	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: 0;

	padding: 0;

}



#footer-widgets p {

	color: #000000;

	font-size: 12px;

	padding: 0 0 10px;

}

 

#footer-widgets a,

#footer-widgets a:visited {

	color: #0f6b38;

	text-decoration: none;
	
	font-size: 14px;
	
	font-weight: bold;

}



#footer-widgets a:hover {

	text-decoration: underline;

}

 

#footer-widgets ul {

	color: #000000;

	list-style-type: none;

	margin: 0 0 15px;

}

 

#footer-widgets ul li {

	border-bottom: 1px dotted #ccc;

	list-style-type: none;

	margin: 0 0 5px;

	padding: 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: 440px;

}

 

.footer-widgets-2 {

	float: left;

	padding: 0 0 0 0px;

	width: 440px;

}

 

.footer-widgets-3 {

	float: right;

	width: 285px;

}





/* Footer

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



#footer {

	background: url(images/nav.png);

	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;

}



/* Begin ChamberMaster member Page Styles */

.cm_main {

	text-align:left;

	width:550px;

}

.cm_main table {

	border-collapse:collapse;

}

.cm_main ul {

	margin-left:0px;

}

#cm_topnav li {

	display: inline;

	float: left;

	font-size: 80%;

	font-weight: bold;

	list-style: none outside none;

	margin: 0;

	padding: 0 10px 0 0;

	text-align: left;

	vertical-align: middle;

	margin-left:0px !important;

}

#cm_bottomnav li {

	display: inline;

	float: left;

	font-size: 75%;

	font-weight: bold;

	list-style: none outside none;

	margin: 0;

	padding: 0 18px 0 0;

	text-align: left;

	text-transform: lowercase;

	vertical-align: middle;

	margin-left:0px !important;

}

#cm_bottomnav li b {

	text-transform: none;

}

.cm_cmlogo {

	display:none;

}

.cm_footer {

	display:block;

	clear:both;

}

.cm_chamber {

	padding-top:25px;

}

.cm_noprint {

	margin-top:10px;

}

span.cm_member_categories {

	display:block;

	clear:both;

	font-size:80%;

}

.cm_infoicon {

	padding: 4px;

	text-align: left;

	vertical-align: top;

}

#cm_info_img {

	background-image: url("http://public.chambermaster.com/Content/Images/info.gif");

	background-repeat: no-repeat;

	height: 22px;

	width: 25px;

}

#cm_visitwebsite_img {

	background-image: url("http://public.chambermaster.com/Content/Images/visit.gif");

	background-repeat: no-repeat;

	height: 29px;

	width: 42px;

}

#cm_map_img {

	background-image: url("http://public.chambermaster.com/Content/Images/map.gif");

	background-repeat: no-repeat;

	height: 26px;

	width: 26px;

}

#cm_directions_img {

	background-image: url("http://public.chambermaster.com/Content/Images/directions.gif");

	background-repeat: no-repeat;

	height: 28px;

	width: 27px;

}

#cm_calendar_img {

	background-image: url("http://public.chambermaster.com/Content/Images/calendar.gif");

	background-repeat: no-repeat;

	height: 22px;

	width: 22px;

}

#cm_social_img {

	background-image: url("http://public.chambermaster.com/Content/Images/socialNetwork.gif");

	background-repeat: no-repeat;

	height: 28px;

	width: 27px;

}

.cm_infotext {

	padding:4px;

}

td#cm_col1, td#cm_col2 {

	width:100%;

	clear:both;

	display:block;

}

#cm_mainimage {

	display:none;

}

/* end ChamberMaster Member Page Styles */



/* Organik styles */

#cm_contentpage h1 {

	color:#0f6b38;

}



#cm_search div label {

    color: #0f6b38;

}



#cm_dir_index a, #cm_quick_link ul li a {

    color: #0F6B38;

}



#cm_id_quick_link .cm_category A {

    color: #99CC33;

}



#cm_contentpage legend {

    color: #99CC33;

}



.cm_button, span.cm_button, .cm_button a:visited, span.cm_button a:visited, a.cm_button, a.cm_button:visited {

    background-color: #99CC33;

    border: 1px solid #000000;

}



.cm_result_bar {

    background-color: #0F6B38;

}

td.cm_srLogoCol {

  max-height: 100px;

  max-width: 150px;

  padding-right: 8px;

}



.badge-box {

    border: 1px solid #99CC33;

    padding: 4px;

    width: 100%;

}







.submitbtn{

	margin-top: -15px;

	width: 130px;

}




.archive-page ul li, .entry-content ul li, .full-page ul li {
    color: #006633;
    list-style-type: none;
    margin: 0 0 0 0;
    width: auto;
}

#nav {
    background: url("images/nav.png") repeat scroll 0 0 transparent;
    border: 0 solid #006633;
    clear: both;
    color: #FFFFFF;
    font-family: 'Droid Sans',arial,serif;
    font-size: 12px;
    height: 33px;
    margin: 0 auto;
    overflow: hidden;
}



.cm_ml02_top_nav_links li{
	float:left;
	padding:0 10px;
}

.cm_ml02_member_logo{
	float:left;
	padding:10px 0;
	width:100%;
}

.cm_ml02_about_us_heading {
    font-size: 23px;
    padding: 17px 0 10px;
    text-transform: capitalize;
}

.cm_ml02_contact_info {
    background:#f2f2f2;
    border: 1px dotted;
    float: right;
    margin:10px 0 20px 35px;
    padding: 10px;
}

ul.cm_ml02_bottomnav {
    margin: -5px;
}

.cm_ml02_member_name{
	display:none;
}

.cm_ml02_member_categories{
	display:none;
}

.cm_ml02_member_categories_center {
    color: green;
}

.cm_ml02_member_name_center{
}

.cm_ml02_member_name_center h1{
}

.cm_ml02_about_us_desc{
}

#cm_ml02_left_col{
}

#cm_ml02_center_col{
}

#cm_ml02_right_col{
}

.cm_ml02_photo_gallery_out {
    float: right;
    margin: 6px;
}

#cm_sh_video{
}

#cm_ml02_footer{
}

.cm_noprint{
}

.cm_footer{
}

#cm_youtube_video {
    float: left;
    padding: 10px 20px 0 0;
}

.cm_ml02_personal_contact_info {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px dotted;
    clear: both;
    float: right;
    font-size: 11px;
    margin: 10px 0 20px 35px;
    padding: 10px;
}

.cm_ml02_rep_name{
}

.cm_ml02_who_heading {
    background: none repeat scroll 0 0 green;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
}

#RepEmail0{
}

#RepEmail0 a{
}

#RepEmail0 a:hover{
}

/* Hide Footers/Headers 
------------------------ */

.page-id-4559 .entry-title {
  display:none;
}

.page-id-4559 #footer {
  display:none;
}


.page-id-4559 #footer-widgets {
  display:none;
}

.page-id-4559 #footer-wrap {
  display:none;
}

.page-id-46 #footer {
  display:none;
}


.page-id-46 #footer-widgets {
  display:none;
}

.page-id-46 #footer-wrap {
  display:none;
}

.page-id-5906 #footer {
  display:none;
}


.page-id-5906 #footer-widgets {
  display:none;
}

.page-id-5906 #footer-wrap {
  display:none;
}

.page-id-5906 #header {
  display:none;
}

.page-id-5906 #nav {
  display:none;
}

.page-id-5906 #footer {
  display:none;
}

.page-id-5925 #footer {
  display:none;
}

.page-id-5925 #footer-widgets {
  display:none;
}

.page-id-5925 #footer-wrap {
  display:none;
}

.page-id-5925 #header {
  display:none;
}

.page-id-5925 #nav {
  display:none;
}

.page-id-5944 #footer {
  display:none;
}

.page-id-5944 #footer-widgets {
  display:none;
}

.page-id-5944 #footer-wrap {
  display:none;
}

.page-id-5944 #header {
  display:none;
}

.page-id-5944 #nav {
  display:none;
}

.page-id-5944 #footer {
  display:none;
}

.page-id-5944 #footer-widgets {
  display:none;
}

.page-id-5944 #footer-wrap {
  display:none;
}

.page-id-5949 #header {
  display:none;
}

.page-id-5949 #nav {
  display:none;
}

.page-id-5949 #footer {
  display:none;
}

.page-id-5949 #footer-widgets {
  display:none;
}

.page-id-5949 #footer-wrap {
  display:none;
}

/* Animated Join the Movement Button
--------------------------- */

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(http://www.usgreenchamber.com/wp-content/uploads/2012/04/Join-The-Movement.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}

/* Benefits Page Body Class 
-------------------------------------- */ 

.sales-letter .entry-content {width:85%;margin:auto;font:normal 18px/1.4em Arial, Helvetica, sans-serif;}
.sales-letter .entry-content p, .sales-letter .entry-content h1, .sales-letter .entry-content h2, .sales-letter .entry-content h3 {font-family:Arial, Helvetica, sans-serif;}
.sales-letter .entry-content h1 {font-size:200%;line-height:1.1em;color:#0F6B38;font-weight:normal;letter-spacing:-1px;text-transform:none;margin-bottom:15px;}
.sales-letter .entry-content h2 {font-size:150%;line-height:110%;color:#749827;font-weight:normal;letter-spacing:-1px;text-transform:none;}
.sales-letter .entry-content h3 {font-size:125%;line-height:110%;color:#86B02D;font-weight:normal;letter-spacing:-1px;margin:15px 0;text-transform:none;}
.sales-letter .entry-content p {font-size:18px;line-height:1.4em;color:#333;}
.sales-letter .entry-content .offerbox {border:4px solid #0F6B38; padding:0 20px 20px;margin:20px auto;border-radius:6px;}
.sales-letter .entry-content .offerbox h2 {margin:0 auto 20px; padding: 10px 0;background:#0F6B38;color:#EFF7DF;width:100%;text-align:center;font-weight:normal;letter-spacing:-1px;border-radius: 0 0 6px 6px;}
.sales-letter .entry-content .offerbox p {font-size: 15px;margin-bottom: 20px;}
.sales-letter .entry-content .value {color: #0F6B38;font-weight:700;}
.sales-letter .entry content .imgmargin img {padding:0 50px 0 0;}

span.dropt {border-bottom: thin dotted; background: #ffeedd;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 

/* Directory Sales Class */

.sales-directory .entry-content {width:85%;margin:auto;font:normal 18px/1.4em Arial, Helvetica, sans-serif;}
.sales-directory .entry-content p, .sales-letter .entry-content h1, .sales-letter .entry-content h2, .sales-letter .entry-content h3 .entry-content h4 .entry-content h5 {font-family:Arial, Helvetica, sans-serif;}
.sales-directory .entry-content h1 {font-size:200%;line-height:1.1em;color:#0F6B38;font-weight:normal;letter-spacing:-1px;text-transform:none;margin-bottom:15px;}
.sales-directory .entry-content h2 {font-size:150%;line-height:110%;color:#749827;font-weight:normal;letter-spacing:-1px;text-transform:none;}
.sales-directory .entry-content h3 {font-size:125%;line-height:110%;color:#86B02D;font-weight:normal;letter-spacing:-1px;margin:15px 0;text-transform:none;}
.sales-directory .entry-content h4 {font-size:100%;line-height:100%;color:#000000;font-weight:normal;letter-spacing:-1px;text-transform:none; margin:0 0 15px 30px}
.sales-directory .entry-content h5 {font-size:130%;line-height:100%;color:#e0333f;font-weight:bold;letter-spacing:-1px;text-transform:none; margin:0 0 15px 0px}
.sales-directory .entry-content p {font-size:18px;line-height:1.4em;color:#333;}
.sales-directory .entry-content .offerbox {border:4px solid #0F6B38; padding:0 20px 20px;margin:20px auto;border-radius:6px;}
.sales-directory .entry-content .offerbox h2 {margin:0 auto 20px; padding: 10px 0;background:#0F6B38;color:#EFF7DF;width:100%;text-align:center;font-weight:normal;letter-spacing:-1px;border-radius: 0 0 6px 6px;}
.sales-directory .entry-content .offerbox p {font-size: 15px;margin-bottom: 20px;}
.sales-directory actnowimg {margin:0 0 30px 0}
.sales-directory .entry-content .value {color: #0F6B38;font-weight:700;}
.sales-directory .entry content .imgmargin img {padding:0 50px 0 0;}

#topc {
width: 790px;
}

#left{
	float:left;
	width:50%;
}

#right{
	float:right;
}

#content{
}

.offerbox {
width: 790px;
float: left;
}


#content h1 {
	color: #0F6B38;
}



.offerbox {
	border: 4px solid #0F6B38;

	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin: 20px auto;
	padding: 0 20px 20px;
}

.offerbox h2 {
	background: none repeat scroll 0 0 #0F6B38;

	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	color: #EFF7DF;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 auto 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#container h3 {
    color: #86B02D;
    font-size: 125%;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 110%;
}

.offerbox p {
	font-size: 15px;
	margin-bottom: 20px;
}

.value {
    color: #0F6B38;
    font-weight: 700;
}

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

#buttons {
	border-collapse: collapse;
}

.title {
	color: #99CC66;
	text-transform: uppercase;
}

#buttons td {
	background: #555;
	color: #ccc;
	line-height: 20px;
	padding: 0 10px;
	vertical-align: top;
	width: 20%;
}

#buttons a {
	color: #86B02D;
	text-decoration: none;
}

#buttons a:hover {
	color: #f2f2f2;
}

#buttons img {
	border: 5px solid #CCCCCC;
	width: 240px;
}



/* Florida Chapter Page */
#florida-chapter .leader h1 {
	font-size: 140%;
	margin: 10px 0 30px;
	font-weight: bold;
	}

#florida-chapter h2 {
		font-size: 130%;
	}

#florida-chapter p {
		font-size: 110%;
		line-height: 1.6em;
	}

#florida-chapter .event-cta h3 {
	text-align: center;
	text-transform: lowercase !important;
	}

#florida-chapter .members,
#florida-chapter .values {
		overflow: hidden;
	}

#florida-chapter .members li,
#florida-chapter .values li {
	color: #000;
	font-size: 110%;
	margin-bottom: 5px;
	width: 50%;
	float: left;
	}

#florida-chapter .values {
		clear: both;
		margin: 10px 0 0;
	}

.more-values strong {
	color: #000;
	font-size: 110%;
	display: inline-block;
	padding: 0; margin: 20px 0 0;
}

.more-values p {
	padding: 0 !important;
	}


.goals ol {
	width: 100%;
	margin-bttom: 20px;
}


.sponsorship-levels h3 {
	color: #000;
	text-decoration: underline;
	font-size: 100%;
	margin-left: 20px;
	}

.sponsorship-levels li {
	color: #000 !important;
	margin-left: 20px !important;
	}