/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle 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

	Template: genesis
	Template Version: 1.6.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
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* 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
* Lifestyle Blue
* Lifestyle Charcoal
* Lifestyle Gray
* Lifestyle Green
* Lifestyle Pink
* Lifestyle Purple
* Lifestyle Tan
* Lifestyle Teal
* Lifestyle Yellow

*/


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

@import url(http://fonts.googleapis.com/css?family=Lato:400,900|Rokkitt);

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
p,
input,
select,
textarea {
	color: #666666;
	font-family: Georgia, Arial, AppleGothic, Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.summary p {
	color: #666666;
	font-family: Georgia, Arial, AppleGothic, Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #ededed;
	border: 1px solid #c0c0c0;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

ul li {
	list-style-type: none;
}


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

a,
a:visited {
	color: #66b4b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
    background: #fff url(images/okm_topbg.png) repeat-x;
}

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


#wrap {
	margin: 0 auto;
	width: 1200px;
}



/* Header
------------------------------------------------------------ */
#header {
	height: 250px;
	width: 1200px;
        background: url(images/okm_header.png) no-repeat;
        margin: 0px 0px 0px 0px;
}

.page-template-landing-php #header {
	margin: 20px auto 0;
}


#title {
	display: none;
}

.header-full-width #title {
	display: none;
}

#title a,
#title a:hover {
	display: none;
}

#description {
	display: none;
}

.header-full-width #description {
	display: none;
}

#header .logo {
	float: left;
    margin: 102px 0px 0px 285px;
    position: absolute;
}

#header .socialicons {
	float: left;
    margin: 10px 0px 0px 900px;
    position: absolute;
	display:block;
	white-space: nowrap;
	z-index: 9999;
}

#header .widget-area img {
	margin: 0 0 0 0;
}

#header .social-media img {
        float: left;
}

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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	float: left;
	height: 0px;
	overflow: hidden;
	width: 0px;
    margin: 0px 100px; 0 0;
}

.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: 0px;
}


/* 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;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#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-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#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;
	width: 158px;
}

#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 li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#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 {
        /* clear: both; */
	color: #485659;
	white-space: nowrap;
	font-family: 'Lato', "Courier New", Courier, monospace;
	width: 440px;
}

#nav ul {
	float: left;
	padding: 0 0 0 0px;
	width: 600px;
    color: #485659;
	font-weight: 900;
    margin: 20px 0 0 320px;
    position: relative;
	text-transform: uppercase;
    z-index: 9995;
	white-space: nowrap;
	letter-spacing: 1px;
}

#nav ul ul {
	padding: 0;
    margin-top:3px; /* changed to match dropdown to bottom of nav line */
	margin-left: 10px;
	width: 100%;
}

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

#nav li a {
	color: #485659;
	display: block;
	font-size: 12px;
	margin: 0 0 7px 0;
	padding: 0 12px 0 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

#nav li a:hover {
	color: #485659;
	text-decoration: underline;
}

#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #485659;
	text-decoration: none;
}


#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #b4d7de;
	border: 1px solid #b4d7de;
	border-top-width: 0;
	margin-top: -7px;
	color: #485659;
	font-size: 11px;
	padding: 8px 12px;
	width: 170px;
	line-height: 14px;
	z-index: 9999;
}

#nav li li a:hover,
#nav li li a:active {
	color: #485659;
	text-decoration: underline;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 130px;
	z-index: 9999;
}

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

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

#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 {
	float: left;
    margin: -150px 0 0 780px;
	padding: 0 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;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	width: 1050px;
	margin: -55px 0px 55px 215px;
}

#subnav ul {
	float: left;
	width: 100%;
}

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

#subnav li a {
	color: #404040;
	display: block;
	font-size: 22px;
	margin: 0px 0 0px 2px;
	line-height: 23px;
	padding: 0px 15px 0px 15px;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #404040;
}

#subnav li a:active {
	color: #404040;
}


#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #404040;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}


#subnav li li {
	list-style-type: none;
	float: left;
        margin: 14px 0 -14px 0;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #404040;
	border-top-width: 0;
	color: #404040;
	font-size: 18px;
	padding: 5px 5px 5px 5px;
    margin-left: 25px;
	margin-top: 0px;
	position: relative;
	text-align: left !important;
	text-transform: lowercase;
	width: 170px;
}

#subnav li li a:hover {
	text-decoration: underline;
	color: #404040;
}

#subnav li li a:active {
	color: #404040;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -25px 0 0 180px;
}

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


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

#inner {
    background: url(images/okm_wrapbg.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 1200px;
}


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

.breadcrumb {
    background: #fff;
	color: #444;
	font-family: 'Arial', arial, serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0 15px 55px;
	width: 1100px;
}

.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: 700px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1075px;
	margin: 0px 0 0 60px;
}

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

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


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin-top: 20px;
	width: 700px;
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 0px 0 5px 0px;
	width: 700px;
}

.content-sidebar-sidebar #content {
	padding: 0 10px;
	width: 430px;
}

.sidebar-sidebar-content #content {
	padding: 0 10px 0 0;
	width: 440px;
}

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

.full-width-content #content {
	width: 1025px;
	margin-top: 8px;
	margin-left: 40px;
}

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

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 {
	background: url(images/okm_line.png) bottom no-repeat;
	margin: 0px 0 20px 10px;
	overflow: hidden;
	padding: 0 0 25px 0;
}

.page {
	margin: 0 0 0 10px;
}

.post h1 {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 28px;
	line-height: 26px;
	margin: 0px 0 5px 0px;
}

.post h2, h3 {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 28px;
	line-height: 26px;
	margin: 0px 0 3px 0px;
}


.page h1 {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 28px;
	line-height: 26px;
	margin: 0px 0 5px 0px;
}

.page h2, h3 {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0 6px 0px;
}

.single .post {
	background: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 0 0 11px;
}

.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,
 {
	font-size: 20px;
	margin: 0 0 5px;
}

h5 {
	font-size: 18px;
	margin: 0 0 5px;
}

h6 {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px;
}

h1 {
	font-size: 28px;
	line-height: 26px;
	margin: 0 0 10px;
}


h2 a,
h2 a:visited {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 28px;
	line-height: 26px;
	margin: 5px 0 0px 0px;
}

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

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 28px;
	line-height: 26px;
}

h3 {
	font-size: 20px !important;
	line-height: 21px !important;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	font-size: 24px;
}


.related h2 {
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	color: #77442b;
	font-size: 28px;
	line-height: 26px;
	margin: 5px 0 10px 0px;
	font-weight: 700;
}

.featuredpost h4,
.featuredpost h4 a,
.featuredpost h4 a:hover,
.featuredpost h4 a:visited {
	color: #94c83d;
	font-size: 28px;
	line-height: 26px;
	font-family: 'Rokkitt', Arial, Verdana, "Courier New", Courier, monospace;
	padding: 12px 0 5px 0px;
	margin-top: 10px;
}


#footer-widgets h4 {
    background: url(images/okm_widgetbg.png)  no-repeat left;
    color: #94c83d;
	font-family: 'Lato', Arial, Verdana, "Courier New", Courier, monospace;
    margin: 12px 0 0 0;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 50px;
	width: 305px;
	text-transform: uppercase;
}

.widget-area h4 {
    background: url(images/okm_widgetbg.png)  no-repeat left;
	color: #94c83d;
	font-family: 'Lato', Arial, Verdana, "Courier New", Courier, monospace;
	margin: 0px 0 0px 10px;
	height: 40px;
	font-size: 16px;
	padding: 15px 0px 0px 50px;
	width: 305px;
	text-transform: uppercase;
}

#wp_category_post_list_itg-2 h4 {
    display: none !important;
}

.widget widget_wp_category_post_list_itg  h4 {
    display: none !important;
}


/* 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: disc;
	color: #666666;
	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 Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 5px 10px 5px;
	margin-bottom: 10px;
}

.home .post-meta {
	display: none;
}


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

.author-box {
	background: url(images/okm_line.png) top repeat-x;
	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 10px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


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

img {
	max-width: 100%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter,
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img {
	border: 0px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
}



img.centered, .aligncenter {
  display: block;
  margin: 0 auto 10px !important;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: 1px solid #999;
}

.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 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 !important;
}


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

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

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

.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: 13px;
	font-style: italic;
	line-height: 15px;
}

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


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

.navigation {
	overflow: hidden;
	padding: 20px 0 20px 20px;
	width: 90%;
}

.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: -10px 0 20px 0px;
	padding: 0px 0px 5px 0px;
	width: 330px;
}

#sidebar-alt {
	background: #dbdbdb;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 160px;
	margin-right: 5px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 160px;
	margin-left: 5px;
}

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

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

.sidebar .widget {
	margin: 0 0 10px;
	padding: 0 0 0px;
}

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

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

.widget-area ul li {
	list-style-type: none;
 	word-wrap: break-word;
	padding-bottom: 8px;
	padding-top: 5px;
	border-bottom: solid 1px #c0c3c3;
	line-height: 15px;
	text-align: left;
}

.widget-area ol li {
	list-style-type: decimal;
}


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

#cat,
.widget_archive select {
	background-color: #fff;
	color: #66b4b4;
	display: inline;
	font-family: 'Arial', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 90%;
}


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: -25px 0 0 10px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	background: url(images/okm_line.png) bottom no-repeat;
	margin: 2px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#featured-post-5 .post {
	background: url(images/okm_line2.png) bottom no-repeat !important;
}

#featured-post-2 .post {
	background: transparent !important;
}

#featured-post-3 .post {
	background: transparent !important;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 46%;
	margin-top:5px;
	margin-left: 10px;
}

#homepage-right {
	clear: none;
	float: left;
	width: 46%;
	margin-top:5px;
	margin-left: 30px;
}

#homepage-bottom {
	clear: none;
	float: left;
	width: 96%;
	margin-top:5px;
        margin-left: 10px;
}


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

.user-profile {
	overflow: hidden;
}


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

subscribe-submit, div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,.wpcf7-submit,
#submit {
	background-color: #66b4b4;
	color: #fff !important;
	cursor: pointer;
	font-weight: 900;
	font-family: 'Lato', arial, serif;
	font-size: 13px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border-radius: 6px;
	border: 0px;
}

.rssemailsubmit
 {
	background-color: #66b4b4;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Lato, arial, serif;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

#searchsubmit
 {
	background-color: #66b4b4;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Lato', arial, serif;
	font-size: 15px;
	border: 0px;
	text-decoration: none;
	text-transform: lowercase;
	margin: 6px 0 0 12px;
	padding: 4px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#subscribe-submit  input  {
	background-color: #66b4b4;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Lato', arial, serif;
	font-size: 15px;
	border: 0px;
	text-decoration: none;
	text-transform: lowercase;
	margin: 1px 0 0 0px;
	padding: 4px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.reply a,
.reply a:visited {
	border: 1px solid #66b4b4;
	padding: 5px 5px 5px 5px;
}



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

.s {
	background: transparent;
	color: #888;
	font-family: 'Lato', arial, serif;
	font-size: 13px;
	width: 200px;
	margin-right: 10px !important;
	padding: 5px !important;
	border: 1px;
	border-style:solid;
	border-color: #66b4b4;
}

.email2 {
	background-color: #fff;
	color: #333;
	font-family: 'Arial', arial, serif;
	font-size: 14px;
	margin: 6px 2px 0 0;
	padding: 2px 0 2px 5px;
	width: 180px;
}

#nav .s {
	padding: 5px 0 2px 5px;
}


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

.enews #subbox {
	background-color: #fff;
	color: #7dae4b;
	font-family: 'Arial', 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: url(images/okm_footer.png) no-repeat;
    clear: both;
    color: #666;
    margin: 0px 0 15px 0;
    overflow: hidden;
    padding: 25px 0 0px 105px;
    font-size: 14px;
}

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

#footer-widgets p {
    color: #000000;
    padding: 0 0 10px;
    font-size: 14px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
    color: #66b4b4;
    font-size: 17px !important;
	line-height: 18px !important;
    text-decoration: none;
}

#footer-widgets a:hover {
    text-decoration: underline;
}
 
#footer-widgets ul {
    color: #666666;
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: none;
    margin: 0 0 0 15px;
}

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


.footer-widgets-1 {
    float: left;
    margin: 5px 5px 5px -30px;
    width: 365px;
}
.footer-widgets-2 {
    float: left;
    margin: 5px 25px;
    width: 310px;
}
.footer-widgets-3 {
    float: left;
    margin: 5px;
    width: 310px;
}


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

#footer {
    background: transparent;
	clear: both;
	overflow: hidden;
	padding: 0px 0 0px 0px;
	width: 1200px;
}

#footer p {
	color: #444;
	font-family: 'Arial', arial, serif;
	font-size: 13px;
}


.footertext p {
	color: #444;
	text-align: center;
	font-family: 'Arial', arial, serif;
	font-size: 13px;
}

#footer a,
#footer a:visited {
	color: #66b4b4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds p {
	float: right;
	color: #404040 !important;
	font-size: 14px;
	text-align: center;
	width: 1200px;
}


#footer .disclaimer p {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	width: 1200px;
}

#footer .enginelogo {
	float: right;
	padding: 20px 0 0 0;
	text-align: center;
	width: 1200px;
}


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

#comments,
#respond {
	margin: 0 0 30px 10px;
	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;
	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;
}


/* Lifestyle Blue
------------------------------------------------------------ */

body.lifestyle-blue {
	background-color: #aabed4;
}

.lifestyle-blue a,
.lifestyle-blue a:visited,
.lifestyle-blue #nav,
.lifestyle-blue #nav li li a:hover,
.lifestyle-blue #nav li li a:active,
.lifestyle-blue #subnav li li a:hover,
.lifestyle-blue #subnav li li a:active,
.lifestyle-blue h1,
.lifestyle-blue h2,
.lifestyle-blue h2 a,
.lifestyle-blue h2 a:visited,
.lifestyle-blue #cat,
.lifestyle-blue .widget_archive select,
.lifestyle-blue .s,
.lifestyle-blue .enews #subbox {
	color: #162b45;
}

.lifestyle-blue h2 a:hover {
	color: #444;
}

.lifestyle-blue div.gform_footer input.button,
.lifestyle-blue .enews #subbutton,
.lifestyle-blue .reply a,
.lifestyle-blue .reply a:visited,
.lifestyle-blue .searchsubmit,
.lifestyle-blue #submit {
	background-color: #576f8e;
	border: 1px solid #576f8e;
}

.lifestyle-blue div.gform_footer input.button:hover,
.lifestyle-blue .enews #subbutton:hover,
.lifestyle-blue .reply a:hover,
.lifestyle-blue .searchsubmit:hover,
.lifestyle-blue #submit:hover {
	background-color: #4a5f79;
	border: 1px solid #4a5f79;
}
	
.lifestyle-blue #footer-widgets,
.lifestyle-blue #footer {
    background-color: #576f8e;
}

.more-from-category {
	text-align: center;

}

.widget-wrap { margin-top: 20px; }


.featuredpost h2 a,
.featuredpost  h2 a:visited {
	font-family: 'Lato', Arial, Verdana, "Courier New", Courier, monospace;
	font-size: 20px !important;
	line-height: 24px !important;
	margin: 0px 0 0 0px !important;
}

.featuredpost  h2 a:hover {
	text-decoration: underline;
}	


#featured-post-2 .gfwa-odd  {
	min-height: 340px;
}

#featured-post-2 .gfwa-even  {
	min-height: 340px;
}

#featured-post-2 h2 a, #featured-post-2 h2 a:visited {
    color: #66b4b4;
    list-style-type: none;
    word-wrap: break-word;
    font-family: 'Lato',Arial,Verdana,"Courier New",Courier,monospace;
    font-size: 21px !important;
    line-height: 24px !important;
	text-align: center !important;
	text-transform: lowercase;
}

#featured-post-2 p {
    font-size: 13px !important;
    line-height: 17px !important;
}


#featured-post-3 .gfwa-odd  {
	min-height: 340px;
}

#featured-post-3 .gfwa-even  {
	min-height: 340px;
}

#featured-post-3 h2 a, #featured-post-3 h2 a:visited {
    color: #66b4b4;
    list-style-type: none;
    word-wrap: break-word;
    font-family: 'Lato',Arial,Verdana,"Courier New",Courier,monospace;
    font-size: 21px !important;
    line-height: 24px !important;
	text-align: center !important;
	text-transform: lowercase;
}

#featured-post-3 p {
    font-size: 13px !important;
    line-height: 17px !important;
}



#featured-post-4 h2 a, #featured-post-4 h2 a:visited {
    color: #66b4b4;
    list-style-type: none;
    text-align: left;
    word-wrap: break-word;
    font-family: 'Lato', Arial, Verdana, "Courier New", Courier, monospace;
    font-size: 24px !important;
    line-height: 26px !important;
}

#featured-post-4 p {
    font-size: 13px !important;
    line-height: 16px !important;
}

#featured-post-4 .alignleft {
    margin: 0 3px 0 0;
}


#featured-post-4 .gfwa-odd  {
	min-height: 180px;
}

#featured-post-4 .gfwa-even  {
	min-height: 180px;
}

.fpg-text {
	display: none;
}

.post-info {
    background: url(images/okm_infobg.png) no-repeat;
    font-size: 12px;
    margin: 5px 0 0px;
	height: 33px;
    padding-left: 10px !important;
	padding-top: 3px !important;
}

.post-info, .post-info a, .post-info a:visited {
    color: #404040;
}


#header .emailarea {
	float: left;
    margin: 115px 0px 0px 835px;
    position: absolute;
	display:block;
	white-space: nowrap;
	z-index: 9999;
}

.fbemailarea {
	width: 400px;
	height: 40px;
}

.emailarea {
	border: 0px;
	color: #888;
	font-family: 'Arial', arial, serif;
	font-size: 11px;
}

.fbbutton {
	border: 0px;
	vertical-align:top;
	margin: 0 auto;
}

.fbform {
  background: transparent;
    border: 0px solid #fff;
	width: 130px;
	font-size: 12px;
	color: #888;
	padding: 0px 0 5px 10px;
}

#fbsubmit {
	margin: -3px 0 0 50px;
}

/* Author Post Box */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;width: 95%; margin-top:5px;}
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

.entry-image {
	border-radius: 50%;
}

.search-form {
	margin:  0 0 0 15px;
	width: 305px;
}