﻿/*
Theme Name: Simple SEO
Theme URI: http://businessseo.com.au/
Description: Simple SEO is a two or three column child theme created for the Genesis Framework.
Author: Business SEO
Author URI: http://businessseo.com.au/

Version: 1.0

Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns

Template: genesis
Template Version: 1.8

License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input {
    color: #333;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
    color: #2554c7;
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out; 
}

a:hover {
    text-decoration: underline;
}

a:active,
a img { border: none; outline: none }

img{
    max-width: 100%;
    vertical-align: bottom; 
}

::-moz-selection {
    background: #444444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444444;
    color: #fff;
    text-shadow: none;
}

/* Body
------------------------------------------------------------ */

body { background-color: #eee }

/* Wrap
------------------------------------------------------------ */

#wrap {
    background: #fff;
    margin: 20px auto;
    width: 980px;
    max-width: 980px;
    min-width: 980px;
    position: relative;
    box-shadow: 0 1px 10px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.35);
}

.no-nav #wrap{
    padding-top: 10px;
}


/* Header
------------------------------------------------------------ */

#header {
    padding: 25px 0 20px;
    width: 97.95918367346939%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#branding{
    float: left;
    margin: 0 10px 0 0;
}

#title-area {
    float: left;
    overflow: hidden;
    max-width: 64.58333333333333%;
    margin: 0 01.04166666666667%;
}

#title {
    font-family: 'Oswald', arial, serif;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
}

#title a,
#title a:hover {
    color: #333;
    text-decoration: none;
}

#description {
    font-size: 14px;
}

#header .widget-area {
    float: right;
    font-size: 13px;
    margin: 0 01.04166666666667%;
}

#header .widget-area p{ font-size: 13px; }

#contact-information{
    float: right;
    list-style-type: none
}

#contact-information li{
    float: left;
    margin: 10px;
    text-align: center;
}

.phone-number a,
.email-address a{    
    display: block;
    line-height: 1.4!important;
    padding: 80px 0 0 0;
}

.phone-number a{
    background: url(images/green_phone.png) top center no-repeat;
}

.email-address a{
    background: url(images/blue_email.png) top center no-repeat;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 90px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 350px;
}

.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;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
    color: #aaa;
    overflow: hidden;
    width: 100%;
}

#nav .wrap {
    border-bottom: 2px solid #eee;
    width: 95.91836734693878%;
    margin: 0 auto;
}

#nav ul {
    float: left;
    width: 100%;
}

#nav li {
    float: left;
    list-style-type: none;
}

#nav li a {
    color: #888;
    display: block;
    font-size: 12px;
    padding: 6px 10px 5px;
    position: relative;
    text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a { color: #000 }

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    color: #888;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 180px;
}

#nav li li a { border-bottom: 1px solid #eee!important }

#nav li li:last-child>a{ border-bottom: none!important }

#nav li li a:hover,
#nav li li a:active { color: #222 }

#nav li ul {
    background: #fff;
    border: 1px solid #eee;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 5px 0;
    width: 220px;
    z-index: 9999;
}

#nav li ul a { width: 190px }

#nav li ul li ul { margin: -49px 0 0 220px }

#nav li:hover>ul,
#nav li.sfHover ul { left: auto }

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
    float: right;
    font-size: 12px;
    padding: 6px 15px 5px;
}

#nav li.right a {
    background: none;
    border: none;
    color: #aaa;
    display: inline;
    text-decoration: none;
}

#nav li.right a:hover {
    color: #444;
    text-decoration: none;
}

#nav li.search { padding: 0 }

#nav li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 7px 0 5px 16px;
}

#nav li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 7px 0 5px 20px;
}

/* Header Menu
------------------------------------------------------------ */

#header ul.menu {
    float: right;
    margin: 20px 0 0
}

#header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header ul.menu li {
    border: none;    
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

#header ul.menu li a {
    color: #888;
    display: block;
    font-size: 12px;
    padding: 6px 10px 5px;
    position: relative;
    text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
    color: #222;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
    color: #888;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 180px;
}

#header ul.menu li li a { border-bottom: 1px solid #eee!important }

#header ul.menu li li:last-child>a{ border-bottom: none!important }

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
    color: #222;
}

#header ul.menu li ul {
    background: #fff;
    border: 1px solid #eee;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 5px 0;
    width: 220px;
    z-index: 9999;
}

#header ul.menu li ul a { width: 190px }

#header ul.menu li ul li ul { margin: -49px 0 0 220px }

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
    left: auto;
}

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
    background: #eee;
    color: #555;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
}

#subnav ul {
    float: left;
    width: 100%;
}

#subnav li {
    float: left;
    list-style-type: none;
}

#subnav li a {
    border-right: 1px solid #eee;
    color: #888;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    word-wrap: break-word;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
    background-color: #222;
    color: #aaa;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background: #222;
    border: none;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0;
    position: relative;
    text-transform: none;
    width: 180px;
}

#subnav li li a:hover,
#subnav li li a:active { color: #fff }

#subnav li ul {
    background: #222;
    border: none;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 10px 0;
    width: 210px;
    z-index: 9999;
}

#subnav li ul a { width: 130px }

#subnav li ul li ul { margin: -52px 0 0 210px }

#subnav li:hover>ul,
#subnav li.sfHover ul { left: auto }

.menu-description {
    clear: both;
    color: #aaa;
    display: block;
    font-size: 11px;
    text-transform: lowercase;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul { left: -9999px }

li:hover,
li.sfHover { position: static }

#wpadminbar li:hover ul ul { left: 0 }

.menu-primary-mobile,
.menu-secondary-mobile,
.menu-header-mobile {
    background: #444;
    border: 1px solid #222;
    color: #fff;
    display: none;
    width: 90%;
    padding: 8px 5px;
    margin: 10px auto;
}

.menu-primary-mobile:focus,
.menu-secondary-mobile:focus,
.menu-header-mobile:focus  { outline: none }


/* Inner
------------------------------------------------------------ */

#inner {
    width: 97.95918367346939%;
    margin: 30px auto 0;
}

#homepage-hero,
#homepage-intro{
    width: 97.91666666666667%;
    margin: 0 01.04166666666667% 30px;
}

#homepage-hero img{
    display: block;
}

#homepage-intro{
    border-bottom: 2px solid #eee;
    padding: 0 0 30px;
    text-align: center
}

#primary-widgets,
#homepage-widgets{
    margin: 20px 0 10px;
    overflow: hidden;
}

#primary-widgets .widget,
#homepage-widgets .widget{
    margin: 0 0 20px
}

#primary-widgets p,
#homepage-widgets p{
    margin: 0 0 20px
}

.primary-widget-left,
.primary-widget-right,
.homepage-widget-left,
.homepage-widget-center,
.homepage-widget-right{
    float: left;
    margin: 0 01.04166666666667%;
}

.sc-widget .primary-widget-left,
.sc-widget .primary-widget-right{
    width: 47.91666666666667%
}

.scl-widget .primary-widget-left,
.scr-widget .primary-widget-right{
    width: 64.58333333333333%
}

.scl-widget .primary-widget-right,
.scr-widget .primary-widget-left {
    width: 31.25%;
}

.sss-widget .homepage-widget-left,
.sss-widget .homepage-widget-center,
.sss-widget .homepage-widget-right{
    width: 31.25%;
}

.ssl-widget .homepage-widget-left,
.ssl-widget .homepage-widget-center,
.sls-widget .homepage-widget-left,
.sls-widget .homepage-widget-right,
.lss-widget .homepage-widget-center,
.lss-widget .homepage-widget-right{
    width: 22.91666666666667%;
}

.ssl-widget .homepage-widget-right,
.sls-widget .homepage-widget-center,
.lss-widget .homepage-widget-left{
    width: 47.91666666666667%
}

#primary-widgets #FSContact1,
#homepage-widgets #FSContact1{
    width: 100%!important
}

#primary-widgets #FSContact1 input[type="text"],
#primary-widgets #FSContact1 input[type="email"],
#primary-widgets #FSContact1 textarea,
#homepage-widgets #FSContact1 input[type="text"],
#homepage-widgets #FSContact1 input[type="email"],
#homepage-widgets #FSContact1 textarea{
    width: 100%
}

#primary-widgets #FSContact1 textarea,
#homepage-widgets #FSContact1 textarea{
    min-height: 80px;
    margin: 0 0 10px!important
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    border-bottom: 2px solid #eee;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 10px 0
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    width: 75%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap { width: 100% }

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap { float: right }


/* Content
------------------------------------------------------------ */

#content {
    float: left;
    padding: 0 0 20px;
    margin: 0 01.04166666666667%;
    width: 39.58333333333333%;
}

.content-sidebar #content,
.sidebar-content #content { width: 64.58333333333333% }

.sidebar-content #content,
.sidebar-sidebar-content #content { float: right }

.sidebar-sidebar-content #content,
.sidebar-content-sidebar #content,
.content-sidebar-sidebar #content {
    margin: 0 01.38888888888889%;
    width: 52.77777777777778%;
}

.full-width-content #content { width: 97.91666666666667% }
.page-template-page-portfolio-php.full-width-content #content,
.post-type-archive-portfolio #content{
    width: 100%;
    margin: 0
}

.entry-content blockquote {
    background: url(images/blockquote.png) top left no-repeat;
    margin: 5px 15px 20px;
    padding: 15px 20px 0 48px;
}

.post { margin: 0 0 40px }

.entry-content { overflow: hidden }

.entry-content p,
.testimonial-content p{ padding: 0 0 15px }

.entry-content img,
.entry-content iframe,
.entry-content object {
    max-width: 100%;
    height: auto;
}

p.subscribe-to-comments { padding: 20px 0 10px }

.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;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
    float: right;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-odd {
    clear: both;
    float: left;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', arial, serif;
    margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
    font-family: 'Oswald', arial, serif;
    font-size: 30px;
    line-height: 36px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}

h2 a:hover {
    color: #2554c7;
    text-decoration: none;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.widget-area h4 {
    border-bottom: 2px solid #eee;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 5px;
}

.widget-area h4 a {
    color: #333;
    text-decoration: none;
}

#footer-widgets h4 {
    background: none;
    border: none;
    margin: 0 0 5px;
    padding: 0;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 15px;
}

.entry-content ol {
    margin: 0;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
    font-size: 12px;
    margin: -5px 0 15px;
    text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 12px;
    padding: 5px 0 0;
    text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0;
    width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    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;
}

.wp-post-image{
    margin: 0 0 20px;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 0 5px 0 10px;
    padding: 4px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 15px;
}

.wp-caption {
    padding: 5px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
}

.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 {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    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: 0 01.04166666666667%;
    width: 31.25%;
}

.sidebar p {
    font-size: 13px;
    line-height: 20px;
}

#sidebar-alt {
    float: left;
    font-size: 13px;
    width: 22.91666666666667%;
    margin: 0 01.04166666666667%;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar { float: left }

.sidebar-sidebar-content #sidebar,
.sidebar-content-sidebar #sidebar,
.content-sidebar-sidebar #sidebar {
    width: 41.66666666666667%;
    margin: 0 01.38888888888889%;
}

.content-sidebar-sidebar #sidebar-alt { float: right }

.sidebar .widget {
    margin: 0 0 20px;
    padding: 0;
}

.widget-area p{ margin: 0 0 15px}

.widget-area ol,
.widget-area ul { margin: 0 }

.widget-area ol ol,
.widget-area ul ul { margin: 0 }

.widget-area ul li {
    border-bottom: 1px dashed #eee;
    list-style-type: none;
    word-wrap: break-word;
    margin: 5px 0;
    padding: 5px 10px;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
    padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline;
    font-family: 'Oswald', arial, serif;
    font-size: 12px;
    margin: 10px 15px 0;
    width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
    width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}

.more-from-category {
    padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}

.user-profile p {
    padding: 10px 15px 0;
}

.user-profile .posts_link {
    padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    background-color: #333;
    border: 1px solid #666;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', arial, serif !important;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 5px;
    text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
    background-color: #000;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.searchform { position: relative }

#header .searchform {
    float: right;
    padding: 0;
    border-left: 1px solid #eee;
}

#nav .searchform {
    float: right;
    margin: 0 01.04166666666667%;
}

.sidebar .searchform {
    padding: 0;
    margin: 0
}

.s {
    border: none;
    font-family: arial, serif;
    font-size: 12px;
    margin: 5px 2px 0 0;
    padding: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;      
}

.sidebar .s{
    width: 92%;
    padding-top: 10px;
    padding-right: 4%;
    padding-bottom: 10px;
    padding-left: 4%;
    margin: 10px 0 0;  
}

#nav .s {
    background-color: #eee;
    color: #aaa;
    border-radius: none;
    margin: 1px 0;
    padding: 8px 30px 8px 5px;
    width: 140px;
}

#nav .s:hover,
#nav .s:focus,
.sidebar .s:hover,
.sidebar .s:focus {
    background: #444;
    color: #fff;
    outline: none;
}

#nav .s:focus {
    width: 180px;
}

.searchsubmit[type="submit"] {
    background: url(images/search.png) 0 0 no-repeat;
    position: absolute;
    top: 8px;
    right: 6px;
    border: none;
    width: 16px;
    height: 16px;
    text-transform: capitalize;
    text-indent: -999px;
    z-index: 5;
}

.sidebar .searchsubmit[type="submit"]{
    top: 19px;
    right: 10px;
}

.searchsubmit:hover[type="submit"],
.searchsubmit:hover[type="button"] {
    background-color: transparent;
    border: none;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
    padding: 5px 15px 0;
}

.enews #subscribe {
    padding: 0 0 0 15px;
}

.enews #subbox {
    font-family: 'Oswald', arial, serif;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 5px;
    width: 220px;
}


/* 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 {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    clear: both;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 958px;
}

#footer-widgets .wrap {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 19px 0;
}

#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 15px;
    padding: 0;
}

#footer-widgets .textwidget {
    padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
    padding: 0;
}

#footer-widgets p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 10px;
}

#footer-widgets ul {
    margin: 0;
}

#footer-widgets ul li {
    margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}

.footer-widgets-1 {
    float: left;
    margin: 0 20px 0 0;
    width: 295px;
}

.footer-widgets-2 {
    float: left;
    width: 290px;
}

.footer-widgets-3 {
    float: right;
    width: 295px;
}


/* Footer
------------------------------------------------------------ */

#footer {
    border-top: 2px solid #eee;
    font-size: 12px;
    width: 97.95918367346939%;
    margin: 0 auto;
    padding: 10px 0;
/* Commented out to chg WEBOON to WEBoon - LWM 05-16-2012 */
/* text-transform: uppercase; */
}

#footer p {
    color: #555;
    font-size: 12px;
}

#footer a,
#footer a:visited { 
    color: #555;
    font-weight: bold
}

#footer a:hover {
    color: #222;
    text-decoration: none;
}

#footer .gototop {
    float: right;
    padding: 0 0 0 5px;
    margin: 10px 01.04166666666667% 5px;
}

#footer .gototop a {
    background: url(images/icon-plus.png) no-repeat center left;
    padding: 0 0 0 16px;
}

#footer .creds {
    float: left;
    margin: 10px 01.04166666666667% 5px;
    text-align: right;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 15px;
    overflow: hidden;
}

#comments p,
#respond p {
    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 {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    margin: 15px 0 5px;
    padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
    list-style-type: none;
    margin-left: 10px;
    margin-right: -6px;
}

.comment-list p,
.ping-list p {
    margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.commentmetadata {
    font-size: 11px;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
    background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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;
}

/* Clearfix
------------------------------------------------------------ */

.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
#comments:before,
#comments:after,
#respond:before,
#respond:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.wrap:after,
#comments:after,
#respond:after,
.clearfix:after { clear: both }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}