/*
    Theme Name: Legacy
    Theme URI: http://appfinite.com/themes/legacy
	Description: Legacy is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 1.3
 
	Tags: blue, default(black), gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider
		- Welcome
		- Home Bottom
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Footer Widgets
	- Site Footer
	- Miscellaneous
	- Theme Colors
		- Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #fff;
	color: #666;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

.quote blockquote {
	margin: 5px 5px 0;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	font-weight: 400;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #1e1e1e;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #666;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: 13px;
    font-weight: normal;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;	
}

a.button.small {
	color: #fff;
	background-color: #1e1e1e;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	color: #fff;
	background-color: #1e1e1e;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	color: #fff;
	background-color: #1e1e1e;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	color: #fff;
	background-color: #1e1e1e;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

a.button.black {
	color: #fff !important;
	background-color: #1e1e1e !important;
	border: 1px solid #000 !important;
}

a.button.blue {
	background-color: #274d70 !important;
	border: 1px solid #183148 !important;
	color: #fff !important;
}

a.button.gray {
	color: #fff !important;
	background-color: #777 !important;
	border: 1px solid #555 !important;
}

a.button.green {
	color: #fff !important;
	background-color: #7ab800 !important;
	border: 1px solid #619200 !important;
}

a.button.orange {
	color: #fff !important;
	background-color: #ff6d00 !important;
	border: 1px solid #bf5200 !important;
}

a.button.pink {
	color: #fff !important;
	background-color: #ff61a0 !important;
	border: 1px solid #d25285 !important;
}

a.button.purple {
	color: #fff !important;
	background-color: #770777 !important;
	border: 1px solid #4a084a !important;
}

a.button.red {
	color: #fff !important;
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 10px 15px 20px;	
}	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background: #fff;
	clear: both;
	padding-top: 40px;
	padding-top: 0px;
}

.home .site-inner {
	background: none;  margin: auto;
    width: 93%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	/*width: 920px;*/
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 640px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.search-form {
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 40px 40px 24px;
	padding: 2.5rem 2.5rem 1.5rem;
}

.author-box {
	padding: 40px;
	padding: 2.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.author-box a { }

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.3;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
	font-weight: 400;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle {
	font-size: 18px;
	font-size: 1.5rem;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2em;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider
--------------------------------------------- */

.slider {
	background-color: #444344;
	background-image: url(images/slider-bg.png);	
	background-repeat: repeat-x;	
    border-bottom: 1px solid #ccc;	
}

.slider .wrap {
    background-image: url(images/slide-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 30px 0 5px !important;
    width: 1140px;	
}

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* Welcome
--------------------------------------------- */

.welcome {
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.welcome .wrap {
    color: #333;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0 auto;
    overflow: hidden;	
    padding: 50px 0;
	text-align: center;	
    width: 1140px;
}

.welcome .wrap h4 {
    font-size: 32px;
    font-size: 2rem;		
}

.welcome .wrap p {
    color: #333;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;	
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	margin: 0 auto 0;
	overflow: hidden;
}

.home-bottom .wrap {
	clear: both;
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 1140px;
}

.home-bottom h2,
.home-bottom h4 {
	font-size: 24px;
	font-size: 1.5rem;
}
	
.home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0;
}
	
.home-bottom .widget {
	margin: 0 0 20px;
	padding: 0;
}
	
.home-bottom .featuredpost img,
.home-bottom .featuredpage img {
	/*background: #eee;*/
    /*border: 1px solid #bbb;*/
    margin: 0 0 10px;	
    /*padding: 4px;*/
}

.home-bottom .featuredpost img:hover,
.home-bottom .featuredpage img:hover {
    opacity: .8;
}
	
.home-bottom .user-profile .avatar {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 -5px;
	padding: 1px;
}

.home-bottom-1,
.home-bottom-2 {
	float: left;
	margin-right: 5.555555555%;
	width: 29.629629629%;
}

.home-bottom-3 {
	float: right;
	width: 29.629629629%;
}	

/* Home Bottom Message
--------------------------------------------- */

.home-bottom-message {
    clear: both;	
}

.home-bottom-message .wrap {
    border-top: 1px solid #eee;
    font-size: 22px;
    font-size: 1.375rem;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 1140px;
}

.home-bottom-message h4 {
	font-size: 32px;
	font-size: 2rem;
}

.home-bottom-message .widget {
	margin: 0 0 20px;
	padding: 0;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

.home-bottom .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-bottom .featured-content .post {
	margin: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #1e1e1e;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	background: #666;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	max-width: 1000px;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 2.5rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	line-height: 1;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}

.site-title a {
	color: #333;
	font-weight: 400;
}

.site-title a:hover {
	color: #888;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1;
	margin-right: 1%;
	padding-left: 1%;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #333;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 120px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #000;
	border-bottom: 1px solid #111;
	letter-spacing: 0;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -30px 0 0 138px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.right input[type="search"] {
	padding: 8px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #888;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu a {
    color: #fff;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #333;
	color: #fff;
}

/* Primary Navigation
--------------------------------------------- */



.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background: #000;
	color: #fff;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	background: #333;
	color: #fff;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	background: #000;
	color: #fff;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	background: #333;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 0 0 201px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 40px 40px 24px;
	padding: 2.5rem 2.5rem 1.5rem;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -2.5rem;
	padding: 32px 40px 8px;
	padding: 2rem 2.5rem 0.5rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 2.5rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #000;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #000;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;	
	padding: 5px 10px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 100px;
}
	
.content .portfolio .more-link:hover {
	background: #444;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*box-shadow: 0px -8px 25px #ddd;*/
	/*-moz-box-shadow: 0px -8px 25px #ddd;*/	
	/*-webkit-box-shadow: 0px -8px 25px #ddd;*/			
	background-image: url(images/footer-bg.png);
	background-color: #000;
	background-repeat: repeat-x;	
	border-top: 1px solid #000;	
	color: #fff;
	clear: both;
	padding: 40px 0 16px;
	padding: 2.5rem 0 1rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 0 3.3% 0 0;
	width: 22.5%;
}

.footer-widgets-4 {
	width: 22.5%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .entry {
    background: none;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #000;
	border-top: 1px solid #1e1e1e;
	color: #888;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 0;
	padding: 1px 0;
	text-align: center;
}

.site-footer a { 
	color: #fff;
}

.site-footer p {
	margin: 0;
}


/* 
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}


/* 
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Legacy Blue
--------------------------------------------- */
 
.legacy-blue a {
	color: #274d70;
}

.legacy-blue .site-title a {
	color: #274d70;
}

.legacy-blue .site-title a:hover {
	color: #888;
}

.legacy-blue .entry-title a,
.legacy-blue .entry-title a:visited,
.legacy-blue h2 a,
.legacy-blue h2 a:visited {
	color: #333;
}

.legacy-blue .entry-title a:hover,
.legacy-blue h2 a:hover {
	color: #274d70;
}

.legacy-blue .nav-primary, 
.legacy-blue #nav {
	background-color: #001324;
	background-image: url(images/blue/nav-bg.png);
}

.legacy-blue .genesis-nav-menu {
	color: #ccc;
}

.legacy-blue .genesis-nav-menu a {
	color: #fff;
}

.legacy-blue .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-blue .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-blue .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-blue .nav-primary a:hover,
.legacy-blue .nav-primary .current-menu-item > a,
.legacy-blue .nav-secondary a:hover,
.legacy-blue .nav-secondary .current-menu-item > a {
	background: #001324;
	color: #fff;
}

.legacy-blue .nav-primary .sub-menu a:hover,
.legacy-blue .nav-primary .sub-menu .current-menu-item > a,
.legacy-blue .nav-secondary .sub-menu a:hover,
.legacy-blue .nav-secondary .sub-menu .current-menu-item > a,
.legacy-blue .site-header .sub-menu a:hover,
.legacy-blue .site-header .sub-menu .current-menu-item > a {
	background: #284f73;
	color: #fff;
}

.legacy-blue .genesis-nav-menu .sub-menu a {
	background: #001324;
	border-bottom: 1px solid #111;
	color: #fff;
}	

.legacy-blue .slider {
	background-color: #284f73;
	background-image: url(images/blue/slider-bg.png);	
}

.legacy-blue .portfolio .more-link {
	background: #274d70;
	color: #fff;
}

.legacy-blue .archive-pagination li a:hover, 
.legacy-blue .archive-pagination li.active a {
	background: #274d70;
}

.legacy-blue button,
.legacy-blue input[type="button"],
.legacy-blue input[type="reset"],
.legacy-blue input[type="submit"] {
	background: #274d70;
}

.legacy-blue button:hover,
.legacy-blue input[type="button"]:hover,
.legacy-blue input[type="submit"]:hover,
.legacy-blue .btn:hover {
	background-color: #888;
}

.legacy-blue .entry-content a:hover {
	color: #274d70;
}

.legacy-blue .enews-widget input[type="submit"] {
	background: #274d70;
}

.legacy-blue .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-blue .footer-widgets {
	background-image: url(images/blue/footer-bg.png);
	background-color: #001324;
	border-top: 1px solid #001324;
	color: #fff;	
}

.legacy-blue .footer-widgets a {
	color: #fff;
}

/* Legacy Gray
--------------------------------------------- */
 
.legacy-gray a {
	color: #7c7c7c;
}

.legacy-gray .site-title a {
	color: #7c7c7c;
}

.legacy-gray .site-title a:hover {
	color: #ccc;
}

.legacy-gray h1 {
	color: #274D70;
}

.legacy-gray .entry-title a,
.legacy-gray .entry-title a:visited,
.legacy-gray h2 a,
.legacy-gray h2 a:visited {
	color: #274D70 !important;
}

.legacy-gray .entry-title a:hover,
.legacy-gray h2 a:hover {
	 color: #0000EE !important;
    text-decoration: none;
}

.legacy-gray .nav-primary, 
.legacy-gray #nav {
	background-color: #7c7c7c;
	background-image: url(images/gray/nav-bg.jpg);
}

.legacy-gray .genesis-nav-menu {
	color: #eee;
}

.legacy-gray .genesis-nav-menu a {
	color: #fff;
}

.legacy-gray .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-gray .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-gray .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-gray .nav-primary a:hover,
.legacy-gray .nav-primary .current-menu-item > a,
.legacy-gray .nav-secondary a:hover,
.legacy-gray .nav-secondary .current-menu-item > a {
	background: #575757;
	color: #fff;
}

.legacy-gray .nav-primary .sub-menu a:hover,
.legacy-gray .nav-primary .sub-menu .current-menu-item > a,
.legacy-gray .nav-secondary .sub-menu a:hover,
.legacy-gray .nav-secondary .sub-menu .current-menu-item > a,
.legacy-gray .site-header .sub-menu a:hover,
.legacy-gray .site-header .sub-menu .current-menu-item > a {
	background: #c9c9c9;
	color: #fff;
}

.legacy-gray .genesis-nav-menu .sub-menu a {
	background: #7c7c7c;
	border-bottom: 1px solid #666;
	color: #fff;
}	

.legacy-gray .slider {
	background-color: #c9c9c9;
	background-image: url(images/gray/slider-bg.png);	
}

.legacy-gray .portfolio .more-link {
	background: #7c7c7c;
	color: #fff;
}

.legacy-gray .archive-pagination li a:hover, 
.legacy-gray .archive-pagination li.active a {
	background: #7c7c7c;
}



.legacy-gray .entry-content a:hover {
	color: #c9c9c9;
}

.legacy-gray .enews-widget input[type="submit"] {
	background: #7c7c7c;
}

.legacy-gray .enews-widget input:hover[type="submit"] {
	background: #aaa;
}

.legacy-gray .footer-widgets {
	background-image: url(images/gray/footer-bg.png);
	background-color: #606060;
	border-top: 1px solid #7c7c7c;
	color: #fff;	
}

.legacy-gray .footer-widgets a {
	color: #fff;
}

/* Legacy Green
--------------------------------------------- */
 
.legacy-green a {
	color: #7ab800;
}

.legacy-green .site-title a {
	color: #7ab800;
}

.legacy-green .site-title a:hover {
	color: #888;
}

.legacy-green .entry-title a,
.legacy-green .entry-title a:visited,
.legacy-green h2 a,
.legacy-green h2 a:visited {
	color: #333;
}

.legacy-green .entry-title a:hover,
.legacy-green h2 a:hover {
	color: #7ab800;
}

.legacy-green .nav-primary, 
.legacy-green #nav {
	background-color: #446600;
	background-image: url(images/green/nav-bg.png);
}

.legacy-green .genesis-nav-menu {
	color: #ccc;
}

.legacy-green .genesis-nav-menu a {
	color: #fff;
}

.legacy-green .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-green .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-green .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-green .nav-primary a:hover,
.legacy-green .nav-primary .current-menu-item > a,
.legacy-green .nav-secondary a:hover,
.legacy-green .nav-secondary .current-menu-item > a {
	background: #446600;
	color: #fff;
}

.legacy-green .nav-primary .sub-menu a:hover,
.legacy-green .nav-primary .sub-menu .current-menu-item > a,
.legacy-green .nav-secondary .sub-menu a:hover,
.legacy-green .nav-secondary .sub-menu .current-menu-item > a,
.legacy-green .site-header .sub-menu a:hover,
.legacy-green .site-header .sub-menu .current-menu-item > a {
	background: #7ab800;
	color: #fff;
}

.legacy-green .genesis-nav-menu .sub-menu a {
	background: #446600;
	border-bottom: 1px solid #4f7602;
	color: #fff;
}	

.legacy-green .slider {
	background-color: #7ab800;
	background-image: url(images/green/slider-bg.png);	
}

.legacy-green .portfolio .more-link {
	background: #7ab800;
	color: #fff;
}

.legacy-green .archive-pagination li a:hover, 
.legacy-green .archive-pagination li.active a {
	background: #7ab800;
}

.legacy-green button,
.legacy-green input[type="button"],
.legacy-green input[type="reset"],
.legacy-green input[type="submit"] {
	background: #7ab800;
}

.legacy-green button:hover,
.legacy-green input[type="button"]:hover,
.legacy-green input[type="submit"]:hover,
.legacy-green .btn:hover {
	background-color: #888;
}

.legacy-green .entry-content a:hover {
	color: #7ab800;
}

.legacy-green .enews-widget input[type="submit"] {
	background: #7ab800;
}

.legacy-green .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-green .footer-widgets {
	background-image: url(images/green/footer-bg.png);
	background-color: #446600;
	border-top: 1px solid #446600;
	color: #fff;	
}

.legacy-green .footer-widgets a {
	color: #fff;
}

/* Legacy Orange
--------------------------------------------- */
 
.legacy-orange a {
	color: #ff6d00;
}

.legacy-orange .site-title a {
	color: #ff6d00;
}

.legacy-orange .site-title a:hover {
	color: #888;
}

.legacy-orange .entry-title a,
.legacy-orange .entry-title a:visited,
.legacy-orange h2 a,
.legacy-orange h2 a:visited {
	color: #333;
}

.legacy-orange .entry-title a:hover,
.legacy-orange h2 a:hover {
	color: #ff6d00;
}

.legacy-orange .nav-primary, 
.legacy-orange #nav {
	background-color: #6d2f00;
	background-image: url(images/orange/nav-bg.png);
}

.legacy-orange .genesis-nav-menu {
	color: #ccc;
}

.legacy-orange .genesis-nav-menu a {
	color: #fff;
}

.legacy-orange .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-orange .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-orange .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-orange .nav-primary a:hover,
.legacy-orange .nav-primary .current-menu-item > a,
.legacy-orange .nav-secondary a:hover,
.legacy-orange .nav-secondary .current-menu-item > a {
	background: #6d2f00;
	color: #fff;
}

.legacy-orange .nav-primary .sub-menu a:hover,
.legacy-orange .nav-primary .sub-menu .current-menu-item > a,
.legacy-orange .nav-secondary .sub-menu a:hover,
.legacy-orange .nav-secondary .sub-menu .current-menu-item > a,
.legacy-orange .site-header .sub-menu a:hover,
.legacy-orange .site-header .sub-menu .current-menu-item > a {
	background: #ff6d00;
	color: #fff;
}

.legacy-orange .genesis-nav-menu .sub-menu a {
	background: #6d2f00;
	border-bottom: 1px solid #5c2800;
	color: #fff;
}	

.legacy-orange .slider {
	background-color: #ff6d00;
	background-image: url(images/orange/slider-bg.png);	
}

.legacy-orange .portfolio .more-link {
	background: #ff6d00;
	color: #fff;
}

.legacy-orange .archive-pagination li a:hover, 
.legacy-orange .archive-pagination li.active a {
	background: #ff6d00;
}

.legacy-orange button,
.legacy-orange input[type="button"],
.legacy-orange input[type="reset"],
.legacy-orange input[type="submit"] {
	background: #ff6d00;
}

.legacy-orange button:hover,
.legacy-orange input[type="button"]:hover,
.legacy-orange input[type="submit"]:hover,
.legacy-orange .btn:hover {
	background-color: #888;
}

.legacy-orange .entry-content a:hover {
	color: #ff6d00;
}

.legacy-orange .enews-widget input[type="submit"] {
	background: #ff6d00;
}

.legacy-orange .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-orange .footer-widgets {
	background-image: url(images/orange/footer-bg.png);
	background-color: #6d2f00;
	border-top: 1px solid #6d2f00;
	color: #fff;	
}

.legacy-orange .footer-widgets a {
	color: #fff;
}

/* Legacy Pink
--------------------------------------------- */
 
.legacy-pink a {
	color: #ff84b5;
}

.legacy-pink .site-title a {
	color: #ff84b5;
}

.legacy-pink .site-title a:hover {
	color: #888;
}

.legacy-pink .entry-title a,
.legacy-pink .entry-title a:visited,
.legacy-pink h2 a,
.legacy-pink h2 a:visited {
	color: #333;
}

.legacy-pink .entry-title a:hover,
.legacy-pink h2 a:hover {
	color: #ff84b5;
}

.legacy-pink .nav-primary, 
.legacy-pink #nav {
	background-color: #ff61a0;
	background-image: url(images/pink/nav-bg.png);
}

.legacy-pink .genesis-nav-menu {
	color: #eee;
}

.legacy-pink .genesis-nav-menu a {
	color: #fff;
}

.legacy-pink .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-pink .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-pink .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-pink .nav-primary a:hover,
.legacy-pink .nav-primary .current-menu-item > a,
.legacy-pink .nav-secondary a:hover,
.legacy-pink .nav-secondary .current-menu-item > a {
	background: #ff61a0;
	color: #fff;
}

.legacy-pink .nav-primary .sub-menu a:hover,
.legacy-pink .nav-primary .sub-menu .current-menu-item > a,
.legacy-pink .nav-secondary .sub-menu a:hover,
.legacy-pink .nav-secondary .sub-menu .current-menu-item > a,
.legacy-pink .site-header .sub-menu a:hover,
.legacy-pink .site-header .sub-menu .current-menu-item > a {
	background: #ff84b5;
	color: #fff;
}

.legacy-pink .genesis-nav-menu .sub-menu a {
	background: #ff61a0;
	border-bottom: 1px solid #ea5b94;
	color: #fff;
}	

.legacy-pink .slider {
	background-color: #ff96c0;
	background-image: url(images/pink/slider-bg.png);	
}

.legacy-pink .portfolio .more-link {
	background: #ff84b5;
	color: #fff;
}

.legacy-pink .archive-pagination li a:hover, 
.legacy-pink .archive-pagination li.active a {
	background: #ff84b5;
}

.legacy-pink button,
.legacy-pink input[type="button"],
.legacy-pink input[type="reset"],
.legacy-pink input[type="submit"] {
	background: #ff84b5;
}

.legacy-pink button:hover,
.legacy-pink input[type="button"]:hover,
.legacy-pink input[type="submit"]:hover,
.legacy-pink .btn:hover {
	background-color: #888;
}

.legacy-pink .entry-content a:hover {
	color: #ff84b5;
}

.legacy-pink .enews-widget input[type="submit"] {
	background: #ff84b5;
}

.legacy-pink .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-pink .footer-widgets {
	background-image: url(images/pink/footer-bg.png);
	background-color: #ff61a0;
	border-top: 1px solid #ff61a0;
	color: #fff;	
}

.legacy-pink .footer-widgets a {
	color: #fff;
}

/* Legacy Purple
--------------------------------------------- */
 
.legacy-purple a {
	color: #c70dc8;
}

.legacy-purple .site-title a {
	color: #c70dc8;
}

.legacy-purple .site-title a:hover {
	color: #888;
}

.legacy-purple .entry-title a,
.legacy-purple .entry-title a:visited,
.legacy-purple h2 a,
.legacy-purple h2 a:visited {
	color: #333;
}

.legacy-purple .entry-title a:hover,
.legacy-purple h2 a:hover {
	color: #c70dc8;
}

.legacy-purple .nav-primary, 
.legacy-purple #nav {
	background-color: #770777;
	background-image: url(images/purple/nav-bg.png);
}

.legacy-purple .genesis-nav-menu {
	color: #eee;
}

.legacy-purple .genesis-nav-menu a {
	color: #fff;
}

.legacy-purple .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-purple .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-purple .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-purple .nav-primary a:hover,
.legacy-purple .nav-primary .current-menu-item > a,
.legacy-purple .nav-secondary a:hover,
.legacy-purple .nav-secondary .current-menu-item > a {
	background: #770777;
	color: #fff;
}

.legacy-purple .nav-primary .sub-menu a:hover,
.legacy-purple .nav-primary .sub-menu .current-menu-item > a,
.legacy-purple .nav-secondary .sub-menu a:hover,
.legacy-purple .nav-secondary .sub-menu .current-menu-item > a,
.legacy-purple .site-header .sub-menu a:hover,
.legacy-purple .site-header .sub-menu .current-menu-item > a {
	background: #c70dc8;
	color: #fff;
}

.legacy-purple .genesis-nav-menu .sub-menu a {
	background: #770777;
	border-bottom: 1px solid #600660;
	color: #fff;
}	

.legacy-purple .slider {
	background-color: #c70dc8;
	background-image: url(images/purple/slider-bg.png);	
}

.legacy-purple .portfolio .more-link {
	background: #c70dc8;
	color: #fff;
}

.legacy-purple .archive-pagination li a:hover, 
.legacy-purple .archive-pagination li.active a {
	background: #c70dc8;
}

.legacy-purple button,
.legacy-purple input[type="button"],
.legacy-purple input[type="reset"],
.legacy-purple input[type="submit"] {
	background: #c70dc8;
}

.legacy-purple button:hover,
.legacy-purple input[type="button"]:hover,
.legacy-purple input[type="submit"]:hover,
.legacy-purple .btn:hover {
	background-color: #888;
}

.legacy-purple .entry-content a:hover {
	color: #c70dc8;
}

.legacy-purple .enews-widget input[type="submit"] {
	background: #c70dc8;
}

.legacy-purple .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-purple .footer-widgets {
	background-image: url(images/purple/footer-bg.png);
	background-color: #770777;
	border-top: 1px solid #770777;
	color: #fff;	
}

.legacy-purple .footer-widgets a {
	color: #fff;
}

/* Legacy Red
--------------------------------------------- */
 
.legacy-red a {
	color: #d91420;
}

.legacy-red .site-title a {
	color: #d91420;
}

.legacy-red .site-title a:hover {
	color: #888;
}

.legacy-red .entry-title a,
.legacy-red .entry-title a:visited,
.legacy-red h2 a,
.legacy-red h2 a:visited {
	color: #333;
}

.legacy-red .entry-title a:hover,
.legacy-red h2 a:hover {
	color: #d91420;
}

.legacy-red .nav-primary, 
.legacy-red #nav {
	background-color: #700302;
	background-image: url(images/red/nav-bg.png);
}

.legacy-red .genesis-nav-menu {
	color: #eee;
}

.legacy-red .genesis-nav-menu a {
	color: #fff;
}

.legacy-red .site-header .genesis-nav-menu a {
	color: #888;
}

.legacy-red .site-header .genesis-nav-menu .current-menu-item > a,
.legacy-red .site-header .genesis-nav-menu a:hover {
	color: #000;
}

.legacy-red .nav-primary a:hover,
.legacy-red .nav-primary .current-menu-item > a,
.legacy-red .nav-secondary a:hover,
.legacy-red .nav-secondary .current-menu-item > a {
	background: #700302;
	color: #fff;
}

.legacy-red .nav-primary .sub-menu a:hover,
.legacy-red .nav-primary .sub-menu .current-menu-item > a,
.legacy-red .nav-secondary .sub-menu a:hover,
.legacy-red .nav-secondary .sub-menu .current-menu-item > a,
.legacy-red .site-header .sub-menu a:hover,
.legacy-red .site-header .sub-menu .current-menu-item > a {
	background: #d91420;
	color: #fff;
}

.legacy-red .genesis-nav-menu .sub-menu a {
	background: #700302;
	border-bottom: 1px solid #610100;
	color: #fff;
}	

.legacy-red .slider {
	background-color: #d91420;
	background-image: url(images/red/slider-bg.png);	
}

.legacy-red .portfolio .more-link {
	background: #d91420;
	color: #fff;
}

.legacy-red .archive-pagination li a:hover, 
.legacy-red .archive-pagination li.active a {
	background: #d91420;
}

.legacy-red button,
.legacy-red input[type="button"],
.legacy-red input[type="reset"],
.legacy-red input[type="submit"] {
	background: #d91420;
}

.legacy-red button:hover,
.legacy-red input[type="button"]:hover,
.legacy-red input[type="submit"]:hover,
.legacy-red .btn:hover {
	background-color: #888;
}

.legacy-red .entry-content a:hover {
	color: #d91420;
}

.legacy-red .enews-widget input[type="submit"] {
	background: #d91420;
}

.legacy-red .enews-widget input:hover[type="submit"] {
	background: #888;
}

.legacy-red .footer-widgets {
	background-image: url(images/red/footer-bg.png);
	background-color: #700302;
	border-top: 1px solid #700302;
	color: #fff;	
}

.legacy-red .footer-widgets a {
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.wrap,
	.site-header {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.search-forum {
		width: 50%;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-bottom .wrap,
	.home-bottom-message .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#comments,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary, 
	#nav {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1rem auto;
		width: 80%;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 0.75rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.site-footer .wrap {
		padding: 0 5%;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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 {
		margin: 0;
		width: 100%;
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}

}


@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}

	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3	{
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
}




#socialbar {
    list-style: none outside none;
    margin-bottom: -200px;
    margin-right: 5%;
    margin-top: 40px;
}
#socialbar {
    float: right;
    width: 258px;
}#socialbar li {
    float: left;
}
#socialbar li {
    display: inline;
    padding-right: 3px;
    padding-top: 55px;
}

.site-header .wrap {
    padding: 15px 0;
}

.menu a {
    color: #888888;
    display: block;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 22px;
    font-weight: normal !important;
    letter-spacing: 1px;
    padding: 10px 18px;
    position: relative;
    text-decoration: none;
}
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
    content: " ";
    display: table;
    width: 500px;
}




/*
	Theme Name: Legacy Child Theme
	Theme URI: http://market.studiopress.com/themes/legacy
	Description: Legacy is a two or three column child theme created for the Genesis Framework.
	Author: Appfinite
	Author URI: http://www.appfinite.com/

	Version: 1.2.1
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
body,h1,h2,h2 a,h2 a:visited,h3,h4,h5,h6,p,select,textarea {color: #000;font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 23px;margin: 0;padding: 0;text-decoration: none;}
.sfeed, .sfacebook, .sgplus, .spinterest, .stwitter {width: 48px; height: 48px; background-image:url('http://www.kasvekuvvet.net/wp-content/themes/legacy/images/s.png'); display: block;}
.sshop{width: 258px; height: 47px; background-image:url('http://www.kasvekuvvet.net/img/shop.jpg'); display: block;}
.sfeed{background-position: 0 0;}
.sfacebook{background-position: -48px 0;}
.sgplus{background-position: -97px 0; margin-left: 1px;}
.spinterest{background-position: -146px 0; margin-left: 2px;}
.stwitter{background-position: -194px 0;}
.slogo{background-image:url('http://www.kasvekuvvet.net/wp-content/themes/legacy/images/logo2.png'); background-repeat: no-repeat; display: block; width: 230px; height: 93px;}
.legacy-silver #nav {background-image: url("http://authoritynutrition.com/nav.jpg");}	
@font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 700; src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRWwXwFHHZlCwprwJOQ-Se7k.woff) format('woff'); }
blockquote,input,select,textarea,.breadcrumb,.sticky,.taxonomy-description,.wp-caption {background-color: #f5f5f5;border: 1px solid #ddd;}
input,select {color: #333;font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;font-size: 0.875em;font-weight: 300;}
.sidebar input,.sidebar select {font-size: inherit;}
li,ol,ul {margin: 0;padding: 0;}
ol li {list-style-type: decimal;}
a,a:visited {color: #000;text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}
::-moz-selection {background-color: #0d72c7;color: #fff;}
::selection {background-color: #0d72c7;color: #fff;}
#wrap {background-color: #fff;margin: 0 auto;padding: 0;}
#header {margin: 0 auto;overflow: hidden;width: 960px;}
#header .wrap {margin: 0 auto;width: 100%;}
#title-area {float: left;overflow: hidden;padding: 20px 0;width: 400px;}
#title {font-family: 'Yanone Kaffeesatz', sans-serif;font-size: 38px;line-height: 1.5;margin: 0;}
#title a,#title a:hover {color: #222;text-decoration: none;}
#description {font-size: 14px;font-style: italic;line-height: 20px;}
#header .widget-area {float: right;padding: 20px 0 0;width: 510px;}
#header .widget {margin: 0 0 10px;overflow: hidden;	}
.header-image #title-area,.header-image #title,.header-image #title a {display: block;float: left;height: 100px;overflow: hidden;padding: 0;text-indent: -9999px;width: 400px;}
.header-image #description {display: block;overflow: hidden;}
.header-full-width #title-area,.header-full-width #title,.header-full-width #title a {width: 100%;}
li:hover ul ul,li.sfHover ul ul {left: -9999px;}
li:hover,li.sfHover {position: static;}
li a .sf-sub-indicator {position: absolute;text-indent: -9999px;}
.menu {clear: both;color: #333;margin: 0 auto;overflow: hidden;}
#header .menu {float: right;}
#header .menu a { background: none;font-size: 13px;padding: 0 15px;}
#header .menu li a:active,#header .menu li a:hover,#header .menu .current_page_item a,#header .menu .current-cat a,#header .menu .current-menu-item a {color: #000;}
#nav {background-position: center top;background-repeat: repeat-x;clear: both;color: #fff;font-family: 'Arial Black', Gadget, sans-serif;margin: 0 auto;overflow: hidden;width: auto;}
#nav .wrap {margin: 0 auto;width: 960px;}
#subnav {background: #222;}
#subnav .wrap {margin: 0 auto;width: 960px;}
.menu ul {float: left;width: 100%;}
.menu li {float: left;list-style-type: none;}
.sidebar .menu li,#footer-widgets .menu li {float: none;}
.menu a {color: #888;display: block;font-size: 22px;font-family: 'Yanone Kaffeesatz', sans-serif;padding: 10px 18px;position: relative;text-decoration: none;font-weight: normal!important;letter-spacing: 1px;}
.sidebar .menu a,#footer-widgets .menu a {padding: 0;}
#nav .menu a {color: #fff;}	
.menu li a:active,.menu li a:hover,.menu .current_page_item a,.menu .current-cat a,.menu .current-menu-item a {background: #000;color: #fff;}
.sidebar .menu li a:active,.sidebar .menu li a:hover,.sidebar .menu .current_page_item a,.sidebar .menu .current-cat a,.sidebar .menu .current-menu-item a {background: none;color: #000;text-decoration: underline;}
#header .menu li li a,#header .menu li li a:link,#header .menu li li a:visited {color: #333;font-size: 18px;padding: 5px 10px;position: relative;text-transform: none;width: 138px;}
.menu li li a,.menu li li a:link,.menu li li a:visited {color: #333;font-size: 18px;padding: 5px 10px;position: relative;text-transform: none;width: 138px;}
.sidebar .menu li li a,.sidebar .menu li li a:link,.sidebar .menu li li a:visited {color: #fff;font-size: 0.75em;padding: 2px 10px;position: relative;text-transform: none;width: 138px;}
#subnav .menu li li a,#subnav .menu li li a:link,#subnav .menu li li a:visited {font-size: 13px;width: 122px;}
#subnav  .menu a {color: #fff;font-size: 13px;padding: 3px 18px;}
.menu li li a:active,.menu li li a:hover {background-color: #333;color: #fff;}
#header .menu li ul {background: #eee;}
.menu li ul {background: #000;height: auto;left: -9999px;margin: 0;position: absolute;width: 159px;z-index: 9999;}
.menu li ul a {width: 140px;}
.menu li ul ul {margin: -35px 0 0 160px;}
.sidebar .menu li ul ul {margin: -25px 0 0 160px;}
#subnav .menu li ul ul {margin: -31px 0 0 160px;}
.menu li:hover ul ul,.menu li.sfHover ul ul {left: -9999px;}
.menu li:hover,.menu li.sfHover {position: static;}
ul.menu li:hover>ul,ul.menu li.sfHover ul,#header .menu li:hover>ul,#header .menu li.sfHover ul {left: auto;}
#header .menu li a.sf-with-ul {padding-right: 25px;}
.menu li a.sf-with-ul {padding-right: 25px;}
#header .menu li a .sf-sub-indicator,#header .menu li li a .sf-sub-indicator,#header .menu li li li a .sf-sub-indicator {background: url(images/header-arrow-down.png) no-repeat;height: 16px;position: absolute;right: 0px;text-indent: -9999px;top: 8px;width: 16px;}
.menu li a .sf-sub-indicator,.menu li li a .sf-sub-indicator,.menu li li li a .sf-sub-indicator {background: url(images/arrow-down.png) no-repeat;height: 16px;position: absolute;right: 0;text-indent: -9999px;top: 18px;width: 16px;}
.sub-menu .sf-with-ul .sf-sub-indicator {top: 12px;}
#subnav .menu li a .sf-sub-indicator,#subnav .menu li li a .sf-sub-indicator,#subnav .menu li li li a .sf-sub-indicator {background: url(images/arrow-down.png) no-repeat;height: 16px;position: absolute;right: 0;text-indent: -9999px;top: 12px !important;width: 16px;}
#wpadminbar li:hover ul ul {left: 0;}
.menu li.right {color: #aaa;float: right;font-size: 0.875em;margin: 5px 0 0;padding: 5px 0 4px;}
.menu li.right a {background: none;border: none;color: #333;display: inline;font-size: inherit;text-decoration: none;}
.menu li.right a:hover {color: #000;text-decoration: none;}
.menu li.search {padding: 0;}
#inner {margin: 40px auto;max-width: 960px;overflow: hidden;}
.home #inner {margin: 0 auto;}
#inner p {margin: 0 0 20px;}
.breadcrumb {font-size: 0.875em;margin: 40px 40px 0;padding: 5px 10px;}
.taxonomy-description {background-color: #fff;margin: -10px 0 30px;}
.taxonomy-description p {font-size: 0.875em;line-height: 1.5em;padding: 15px;}
#content-sidebar-wrap {float: left;width: 750px;}
.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 {float: left;width: 410px;}
.home #content {padding: 40px 0 0;}
.content-sidebar #content,.sidebar-content #content {width: 605px;}
.sidebar-content #content,.sidebar-sidebar-content #content {float: right;}
.full-width-content #content {width: 960px;}
.post {margin: 0px;}
.entry-content {overflow: hidden;}
.entry-content p {margin: 0 0 20px;}
blockquote {border: 1px solid #e6e6e6;margin: 5px 5px 20px;padding: 15px;padding-bottom: 0px;}
blockquote p {color: #000;}
.quote {padding: 0 0 10px 60px;line-height: 24px;background: url(images/quote.png) no-repeat top left;color: #888;}
.quote strong {color: #333;}
code {background: #f5f5f5;font-size: 12px;overflow: auto;}
pre {background: #f5f5f5;border: 1px solid #ddd;display: block;font-size: 12px;margin: 0 10px 20px 10px;overflow: auto;padding: 10px;}
p.subscribe-to-comments {padding: 20px 0 10px;}
.clear {clear: both;}
.clear-line {border-bottom: 1px solid #ddd;clear: both;margin: 0 0 25px;}
.clear-space {clear: both;margin: 0 0 25px;}
.first {clear: both;padding-left: 0;}
h1,h2,h3,h4,h5,h6 {color: #CE4F00;font-family: 'Yanone Kaffeesatz', sans-serif;line-height: 1.25em;margin: 0 0 10px;}
h1 {font-size: 2.2em;}
h1.entry-title,h2.entry-title  {margin: 0 0 10px;font-size: 2.1em!important;}
.taxonomy-description h1 {margin: 0;}
h2 {font-size: 1.8em;}
.widget-area h2,.widget-area h2 a {font-size: 16px;line-height: 24px;margin: 0 0 5px;}
h2 a,h2 a:visited {color: #222;font-family: 'Yanone Kaffeesatz', sans-serif;font-size: inherit;line-height: inherit;}
h2 a:hover {color: #666;text-decoration: none;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.25em;}
.taxonomy-description h1,.widget-area h4 {font-size: 20px;line-height: 26px;padding: 0 0 10px;}
.widget-area h4 {margin: 0 0 5px;}
.widget-area h4 a {color: #000;text-decoration: none;}
h5 {font-size: 1.125em;}
h6 {font-size: 1.0em;}
.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;}
.entry-content a:hover { text-decoration: underline; }
.archive-page ul ul,.entry-content ol ol,.entry-content ul ul {padding: 0;}
.post-info {border-bottom: 1px solid #e6e6e6;font-size: 12px;margin: 15px 0;padding-bottom: 5px;color: #555;	}
.sidebar .post-info {font-size: 11px;margin: 8px 0;}
.post-meta {border-top: 3px solid #666;clear: both;font-size: 12px;margin-bottom: 20px;	padding: 5px 0 0;}
.sticky {background-color: #f5f5f5;margin: 20px 10px 1px;padding: 20px;}
.archive-page {float: left;padding: 20px 0 0;width: 45%;}
.post-comments,.tags {background: url(images/icon-dot.png) no-repeat left;margin: 0 0 0 3px;padding: 0 0 0 10px;}
img {height: auto;max-width: 100%;}
.post-image {background-color: #f5f5f5;border: 1px solid #ddd;padding: 4px;}
.post-image {margin: 0 10px 10px 0;padding: 0;}
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 15px;}
.alignleft {float: left;margin: 0 15px 10px 0;}
.alignright {float: right;margin: 0 0 10px 15px;}
.wp-caption {padding: 5px;text-align: center;}
p.wp-caption-text {font-size: 0.875em;line-height: 1.5em;padding: 5px 0;}
.navigation {font-size: 0.875em;line-height: 1.5em;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-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #f5f5f5;border: 1px solid #ccc;padding: 5px 8px;}
.navigation li a:hover,.navigation li.active a {background-color: #444;border: 1px solid #000;color: #fff;}
.sidebar {display: inline;float: right;font-size: 0.875em;width: 250px;}
.sidebar {padding: 40px 0 0;}
#sidebar-alt {float: left;width: 150px;}
.sidebar-content #sidebar,.sidebar-sidebar-content #sidebar {float: left;}
.content-sidebar-sidebar #sidebar-alt {float: right;}
.sidebar p {font-size: inherit;line-height: inherit;}
.sidebar .widget {margin: 0 0 11px; padding: 0 0 11px;}
.widget-area .textwidget {padding: 5px 0 0;}
.sidebar .widget-area ol,.sidebar .widget-area ul {padding: 5px 0 0;}
.sidebar.widget-area ul li {list-style-type: none;margin: 0;word-wrap: break-word;}
.sidebar .widget-area ul ul li,.footer-widgets .widget-area ul ul li {border: none;margin: 0;}
.widget_archive select,#cat {display: inline;margin: 10px 15px 0 0;padding: 3px;width: 98%;}
.more-from-category {padding: 5px 15px 0;}
.user-profile {overflow: hidden;}
.user-profile p {padding: 10px 15px 0;}
.user-profile .posts_link {padding: 0 15px;}
input[type="button"],input[type="submit"] {border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #575757;background: -webkit-linear-gradient(#797979, #575757);background: -o-linear-gradient(#797979, #575757);background: -moz-linear-gradient(#797979, #575757);background: linear-gradient(#797979, #575757);border: 1px solid #555;color: #fff;cursor: pointer;font-size: 13px;font-weight: normal;line-height: 19px;padding: 6px 12px 5px;text-decoration: none;text-shadow: 1px 1px #555;}
.sidebar input[type="button"],.sidebar input[type="submit"] {font-size: inherit;}
input:hover[type="button"],input:hover[type="submit"] {background: #575757;}
#header .searchform {float: right;padding: 12px 0 0;}
.sidebar .searchform {padding: 5px 0 0 0;}
.s {border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;box-shadow: inset 0 1px 1px 1px #eee;	-moz-box-shadow: inset 0 1px 1px 1px #eee;	-webkit-box-shadow: inset 0 1px 1px 1px #eee;background: #fff;margin: 10px 0 0;padding: 6px 5px 7px 12px;width: 170px;}
#nav .s {box-shadow: inset 0 1px 1px 1px #eee;-moz-box-shadow: inset 0 1px 1px 1px #eee;-webkit-box-shadow: inset 0 1px 1px 1px #eee;background-color: #fff;font-size: 13px;margin: 2px 2px 0 0;}
#footer {background: #000;border-top: 1px solid #191919;clear: both;color: #666;font-size: 12px;margin: auto;overflow: hidden;padding: 12px 0;}
#footer .wrap {margin: 0 auto;width: 930px;}
#footer p {color: #aaa;font-size: 12px;}
#footer a,#footer a:visited {color: #fff;}
#footer a:hover {color: #666;text-decoration: underline;}
#footer .gototop {float: left;width: 200px;}
#footer .creds {float: right;text-align: right;width: 650px;}
#author, #comment, #email, #url {background: #fafafa;border: 1px solid #d5d5d5;font-size: 14px;width: 375px;outline: none;padding: 3px 5px;margin: 10px 5px 0 0;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
#comments, #respond { overflow: hidden; color: #222!important; line-height: 24px!important; }
#comments a, #comments a:visited { color: #F18500; text-decoration: none; }
#comments a:hover { text-decoration: underline; }
#comments h3 { font-size: 2.2em; }
#respond h3 { font-size: 1.6em; }
.comment-list li, .ping-list li { margin: 20px 0px; list-style-type: none; }
.comment-list li ul li { list-style-type: none; }
.comment-list cite, .ping-list cite { font-style: normal; }
.commentmetadata { font-size: 11px; }
.commentmetadata a, .commentmetadata a:visited { color: #555!important; }
.comment-author { font-weight: bold; font-size: 16px; }
.reply  { font-weight: bold; }
.nocomments { text-align: center; }
#comments .navigation { display: block; }
.comment-list > .comment { border-bottom:1px dotted #F8A857; }
.comment-list .comment { position:relative; min-height:100px; padding-bottom: 10px!important; }
.comment-list .comment .comment-content { padding-top: 4px; }
.comment-list .comment .comment-content,.comment-list .comment .reply { margin-left: 116px; }
.comment-list .comment .comment img { height: 60px; width: 60px; }
.comment-list .comment .comment .comment-content,.comment-list .comment .comment .reply { margin-left: 75px; }
.comment-list .comment .comment { background:#f8f8f8; margin-left: 20px; }
.comment-list .comment .comment .comment{background:#f1f1f1;}
.comment-list .comment .avatar,.comment-list .comment .comment .avatar{ position:relative; top:auto; left:auto; float:left; margin:5px 15px 5px 0;}
.comment-list .comment .comment,.comment-list .comment .comment .comment{ padding: 15px 10px 15px 15px; min-height:100px; }
.legacy-silver a,.legacy-silver a:visited {color: #000;text-decoration: none;}
.entry-content a, .entry-content a:visited { color: #00E; text-decoration: none; }
.entry-content p { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 25px; color: #111; }
.entry-content ul li { list-style-type: none!important; }
.entry-content ul li { background-image: url('http://www.bodytr.com/img/bullet.png'); background-repeat: no-repeat; padding-left: 2em;  }
.entry-content ol li, .entry-content ul li { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 25px; color: #000; }
.legacy-silver h1 { color: #274D70; }
.legacy-silver h2,.legacy-silver h4,.legacy-silver h5,.legacy-silver h6 {color: #CE4F00;}
.legacy-silver h3 { color: #111; }
.legacy-silver h2 a { color: #274D70!important; }
.legacy-silver h2 a:hover {color: #00E!important;text-decoration: none;}
.legacy-silver #title a,.legacy-silver #title a:hover {color: #CE4F00;}
.legacy-silver #subnav .menu li ul {background: #000;}	
.legacy-silver .menu li.right {color: #fff;}
.legacy-silver .menu li ul {background: #575757;}	
.sidebar .legacy-silver .menu li ul {background: #888;}
.legacy-silver #nav li a:hover,.legacy-silver #nav li a:active,.legacy-silver #nav .current_page_item a,.legacy-silver #nav .current-cat a,.legacy-silver #nav .current-menu-item a {background-color: #575757;color: #fff;}
.legacy-silver #nav li li a,.legacy-silver #nav li li a:link,.legacy-silver #nav li li a:visited {background-color: #575757;color: #fff;}	
.legacy-silver #nav li li a:hover,.legacy-silver #nav li li a:active {background-color: #ccc;color: #333;}
.legacy-silver .widget-area h4 {color: #CE4F00;}
.legacy-silver .post-meta {border-top: 3px solid #888;}
.legacy-silver #footer a,.legacy-silver #footer a:visited {color: #ddd;}
.legacy-silver #footer p {color: #ddd;}
@media only screen and (max-width: 600px) {
body {width: 100%;margin: 0 auto;}
#wrap {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;margin: 0;}	
.archive-page,.content-sidebar #content,.content-sidebar-sidebar #content,.full-width-content #content,.sidebar,.sidebar-content #content,.sidebar-content-sidebar #content,.sidebar-sidebar-content #content,#content-sidebar-wrap,#footer .creds,#footer .gototop,#header,#header .widget-area,#sidebar-alt,#title-area,#wrap {width: 100%;}
#description,#footer .creds,#footer .gototop,#title,#title-area {float: none;text-align: center;}
#title-area {padding: 20px 0;}
#header .widget-area {margin-bottom: 20px;padding: 0 0 10px;}
#header .searchform {float: none;padding: 0;text-align: center;}
#header .s {margin: 0 2px 0 0;}
#header .menu {float: none;text-align: center;}
#header .menu li {display: inline-block;float: none;}
#header .menu li li a,#header .menu li li a:link,#header .menu li li a:visited {text-align: left;}
.menu li.right {display: none;}
.menu li ul ul {margin: -35px 0 0 158px;}
#nav {background-repeat: repeat;}
#nav .wrap {text-align: center;width: 100%;}	
#subnav .wrap {text-align: center;width: 100%;}
.menu li {float: none;display: inline-block;}
.sidebar .menu li {float: none;display: inline;}
.menu a {padding: 12px 18px;text-align: left;}
.flex-control-nav {margin: 20px 0 6px !important;}		
#inner {padding: 20px 0 0;width: 96%;}
#content {padding: 0;}
.breadcrumb,.navigation, .sidebar, .widget,.taxonomy-description {margin: 0 20px 20px;}
.post-image {width: 96%;}
.s {width: 60%;}
#footer .wrap {width: 94%;}
#footer .creds,#footer .gototop {text-align: center;}}
@media only screen and (min-width: 600px) and (max-width: 960px) {
body {width: 100%;margin: 0 auto;}
#wrap {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;margin: 0;}	
.archive-page, .content-sidebar #content, .content-sidebar-sidebar #content, .full-width-content #content, .sidebar, .sidebar-content #content, .sidebar-content-sidebar #content, .sidebar-sidebar-content #content, #content-sidebar-wrap, #footer .creds, #footer .gototop, #header, #header .widget-area, #sidebar-alt, #title-area, #wrap {width: 100%;}
#description, #footer .creds, #footer .gototop, #title, #title-area {float: none;text-align: center;}
#title-area {padding: 20px 0;}
#header .widget-area {margin-bottom: 20px;padding: 0 0 10px;}
#header .searchform {float: none;padding: 0;text-align: center;}
#header .s {margin: 0 2px 0 0;}
#header .menu {float: none;text-align: center;}
#header .menu li {display: inline-block;float: none;}
#header .menu li li a,#header .menu li li a:link,#header .menu li li a:visited {text-align: left;}
.menu li.right {display: none;}
.menu li ul ul {margin: -35px 0 0 158px;}
#nav {background-repeat: repeat;}
#nav .wrap {width: 100%;}
#subnav .wrap {width: 100%;}
.menu li {float: none;display: inline-block;}
.sidebar .menu li {float: none;display: inline;}
.menu a {padding: 12px 18px;}
.flex-control-nav {margin: 20px 0 7px !important;}
#inner {width: 96%;}
#content {padding: 0;}
.breadcrumb,.navigation,.sidebar .widget,.taxonomy-description {margin: 0 20px 20px;}
.page .page, .post, #comments, #respond {padding: 0 20px;}
.post-image {max-width: 100% !important;}
#footer .wrap {width: 96%;}	
#footer .creds, #footer .gototop {text-align: center;}}
#footer { text-align: center; }
h3.srp-widget-title { font-size: 2em; }
.info, .success, .warning, .error, .validation {border: 1px solid;margin: 10px 0px 35px 0px;padding:15px 10px 15px 50px;background-repeat: no-repeat;background-position: 10px center;font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;line-height: 25px;color: #111;}
.info {background-color: #BDE5F8;background-image: url('http://authoritynutrition.com/wp-content/uploads/2012/12/info.png');}
.success {background-color: #DFF2BF;background-image:url('http://authoritynutrition.com/wp-content/uploads/2012/12/success.png');}
.warning {background-color: #FEEFB3;background-image: url('http://authoritynutrition.com/wp-content/uploads/2012/12/warning.png');}
.error {background-color: #FFBABA;background-image: url('http://authoritynutrition.com/wp-content/uploads/2012/12/error.png');}
.sidebar p { font-size: 14px; }
#new-other-social { background-color: #D8E6EB; box-shadow: 0 1px 1px #FFFFFF inset; padding: 0px; font-family: "Arial","Helvetica",sans-serif; font-weight:bold; overflow: hidden; border: 1px solid #B6D0DA; }
#newsocial { margin-bottom: 10px; margin: 0 auto; border-top: 1px solid #D8E6EB!important; width:300px; overflow:hidden; }
.newfb-likebox { background: #FFF; border: 1px solid #D8E6EB; border-top: none; height: 150px; overflow: hidden; }
.newtwitter { background: #EEF9FD; padding: 10px; border: 1px solid #C7DBE2; border-top: 0; height: 29px; }
#new-email-subscribe { background: #E3EDF4; }
#new-email-subscribe .new-email-box {padding: 5px 10px;font-family: "Arial","Helvetica",sans-serif;border-top: 0;border-right: 1px solid #C7DBE2;border-left: 1px solid #C7DBE2;border-image: initial;}
#new-email-subscribe .new-email-box input.email {background:#FFFFFF;border: 1px solid #dedede;color: #000;padding: 7px 10px 8px 10px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;-ms-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;border-image: initial;font-family: "Arial","Helvetica",sans-serif;}	
#new-email-subscribe .new-email-box input.email:focus { color:#333; }
#new-email-subscribe .new-email-box input.email { width: 92%; font-size: 12px; }
#new-email-subscribe .new-email-box input.subscribe {background: #FFCA00;background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));-pie-background: linear-gradient(270deg,#ffca00,#ff9b00);font-family: "Arial","Helvetica",sans-serif;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #cc7c00;color:#000;padding:7px 14px;font-weight:bold;font-size:12px;cursor:pointer;border-image: initial;width: 100%;margin: 6px 0;}
#new-email-subscribe .new-email-box input.subscribe:hover {background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);outline:0;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);-pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #cc7c00;color:#000;}	
#new-other-social a { font-size: 13px; color:#1E598E; font-weight: bold; display:inline; text-shadow: 1px 1px white; }
.new-rss { padding-left: 30px; padding-bottom: 7px; float: left; }
.new-rss img { border:0; padding-top: 10px; }
.new-gplus { float: left; padding: 10px 3px 1px 35px; }
.new-gplus img { position: relative; bottom: -3px; }
.share-buttons { padding-top: 2px; padding-bottom: 2px; clear: both; }
.share-buttons div { float: left; padding-left: 4px; }
.share-buttons div:first-child { padding-left:0 }
.share-fb { margin-top: 1px !important; }
.share-tw { margin-left: 20px; }
.post-follow { color: #111!important; font-family: Georgia, "Times New Roman", Times, serif!important; font-size: 16px!important; }
.post-follow a, .post-follow a:visited { color: #00E!important; text-decoration: underline; }
.post-follow a:hover { text-decoration: none; }
div.popular-container { display: table; clear: both; }
div.popular-container a { outline: none; }
div.popular-singlepost { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #CCCCCC; clear: both; }
div.popular-thumbnailbox { display: table-cell; vertical-align: top; padding-right: 10px; }
a.popular-thumblink { display: block; }
img.popular-thumb { max-width: none; }
div.popular-contentbox { display: table-cell; vertical-align: top; }
h4.popular-posttitle { display: block; }
h4.widgettitle { font-size: 2em; }
.topicside li {border-bottom: 1px solid #FFF!important;}
.topicside ul, .topicside ul li {list-style-type: none!important;margin: 0;padding: 0;}
.topicside li, .topicside li a, .topicside li a:visited {font-family: 'Yanone Kaffeesatz', sans-serif;font-size: 23px;color: #303030;background: url('http://www.kasvekuvvet.net/img/b.png') no-repeat 15px 10px #e3e3e3;padding: 1px 10px 1px 35px;margin: 1px 0 0;display: block;text-shadow: #fff 1px 1px;}
.topicside li a:hover {color: #a41600;background: url('http://authoritynutrition.com/wp-content/uploads/2013/05/b.png') no-repeat 15px 10px #fff;}
.topics #inner {margin: 40px auto; border: 5px solid #E1E1E1; overflow: hidden; }
.topics #content { width: 728px; }
.topics .entry { padding: 20px 30px; }
.topics .entry-title { text-align: center; padding-bottom: 20px display: none; }
.topics h1.entry-title2 { color: #CE4F00; font-size: 3em!important; }
.topics .popular-container { margin: 0 auto; }
.topics .popular-singlepost { height: 75px!important; }
.topics .popular-container a { color: #000!important; }
.topics #content div.special {background: #FFF6D5;color: #3F2502;font-size: 18px;margin: 0 0 20px 0;padding: 20px;line-height: 24px;text-align: center;text-shadow: #FFFFFF 1px 1px;border: 1px solid #D1B655;}
#socialbar li {float: left;}
#socialbar li a:hover {position:relative;top:2px;}
#socialbar{list-style: none outside none;  position: static;}
#socialbar li {display:inline;padding-right:3px;padding-top: 10px;}#socialbar{width:258px;float:right; margin-right:115px;}
.fb-right { float: right; padding-right: 2px; }
.b-c-pad { padding-bottom: 50px; }
.b-c-cont { font-family: arial, helvetica, sans-serif; font-size: 15px; color: #FF0000; font-weight: bold; }
.b-c-marg { margin-left: 150px; margin-top: 8px; }
.ad-mid { text-align: center; margin-top: -32px; margin-bottom: -10px; }
.ad-bel { margin-top: 35px; }
#comments .pagination-next, #comments .pagination-previous { font-weight: bold; font-size: 16px; }

.maxrep-box {

width: 550px;
border-style:solid;
border-width: 1px;          
border-color: #d4d4d4;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0px 0px 0px 20px;
background-image: url('http://www.bodybuilding.com/fun/images/2012/sidebar-gradient-bg.jpg');
padding: 0px 5px 18px 15px;
}

.maxrep-text {
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 13px;
line-height: 18px;
color: #000000;
}



.article-title {   
	font-size: 18px!important;
	margin-bottom: 8px!important;
	line-height: 20px!important;
	margin-top: 20px!important;
}

#menu-shop {width:80%;}
.page-id-1093 .entry-title {display: none;}
.page-id-1880 .entry-title {display: none!important;}
.page-id-1891 .entry-title {display: none!important;}
.page-id-1896 .entry-title {display: none!important;}
.page-id-1910 .entry-title {display: none!important;}
.page-id-2075 .entry-title {display: none!important;}
.page-id-4338 .entry-title {display: none!important;}
.page-id-4433 .entry-title {display: none!important;}

.sup-nav {
   background: orange;
   border-radius: 5px;
}

.slogo2{background-image:url('http://www.kasvekuvvet.net/img/ataturk.jpg'); background-repeat: no-repeat; display: block; background-position: 1px 1px; width: 400px; height: 105px;float: left;}


#myfooter {background: #000;border-top: 1px solid #191919;clear: both;color: #ddd;font-size: 12px;margin: auto;overflow: hidden;padding: 1px 0!important;}
#myfooter .wrap {margin: 0 auto;width: 930px;}
#myfooter p {color: #ddd!important;font-size: 12px;}
#myfooter a,#footer a:visited {color: #ddd!important;}
#myfooter a:hover {color: #ddd;text-decoration: underline;}


.leftside h2 {font-size: 20px!important;}
.leftside a, a:visited {color: #333;}

.exvid li {
   padding-bottom: 10px!important;
   background-image: none!important;
   padding-left: 0em!important;
}
.limargin li {
   margin-bottom: 5px!important;
}
.site-header { display:none!important;}