/*
	Theme Name: FashTech
	Description: Custom child theme for SF FashTech built on the Genesis framework.
	Author: Brian Espinosa Photo & Design
	Author URI: http://www.brianespinosa.net
	
	Template: genesis
	Version: 2.1
*/

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "freight-sans-pro",sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: "freight-sans-pro",sans-serif;
		font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #eee;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

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


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

a,
a:visited {
	color: #8ac241;
	text-decoration: none;
}

a:hover {
	color: #8ac241;
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #fff;
}


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

#wrap {
	margin: 0 auto;
	max-width: 960px;
}


/** 
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 960px;
}

*/

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

#header {
	overflow: hidden;
	width: 100%;
}

#title-area {
	overflow: hidden;
	padding: 10px 0;
	width: 960px;
	margin: 0 auto;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	float: left;
}

#title a,
#title a:hover {
	display: block;
	height: 70px;
	width: 255px;
	text-indent: -9999px;
	background: transparent url(https://eae0dc.claudeassets.com/20130821055044im_/http://www.sffashtech.com/wp-content/themes/fashtech-gen/images/fashtechLogo.png) no-repeat left top;
}

#description {
	font-size: 14px;
}

#header-right {
	float: right;
	width: 620px;
}


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

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


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

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

/* 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: 13px;
	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 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: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

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

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

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

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


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

#nav {
	background-color: #333;
	border-top: 3px solid #8ac241;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
	height: 36px;
}

#nav .wrap {
	width: 960px;
	margin: 0 auto;
}

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

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

#nav li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 15px 7px;
	position: relative;
	text-decoration: none;
}

#nav li.current-menu-ancestor a {
	border-bottom: 3px solid #8ac241;
	height: 19px;
}

#nav li.current-menu-ancestor .sub-menu a {
	height: inherit;
}

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

#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #8ac241 !important;
	color: #fff;
}

#nav .current_page_item .sub-menu a,
#nav .current-cat .sub-menu a,
#nav .current-menu-item .sub-menu a {
	background-color: #333 !important;
	color: #fff;
}

#nav .current_page_item .sub-menu a:hover,
#nav .current-cat .sub-menu a:hover,
#nav .current-menu-item .sub-menu a:hover {
	background-color: #000 !important;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: none;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	width: 138px;
}

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

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

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

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

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


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

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(https://4468e3.claudeassets.com/20130821055044im_/http://www.sffashtech.com/wp-content/themes/genesis/images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(https://878664.claudeassets.com/20130821055044im_/http://www.sffashtech.com/wp-content/themes/genesis/images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


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

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

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

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

#subnav li a {
	color: #fff;
	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 {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	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;
}


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

#inner {
	margin: 20px auto;
	overflow: hidden;
	max-width: 960px;
}


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

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 82.291666%; /* 790/960 */
}

.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;
	width: 66.5%; /* ?/790 */
}

.full-width-content #content {
	width: 100%;
}

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

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

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

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

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 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-size: 30px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

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

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	color: #ccc;
	background-color: #333;
	border-top: 3px solid #8ac241;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

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

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

/* Feature/Teaser Posts
------------------------------------------------------------ */
.feature h2 a {

}

.teaser h2 a {
	font-size: 24px;
}

.teaser p {
	font-size: 15px;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: -5px 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}

#content div.sharedaddy div.sd-block {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    padding: 5px 0px 0px;
    margin: 0px;
    width: 100% !important;
}


#content div.sharedaddy .sd-content {
    width: auto;
    float: inherit;
    margin: -1px 0 0;
}



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

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

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.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: 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 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 {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
	font-style: italic;
}

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

.gallery-caption {
}


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

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

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

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


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

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

#sidebar-alt {
	float: left;
	width: 15.625%; /* 150/960 */
}

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

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

.sidebar .widget {
	background-color: #fff;	
	border-bottom: none;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 0;
}

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

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


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


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

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

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


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

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


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

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


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

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 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: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


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

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

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


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

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

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}

/* WP Popular Posts Widget
------------------------------------------------------------ */

#wpp-widget h5 {
	font-family: "proxima-nova-extra-condensed",sans-serif;
	margin: 0;
}

#wpp-widget h5 a {
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

#wpp-widget h5 a:hover {
	text-decoration: none;
	color: #8ac241;
}

#wpp-widget img.wpp-thumbnail {
	float: left;
	margin: 0 5px 5px 0;
}

#wpp-widget li {
	clear: both;
}

.popular-posts .widget-wrap {
	clear: both;
}


/* Recent Posts Slider Widget
------------------------------------------------------------ */

#wide-top {

}

#wide-top .widget_rpswidget {
	margin: 0 auto;
	width: 960px;
	border-bottom: 1px solid #ddd;
}

#wide-top #rps {
	float: left;
	position: relative;
	border: none;
	margin: 10px 0;
}

#wide-top #rps .slider {
	background: transparent;
}

#wide-top #rps .slider div .col{
	float:left;
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	padding:5px 0px;
}

#wide-top #rps .col p.post-title span {
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-size:16px;
	font-weight:bold; 
	margin:0px;
	padding:0px 10px;
	height:40px;
	overflow:hidden;
	position:absolute;
	color:#333 !important;
	text-decoration:none;
	line-height:19px;
}

#wide-top #rps .col p.post-title span:hover {
	height:auto;
	overflow:auto;
	z-index: inherit;
	padding-bottom:3px;
	color:#8ac241 !important;
}

#wide-top #rps .col img {
       -moz-border-radius: none !important;
	 -khtml-border-radius: none !important;
	-webkit-border-radius: none !important;
    background-color: transparent;
    border: none;
	padding:0px;
	position: relative;
}


/* Event Widget
------------------------------------------------------------ */

.widget_em_widget ul li {
	margin-bottom: 10px;
}

.widget_em_widget ul {
	margin-bottom: -10px;
}

.event-widget-date {
    padding: 5px 10px 8px;
    background: none repeat scroll 0% 0% #8ac241;
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: bold;
}

.event-widget-name {
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}

.event-widget-name a {
	color: #000;
}

.event-widget-name a:hover {
	color: #8ac241;
	text-decoration: none;
}

.events-table td {
	padding-bottom: 20px;
}

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


/* Mailchimp Widget
------------------------------------------------------------ */

.sidebar #mailchimpsf_widget-2 {
	margin: 0;
	padding: 0;
}

.sidebar #mc_signup_form {
    padding: 5px;
    border-width: none;
    border-style: none;
    border-color: none;
    color: #000;
    background-color: rgba(0, 0, 0, .05);
}

#mc_signup {
	margin-top: -5px;
}

.mc_merge_var {
	display: inline-block;
}

#mc_signup_form .mc_input {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #ccc;
    position: relative;
    display: block;
    margin-top: -26px;
    width: 200px;
}

#mc_signup_form .mc_input:focus {
    background: rgba(255, 255, 255, 1.0);
}

#mc_signup_form .mc_var_label {
    padding: 0px 5px;
    line-height: 26px;
}

.mc_signup_submit {
	float: right;
}

.mc_signup_submit .button {
	padding: 0 2px;
	font-size: 13px;
	margin: 0;
}


/* Social Sharing Widget
------------------------------------------------------------ */

.sidebar .mr_social_sharing {
	margin: 0 10px 0 0;
}

.sidebar div.mr_social_sharing_wrapper {
	padding: 5px;
	margin: 0;
    background-color: rgba(0, 0, 0, .05);
}


/* nRelate Plugin
------------------------------------------------------------ */

#content .nrelate {
	background: rgba(0, 0, 0, .05);
	margin: 0;
	padding: 5px 10px;
}


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

#footer-widgets {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
}

#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 .widget-area {
	float: left;
	padding-left: 2%;
	width: 32%;
}

#footer-widgets .widget-area.footer-widgets-1 {
	padding-left: 0;
}

#footer-nav .menu-footer-container {
	text-align: center;
}

#footer-nav ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

#footer-nav ul li {
	display: inline-block;
}

#footer-nav ul li a {
	background: rgba(0, 0, 0, .25);
	color: #bbb;
	padding: 3px 8px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 5px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

#footer-nav ul li a:hover {
	background: rgba(0, 0, 0, 1.0);
	color: #fff;
	text-decoration: none;
}

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

#footer-wide {
	color: #ccc;
	background: #333;
	overflow: hidden;
	width: 100%;
	border-top: 3px solid #8ac241;
	font-size: 14px;
}

#footer-wide .wrap {
	width: 960px;
	margin: 0 auto;
}

#footer-wide p {
	font-size: 14px;
	color: #ccc;
}

#footer-left p,
#footer-right p {
	font-size: 14px;
}

#footer-wide a {
	color: #8ac241;
}

#footer-wide a:hover {
	color: #ccc;
}

#footer-right {
	text-align: right;
}

/* Authors List
------------------------------------------------------------ */
ul.contributors {
	padding: 0;
}

ul.contributors h3 {
	font-family: "proxima-nova-extra-condensed",sans-serif;
}

ul.contributors li {
	list-style-type: none;
	margin: 0 1.3% 20px 0;
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

ul.contributors li img {
	width: 100%;
}

ul.contributors li ol {
	padding: 0;
}

ul.contributors li ol li {
	width: auto;
	margin: 0 5px 0 0;
}

/* GUEST CONTRIBUTORS */
ul.guest-contributors {
	padding: 0;
}

ul.guest-contributors h3 {
	font-family: "proxima-nova-extra-condensed",sans-serif;
}

ul.guest-contributors li {
	list-style-type: none;
	margin: 0 1.3% 20px 0;
	display: inline-block;
	width: 48.7%;
	vertical-align: top;
}

ul.guest-contributors li img {
	margin: 0 5px 5px 0;
	float: left;
}

ul.guest-contributors li ol {
	padding: 0;
}

ul.guest-contributors li ol li {
	width: auto;
	margin: 0 5px 0 0;
}

ul.guest-contributors li ol li img {
	margin: 0;
}



/* 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: 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 {
	border: 1px solid #ddd;
}

/* Button
------------------------------------------------------------ */


.button
{        
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #8ac241;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac241), to(#66912e));
	background-image: -webkit-linear-gradient(top, #8ac241, #66912e);
	background-image: -moz-linear-gradient(top, #8ac241, #66912e);
	background-image: -ms-linear-gradient(top, #8ac241, #66912e);
	background-image: -o-linear-gradient(top, #8ac241, #66912e);
	background-image: linear-gradient(top, #8ac241, #66912e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8ac241', EndColorStr='#66912e');
	border: 1px solid #8ac241;
	padding: .25em 1em;
	margin: 0.5em 0;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.2) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.2) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.2) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
	background-color: #78aa37;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9aca5b), to(#78aa37));
	background-image: -webkit-linear-gradient(top, #9aca5b, #78aa37);
	background-image: -moz-linear-gradient(top, #9aca5b, #78aa37);
	background-image: -ms-linear-gradient(top, #9aca5b, #78aa37);
	background-image: -o-linear-gradient(top, #9aca5b, #78aa37);
	background-image: linear-gradient(top, #9aca5b, #78aa37);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9aca5b', EndColorStr='#78aa37');        
}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	background: #8ac241;
}

.large {
	margin: 0;
	padding: .75em 1.75em;
	font-size: 1.35em;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */
#home-slider {
	margin-bottom: 40px;
}

#home-slider #genesis-responsive-slider {
	border: 1px solid #ccc;
	padding: 0;
}

#home-slider #genesis-responsive-slider .slide-excerpt {
	margin: 0;
}

#home-slider #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 10px 20px;
}

#home-slider .flex-control-nav {
    float: left;
    margin: -20px 0 0 20px;
    position: relative;
    text-align: left;
    width: auto;
    overflow: hidden;
    z-index: 100;
}

#home-slider .flex-control-nav li a {
    background: #8ac241;
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 30px;
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
       -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -ms-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
         -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
            transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
       -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
         -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
            transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

#home-slider .flex-control-nav li a.active {
    transform: translate(0px,15px);
    -ms-transform: translate(0px,15px); /* IE 9 */
    -webkit-transform: translate(0px,15px); /* Safari and Chrome */
    -o-transform: translate(0px,15px); /* Opera */
    -moz-transform: translate(0px,15px); /* Firefox */
}




/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: "freight-sans-pro",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;
}





/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 768px) { 
	.content-sidebar-sidebar #content-sidebar-wrap, 
	.sidebar-content-sidebar #content-sidebar-wrap, 
	.sidebar-sidebar-content #content-sidebar-wrap, 
	.content-sidebar-sidebar #content, 
	.sidebar-content-sidebar #content,  
	.sidebar-sidebar-content #content, 
	.content-sidebar-sidebar .sidebar, 
	.sidebar-content-sidebar .sidebar, 
	.sidebar-sidebar-content .sidebar, 
	.content-sidebar-sidebar #sidebar-alt, 
	.sidebar-content-sidebar #sidebar-alt, 
	.sidebar-sidebar-content #sidebar-alt { 
		width: 100%; 
	}
} 

@media only screen and (max-width: 480px) { 
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar { 
		width: 100%; 
	} 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#footer-left,
	#footer-right {
		text-align: center;
	}
} 
/*
     FILE ARCHIVED ON 12:21:15 Aug 07, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:47:49 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.407
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.054
  esindex: 0.006
  cdx.remote: 51.203
  LoadShardBlock: 233.197 (3)
  PetaboxLoader3.datanode: 109.553 (4)
  PetaboxLoader3.resolve: 1086.118 (2)
  load_resource: 1033.925
*/