/* @override 
	http://clients.jaredatchison.org/beachwalks/wp-content/themes/beackwalks/style.css */

/*
    Theme Name: Beachwalks
	Theme URI: http://www.beachwalks.tv/
	Description: Custom child theme created for the <a href="http://www.jaredatchison.com/go/genesis">Genesis Framework</a>.
    Author: Jared Atchison
    Author URI: http://www.jaredatchison.com/
    Version: 2.0

    Template: genesis
    Template Version: 1.8.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Import Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fff;
	border: 1px solid #eee;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #00A4AE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.cl { clear: both; display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; }


/* Body
------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }
html { background: url(images/sand-bg.png); }
body { background: url(images/beach-bg.jpg) no-repeat center 0; font: 12px/16px Arial, sans-serif; }

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	width: 960px;
	padding: 0 0 110px 0;
	margin: 0 auto; 
	padding-bottom: 110px;
	position: relative;
	overflow: visible;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	height: 149px;
	width: 100%;
	background: url(images/header-footprints.png) no-repeat 0 0;
}

#title-area,
#title,
#title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
}

#title-area { 
	display: inline; 
	width: 521px; 
	overflow: visible; 
	padding-left: 20px;
}

#title { 
	padding: 70px 0 0; 
	position: relative; 
	width: 521px; 
	height: 62px;
}

#title a { 
	display: block; 
	width: 521px; 
	height: 62px; 
	background: url(images/logo.png) no-repeat 0 0; 
}

#description {
	display: none;
}

#header .widget-area {
	display: inline;
	float: right;
	padding: 100px 0 0;
	width: 320px;
}

#header .textwidget { 
	font-size: 20px; 
	line-height: 24px; 
	color: #fff; 
	text-align: center; 
	text-shadow: 1px 1px 2px rgba(0,0,0,.75); 
}


/* Header Navigation
------------------------------------------------------------ */

#nav {
    position: relative;
    z-index: 10;
    width: 960px;
    height: 60px;
    background: url(images/nav-bg.png) no-repeat 0 0;
    margin: -7px -7px 0;
    padding: 7px 7px 0;
}

.menu-primary {
    clear: both;
    color: #333;
    font-size: 14px;
    width: 937px;
    height: 60px;
    overflow: visible;
    margin: 0 auto;
    padding: 0 0 0 24px;
}

.menu-primary ul {
    float: left;
    width: 100%;
}

.menu-primary li {
    float: left;
    list-style-type: none;
}

.menu-primary a {
    text-decoration: none
}

.menu-primary li ul {
    height: auto;
    left: -9999px;
    width: 160px;
    z-index: 9999;
    position: relative;
    margin: 0 0 0 -1px;
}

.menu-primary li ul a {
    width: 140px
}

.menu-primary li ul ul {
    margin: -36px 0 0 159px
}

.menu li:hover ul ul {
    left: -9999px
}

.menu li:hover,
.menu li.sfHover {
    position: static
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul {
    left: auto
}

#menu-primary > li.menu-item {
    position: relative;
    float: left;
    display: inline;
    padding-top: 11px;
    height: 49px;
    background: url(images/nav-separator.png) no-repeat right center;
    border: 0;
}

#menu-primary > li.menu-item > a,
#menu-primary > li.menu-item > a span.nav-right {
    position: relative;
    float: left;
    display: inline;
    border: 0;
    height: 40px;
    font: 16px/40px Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    background: url(images/nav-item-bg.png) no-repeat 0 -100px;
    padding: 0 0 0 11px;
}

#menu-primary > li.menu-item > a span.nav-right {
    padding-left: 0;
    padding-right: 10px;
    background-position: right -100px;
}

#menu-primary > li.menu-item.current_page_item a,
#menu-primary > li.menu-item.current_page_item a span.nav-right {
    background-position: 0 -40px
}

#menu-primary > li.menu-item.current_page_item a span.nav-right {
    background-position: right -40px
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 8px;
    width: 14px;
    height: 11px;
    background: url(images/nav-dd-trigger.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

#menu-primary > li.menu-item a.sf-with-ul span.nav-right {
    padding-right: 30px
}

#menu-primary .sub-menu {
    display: none;
    left: 0;
}

#menu-primary .sfHover .outer {
    left: 50%
}

#menu-primary .sfHover .outer .sub-menu {
    display: block
}

#menu-primary .outer {
    position: absolute;
    top: 60px;
    left: -10000em;
    margin-left: -79px;
    width: 136px;
    background: url(images/nav-dd-bg.png) repeat-x 0 0;
    border: 1px solid #229bc3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.32);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.32);
    box-shadow: 0 0 4px rgba(0,0,0,.32);
    padding: 11px;
}

#menu-primary .outer .pointer {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 18px;
    background: url(images/nav-dd-pointer.png);
}

#menu-primary .outer li a {
    display: block;
    width: auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-shadow: 1px 1px rgba(0,0,0,.75);
    padding: 5px 0;
}

#nav .menu li.search {
    padding-top: 13px
}

#nav .menu li.search input.s {
    float: left;
    display: inline;
    width: 139px;
    height: 15px;
    background: url(images/search-field.png) no-repeat 0 0;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    text-shadow: 1px 1px rgba(0,0,0,.45);
    margin: 0;
    padding: 9px 32px;
}

#nav .menu li.search input.searchsubmit {
    float: left;
    display: inline;
    border: 0;
    width: 69px;
    height: 33px;
    background: url(images/search-submit.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

.menu li.right {
    float: right;
    padding: 7px 15px 6px;
}

.menu li.search {
    padding: 0 10px
}

#wpadminbar li:hover ul ul {
    left: 0
}

#menu-primary > li.menu-item a:hover,
#menu-primary > li.menu-item a:hover span.nav-right,
#menu-primary > li.menu-item.sfHover a,
#menu-primary > li.menu-item.sfHover a span.nav-right {
    background-position: 0 0
}

#menu-primary > li.menu-item a:hover span.nav-right,
#menu-primary > li.menu-item.sfHover a span.nav-right {
    background-position: right 0
}


/* Inner
------------------------------------------------------------ */

#inner {
	padding: 20px;
	position: relative;
	overflow: visible;
	width: 934px; 
	margin: 0 -7px; 
	background: url(images/content-bg.png) repeat-y 0 0 !important; 
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 643px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 880px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #666;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.entry-content code, pre {
	font-family: Monaco, Andale Mono, Courier New, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-content code {
	  background: whiteSmoke;
	  padding: 1px 3px;
}

.entry-content pre {
	background-color: whiteSmoke;
	display: block;
	padding: 8px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-image: initial;
}

/* Tables */

.entry-content table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
  border-spacing: 0;
}

.entry-content table th, 
.entry-content table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}

.entry-content table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}

.entry-content table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.entry-content table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.entry-content .condensed-table th, 
.entry-content .condensed-table td {
  padding: 5px 5px 4px;
}

.entry-content .bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.entry-content .bordered-table tbody th {
  border-top: none;
  vertical-align: top;
}

.entry-content .bordered-table th + th,
.entry-content .bordered-table td + td,
.entry-content .bordered-table th + td {
  border-left: 1px solid #ddd;
}

.entry-content.bordered-table thead tr:first-child th:first-child,
.entry-content .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

.entry-content.bordered-table thead tr:first-child th:last-child,
.entry-content.bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.entry-content .bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.entry-content .bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

#content .post {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #cfcdc4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#content .post .category-icon {
    background: url(images/icon-article.png);
    position: absolute;
    top: 11px;
    left: -31px;
    width: 58px;
    height: 67px;
}

#content .post.category-video-casts .category-icon {
    background: url(images/icon-video.png);
}

#content .post.category-images .category-icon {
    background: url(images/icon-camera.png);
}

#content .post .entry-title {
    margin: 0 33px 10px;
    font: 24px Arial, sans-serif;
    color: #00a4ae;
}

#content .post .entry-title a {
    color: #00a4ae
}

#content .post .post-info {
    margin: 0 33px 15px;
    color: #373737;
    font: 12px Arial, sans-serif;

}

#content .post .post-info a {
    color: #00a4ae
}

#content .post .entry-content {
    margin: 0 14px;
    font: 12px/16px Arial, sans-serif;
}

#content .post .entry-content a {
    color: #00A4AE;

}

#content .post .entry-content p {
    margin-bottom: 15px
}

.entry-content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* 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,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.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 & Meta
------------------------------------------------------------ */

.post-info {
    font-size: 14px;
    margin: -5px 0 15px;
}

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 14px;
    position: relative;
    height: 33px;
    background: url(images/post-meta-bg.png) repeat-x 0 0;
    padding: 17px 125px 0 14px;
}

.post-meta .read-more {
    position: absolute;
    top: 11px;
    right: 14px;
}

.post-meta iframe {
	height: 20px !important;
	width:  90px !important;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}

img.frame {
	padding: 4px;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	border-image: initial;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.navigation li {
    float: left;
    display: inline;
    margin-right: 5px;
}

.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;
    background: url(images/paging-bg-hover.png) repeat-x 0 0;
    text-decoration: none;
    color: #fff;
    border: 1px solid #008c83;
    padding: 0 7px;
}

.navigation li a {
    float: left;
    display: inline;
    height: 18px;
    line-height: 18px;
    background: url(images/paging-bg.png) repeat-x 0 0;
    border: 1px solid #d1d1d1;
    color: #3a3a3a;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
}




/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 274px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #dcd9d1;
	margin: 0 0 15px;
	padding: 0 0 15px;
	overflow: hidden;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

#sidebar .widgettitle {
    margin-bottom: 10px;
    padding: 0 10px;
    font: bold 16px/32px Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    background: url(images/home-socials-gradient.png) repeat-x 0 0;
}

#sidebar select {
    font-size: 12px;
    color: #333;
    background-color: #fffcf2;
    border: 1px solid #dcdcdc;
}


/* Tabbed Widget
------------------------------------------------------------ */

#sidebar .tw-tabbed-nav {
    padding: 4px 0 10px 4px;
    height: 49px;
}

#sidebar .tw-tabbed-nav li {
    float: left;
    display: inline;
    margin: 0 4px 0 0;
    border: 0;
}

#sidebar .tw-tabbed-nav li a {
    float: left;
    display: inline;
    height: 49px;
    text-align: center;
    font: 13px/39px Arial, sans-serif;
    color: #00dcdc;
    text-shadow: 1px 1px rgba(0,0,0,.50);
    text-transform: uppercase;
    background: url(images/sidebar-tab.png) repeat-x center 0;
}

#sidebar .tw-tabbed-nav li#tab-link-2-0 a {
    width: 81px
}

#sidebar .tw-tabbed-nav li#tab-link-2-1 a {
    width: 87px
}

#sidebar .tw-tabbed-nav li#tab-link-2-2 a {
    width: 89px
}

#sidebar .tw-tabbed-nav li.ui-state-hover a,
#sidebar .tw-tabbed-nav li.ui-state-active a {
    color: #fff;
    background-position: center -49px;
    text-decoration: none;
}

#sidebar .tw-content .post {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #d1d1d1;
}

#sidebar .tw-content .post img {
    float: left;
    display: inline;
    margin-right: 10px;
}

#sidebar .tw-content .post h2 {
    font: 14px/16px Arial, sans-serif;
    color: #00a4ae;
}

#sidebar .tw-content .post h2 a {
    color: #00a4ae
}

#sidebar .tw-content .post:last-of-type,
#sidebar .tw-content li:last-of-type {
    border: 0
}

#sidebar .tw-content .recentcomments,
#sidebar .tw-content .popular-posts li {
    font: 14px/16px Arial, sans-serif;
    color: #00a4ae;
}

#sidebar .tw-content .recentcomments {
    color: #333
}

#sidebar .tw-content .popular-posts li a,
#sidebar .tw-content .recentcomments a {
    color: #00a4ae
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* 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: 0 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: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #acd74b;
	border: 1px solid #82b014;
	border-bottom: 1px solid #307100;
	color: #222222;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
}

#content input[type="button"],
#content input[type="submit"] {
	border-radius: 5px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #307100;
	text-shadow: none;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    clear: both;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#footer-widgets .wrap {
    overflow: hidden;
    padding: 27px 15px 0;
}

#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#footer-widgets p {
    font-size: inherit;
    font: 12px/18px Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.75);
    margin: 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;
    width: 280px;
    margin: 0 30px 0 0;
}

.footer-widgets-2 {
    float: left;
    width: 280px;
}

.footer-widgets-3 {
    float: right;
    width: 280px;
}

#footer-decoration {
    width: 100%;
    background: url(images/footer-bg-2.png) no-repeat center bottom;
}

#footer,
#footer-widgets {
    position: relative;
    width: 960px;
    height: 339px;
    background: none;
    border: 0;
    margin: 0 -7px;
    padding: 0 7px;
}

#footer-widgets .footer-widgets-1 {
    margin-right: 45px
}

#footer-widgets .widgettitle {
    padding-bottom: 13px;
    margin-bottom: 10px;
    font: bold 18px/20px Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0,0,0,.75);
    background: url(images/footer-title-line.png) repeat-x 0 bottom;
}

#footer-widgets p a {
    text-decoration: underline;
    color: #fff;
}

#footer-widgets p a:hover {
    text-decoration: none
}

#footer-widgets .user-profile p {
    margin: 0;
    padding: 6px 0 23px;
}

#footer-widgets .widget-area .widget_recent_entries li {
    display: block;
    border: 0;
    background: url(images/bullet-1.png) no-repeat 0 1px;
    margin: 0;
    padding: 0 0 15px 20px;
}

#footer-widgets li {
    font: 12px/14px Arial, sans-serif
}

#footer-widgets li a {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.75);
}

#footer-widgets .widget-area .widget_pages li {
    border: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#footer-widgets .widget-area .widget_pages li a {
    line-height: 18px
}

#footer-widgets .textwidget,
#footer-widgets .widget_tag_cloud div div {
    padding: 0
}



/* Homepage
------------------------------------------------------------ */

a.read-more { 
	display: block; 
	width: 87px; 
	height: 32px; 
	padding: 0 0 0 8px; 
	background: url(images/read-more-btn.png); 
	font: 12px/32px Arial, sans-serif; 
	color: #000;
}

#home-top {
    position: relative;
    overflow: hidden;
    width: 934px;
    height: 382px;
    padding: 24px 20px 0;
    margin: 0 -7px;
    background: url(images/home-top-bg.png) no-repeat 0 0;
}

#home-left {
    float: left;
    display: inline;
    width: 640px;
    height: 382px;
    position: relative;
}

#home-left .slides_container {
	width: 640px;
	height: 382px;
	overflow: hidden;
}

#home-left .slide {
	display: none;
	width: 640px;
	height: 374px;
	overflow: hidden;;
}

#home-right {
    float: right;
    display: inline;
    width: 274px;
    height: 360px;
    background: #fff;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.75);
    box-shadow: 0 0 1px rgba(0,0,0,.75);
}

#slides .slide-info {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 629px;
    padding: 10px 0 5px 11px;
    background: url(images/trans-50-black.png);
}

#slides .slide-info .read-more {
    position: absolute;
    bottom: 11px;
    right: 11px;
}

#slides .slide-info h5 {
    margin-bottom: 0;
    font: 18px Arial, sans-serif;
    color: #00ffff;
}

#slides .slide-info h5 a {
    color: #00ffff
}

#slides .slide-info p {
    color: #fff;
    text-shadow: 1px 1px #000;
}

#slides .prev,
#slides .next {
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(images/home-slider-arrows.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    z-index: 9999;
}

#slides .next {
    left: auto;
    right: -15px;
    background-position: -30px 0;
}

#home-right #text-429510927,
#sidebar #text-429510926 {
    padding: 105px 18px 0 12px;
    width: 244px;
    height: 142px;
    background: url(images/home-right-newsletter.jpg) repeat-x 0 0;
}

#home-right #text-429510927 .widgettitle,
#sidebar #text-429510926 .widgettitle {
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    border: none;
}

#home-right #text-429510927 p,
#sidebar #text-429510926 p {
    margin-bottom: 15px;
    width: 143px;
    font-size: 14px;
    line-height: 16px;
    color: #373737;
}

#home-right #text-429510927 .email,
#sidebar #text-429510926 .email {
    display: block;
    width: 220px;
    height: 15px;
    padding: 5px 9px;
    margin-bottom: 8px;
    background: url(images/newsletter-field.png) no-repeat 0 0;
    font: italic 12px/16px Arial, sans-serif;
    color: #404040;
}

#home-right #text-429510927 .button,
#sidebar #text-429510926 .button {
    display: block;
    width: 98px;
    height: 30px;
    margin: 0 0 0 auto;
    background: url(images/newsletter-subscribe-btn.png);
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    border: 0;
}

#home-right #text-429510928 {
    padding: 10px 4px 0 3px
}

#home-right #text-429510928 .widgettitle {
    margin-bottom: 10px;
    padding: 0 10px;
    font: bold 16px/32px Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
    background: url(images/home-socials-gradient.png) repeat-x 0 0;
}

#home-right #text-429510928 ul {
    padding: 0 0 0 11px
}

#home-right #text-429510928 li {
    float: left;
    display: inline;
    margin-right: 7px;
}

#home-right #text-429510928 li a {
    display: block;
    width: 29px;
    height: 29px;
    background: url(images/socials-sprite.png) no-repeat 0 -10000px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

#home-right #text-429510928 li a.facebook {
    background-position: 0 0
}

#home-right #text-429510928 li a.twitter {
    background-position: -36px 0
}

#home-right #text-429510928 li a.blip {
    background-position: -71px 0
}

#home-right #text-429510928 li a.vimeo {
    background-position: -107px 0
}

#home-right #text-429510928 li a.youtube {
    background-position: -142px 0
}

#home-right #text-429510928 li a.itunes {
    background-position: -177px 0
}

#home-right #text-429510928 li a.rss {
    background-position: -213px 0
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	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;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fff;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

#comments .navigation {
	padding: 0;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/*Roxanne added 140516 to remove thumbnail image in archive listings*/
.post-image {
visibility: hidden;
height: 0px;
width: 0px;
}