/*
	Theme Name: OMC Custom Theme
	Theme URI: http://www.shybocks.com	Description: two or three column child theme created for the Genesis Framework.
	Author: Shay Bocks	Author URI: http://www.shaybocks.com/

	Version: 1.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, three-columns, 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
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Post Bottom
* 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

*/



/* Defaults
------------------------------------------------------------ */
body {
	background: #EFEFEF;
	}
	#header ul.nav li a, #header ul.menu li a[title^="about"] { color: #f36C47; }
	
textarea{ width:125px;}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #878787;
	font-family: century gothic, arial, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #3f9291;
	text-decoration: none;
}

a:hover {
color: #F36C46;
	text-decoration: none;
}

a img {
	border: none;
}

.post p a {
	color: #7391c1;
	font-weight: bold;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
background: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 1060px!important;
	
}


/* Header
------------------------------------------------------------ */

#header {
	min-height: 170px;
	margin: 0px auto;
	overflow: hidden;
	width: 1000px;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 125px;
}
	
#title {
	font-family: 'Oswald', arial, serif;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}

#description {
	display: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	margin: 0;
	width: 320px;
	text-align: right;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 170px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.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: 1000px;
}




/* 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;
	padding: 20px 0 0 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #444;
	display: block;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li.alignright a {
	color: #f36c47;
}

#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 {
	color: #3f9291;
}

#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: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	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 {
	color: #3f9291;
}

#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: -33px 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
------------------------------------------------------------ */

.portfolio .widget.widget_nav_menu,
#nav {
	background: #c9e5dd;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	text-transform:uppercase;
}

.portfolio .widget.widget_nav_menu {
	margin: 0 0 30px 10px;
	width: 660px;
}

.portfolio .widget.widget_nav_menu ul,
#nav ul {
	float: left;
	width: 100%;
}

.portfolio .widget.widget_nav_menu li,
#nav li {
	float: left;
	list-style-type: none;
}

.portfolio .widget.widget_nav_menu li.alignright,
#nav li.alignright {
	float: right;
	margin-right: 20px;
}

.portfolio .widget.widget_nav_menu .alignright a,
#nav .alignright a {
	color: #f36C47;
}

.portfolio .widget.widget_nav_menu li a,
#nav li a {
	color: #3F9291;
	font-family: 'Oswald', arial, serif;
	display: block;
	padding: 10px 0px 10px 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.portfolio .widget.widget_nav_menu li a:hover,
#nav li a:hover,
.portfolio .widget.widget_nav_menu li a:active,
#nav li a:active,
.portfolio .widget.widget_nav_menu .current_page_item a,
#nav .current_page_item a,
.portfolio .widget.widget_nav_menu .current-cat a,
#nav .current-cat a,
.portfolio .widget.widget_nav_menu .current-menu-item a,
#nav .current-menu-item a {
	color: #F36C47;
}

.portfolio .widget.widget_nav_menu li a .sf-sub-indicator,
#nav li a .sf-sub-indicator {
	display: inline;
	font-size: 12px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	position: relative;
	text-indent: 0px;
}

.portfolio .widget.widget_nav_menu li li a,
#nav li li a,
.portfolio .widget.widget_nav_menu li li a:link,
#nav li li a:link,
.portfolio .widget.widget_nav_menu a:visited,
#nav li li a:visited {
	background-color: #f2f9f7;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #666;
	font-size: 12px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;

}

.portfolio .widget.widget_nav_menu li li a:hover,
#nav li li a:hover,
.portfolio .widget.widget_nav_menu li li a:active,
#nav li li a:active {
	color: #3f9291;
}

.portfolio .widget.widget_nav_menu li ul,
#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.portfolio .widget.widget_nav_menu li ul a,
#nav li ul a { 
	width: 140px;
}

.portfolio .widget.widget_nav_menu li ul ul,
#nav li ul ul {
	margin: -33px 0 0 159px;
}

.portfolio .widget.widget_nav_menu li:hover>ul,
#nav li:hover>ul,
.portfolio .widget.widget_nav_menu li.sfHover ul,
#nav li.sfHover ul {
	left: auto;
} 

li.label,
li.label:hover {
	color: #878787;
	font-weight: bold;
	}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {

	color: #3f9291;
	text-decoration: none;
}

#nav li.search {
	padding: 0px 10px; margin:10px 0 0 0;
}

#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;
}

.menu-title {
	color: #3F9291;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 5px dotted #FCEBA9;
	float: none;
	clear: both;
	color: #878787;
	font-family: century gothic, arial, serif;
	font-size: 14px;
	margin: 5px auto 0;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #878787;
	display: block;
	padding: 8px 10px 9px;
	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 {
	color: #3f9291;
}

#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: #f2f9f7;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #3f9291;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}

.find-project {
	color: #f36c47;
	display: block;
    font-family: 'Oswald',arial,serif;
    padding: 10px 0 10px 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1030px;
}
#inner .padder, .padder {
background: white;
}

/* Welcome
------------------------------------------------------------ */

.welcome {
	background:#FFF;
	float:left;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 660px;
}

.welcome .widget {
	padding: 0;
	margin: 0;
}

.welcome,
.welcome p {
	color: #444;
	font-family: century gothic, arial, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

.slide-wrap {
	background: #e7e7e7;
}


/* Featured
------------------------------------------------------------ */

.featured {
	background:#FFF;
	float:left;
	margin: 0 -20px 0 0;
	padding: 0 20px;
	width: 660px;
}

.featured p {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}

.featured h2,
.featured h2 a {
	font-size: 16px!important;
	color: #7dc2af!important;
	line-height: 20px!important;
}

.featured .featuredpost h4,
.featured .featuredpost h4 a {
	background: #f35019;
	font-size: 18px!important;
	color: #fff!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
	padding: 10px!important;
	line-height: 20px!important;
}

.featured .featuredpost .post {
	float: left;
	height: 600px;
	margin: 0 10px;
	width: 310px;
}

/* Portfolio
------------------------------------------------------------ */

.portfolio {
	background:#FFF;
	float:left;
	margin: 0 auto 0px;
	padding: 10px;
	width: 680px;
border-bottom: 8px solid #C9E5DD;
}

.portfolio .widget { 
	float: left; 
	margin: 0 10px;
	padding: 0;
	width: 310px;
} 

.portfolio .featuredpost {
	clear: none;
	margin: 0 10px;
}

.portfolio p {
	padding: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a {
	font-size: 16px!important;
	color: #7dc2af!important;
	line-height: 20px!important;
}

.portfolio .featuredpost h4,
.portfolio .featuredpost h4 a {
	background: #7391c1;
	font-size: 18px!important;
	color: #fff!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
	padding: 10px!important;
	line-height: 20px!important;
}

.portfolio #featured-post-4 h4,
.portfolio #featured-post-4 h4 a {
	background: #f9e177;
}

.home .hentry {
	padding: 0;
}

/* Community
------------------------------------------------------------ */

.community {
	background:#FFF;
	float:left;
	margin: 0 auto 0px;
	padding: 0px;
	width: 650px;
}

.community .widget { 
	float: left; 
	width: 300px;
	margin: 0;
	padding-right: 20px;
} 

.community p {
	padding: 0 0 15px;
}

.community h2,
.community h2 a {
	font-size: 16px!important;
	color: #7dc2af!important;
	line-height: 20px!important;
}

.community h4,
.community h4 a {
	font-size: 16px!important;
	color: #BBB!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
	padding: 0 0 5px!important;
	line-height: 20px!important;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #f5f5f5;
	color: #444;
	font-family: century gothic, arial, serif;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}

.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: 830px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1030px;
	}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 1000px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 690px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 700px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 800px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}
.hentry {
	background:#fff;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 25px 40px;
}
.post {
	background:#fff;
	margin: 0 0 25px;
	overflow: hidden;
	padding:  0px 30px 20px 20px;
	border-bottom: 5px dotted #FCEBA9;
}

.single .post {
	border: none;
	margin: 0 0 10px;
	padding:0 25px 40px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 3px double #eee;
	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: #7FC1AF;
	font-family: 'Oswald', arial, serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #7FC1AF;
	font-family: 'Oswald', arial, serif;
	font-size: 24px; text-transform:uppercase;
	line-height: 36px;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 5px;
}

h2 a:hover {
	color: #3f9291;
	text-decoration: none;
}

h3 {
	font-size: 24px;
	margin-left: 20px;
	line-height: 1.5em;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #BBB;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4 {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.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;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Post-Bottom
------------------------------------------------------------ */
.post-bottom {
	margin: 20px 0;
}

.post-bottom .widget {
	width: 275px;
	float: right;
}

.susan {
	background: #e6f5f1;
	float: left;
	margin-right: 10px;
	padding: 10px;
	overflow: hidden;
	width:540px;
	margin-left:-35%;
}

.susan p{
	width: 300px;
	display: block;
	float: left;
	}

.susan img {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 80px;
}

.susan input{
	font-size: 11px;
	margin: 0 5px 0 10px;
	padding: 4px 7px;
}
 
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* 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
------------------------------------------------------------ */
#content img, 
#content p img {
	max-width: 100%;
}

.widget-wrap .post img {
	zoom:1.5;
}

.featured a img,
.portfolio a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img,
.portfolio a:hover img {
	border: 1px solid #999;
}

.featured .featuredpost img,
.portfolio .featuredpost img {
	margin: 0 0 10px;
}
.sidebar-me .avatar {
border:1px solid #ddd; padding:4px;
background:0;
}
.avatar,
.post-image {	
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	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;
	font-size: 13px;
	line-height: 20px;
	margin: 10px 20px 20px 0;
	text-align: center;
	width: 300px;
}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	outline:none;
}

#sidebar-alt {
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
	align:center;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar h2, 
.sidebar h2 a {
	font-family:century gothic, arial, sans-serif;

	font-size: 13px;
	color:#f56c3f;
	line-height: 16px;
	text-align:center;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 15px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #3f9291;
	display: inline;
	font-family: century gothic, arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.sidebar .featuredpost h4 {
	color: #3f9291;
}

.sidebar .featuredpost {
	background: #e6f5f1;
	padding: 5px 0 0;
}

.featuredpage .page,
.featuredpost .post {
	background: transparent;
	border: none;
	margin: 20px 0 ;
	overflow: hidden;
	padding: 0;
}

.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	color: #878787;
	margin: 0 auto 5px;
	text-transform: none;
	width: 265px;
}

.featuredpost img {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 4px;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #7dc2af!important;
	border: 1px solid #7dc2af!important;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none; text-transform:uppercase;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #f56c3f!important;
	border: 1px solid #f56c3f!important;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 5px 0 10px;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #3f9291;
	font-family: century gothic, arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px 7px;
	width: 200px;
}

#nav .s {
	padding: 2px 0 5px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #3f9291;
	font-family: century gothic, 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 {
	border-top: 5px dotted #FCEBA9;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 960px;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 15px;
}
 
#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}
 
#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}
 
.footer-widgets-2 {
	float: left;
	width: 300px;
}
 
.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-family: century gothic, arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}

#footer p {
	color: #878787;
	font-family: century gothic, arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #878787;
	text-decoration: none;
}

#footer a:hover {
	color: #3f9291;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 20px 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	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-size: 13px;
	font-weight: normal;
	line-height: 20px;
	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;
}

.bypostauthor {
}

.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: #555 !important;
	font-size: 13px !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;
}

.featured_member {
padding:10px 0;
}

.featured_member img.avatar {
float:left;
margin:0 10px 4px 0;
border:1px dotted #ddd;
}

.gc-login-widget .padder {
background: url(http://ohmy-creative.shaybocks.com/wp-content/uploads/2012/01/BG-login-panel.gif);
border: solid 1px #F9E292;
}
#sidebar-me a.button {
background-color: #f56c3f!important;
border-color: #f56c3f!important;
}
#sidebar-me .avatar {
background: #fff;
border:1px dotted #ddd;
}
.logged-in #join-message,
.visitor #welcome-message {
display:none;
}
.gc-login-widget h4 {
text-transform:uppercase;
color:#F9E192;
font-size:25px;
margin-bottom:14px;
}
.gc-login-widget h3, .gc-login-widget h3 a {
font-family: century gothic, arial, sans-serif;
font-size: 13px;
color: #878787;
text-transform: none;
}
#signup-link {
font-family: 'Oswald',arial,serif;
text-transform:uppercase;
color:#F17D59;
font-size:16px;
margin-bottom:10px;
}
#signup-link a {
color:#93CBBC;
}
.gc-login-widget input[type=text],
.gc-login-widget input[type=password] {
border: solid 1px #F9E292;
background:#fff;
padding:6px 4px;
}
.gc-login-widget label {
font-weight:normal !important;
}

.tax-project_category .author-box,
.type-projects .author-box {
	margin-bottom:10px;
}
.tax-project_category .author-box p,
.type-projects .author-box p {
	margin-top:8px;
}
.author-box .avatar {
	width: 24px;
	height: 24px;
}
.archive_project_thumb {
	float:left;
	margin:0 20px 10px 0;
}
.tax-project_category .post-content p,
.tax-project_category .post-content .project_rating {
	margin-left:170px;
}

.details_label {
	font-weight:bold;
}
#project_details li,
.type-projects .postmetadata {
	margin:10px 0;
}
#project_images {
	height:650px;
	background:#666;
	}
#project_images .slide {
	/*display:block;*/
	width:650px;
	height:650px;
	
	/*display: table-cell !important;
	border-collapse:collapse !important;
	position: relative !important;
    text-align: center;
    vertical-align: middle;*/

}
/*#project_images .slide * {
    vertical-align: middle;
}
#project_images .slide span {
	
}*/
.type-projects .addthis_toolbox {
	clear:both;
	float:none;
}
#brpwp_wrapper-2 li {
	overflow:hidden;
	clear:both;
	padding-bottom:30px;
}
#brpwp_wrapper-2 li a {
color: #3F9291;
    font-family: century gothic, arial,serif;
	font-size: 14px !important;
    line-height: 16px !important;
	}

#carouselNav {
	display:none;
}
#slideshow-nav {
	background:#EBEBEB;
	padding:14px;
}
#slideshow-nav img {
	margin-right:10px;
}


#input_1_2_chzn_o_1 {
	display:none !important;
}

/* Styles for two-column display */
#wp125adwrap_2c { width:290px; float:right; margin: 0 auto;}
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }
.alt, .depth-1, .even { border:0;}


/* eNews Extended
------------------------------------------------------------ */

.enews-widget {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: #eb593c;
	padding:30px 20px;
}

.post-bottom .enews-widget {
	background: #3f9291;
}

.enews #subbutton {
	background: #fff !important;
	border: none !important;
	color: #eb593c !important;
	font-size: 18px;
	margin-top: 15px;
	width: 100%;
}

.post-bottom .enews #subbutton {
	color: #3f9291 !important;
	margin: 15px 0 0 !important;
}

.post-bottom .enews #subbutton:hover,
.enews #subbutton:hover {
	background: #f9e177 !important;
	border: none !important;
	color: #fff !important;
}
	

#content .post-bottom .widget.enews-widget h4,
.enews-widget h4,
.enews-widget p {
	border: none;
	color: #fff;
	font-size: 22px;
}

#content .post-bottom .widget.enews-widget h4,
.enews-widget h4 {
	letter-spacing: 1px;
}

.enews-widget p {
	font-size: 18px;
	padding: 0;
	width:210px;
}

.enews #subbox {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	color: #878787;
	margin: 15px 0 0;
	width: 100%;
}

.post-bottom .widget.enews-widget {
	float: right;
	width: 240px;
}

/* Category Archive Grid
------------------------------------------------------------ */

.visual-archive .post {
	padding: 0;
}

.visual-archive .one-third {
	margin-left: 3%;
}

.visual-archive .first {
	margin-left: 0;
}

.visual-archive h2 a {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
}

.visual-archive .post img:hover {
	opacity: .7;
}

/*
Top Ad 
---------------------------------------------------------------------------------------------------- */

.top-ad {
	background: #f9e177;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 1060px;
}

.top-ad img {
	margin: 0 auto;
}

#lijit_region_173937 {
	margin-top: 10px;
}

.more-link,
.post p a.more-link {
	color: #3f9291;
	font-family: 'Oswald', arial, serif; text-transform: uppercase; padding: 5px; font-size: 1.1em;
	font-weight: normal;
}

.portfolio .post {border-bottom: none;}

.featured .hentry {
	padding: 0px;
}

.sky1 {float:left; width:160px;padding-left:4px;margin-left: -10px;}
.sky2 {float:right; width:160px;padding-right:4px; margin-right: -25px;}