/*
    Theme Name: Avett
    Theme URI: http://kidthemes.com/
    Description: This is a child theme created for the Genesis Framework.
    Author: KidThemes.com
    Author URI: http://kidthemes.com/

    Version: 1.0

    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns

    Template: genesis
    Template Version: 1.7

    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Google fonts
------------------------------------------------------------ */

@import url('http://fonts.googleapis.com/css?family=Ovo');
@import url('http://fonts.googleapis.com/css?family=Rokkitt');


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

html {
	height: 100%;
	overflow-y: scroll;
	background: #fff url(images/bg-left.png) repeat-y;
}

body {
	color: #838E92;
    font: normal 14px/1.4 'Ovo', Georgia, serif;
}

#inner { overflow: hidden }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    margin: 0;
    padding: 0;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #ebeef0;
	border: 1px solid #DADEE1;
}

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

ul { margin-bottom: 20px; }

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

li { padding-bottom: 10px; }

li:last-child { padding-bottom: 0; }

li ul {
	padding-top: 10px;
	margin: 0 0 0 20px;
}

input, textarea {
	border: 1px solid #DADEE1;
	font-family: sans-serif;
}

.cf:before,
.cf:after {
    content: "";
    display: block;
    overflow: hidden;
}

.cf:after { clear: both; }

.cf { zoom: 1; }


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


a {
	text-decoration: none;
	border-bottom: 1px solid #dadee1;
}

a,
a:visited { color: #14537E; }

a:hover {
    text-decoration: none;
    color: #14537E;
    background-color: #ebeef0;
}

.sidebar a:hover,
#home-left a:hover {
	background-color: #dadee1;
}

a img { border: none }


/* Header
------------------------------------------------------------ */

#header {
    margin: 40px 0;
    overflow: hidden;
}

#title-area {
    float: left;
    padding-left: 40px;
    width: 160px;
}

#title {
    font: 24px/1 'Rokkitt', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

#title a,
#title a:hover,
#title a:visited {
    color: #485358;
    text-decoration: none;
    border: 0;
    letter-spacing: .1em;
}

body:not(.home) #title a:hover {
	margin-left: -20px;
	padding-left: 20px;
	background: url(images/home.png) no-repeat 0 5px;
}

#description { font-size: 12px; }


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

li:hover ul ul,
li.sfHover ul ul { left: -9999px; }

li:hover,
li.sfHover { position: static; }

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {  }

li a .sf-sub-indicator { display: none; }


/* Primary Navigation
------------------------------------------------------------ */

#nav {
    float: left;
    overflow: hidden;
    text-transform: uppercase;
    margin-left: 40px;
    padding: 0 40px;
    width: 680px;
}

#nav ul {
    float: left;
    width: 100%;
    margin: 0;
}

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

#nav li a {
	display: block;
    position: relative;
    font: 16px 'Rokkitt', Arial, sans-serif;
	color: #485358;
	text-decoration: none;
	border-width: 0;
	margin-right: 20px;
}

#nav li a:hover,
#nav .sfHover > a.sf-with-ul {
	background: transparent;
	color: #14537E;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a { }

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    border-top-width: 0;
    position: relative;
    width: 170px;
    text-transform: none;
    line-height: 1.5;
    color: #838E92;
    margin: 0;
}

#nav li li a:hover,
#nav li li a:active { color: #14537E; }

#nav li ul {
    height: auto;
    left: -9999px;
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 10px 15px;
    -moz-box-shadow: 0 1px 1px #c3c9cd; -webkit-box-shadow: 0 1px 1px #c3c9cd; box-shadow: 0 2px 2px #c3c9cd;
    width: 170px;
    z-index: 9999;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF,endColorstr=#F2FFFFFF);
	zoom: 1;
}

#nav a.sf-with-ul:after {
    color: #c3c9cd;
    content: " +";
}

#nav li ul ul { margin: -34px 0 0 170px; }

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

#nav li.right { float: right; }

#nav li.right a {
    margin: 0 20px 0 0;
    text-transform: none;
}

#nav li.right a:hover {
    text-decoration: none;
}

#nav li.rss a {
    background: url(images/rss.png) no-repeat center left;
    padding-left: 20px;
}

#nav li.twitter a {
    background: url(images/twitter.png) no-repeat center left;
    padding-left: 20px;
}


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

#subnav {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    text-transform: uppercase;
    width: 960px;
}

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

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

#subnav li a {
    display: block;
    font-size: 13px;
    padding: 7px 10px 5px;
    position: relative;
    text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a { }

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active { background-color: #000; }

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

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

#subnav li ul ul { margin: -33px 0 0 159px; }

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


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

#content { margin-left: 280px; }

.home #content { margin-left: 0; }

.breadcrumb {
    font-size: 12px;
    line-height: 20px;
    width: 680px;
    margin: 0 0 20px 280px;
    padding:
}

.breadcrumb a { border: 0; }

.taxonomy-description {
	margin: 0 0 40px;
	padding: 40px 0;
	font-size: 18px;
	color: #838E92;
    background-color: transparent;
    background-color: rgba(218, 222, 225, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCDDDDDD,endColorstr=#CCDDDDDD);
    zoom: 1;
}

.taxonomy-description h1,
.taxonomy-description p {
    width: 680px;
    padding: 0 40px;
    margin-left: 240px;
}

.taxonomy-description h1 {
	font: normal 48px/1 'Rokkitt', Arial, sans-serif;
	color: #485358;
	text-transform: uppercase;
	margin-bottom: 0;
}

#content-sidebar-wrap { overflow: hidden; }

#content { width: 680px; }

.content-sidebar #content {
	padding-right: 40px;
	width: 440px;
	float: left;
}

blockquote {
    margin: 5px 15px 20px;
    padding: 15px 20px 0;
}

.entry-content p { padding: 0 0 20px; }

p.subscribe-to-comments { padding: 20px 0 10px; }

.clear { clear: both; }

.clear-line {
    border-bottom: 1px solid #dadee1;
    clear: both;
    margin: 0 0 15px;
}



/* Posts
------------------------------------------------------------ */

.archive .post-meta {
	float: left;
	margin: 10px 0 0 -230px;
	padding: 5px;
	min-width: 24px;
	background: #fff;
	text-align: center;
	-moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px;
}

.archive .post-meta .post-comments a {
	font-weight: bold;
	line-height: 24px;
}

.archive .hentry {
	margin-bottom: 40px;
	min-height: 120px;
}

.archive h2.entry-title { margin-top: -5px; }

.singular .post-meta {
	float: left;
	width: 120px;
	margin: 0 0 0 -240px;
	padding: 20px;
	background: #fff;
	font-size: 12px;
	clear: both;
}

.singular .post-meta div {
	font-family: 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
	color: #485358;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #dadee1;
}

.singular .post-meta div.date {
	margin: 0;
	padding: 0;
	border: 0;
}

.post-meta a {
	border: 0;
}

.author-box {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}

.more-from-category { padding: 5px 10px 0 }

.archive-page {
    float: left;
    padding: 20px 0;
    width: 45%;
}


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

.navigation {
    overflow: hidden;
    width: 100%;
}

.navigation ul { margin: 0; }

.navigation li { display: inline }

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    padding: 6px 12px 3px;
    margin-right: 2px;
    background-color: #ebeef0;
    font-family: 'Rokkitt', Arial, sans-serif;
    color: #14537E;
}

.navigation li a:hover,
.navigation li.active a { background-color: #dee2e6; }

.navigation li.active a {
	color: #c0c6ca;
	cursor: default;
}


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

.author-box .avatar {
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    width: 80px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 3px auto 10px;
}

img.alignleft,
img.alignright { display: inline; }

.alignleft {
    float: left;
    margin: 3px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 3px 0 20px 20px;
}

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

.attachment-child-thumb,
.attachment-child-small,
.attachment-child-large { float: left; }

.attachment-child-thumb,
.post-image {
	margin: 0 0 0 -240px;
	padding-right: 40px;
	width: 160px;
	height: 120px;
	background: url(images/thumb-line.png) repeat-x;
}

.attachment-child-small {
    width: 140px;
    height: 105px;
}

.attachment-child-large {
    width: 320px;
    height: 190px;
}

.comment-list li .avatar {
    float: right;
    margin: 0 5px 0 10px;
    padding: 4px;
}


/* 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 {
	margin: 0 0 5px;
	font-weight: normal;
	color: #485358;
}

h2,
h2 a,
h2 a:visited {
	font-weight: normal;
	font-size: 24px;
	color: #485358;
	border-bottom-width: 0;
}

h2 a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	color: #14537E;
}

h2.entry-title { margin-bottom: 10px; }

.archive .hentry h2 a { border-bottom: 1px solid #E4E7EA; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

#footer-widgets h4 {
    background: none;
    border: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.archive-page h4 { font-weight: bold; margin-bottom: 10px; }
.archive-page ul { margin-left: 30px; }
.archive-page li { list-style-type: square; }
.archive-page a { border: 0; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }


/* Homepage
------------------------------------------------------------ */

.home #inner #content {
	width: auto;
	padding: 0;
	float: none;
	overflow: hidden;
}

#home-intro {
    margin-bottom: 40px;
    color: #838E92;
    background-color: transparent;
    background-color: rgba(218, 222, 225, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCDDDDDD,endColorstr=#CCDDDDDD);
    zoom: 1;
}

#home-intro h4 {
	font-size: 48px;
	margin: 0;
	color: #485358;
}

#home-intro .widget-area {
    width: 680px;
    padding: 40px;
    margin-left: 240px;
    font-size: 18px;
}

#home-left {
    width: 160px;
    float: left;
    margin-left: 40px;
}

#home-right {
    float: left;
    margin-left: 80px;
}

#home-right h2 a {
	font-size: 16px;
	font-family: 'Ovo', Georgia, serif;
	color: #14537E;
	border-bottom-width: 1px;
}

#home-right .post {
    border: 0;
    padding: 0;
    margin: 0;
}

#home-right img {
    padding: 0;
    border: 0;
}

#home-right .widget-area { width: 680px; }

#home-right .half .widget-area {
    width: 320px;
    float: left;
    clear: none;
}

#home-right .half .widget-area:nth-child(even) { margin-left: 40px; }

#home-right-1 .widget-area:first-child h2 a {
	font-size: 24px;
	color: #485358;
	margin: 10px 0 0;
	display: inline-block;
	border-color: transparent;
}

#home-right-1 .widget-area:first-child h2 a:hover {
	border-color: #dadee1;
	color: #14537E;
}

#home-right .half .widget-area:nth-child(2) h2 {
	line-height: 1.2;
	margin-bottom: 15px;
}

#home-right-2 {
	padding: 40px 0;
	margin: 40px 0;
	border: 1px solid #e4e7ea;
	border-width: 1px 0;
}

#home-right-2 .post {
	float: left;
	margin-right: 40px;
}

#home-right-2 .post:last-child { margin-right: 0; }

#home-right-2 h2 a {
	width: 120px;
	height: 105px;
	line-height: 105px;
	margin-top: -105px;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: 0;
    background-color: #14537E;
    opacity: .8;
    filter: alpha(opacity=80);
    float: left;
	display: none;
}

#home-right-2 .post:hover h2 a { display: block; }


/* Sidebars and Widgets
------------------------------------------------------------ */

.content-sidebar #sidebar {
	float: left;
	width: 160px;
	padding: 20px;
	background: #EBEEF0;
}

.sidebar p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.sidebar .widget-area { margin-bottom: 40px; }

.sidebar .widget-area:last-child { margin-bottom: 0; }

.widget-area h4 {
    font: normal normal 14px/1 'Rokkitt', Arial, sans-serif;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#cat,
.widget_archive select {
    display: inline;
    font-size: 12px;
    margin: 10px 10px 0;
    padding: 3px;
    width: 278px;
}

.enews p { padding: 0 0 10px; }

.enews #subbox {
    font-size: 12px;
    color: #838E92;
    padding: 5px;
    width: 250px;
}

.sidebar .enews #subbox {
	width: 148px;
	margin-bottom: 10px;
	background-color: #fff;
}

.widget-area .tagcloud a { margin-right: 5px; }

.widget-area .hentry { margin-bottom: 20px; }

.widget-area .hentry:last-child { margin-bottom: 0; }

.widget-area h2 a { font-size: 18px; }

.widget-area .byline { margin-bottom: 10px; }

.widget-area .alignleft { margin: 5px 10px 10px 0; }

.widget-area .alignright { margin: 5px 0 10px 10px; }

#wp-calendar { width: 100%; }

#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 5px;
}

#wp-calendar thead {
    background-color: #fff;
    font-weight: bold;
}

#wp-calendar td,
#wp-calendar th {
    background-color: #fff;
    padding: 3px 0;
    text-align: center;
}

#wp-calendar #prev { text-align: left; }

#wp-calendar #next { text-align: right; }


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

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
    background-color: #485358;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
    background-color: #14537E;
    color: #fff;
    text-decoration: none;
}


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

#header .searchform {
    float: right;
    padding: 0;
}

#header li.search { padding-right: 0; }

.s {
    font-size: 12px;
    color: #838E92;
    padding: 5px;
    width: 160px;
}

.sidebar .s {
	width: 148px;
	background-color: #fff;
}

.sidebar .searchsubmit { display: none; }


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

#comments,
#respond {
    margin: 0 0 15px;
    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: 95%;
}

.ping-list { margin: 0 0 40px; }

.comment-list ol,
.ping-list ol { padding: 10px; }

.comment-list li,
.ping-list li {
    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; }

#comments .bypostauthor { }

#comments .reply { padding: 10px 0; }

#comments .thread-alt,
#comments .thread-even { background-color: #f5f5f5; }

#comments .alt,
#comments .depth-1,
#comments .even { border: 1px solid #dadee1; }


/* 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;
}


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

#footer {
    clear: both;
    width: 680px;
    margin: 40px 0 0 280px;
    padding: 20px 0 40px;
    font-size: 12px;
    border-top: 4px solid #e4e7ea;
    overflow: hidden;
    text-transform: uppercase;
}

#footer-widgets .wrap {
    width: 960px;
    padding: 0 20px;
}

#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets .textwidget { padding: 0; }

#footer-widgets .widget_tag_cloud div div { padding: 0; }

#footer-widgets p { padding: 0 0 10px; }

#footer-widgets a,
#footer-widgets a:visited { text-decoration: underline; }

#footer-widgets a:hover { text-decoration: none; }

#footer-widgets ul { margin: 0 0 10px; }

#footer-widgets ul li { margin: 0 0 0 15px; }

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

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 300px;
}

.footer-widgets-2 {
    float: left;
    width: 300px;
}

.footer-widgets-3 {
    float: right;
    width: 300px;
}