img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*******************************************************************************************************************

	Theme Name: Adventure
	Theme URI: https://wordpress.com/themes/adventure/
	Description: A theme created for sharing travels and adventure.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Version: 1.0.2
	Text Domain: adventure
	Tags: art, artwork, blog, classic-menu, clean, contemporary, custom-background, custom-header, custom-menu, design, elegant, featured-image-header, featured-images, flexible-header, fluid-layout, full-width-template, gray, light, minimal, modern, one-column, photoblogging, photography, portfolio, post-slider, professional, responsive-layout, right-sidebar, simple, sticky-post, theme-options, three-columns, translation-ready, two-columns, white

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	0.	Global
	1.	Hyperlinks
	2.	Headings
	3.	Header
	4.	Navigation
	5.	Slideshow
	6.	Homepage
	7.	Content
	8. Post Formats
	9. Social Media
	10. Pagination
	11.	Images
	12.	WordPress Gallery
	13.	Sidebar
	14.	Widgets
	15.	Recent Comments Widget
	16.	Calendar Widget
	17.	Custom Menu Widget
	18.	Search Form
	19.	Footer
	20.	Comments
	21.	Buttons
	22. Tables
	23. Forms
	24. CSS3 Styles
	26. Grid

*******************************************************************************************************************/

body {
	position: relative;
	background-color: #F4F4F4;
	color: #333333;
	font-size: 1.0em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	0.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul li {
	list-style: inside;
	list-style-type: square;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
	list-style-type: square;
	}
blockquote {
	color: #000000;
	font-family: 'Lora', Georgia, Times, serif;
	font-weight: 400;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.6;
	margin: 24px 0px;
	padding: 24px;
	border-top: 1px solid rgba(0,0,0, .08);
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	color: #666666;
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
img {
	height: auto;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.align-center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.align-center {
	float: none;
	text-align: center;
	}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a, a:link {
	color: #0099cc;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #006699;
	text-decoration: underline;
	}

/************************************************
*	2.	Headings  								*
************************************************/

h1 {
	color: #333333;
	font-size: 2.4em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.8px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h2 {
	color: #333333;
	font-size: 2.2em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.6px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h3 {
	color: #333333;
	font-size: 2.0em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.4px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h4 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h5 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 1.1em;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2px;
	margin: 4px 0px 6px 0px;
	padding: 4px 0px 6px 0px;
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
h1 a, h1 a:link,
h2 a, h2 a:link,
h3 a, h3 a:link,
h4 a, h4 a:link,
h5 a, h5 a:link,
h6 a, h6 a:link {
	color: #333333;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active,
h4 a:hover, h4 a:focus, h4 a:active,
h5 a:hover, h5 a:focus, h5 a:active,
h6 a:hover, h6 a:focus, h6 a:active {
	color: #0099cc;
	text-decoration: none;
	border: none;
	}
.headline {
	font-size: 3.0em;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: -1.4px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}
.headline.small {
	font-size: 2.4em;
	letter-spacing: -0.4px;
	}
.headline.archive-headline {
	margin-bottom: 0px;
	}
.title {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	3.	Header  								*
************************************************/

#header {
	background-color: #FFFFFF;
	line-height: 0;
	margin: 0px;
	position: relative;
	z-index: 99;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
#masthead {
	display: inline-block;
	background: #000000;
	position: relative;
	margin-top: -40px;
	margin-bottom: 24px;
	padding: 24px;
	z-index: 9999;
	}
.logo-overlay #masthead,
.logo-overlay #custom-header,
.logo-overlay #masthead,
.logo-overlay #custom-header {
	position: absolute;
	top: 0;
	}
.site-title {
	display: block;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: 200;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
	}
.site-title a,
.site-title a:link {
	color: #FFFFFF;
	text-decoration: none !important;
	}
.site-description {
	display: block;
	color: #999999;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#custom-header {
	display: block;
	position: relative;
	max-width: 100%;
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
	margin-top: -40px;
	margin-bottom: 24px;
	padding: 0px;
	overflow: hidden;
	z-index: 9999;
	}
#custom-header img {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	}
.mobile-logo {
	display: none;
	}
.header-active .row {
	margin-top: -48px;
	position: relative;
	}

/************************************************
*	4.	Navigation 								*
************************************************/

#navigation {
	display: inline-block;
	background-color: #FFFFFF;
	color: #999999;
	position: relative;
	top: 0;
	width: 100%;
	font-size: 0.85em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	z-index: 9;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul,
ul.menu {
	float: right;
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 200px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	display: inline;
	position: relative;
	}
.menu li li {
	display: block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}

/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	background: rgba(0, 0, 0, .04);
	color: #000000;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
	}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	background: none;
	color: rgba(0, 0, 0, .6);
	}
#navigation .menu li.current-menu-ancestor a,
#navigation .menu li.current_page_ancestor a,
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
	}
.menu {
	margin-bottom: 0;
	}
.menu ul.sub-menu, .menu ul.children {
	background-color: #FFFFFF;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.menu ul.sub-menu ul.sub-menu,
.menu ul.children ul.children {
	background-color: #FFFFFF;
	border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-khtml-border-radius: 0px 2px 2px 0px;
	-webkit-border-radius: 0px 2px 2px 0px;
	}
.menu a {
	background: none;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 0.1px;
	margin: 0px;
	padding: 0px 10px;
	}
.menu a {
	color: rgba(0, 0, 0, .5);
	}
.menu a:focus,
.menu a:hover,
.menu a:active {
	background: rgba(0, 0, 0, .04);
	outline: 0;
	}
.menu a:focus,
.menu a:hover,
.menu a:active {
	color: #000000;
	}
.menu li li a {
	display: block;
	background: none;
	font-weight: 400;
	text-transform: none;
	line-height: 36px;
	margin: 0px;
	padding: 0px 12px;
	}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	color: rgba(0, 0, 0, .6);
	}
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	background: rgba(0, 0, 0, .04);
	outline: 0;
	}
.menu li li a:hover {
	color: #000000;
	}
.menu li.sfHover:hover a {
	color: #000000;
	}
.menu li.sfHover:hover .sub-menu a {
	color: rgba(0, 0, 0, .5);
	}
.menu li.sfHover:hover .sub-menu a:hover {
	color: #000000;
	}
.menu li.sfHover:hover {
	background: rgba(0, 0, 0, .04);
	outline: 0;
	}
.menu li {
	border-left: 1px solid rgba(0, 0, 0, .08);
	}
.menu li:last-child {
	border-right: 1px solid rgba(0, 0, 0, .08);
	}
.menu li li {
	background: none;
	text-align: left;
	margin: 0px;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, .08);
	}
.menu li li:last-child {
	border-right: none;
	}

/*** ARROWS **/
.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1.0em; /* no CSS arrows for IE7 (lack pseudo-elements) */
	}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.6em;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 3px solid transparent;
	border-top-color: #666666; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.3);
	}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #666666; /* IE8 fallback colour */
	}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #666666; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(0,0,0,.3);
	}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #666666;
	}

/************************************************
*	5. Slideshow							    *
************************************************/

.home-slider {
	width: 100%;
	overflow: hidden;
	}
.home-slider .slides li {
	padding: 0px;
	box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0px -140px 140px -120px rgba(0, 0, 0, .4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.home-slider .slides a.feature-img img,
.page-slideshow .slides li img {
	margin-left: -9999px;
	}
.slideshow {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
.slideshow ul, .slideshow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.slideshow .feature-img {
	margin-bottom: 0px;
	overflow: hidden;
	}
.slideshow .information {
	width: 100%;
	max-width: 1080px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px;
	z-index: 9;
	}
.slideshow .information .headline {
	font-weight: 300;
	font-size: 2.6em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.slideshow .information .headline.no-excerpt {
	margin-bottom: 24px;
	}
.slideshow .information .headline a {
	color: #FFFFFF;
	text-decoration: none;
	}
.slideshow .information .headline a:hover {
	color: rgba(255, 255, 255, .8);
	}
.slideshow .information .excerpt {
	margin: 0px 0px 12px 0px;
	}
.slideshow .information p {
	color: #FFFFFF;
	max-width: 76%;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
	}
.flexslider .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.12);
	border-left: 3px solid rgba(255, 255, 255, 0.12);
	border-right: 3px solid rgba(255, 255, 255, 0.4);
	border-top: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 999;
	}
.slideshow .loading {
	min-height: 560px;
	}
.slideshow .bg-gradient {
	position: absolute;
	width: 100%;
	height: 180px;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.60));
	}
.flexslider {
	background: #000000;
	position: relative;
	width: 100%;
	zoom: 1;
	}
.flexslider .slides li {
	position: relative;
	background-position: center;
	min-height: 560px;
	}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%;
	margin: 0px auto 0px;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: none;
	}

.flexslider .slides {
	zoom: 1;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1;
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
	}
.flex-caption {
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
	}
.flex-direction-nav li a {
	display: block;
	background: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 46px;
	height: 48px;
	width: 48px;
	text-decoration: none !important;
	margin: -24px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	z-index: 9;
	}
.flex-direction-nav li a:hover {
	background: rgba(0, 0, 0, 1);
	}
.flex-direction-nav .flex-next {
	right: 0;
	text-align: center;
	}
.flex-direction-nav .flex-prev {
	left: 0;
	text-align: center;
	}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
	color: rgba(255, 255, 255, .6);
	}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	text-decoration: none !important;
	}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
	color: #FFFFFF;
	}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	max-width: 1080px;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px;
	z-index: 9;
	}
.flex-control-nav li {
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 4px !important;
	zoom: 1;
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.flex-control-nav li a:hover {
	background: #ffffff;
	}
.flex-control-nav li a.flex-active {
	background: #ffffff;
	cursor: default;
	}

/************************************************
*	6.	Homepage 					     	    *
************************************************/

.homepage {
	position: relative;
	margin: -48px 0px 0px 0px;
	padding: 0px;
	z-index: 9;
	}
.featured-page {
	background: #FFFFFF;
	margin-bottom: 24px;
	overflow: hidden;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.featured-page .article {
	padding: 25px 36px;
	}
.featured-page .title {
	font-size: 2.4em;
	font-weight: 300;
	}
.featured-page .feature-img {
	min-height: 300px;
	min-width: 300px;
	margin: 0px;
	padding: 0px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.home-social {
	background: #F9F9F9;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.home-social .title {
	float: left;
	color: #999999;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-indent: 24px;
	margin: 0px;
	padding: 0px;
	}
.home-social .social-icons {
	float: right;
	text-align: right;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	}
.home-social .social-icons li {
	display: inline;
	text-align: center;
	}
.home-social .social-icons li a {
	float: left;
	background: #F9F9F9;
	color: #CCCCCC;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid rgba(0,0,0, .08);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
.home-social .social-icons li a:hover {
	background: #EEEEEE;
	color: #000000;
	}
.home-social .social-icons i {
	font-size: 16px;
	}
.home-news .headline.small {
	margin-bottom: 0px;
	}
.home-news .feature-img {
	margin: 0px;
	}
.home-news .post-author {
	background: #F9F9F9;
	margin-top: 0px;
	padding: 12px 24px;
	border-top: 1px solid rgba(0,0,0, .08);
	}

/************************************************
*	7.	Content 					     	    *
************************************************/

.article,
.intro {
	display: block;
	background: #FFFFFF;
	padding: 24px 36px;
	overflow: hidden;
	}
.intro {
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.intro-img {
	position: relative;
	}
.intro-img .headline {
	position: absolute;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
	font-weight: 300;
	left: 36px;
	right: 36px;
	bottom: 36px;
	}
.intro-img .headline a {
	color: #FFFFFF;
	}
.intro-img .headline a:hover {
	color: rgba(255, 255, 255, .7);
	}
.post-holder {
	background: #FFFFFF;
	margin: 12px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.single-holder {
	background: #FFFFFF;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.blog-holder,
.archive-holder {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding-bottom: 0px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.category-wrap {
	margin-left: -12px;
	margin-bottom: 12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
.category-wrap .article,
.category-wrap .intro {
	padding: 18px 24px;
	}
.category-wrap .post-holder {
	margin: 18px 0px 0px 0px;
	}
.row .category-wrap .third {
	width: 32%;
	}
.gutter-sizer-third {
	width: 1.8%;
	}
.postarea {
	margin-bottom: 24px;
	padding: 0px;
	position: relative;
	z-index: 9;
	}
.post-author {
	display: block;
	color: #999999;
	font-size: 0.75em;
	margin: -8px 0px 0px 0px;
	padding: 6px 0px;
	overflow: hidden;
	}
.post-author p {
	margin: 0px;
	padding: 0px;
	}
.post-meta {
	display: block;
	background: #F9F9F9;
	color: #999999;
	width: 100%;
	font-size: 0.9em;
	margin: 0px;
	padding: 12px 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.post-meta p {
	margin: 0px;
	padding: 0px 18px;
	}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0,0,0, .08);
	}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
	}
.archive-column.last {
	padding-right: 0;
	}
.sticky {
	position: relative;
	}
.bypostauthor {
	}

/************************************************
*	9.	Social Media   							*
************************************************/

.social-icons {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons li a {
	display: block;
	background: #333333;
	color: #666666;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	min-height: 30px;
	min-width: 30px;
	margin: 4px;
	padding: 0px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.social-icons li a:hover {
	background: #444444;
	color: #FFFFFF;
	}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	letter-spacing: 0.4px;
	margin-bottom: 24px;
	padding: 12px 0px;
	position: relative;
	z-index: 9;
	}
.pagination .page-numbers {
	display: inline-block;
	background: #F9F9F9;
	color: #CCCCCC;
	min-height: 32px;
	min-width: 32px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #EEEEEE;
	color: #000000;
	min-height: 32px;
	min-width: 32px;
	line-height: 32px;
	padding: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.pagination .page-numbers.current {
	display: inline-block;
	background: #EEEEEE;
	color: #000000;
	min-height: 32px;
	min-width: 32px;
	line-height: 32px;
	padding: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.post-navigation {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}

/************************************************
*	11.	Images  				     		    *
************************************************/

.feature-img {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px;
	overflow: hidden;
	}
.feature-img.page-banner {
	background-color: #000000;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.feature-img.banner {
	background: #000000;
	width: 100%;
	}
.feature-img.banner img {
    width: 100%;
	}
.feature-img.page-banner img {
	margin-left: -9999px;
	}
.page-header,
.category-header {
	background: #000000;
	}
.avatar {
	background: #f4f4f4;
	margin: 0px;
	padding: 0px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	border: none;
	}
img.centered {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 6px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	display: block;
	margin: 6px auto 6px;
	}
.alignright {
	float: right;
	margin: 6px 0px 6px 24px;
	}
.alignleft {
	float: left;
	margin: 6px 24px 6px 0px;
	}
.wp-caption {
	background: #F4F4F4;
	max-width: 100%;
	text-align: center;
	padding: 0px 0px 8px 0px;
	margin-bottom: 12px;
	}
.wp-caption a {
	display: block;
	line-height: 0;
	}
.wp-caption img {
	max-width: 94%;
	margin: 0px auto 0px;
	padding: 3% 3% 8px 3%;
	}
.wp-caption p.wp-caption-text {
	display: inline;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
#wpstats {
	position: absolute;
	bottom: 0;
	z-index: 0;
	}

/************************************************
*	12.	WordPress Gallery					    *
************************************************/

.gallery-caption {
	font-size: 0.8em;
	padding: 0px 10px;
	}
.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 6px;
	}
.gallery-icon a {
	display: block;
	background: #F9F9F9;
	padding: 6px;
	border: 1px solid #DDDDDD;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	}
.gallery a:hover {
	background: #161616;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: 0.9em;
	padding: 0px 10px;
	}

/************************************************
*	13.	Sidebar 	        		    	    *
************************************************/

.sidebar {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	}
.sidebar.left {
	padding: 0px 24px 0px 0px;
	}

/************************************************
*	14.	Widgets									*
************************************************/

.widget {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding: 18px;
	overflow: hidden;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	position: relative;
	z-index: 9;
	}
.widget h6 {
	line-height: 1.4;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.widget li {
	display: block;
	list-style-type: none;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	}
.widget li:first-child {
	padding-top: 0px;
	border-top: none;
	}
.widget li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.widget li li {
	padding: 8px 12px;
	}
.widget li li:first-child {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	}
.widget li a {
	margin: 0px;
	padding: 0px;
	}
.textwidget {
	margin: 0px;
	}
.textwidget p {
	padding: 8px 0px;
	}
.textwidget iframe {
	max-width: 100%;
	}
.tagcloud,
.wp_widget_tag_cloud {
	line-height: 1.2;
	}
.widget_authors .avatar {
	margin: 0px 12px 0px 0px;
	padding: 0px;
	}
.widget .grofile-thumbnail {
	max-width: none !important;
	width: 100% !important;
	}
.widget .widget-grofile h4 {
	margin: 12px 0px;
	padding: 0px;
	}
.widget .grofile-meta > p {
	padding-top: 0px;
	}
.widget .widget-grofile ul.grofile-urls {
	padding-bottom: 12px;
	}
.widget .recentcomments {
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 8px;
	}
.widget_recent_comments .avatar {
	background: none;
	margin: 0px;
	padding: 0px;
	}
.widget_recent_comments table {
	background: none;
	}
.widget_recent_comments tr {
	border: none;
	}
.widget_recent_comments td {
	border: none;
	}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 6px 12px 6px 0px;
	border: none;
	}
.widget_recent_comments td.recentcommentsavatartop a,
.widget_recent_comments td.recentcommentsavatarend a {
	display: block;
	position: relative;
	}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	line-height: 1.6;
	padding: 6px 0px;
	border: none;
	}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentstexttop {
	border: none;
	}

/************************************************
*	15.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
	display: inline;
	}
.widget a.rsswidget {
	display: block;
	font-size: 1.1em;
	line-height: 1.8;
	}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 12px;
	}
.widget_rss .rssSummary {
	line-height: 1.8;
	}

/************************************************
*	16.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
	}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
	}

/************************************************
*	17.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	text-align: left;
	}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #006699;
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #0099CC;
	height: auto;
	font-size: 1.0em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
	}
.widget ul.menu li a:hover {
	color: #006699;
	text-decoration: underline;
	}
.widget ul.menu li:first-child a {
	padding-top: 0px;
	}
.widget ul.menu li li:first-child a {
	padding-top: 8px;
	}
.widget ul.menu li:last-child a {
	padding-bottom: 0px;
	}
.widget ul.menu li li:last-child a {
	padding-bottom: 8px;
	}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-left: none;
	}
.widget ul.menu li:last-child {
	border-right: none;
	}
.widget .sf-arrows .sf-with-ul:after {
	right: 2px;
	}
.widget ul.menu li ul.sub-menu {
	float: none;
	display: none;
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}


/************************************************
*	18.	Search Form								*
************************************************/

#searchform {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	}
#searchform label {
	display: none;
	}
#searchform .search-field,
#searchform #s {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 68%;
	height: 36px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px;
	padding: 0px 6px !important;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
#searchsubmit {
	float: right;
	background: #F9F9F9;
	color: #666666;
	width: 20%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.0em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 8px 3% !important;
	}
.three.columns #searchform .search-field,
.three.columns #searchform #s {
	width: 58%;
	}
.three.columns #searchsubmit {
	width: 26%;
	}

/************************************************
*	19.	Footer  								*
************************************************/

.footer {
	background: #000000;
	margin: 24px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.footer .align-left {
	font-size: 0.9em;
	line-height: 1.8;
	}
.footer-widgets {
	max-width: 1004px;
	margin: 0px auto 0px;
	padding: 24px 0px;
	overflow: hidden;
	}
.footer-widgets .widget {
	float: left;
	width: 25%;
	background: none;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.footer-widgets .widget li {
	border-top: 1px solid rgba(255, 255, 255, .2);
	}
.footer-widgets .widget li:first-child {
	border-top: none;
	}
.footer-widgets .widget .footer-widget {
	padding: 12px;
	}
.footer-widgets .widget h6 {
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
.footer-widgets .widget a,
.footer-widgets .widget ul.menu li a {
	color: #999999 !important;
	}
.footer-widgets .widget a:hover,
.footer-widgets .widget ul.menu li a:hover {
	color: #FFFFFF !important;
	}
.footer-widgets .textwidget {
	color: #666666;
	}
.footer-information {
	background: #242424;
	padding: 48px;
	overflow: hidden;
	}
.footer-information p {
	margin: 0px;
	padding: 0px;
	}
.footer-content {
	color: #666666;
	max-width: 1080px;
	margin: 0px auto 0px;
	}
.footer-content a {
	color: #999999;
	}

/************************************************
*	20.	Comments								*
************************************************/

#author, #email, #url {
	background: #F9F9F9;
	color: #666666;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	-moz-box-shadow: inset 1px 1px 1px #DDDDDD;
	-webkit-box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comment {
	background: #F9F9F9;
	color: #666666;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	-moz-box-shadow: inset 1px 1px 1px #DDDDDD;
	-webkit-box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comments {
	background: #FFFFFF;
	margin-top: 24px;
	padding: 12px 36px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
#comments-title {
	font-size: 2.0em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #F4F4F4;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	padding: 6px 12px !important;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0,0,0, .08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin-top: -12px;
	padding: 0px;
	}
.reply {
	margin: 12px 0px 0px 0px;
	padding: 6px 0px;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	21.	Buttons  								*
************************************************/

a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, input[type="submit"],
.more-link, #submit, #comments #respond input#submit, .pushbutton-wide {
	display: inline-block;
	background-color: #f4f4f4;
	color: #666666;
	position: relative;
	top: -3px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	font-style: normal;
	letter-spacing: 0.4px;
	margin: 12px 0px;
	padding: 8px 18px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	}
a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, input[type="submit"]:hover,
.more-link:hover, #submit:hover, #comments #respond input#submit:hover, .pushbutton-wide:hover {
	top: 0px;
	background-color: #0099cc;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	}
.more-link {
	margin-top: 24px;
	}

/************************************************
*	22. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #E4E4E4;
	}
table thead th,
table tfoot td {
	border: none;
	}
table tr {
	border: 1px solid #E4E4E4;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 0px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px 0px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}

/************************************************
*	23. Forms									*
************************************************/

.container form {
	display: block;
	overflow: hidden;
	}
.container form ul li {
	list-style: none;
	padding: 0px;
	}
.container form legend {
	font-weight: bold;
	padding-top: 10px;
	}
.container form label {
	margin-top: 6px;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea {
	display: block;
	background: #F9F9F9;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px !important;
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	width: 42%;
	}
.container form textarea {
	width: 96% !important;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.container form input[type='submit'] {
	margin-top: 0px;
	height: 36px;
	}
select {
	display: block;
	background-color: #FFFFFF;
	max-width: 98%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px !important;
	border: 1px solid rgba(0,0,0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.08)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.08));
	}

/************************************************
*	24.	CSS3 Styles								*
************************************************/

a, a:link {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.shadow {
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	}
.radius-full {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.radius-top {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}

/************************************************
*	25.	Grid	 					     	    *
************************************************/

#wrap {
	margin: 0px;
	padding: 0px;
	}
.container {
	margin: 0px auto 0px;
	padding: 0px;
	}
.row {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	}
.row .row {
	min-width: 0;
	}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
	}
[class*="column"] + [class*="column"]:last-child {
	float: right;
	}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.28%; }
.row .fourth 	{ width: 25%; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
