/*
Theme Name: Estate
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/estate/
Description: Estate is a clean, flexible business theme. It's well suited to business, portfolio and personal websites. One of Estate's best features is its Page Builder integration. Install Page Builder in a few clicks and you'll be able to create unique page layouts using a drag and drop interface. You can use this to create anything from menus for restaurant sites to marketing squeeze pages. Estate is an actively developed, continually updated theme.
Version: 1.1.3
License: GNU General Public License 2.0
License URI: license.txt
Tags: custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, black, white, two-columns, right-sidebar, fixed-width, full-width-template
*/

/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ 
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ 
	-webkit-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ 
	-ms-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ 
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate; /* tables still need 'cellspacing="0"' in the markup */ 
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0; /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ 
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

/* Consistent fonts across all elements */

body {
	background: #f1f1f1;
	word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

/* Links */

a {
	color: #2a8fbd;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

hr {
	height: 1px;
	
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

/* Text elements */

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier New", Courier, mono;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
	
}

sub {
	top: .5ex;
	
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	width: 100%;
	
	margin: 0 0 1.5em 0;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	*vertical-align: middle;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ 
	margin: 0; /* Improves appearance and consistency in all browsers */ 
	vertical-align: baseline;
}

button,
input {
	*overflow: visible;
	line-height: normal; /* Corrects inner spacing displayed oddly in IE6/7 */ 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(#e6e6e6, 3.5)), color-stop(1, lumlighten(#e6e6e6, 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(#e6e6e6, 3.5), lumlighten(#e6e6e6, 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(#e6e6e6, 3.5) 0%, lumlighten(#e6e6e6, 3.5) 100%);
	background: -o-linear-gradient(lumlighten(#e6e6e6, 3.5), lumdarken(#e6e6e6, 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(#e6e6e6, 18), 4);
	border-left: solid 1px lumdarken(#e6e6e6, 18);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: solid 1px lumdarken(#e6e6e6, 18);
	border-top: solid 1px lumlighten(lumdarken(#e6e6e6, 18), 4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.8); /* Improves usability and consistency of cursor style between image-type 'input' and others */ 
	color: #555;
	cursor: pointer; /* Corrects inability to style clickable 'input' types in iOS */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(#e6e6e6, 3.5)', endColorstr='lumdarken(#e6e6e6, 3.5)', GradientType=0);
	font-size: 0.75em;
	font-weight: 500;
	line-height: 1;
	padding: 0.75em 1.5em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-appearance: button;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: lumlighten(#e6e6e6, 2%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(lumlighten(#e6e6e6, 2%), 3.5)), color-stop(1, lumlighten(lumlighten(#e6e6e6, 2%), 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(lumlighten(#e6e6e6, 2%), 3.5), lumlighten(lumlighten(#e6e6e6, 2%), 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(lumlighten(#e6e6e6, 2%), 3.5) 0%, lumlighten(lumlighten(#e6e6e6, 2%), 3.5) 100%);
	background: -o-linear-gradient(lumlighten(lumlighten(#e6e6e6, 2%), 3.5), lumdarken(lumlighten(#e6e6e6, 2%), 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(lumlighten(#e6e6e6, 2%), 18), 4);
	border-left: solid 1px lumdarken(lumlighten(#e6e6e6, 2%), 18);
	border-right: solid 1px lumdarken(lumlighten(#e6e6e6, 2%), 18);
	border-top: solid 1px lumlighten(lumdarken(lumlighten(#e6e6e6, 2%), 18), 4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(lumlighten(#e6e6e6, 2%), 3.5)', endColorstr='lumdarken(lumlighten(#e6e6e6, 2%), 3.5)', GradientType=0);
}

input[type="checkbox"],
input[type="radio"] {
	-ms-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-moz-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-webkit-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	box-sizing: border-box;
	padding: 0; /* Addresses excess padding in IE8/9 */ 
}

input[type="search"] {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ 
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Improves readability and alignment in all browsers */ 
	vertical-align: top;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.assistive-text {
	position: absolute !important;
	
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
	clip: rect(1px, 1px, 1px, 1px);
}

.page-links {
	clear: both;
}

/* =General Layout
----------------------------------------------- */

.container {
	width: 1040px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

/* =Masthead
----------------------------------------------- */

#masthead {
	background: #F1F1F1;
}

#masthead hgroup {
	width: 1040px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
}

#masthead hgroup .site-title {
	color: #3c3c3c;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2px;
}

#masthead hgroup .site-title a {
	color: inherit;
	text-decoration: none;
}

#masthead hgroup .site-description {
	color: #555;
	font-size: 13px;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	background: #242424;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #242424), color-stop(1, #323232));
	background: -ms-linear-gradient(bottom, #242424, #323232);
	background: -moz-linear-gradient(center bottom, #242424 0%, #323232 100%);
	background: -o-linear-gradient(#323232, #242424);
	border-bottom: 1px solid #111111;
	border-top: 1px solid #101010;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#242424', GradientType=0);
}

.main-navigation .container {
	min-height: 49px;
}

.main-navigation .noise {
	background: url(images/decoration/noise.png); /* Add the gradient noise */ 
}

.main-navigation ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	zoom: 1;
}

.main-navigation ul:before {
	content: '';
	display: block;
}

.main-navigation ul:after {
	clear: both;
	content: '';
	display: table;
}

.main-navigation li {
	position: relative;
	
	display: block;
	float: left;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	position: relative;
	
	color: #E0E0E0;
	display: block;
	font-weight: 500;
	line-height: 1em;
	padding: 18px 30px;
	text-decoration: none;
}

.main-navigation a:before,
.main-navigation li:last-child a:after {
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	
	background: url(images/decoration/menu-sep.png) repeat-y;
	content: '';
}

.main-navigation a:before {
	left: 0;
	
}

.main-navigation li:last-child a:after {
	right: 0;
	
}

.main-navigation ul {
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	
	display: none;
	padding-top: 1px; /* Third level menu items */ 
	z-index: 99999;
}

.main-navigation ul ul li {
	background: #222;
	float: none;
}

.main-navigation ul ul li:first-child {
	-webkit-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.15);
}

.main-navigation ul ul a:before,
.main-navigation ul ul a:after {
	display: none;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	
}

.main-navigation ul ul ul li:first-child {
	-webkit-box-shadow: inset 5px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 5px 0 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 5px 0 0 rgba(0, 0, 0, 0.15);
}

.main-navigation ul ul a {
	width: 180px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #CCC;
	padding: 15px 30px;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation #searchform {
	float: right;
	margin: 10px 0 0 0;
}

.main-navigation #searchform #s {
	background: #2a2a2a;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1a1a1a), color-stop(1, #2a2a2a));
	background: -ms-linear-gradient(bottom, #1a1a1a, #2a2a2a);
	background: -moz-linear-gradient(center bottom, #1a1a1a 0%, #2a2a2a 100%);
	background: -o-linear-gradient(#2a2a2a, #1a1a1a);
	border: 1px solid #222;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #080808;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-right: solid 1px #080808;
	border-top: solid 1px #101010;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
	color: #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1a1a1a', GradientType=0);
	font-size: 12px;
	font-weight: bold;
	outline: none;
	padding: 6px 14px;
}

.main-navigation #searchform #searchsubmit {
	display: none;
}

/* =Layout
----------------------------------------------- */

#main {
	position: relative;
	width: 1040px;
	
	background: white;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
	zoom: 1;
}

#main:before {
	content: '';
	display: block;
}

#main:after {
	clear: both;
	content: '';
	display: table;
}

#main #main-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	
	opacity: 0.3;
	pointer-events: none;
}

#primary {
	width: 67.5%;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 30px;
}

#primary.panels-home {
	width: auto;
	
	float: none;
	padding: 0;
}

#secondary {
	width: 32.5%;
	
	border-left: 1px solid #EEE;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	font-size: 14px;
	padding-left: 30px;
}

#secondary .widget {
	margin-bottom: 40px; /* Search input */ 
}

#secondary .widget:last-child {
	margin-bottom: 0;
}

#secondary .widget .widget-title {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

#secondary .widget ul,
#secondary .widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary .widget ul a,
#secondary .widget ol a {
	text-decoration: none;
}

#secondary .widget ul a:hover,
#secondary .widget ol a:hover {
	text-decoration: underline;
}

#secondary .widget ul ul,
#secondary .widget ol ul,
#secondary .widget ul ol,
#secondary .widget ol ol {
	margin-left: 1em;
}

#secondary .widget img {
	height: auto;
	
	max-width: 100%;
}

#secondary .widget #s,
#secondary .widget #searchsubmit {
	display: inline-block;
	font-size: 12px;
	padding: 7px 13px;
}

#secondary .widget #searchsubmit {
	background: #444444;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(#444444, 3.5)), color-stop(1, lumlighten(#444444, 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(#444444, 3.5), lumlighten(#444444, 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(#444444, 3.5) 0%, lumlighten(#444444, 3.5) 100%);
	background: -o-linear-gradient(lumlighten(#444444, 3.5), lumdarken(#444444, 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(#444444, 18), 4);
	border-left: solid 1px lumdarken(#444444, 18);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-right: solid 1px lumdarken(#444444, 18);
	border-top: solid 1px lumlighten(lumdarken(#444444, 18), 4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(#444444, 3.5)', endColorstr='lumdarken(#444444, 3.5)', GradientType=0);
	text-shadow: none;
}

/* =Archives
----------------------------------------------- */

article.sticky {
}

.page-header h1 {
	font-size: 24px; /* Style a sticky post */ 
	font-weight: 500;
	margin-bottom: 25px;
}

/* =Entry Content
----------------------------------------------- */

/* Styles for actual content */

.entry {
	margin-bottom: 60px;
}

.entry:last-child {
	margin-bottom: 0;
}

.entry .entry-header {
	margin-bottom: 25px;
}

.entry .entry-header .entry-thumbnail {
	line-height: 0;
	margin-bottom: 20px;
}

.entry .entry-header .entry-thumbnail img {
	height: auto;
	
	max-width: 100%;
}

.entry .entry-header .entry-title {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 2px;
}

.entry .entry-header .entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry .entry-header .entry-meta {
	color: #999;
	font-size: 12px;
}

.entry .entry-header .entry-meta a {
	color: #777;
	text-decoration: none;
}

.entry .entry-content {
	margin-bottom: 25px;
}

.entry .entry-content:last-child {
	margin-bottom: 0;
}

.entry footer.entry-meta {
	color: #999;
}

.entry footer.entry-meta a {
	color: #777;
	text-decoration: none;
}

.single .entry {
	margin-bottom: 30px;
}

.entry-content {
	color: #555; /* WordPress Images */ 
	line-height: 1.6em;
	zoom: 1;
}

.entry-content:before {
	content: '';
	display: block;
}

.entry-content:after {
	clear: both;
	content: '';
	display: table;
}

.entry-content p,
.entry-content > ul,
.entry-content > li,
.entry-content > dl {
	margin: 25px 0;
	margin: 1em 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 1.5em;
}

.entry-content blockquote cite {
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
}

.entry-content pre {
	background: white;
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	font-family: "Courier New", Courier, mono;
	overflow-x: auto;
	padding: 10px;
}

.entry-content code {
	font-family: "Courier New", Courier, mono;
}

.entry-content sup,
.entry-content sub {
	position: relative;
	height: 0;
	
	line-height: 1;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
	
}

.entry-content sub {
	top: .5ex;
	
}

.entry-content .gallery {
	margin: 25px 0 !important;
}

.entry-content .gallery .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content .gallery .gallery-icon {
	line-height: 0;
	margin-bottom: 0 !important;
}

.entry-content .gallery img {
	border: none !important;
}

.entry-content .gallery .gallery-caption {
	margin: 10px !important;
	padding-left: 0 !important;
}

.entry-content table {
	width: 100%;
	
}

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.entry-content .wp-caption {
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 30px 0;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.entry-content .wp-caption:first-child {
	margin-top: 25px;
}

.entry-content .wp-caption p.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

.entry-content .alignleft {
	margin: 0 0 1.5em 1.5em; /* This is also styled on a global level */ 
}

.entry-content .alignright {
	margin: 0 1.5em 1.5em 0; /* This is also styled on a global level */ 
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content ul {
	list-style-type: square;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol ol {
	list-style-type: upper-alpha;
}

.entry-content ol ol ol {
	list-style-type: lower-roman;
}

.entry-content ul li,
.entry-content ol li {
	margin-left: 1.5em;
}

.entry-content dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-content dl dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0;
}

.entry-content h1 {
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.65em;
}

.entry-content h3 {
	font-size: 1.5em;
}

.entry-content h4 {
	font-size: 1.35em;
}

.entry-content h5 {
	font-size: 1.2em;
}

.entry-content h6 {
	font-size: 0.9em;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
	max-width: 100%;
}

/* =Page Templates
----------------------------------------------- */

body.page-template-template-full-php #primary {
	width: 100%;
	
	padding-right: 0;
}

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

.site-content .site-navigation {
	margin: 0 0 30px;
	overflow: hidden;
}

.site-content .nav-previous {
	width: 50%;
	
	float: left;
}

.site-content .nav-next {
	width: 50%;
	
	float: right;
	text-align: right;
}

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

#comments-title,
#reply-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
}

#comments {
	margin: 40px auto 0 auto;
	max-width: 680px;
}

#comments .commentlist {
	list-style: none;
	margin: 0 0 40px 0;
}

#comments .commentlist .children {
	list-style: none;
	margin-left: 95px;
}

#comments .commentlist article {
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 20px;
}

#comments .commentlist article .avatar {
	float: left;
}

#comments .commentlist article .comment-author,
#comments .commentlist article .awaiting-moderation,
#comments .commentlist article .comment-meta,
#comments .commentlist article .comment-content {
	margin-left: 75px;
}

#comments .commentlist article .comment-author {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}

#comments .commentlist article .comment-author a {
	color: inherit;
	text-decoration: none;
}

#comments .commentlist article .comment-author cite {
	font-style: normal;
}

#comments .commentlist article .comment-meta {
	color: #999;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 10px;
}

#comments .commentlist article .comment-meta a {
	color: inherit;
	text-decoration: none;
}

#comments .commentlist article .comment-meta .support {
	display: inline-block;
	margin-left: 15px;
}

#comments .commentlist article .awaiting-moderation {
	display: block;
	margin-bottom: 10px;
}

#comments .commentlist .bypostauthor {
}

#commentform label {
	width: 25%;
	
	display: block;
	float: left;
	margin-top: 2px; /* Change the comment by the post author */ 
}

#commentform input,
#commentform textarea {
	width: 75%;
	
	float: left;
	font-size: 13px;
	padding: 10px;
}

#commentform textarea {
	padding: 10px;
}

#commentform input {
	padding: 7px 10px;
}

#commentform p {
	margin-bottom: 20px;
	zoom: 1;
}

#commentform p:before {
	content: '';
	display: block;
}

#commentform p:after {
	clear: both;
	content: '';
	display: table;
}

#commentform p.form-submit {
	margin-bottom: 0;
}

#commentform #submit {
	width: auto;
	
	padding: 10px 30px;
}

#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
#commentform .comment-notes {
	color: #999;
	font-size: 0.8em;
}

#commentform .logged-in-as {
	color: #999;
	font-size: 0.8em;
	margin-bottom: 10px;
	text-align: right;
}

#commentform .required {
	color: #A40802;
}

/* =Sidebars and Asides
----------------------------------------------- */

#footer-widgets {
	max-width: 100%;
	padding: 0 15px;
	zoom: 1;
}

#footer-widgets:before {
	content: '';
	display: block;
}

#footer-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#footer-widgets aside.widget {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	float: left;
	font-size: 15px;
	margin-bottom: 0;
	padding: 30px 15px;
}

#footer-widgets aside.widget .widget-title {
	color: #CCC;
	font-size: 15px;
	margin-bottom: 20px;
}

#footer-widgets aside.widget a {
	color: #777;
}

#colophon {
	background: #404040;
}

#colophon .container {
	position: relative;
	
	background: #333;
}

#colophon .container #footer-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	
	pointer-events: none;
}

#site-info {
	background: #383838;
}

#site-info .container {
	background: #2c2c2c;
	color: #CCC;
	font-size: 13px;
	padding: 15px;
	text-align: center;
	zoom: 1;
}

#site-info .container:before {
	content: '';
	display: block;
}

#site-info .container:after {
	clear: both;
	content: '';
	display: table;
}

#site-info .container a {
	color: #EEE;
	text-decoration: none;
}

/* =Sliders
----------------------------------------------- */

/* Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Necessary Styles */

.flexslider {
	position: relative;
	
	margin: 0;
	padding: 0;
	zoom: 1;
}

.flexslider .slides {
	list-style: none;
	zoom: 1;
}

.flexslider .slides:before {
	content: '';
	display: block;
}

.flexslider .slides:after {
	clear: both;
	content: '';
	display: table;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	display: block;
}

.flexslider .slides .flex-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background: rgba(0, 0, 0, 0.5);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}

.flexslider .slides .flex-caption h3 {
	line-height: 1.25em;
	margin: 0;
}

.flexslider .slides > li {
	display: none;
	margin-left: 0;
	-webkit-backface-visibility: hidden;
}

.flexslider .flex-control-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	
	list-style: none;
	text-align: center;
}

.flexslider .flex-control-nav li {
	width: 10px;
	height: 10px;
	
	display: inline-block;
	margin: 0;
	margin-right: 2px;
	padding: 0;
	text-indent: -99999px;
}

.flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	
	background: url('images/sprites-1-1-3.png') no-repeat -57px 0;
	cursor: pointer;
	display: block;
}

.flexslider .flex-control-nav li a.flex-active {
	background: url('images/sprites-1-1-3.png') no-repeat -46px 0;
}

.flexslider .flex-direction-nav {
	list-style: none;
}

.flexslider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.flexslider .flex-direction-nav li a {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	
	display: block;
	margin-top: -22px;
	opacity: 0;
	text-indent: -99999px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	
	background: url('images/sprites-1-1-3.png') no-repeat 0 -46px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	
	background: url('images/sprites-1-1-3.png') no-repeat 0 0;
}

.flexslider:hover .flex-direction-nav li a {
	opacity: 1;
}

#top-slider {
	position: relative;
	width: 100%;
	
	background: #1c1c1c;
	overflow: hidden;
}

#top-slider .flexslider {
	margin-bottom: 0;
}

#top-slider .metaslider {
	margin: 0 auto;
}

#top-slider .slides .slide {
	position: relative;
	
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#top-slider .slides .slide .slide-contents {
	width: 1040px;
	
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	zoom: 1;
}

#top-slider .slides .slide .slide-contents:before {
	content: '';
	display: block;
}

#top-slider .slides .slide .slide-contents:after {
	clear: both;
	content: '';
	display: table;
}

#top-slider .slides .slide .slide-contents .text-content {
	width: 50%;
	
	float: left;
	padding: 50px 0;
}

#top-slider .slides .slide .slide-contents h2 {
	color: #FFF;
	font-size: 38px;
	line-height: 1.15em;
	margin-bottom: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

#top-slider .slides .slide .slide-contents h4 {
	color: #FFF;
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#top-slider .slides .slide .slide-contents .subtext {
	color: #EEE;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#top-slider .slides .slide .slide-contents .subtext p {
	margin-bottom: 1em;
}

#top-slider .slides .slide .slide-contents .subtext p:last-child {
	margin-bottom: 0;
}

#top-slider .slides .slide .slide-contents .subtext p.focus {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

#top-slider .slides .slide .slide-contents .subtext p.focus.grey {
	background: #222;
	background: rgba(0, 0, 0, 0.6);
}

#top-slider .slides .slide .slide-contents .slide-button {
	margin-top: 40px;
}

#top-slider .slides .slide .slide-contents .slide-button a.action-button {
	background: #333333;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(#333333, 3.5)), color-stop(1, lumlighten(#333333, 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(#333333, 3.5), lumlighten(#333333, 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(#333333, 3.5) 0%, lumlighten(#333333, 3.5) 100%);
	background: -o-linear-gradient(lumlighten(#333333, 3.5), lumdarken(#333333, 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(#333333, 18), 4);
	border-left: solid 1px lumdarken(#333333, 18);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-right: solid 1px lumdarken(#333333, 18);
	border-top: solid 1px lumlighten(lumdarken(#333333, 18), 4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 2px rgba(0,0,0,0.15);
	color: white;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(#333333, 3.5)', endColorstr='lumdarken(#333333, 3.5)', GradientType=0);
	font-size: 14px;
	padding: 12px 35px;
	text-decoration: none;
}

#top-slider .slides .slide .slide-contents .slide-button a.action-button:hover {
	background: lumlighten(#333333, 1.75%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(lumlighten(#333333, 1.75%), 3.5)), color-stop(1, lumlighten(lumlighten(#333333, 1.75%), 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(lumlighten(#333333, 1.75%), 3.5), lumlighten(lumlighten(#333333, 1.75%), 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(lumlighten(#333333, 1.75%), 3.5) 0%, lumlighten(lumlighten(#333333, 1.75%), 3.5) 100%);
	background: -o-linear-gradient(lumlighten(lumlighten(#333333, 1.75%), 3.5), lumdarken(lumlighten(#333333, 1.75%), 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(lumlighten(#333333, 1.75%), 18), 4);
	border-left: solid 1px lumdarken(lumlighten(#333333, 1.75%), 18);
	border-right: solid 1px lumdarken(lumlighten(#333333, 1.75%), 18);
	border-top: solid 1px lumlighten(lumdarken(lumlighten(#333333, 1.75%), 18), 4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(lumlighten(#333333, 1.75%), 3.5)', endColorstr='lumdarken(lumlighten(#333333, 1.75%), 3.5)', GradientType=0);
}

#top-slider .slides .slide .slide-contents .image-content {
	width: 50%;
	
	float: right;
	line-height: 0;
	overflow: hidden;
	padding-top: 50px;
	text-align: right;
}

#top-slider .slides .slide .slide-contents .image-content img {
	height: auto;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
	max-width: 100%;
}

#top-slider .slides .slide .home-title {
	padding: 50px 0;
	text-align: center;
}

#top-slider .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	
	background: rgba(0, 0, 0, 0.15);
	z-index: 10;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

.textwidget p:first-child {
	margin-top: 0;
}

.textwidget p:last-child {
	margin-bottom: 0;
}

/* =General Widget Styling
----------------------------------------------- */

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

.widget img,
.widget embed,
.widget iframe,
.widget object {
	max-width: 100%;
}

.widget a.button {
	background: #bcdf74;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(#bcdf74, 3.5)), color-stop(1, lumlighten(#bcdf74, 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(#bcdf74, 3.5), lumlighten(#bcdf74, 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(#bcdf74, 3.5) 0%, lumlighten(#bcdf74, 3.5) 100%);
	background: -o-linear-gradient(lumlighten(#bcdf74, 3.5), lumdarken(#bcdf74, 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(#bcdf74, 18), 4);
	border-left: solid 1px lumdarken(#bcdf74, 18);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-right: solid 1px lumdarken(#bcdf74, 18);
	border-top: solid 1px lumlighten(lumdarken(#bcdf74, 18), 4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
	color: #54770f;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(#bcdf74, 3.5)', endColorstr='lumdarken(#bcdf74, 3.5)', GradientType=0);
	font-size: 0.95em;
	font-weight: 500;
	padding: 7px 45px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.widget a.button:hover {
	background: lumlighten(#bcdf74, 1.25%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(lumlighten(#bcdf74, 1.25%), 3.5)), color-stop(1, lumlighten(lumlighten(#bcdf74, 1.25%), 3.5)));
	background: -ms-linear-gradient(bottom, lumdarken(lumlighten(#bcdf74, 1.25%), 3.5), lumlighten(lumlighten(#bcdf74, 1.25%), 3.5));
	background: -moz-linear-gradient(center bottom, lumdarken(lumlighten(#bcdf74, 1.25%), 3.5) 0%, lumlighten(lumlighten(#bcdf74, 1.25%), 3.5) 100%);
	background: -o-linear-gradient(lumlighten(lumlighten(#bcdf74, 1.25%), 3.5), lumdarken(lumlighten(#bcdf74, 1.25%), 3.5));
	border-bottom: solid 1px lumdarken(lumdarken(lumlighten(#bcdf74, 1.25%), 18), 4);
	border-left: solid 1px lumdarken(lumlighten(#bcdf74, 1.25%), 18);
	border-right: solid 1px lumdarken(lumlighten(#bcdf74, 1.25%), 18);
	border-top: solid 1px lumlighten(lumdarken(lumlighten(#bcdf74, 1.25%), 18), 4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lumlighten(lumlighten(#bcdf74, 1.25%), 3.5)', endColorstr='lumdarken(lumlighten(#bcdf74, 1.25%), 3.5)', GradientType=0);
}

.widget .button-container.align-center {
	text-align: center;
}

.widget .button-container.align-left {
	text-align: left;
}

.widget .button-container.align-right {
	text-align: right;
}

.widget .button-container.align-full .button {
	display: block;
	text-align: center;
}

.widget_call-to-action {
	position: relative;
	
	background: #f2efef;
	border: 1px solid #e4e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 25px 30px 23px 30px;
}

.widget_call-to-action h2.cta-headline {
	color: #444;
	font-weight: 500;
	margin: 0 0 0.25em 0;
}

.widget_call-to-action p.cta-sub-text {
	color: #666;
	margin: 0;
}

.widget_call-to-action a.button {
	position: absolute;
	top: 50%;
	right: 30px;
	
	margin-top: -19px; /* This should be half the height of the button */ 
}

/* Responsive styles for the call to action widget */

@media (max-width: 680px) {
	
	body.responsive .widget_call-to-action a.button {
		position: static;
		
		display: block;
		margin-top: 25px;
		text-align: center;
	}

}

.widget_siteorigin-list ul li {
	margin-bottom: 0.4em;
}

.widget_siteorigin-list ul li:last-child {
	margin-bottom: 0;
}

.widget_headline .widget-title {
	border: solid #E6E6E6;
	border-width: 1px 0;
	margin-bottom: 0;
	padding: 30px 0;
}

.widget_headline .widget-title span {
	display: block;
	line-height: 1.3em;
}

.widget_headline .widget-title .size-medium {
	font-size: 130%;
}

.widget_headline .widget-title .size-large {
	font-size: 160%;
}

.widget_headline .widget-title .size-extra-large {
	font-size: 190%;
}

.widget_headline .widget-title .align-left {
	text-align: left;
}

.widget_headline .widget-title .align-center {
	text-align: center;
}

.widget_headline .widget-title .align-right {
	text-align: right;
}

.widget_icon-text {
	font-size: 0.95em;
	text-align: center;
}

.widget_icon-text .feature-icon {
	display: inline-block;
	line-height: 0;
}

.widget_icon-text .widget-title {
	margin: 15px 0;
}

