/*-----------------------------------------------------------------------------------

Theme Name: Exoteric
Theme URI: http://demos.itismattadams.com/exoteric
Author: Matt Adams
Author URI: http://itismattadams.com
Description: Exoteric is a clean, minimal in appearance, but not minimal in features, personal WordPress blogging theme. This theme has support for all post formats, seven custom widgets, sixteen page templates, well formatted PHP & CSS which makes customization a breeze!
Tags: custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Version: 1.0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* 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%;-ms-text-size-adjust:100%;overflow-y:scroll;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}#main *,#main *:after,#main *:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

@font-face {
	font-family: 'Code';
	src: url('fonts/code/code-webfont.eot');
	src: url('fonts/code/code-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/code/code-webfont.woff') format('woff'),
		 url('fonts/code/code-webfont.ttf') format('truetype'),
		 url('fonts/code/code-webfont.svg#Code') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/open-sans/OpenSans-Regular-webfont.eot');
	src: url('fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
		 url('fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}

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

.site-main {
	background-color: #FAFAFA;
	box-shadow: 4px 0 5px -1px rgba(0,0,0,0.1), -4px 0 5px -1px rgba(0,0,0,0.1);
		-moz-box-shadow: 4px 0 5px -1px rgba(0,0,0,0.1), -4px 0 5px -1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 4px 0 5px -1px rgba(0,0,0,0.1), -4px 0 5px -1px rgba(0,0,0,0.1);
	margin: 0 auto;
	padding: 30px 30px 5px;
	width: 960px;
}

.site-main:after {
	clear: both;
	content: "";
	display: table;
}

#primary {
	float: left;
	margin: 0 -35% 0 0;
	width: 100%;
}

.no-widgets #content {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content {
	margin: 0 34% 0 0;
}

/* Primary sidebar. */
#secondary {
	clear: right;
	float: right;
	overflow: hidden;
	padding: 0 0 0 30px;
	width: 34.5%;
}

/* Secondary sidebar. */
#tertiary {
	clear: right;
	float: right;
	overflow: hidden;
	padding: 0 0 0 30px;
	width: 34.5%;
}

.site-header {
	background-color: #333;
	background: -moz-linear-gradient(top, #333, #111); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #333, #111); /* IE 10 */
	background: -o-linear-gradient(top, #333, #111); /* Opera 11.10+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #333, #111); /* Safari 5.1, Chrome 10+ */
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	margin: 0;
	position: relative;
	z-index: 99;
}

/* Clearfix for the above element. */
.site-header:after {
	clear: both;
	content: "";
	display: table;
}

#branding {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 25px;
	width: 1020px;
}

.site-title a, .site-title a:hover {
	color: #FFF;
	float: left;
	line-height: normal;
	text-shadow: 0 0 5px rgb(0,0,0);
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.site-logo img {
	height: auto;
	margin: 10px 0 0;
	width: 230px;
}

.menu-primary-container {
	margin: 0 auto;
	width: 1020px;
}

#footer-widget-area {
	clear: both;
	margin: 0 0 -5px;
}

#footer-widget-area .widget-area {
	float: left;
	margin: 0 30px 0 0;
	width: 300px;
}

#third-footer-widget.widget-area {
	margin: 0;
}

#footer-widget-container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

.site-footer {
	background-color: #333;
	background: -moz-linear-gradient(top, #333, #111); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #333, #111); /* IE 10 */
	background: -o-linear-gradient(top, #333, #111); /* Opera 11.10+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #333, #111); /* Safari 5.1, Chrome 10+ */
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	clear: both;
	color: #FFF;
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	position: relative;
	text-shadow: 0 0 5px rgb(0,0,0);
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-transform: uppercase;
	width: 100%;
}

.site-footer a {
	border-bottom: 1px dotted #666;
	color: #FFF;
}

.site-footer a:hover {
	border-bottom: 1px dotted #999;
	color: #FFF;
}

.footer-container {
	margin: 0 auto;
	width: 1020px;
}

.site-footer .copyright {
	font-family: sans-serif;
}

/* Two columns, right. */
.layout-2c-r #primary {
	float: right;
	margin: 0 0 0 -35%;
}

.layout-2c-r #content {
	margin: 0 0 0 34%;
}

.layout-2c-r #secondary {
	clear: left;
	float: left;
	padding: 0 30px 0 0;
	width: 34.5%;
}

.layout-2c-r #tertiary {
	clear: left;
	float: left;
	padding: 0 30px 0 0;
	width: 34.5%;
}

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

body {
	background: #FFF url(images/background.png);
}

body, button, input, select, textarea {
	color: #404040;
	font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased; /* Smooth font in -webkit based browsers. http://maxvoltar.com/archive/-Webkit-font-smoothing */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Code", sans-serif;
	line-height: 1.5;
	margin: 0 0 25px;
}

h1 {
	font-size: 38.5px;
	font-size: 3.85rem;
	line-height: 40px;
}

h2 {
	font-size: 31.5px;
	font-size: 3.15rem;
	line-height: 40px;
}

h3 {
	font-size: 24.5px;
	font-size: 2.45rem;
	line-height: 40px;
}

h4 {
	font-size: 17.5px;
	font-size: 1.75rem;
}

h5 {
	font-size: 15px;
	font-size: 1.5rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}

.lead {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 200;
	line-height: 30px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: circle inside;
}

ul li {
	background: url(images/icon-list.png) no-repeat 0 10px;
	list-style: none;
	padding: 0 0 0 15px;
}

ul ul li, ol ul li {
	background: url(images/icon-sublist.png) no-repeat 0 9px;
}

ol {
	list-style: decimal inside;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-family: "Code", sans-serif;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	font-family: "Code", sans-serif;
	margin: 0 1em 1.5em;
	padding: 0 0 0 1.5em;
	position: relative;
}

blockquote:before {
	color: #CCC;
	content: "\201C";
	display: block;
	font-family: sans-serif;
	font-size: 80px;
	left: -20px;
	position: absolute;
	top: -35px;
}

blockquote p {
	margin: 0;
}

blockquote small, blockquote small a, blockquote small a:hover, blockquote cite, blockquote cite a, blockquote cite a:hover {
	color: #CCC;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #222;
	color: #FFF;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 1.6em;
	overflow: auto;
}

pre code {
	background: transparent;
	border: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	color: inherit;
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}

.pre-scrollable {
	max-height: 350px;
	overflow: auto;
	white-space: pre;
	word-wrap: normal;
}

code, kbd, tt, var {
	background-color: #222;
	color: #FFF;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.4rem;
	padding: 2px 3px;
}

abbr, acronym {
	cursor: help;
}

mark, ins {
	background-color: #FFF9C0;
	color: #000;
	text-decoration: none;
}

label {
	cursor: pointer;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 85%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0 0 1.5em;
}

table {
	border-collapse: collapse;
	border: 1px solid #EEE;
	border-width: 1px 1px 0;
	margin: 0 0 1.5em;
	width: 100%;
}

table caption {
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

th {
	background-color: #222;
	border: 1px solid #333;
	color: #FFF;
	font-family: "Code", sans-serif;
	padding: 6px 12px;
}

td {
	border: 1px solid #EEE;
	padding: 6px 12px;
}

button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers. */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome. */
	outline: 0;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers. */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers. */
}

button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet. */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7. */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #222;
	border: 0;
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others. */
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.1em 1.5em 1em;
	text-transform: uppercase;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS. */
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #333;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9. */
	padding: 0; /* Addresses excess padding in IE8/9. */
}

input[type="search"] {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof). */
	-webkit-appearance: textfield; /* Addresses appearance set to search field in S5, Chrome. */
}

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

/* 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 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=email], input[type=password], input[type=text], textarea {
	border: 1px solid #EEE;
	color: #666;
	max-width: 100%;
}

input[type=email]:focus, input[type=text]:focus, textarea:focus {
	border: 1px solid #CCC;
}

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

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9. */
	padding: 8px 12px;
	vertical-align: top; /* Improves readability and alignment in all browsers. */
	width: 100%;
}

/* Links */
a {
	color: #A39770;
	text-decoration: none;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
}

a:hover {
	color: #A32500;
}

/* Alignment */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, .wp-caption.alignleft {
	margin: .4em 1.4em .4em 0;
}

img.alignright, .wp-caption.alignright {
	margin: .4em 0 .4em 1.4em;
}

img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em;
}

/* Text meant only for screen readers. */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}

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

.main-navigation {
	background-color: #FAFAFA;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	background: none;
	float: left;
	padding: 0;
	position: relative;
}

.main-navigation li a {
	border: 1px solid #EEE;
	border-width: 0 1px;
	color: #999;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 -1px;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation li a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a {
	background-color: #FFF;
	color: #333;
}

.main-navigation ul ul {
	filter: alpha(opacity=0);
	float: left;
	left: 0;
	opacity: 0;
	padding: 20px 0 0;
	position: absolute;
	top: 2.5em;
	transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 9999;
}

.main-navigation ul li:hover > ul {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.main-navigation ul ul a {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	margin: 0 0 -1px -1px;
	padding: 10px;
	width: 200px;
}

.main-navigation ul ul a:hover, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a {
	background-color: #FFF;
}

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

.main-navigation .callout-button {
	float: right;
}

.main-navigation .callout-button a {
	background-color: #E66643;
	background-image: linear-gradient(top, #E66643, #DD4A30);
	background-image: -moz-linear-gradient(top, #E66643, #DD4A30);
	background-image: -o-linear-gradient(top, #E66643, #DD4A30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E66643), to(#DD4A30));
	background-image: -webkit-linear-gradient(top, #E66643, #DD4A30);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#E66643', EndColorStr='#DD4A30');
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	margin: 10px 0 0 10px;
	padding: 10px 14px;
	text-decoration: none;
	transition: 0;
		-ms-transition: 0;
		-moz-transition: 0;
		-o-transition: 0;
		-webkit-transition: 0;
	text-align: center;
	vertical-align: middle;
}

.main-navigation .callout-button a:hover {
	background-color: #E9724B;
	background-image: linear-gradient(top, #E9724B, #DF4F33);
	background-image: -moz-linear-gradient(top, #E9724B, #DF4F33);
	background-image: -o-linear-gradient(top, #E9724B, #DF4F33);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E9724B), to(#DF4F33));
	background-image: -webkit-linear-gradient(top, #E9724B, #DF4F33);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#E9724B', EndColorStr='#DF4F33');
	color: #FFF;
}

/* Small menu. */
.main-small-navigation .menu-primary-container {
	width: 100%;
}

.main-small-navigation .menu-toggle {
	background-color: #FAFAFA;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 21px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.main-small-navigation .menu {
	display: none;
	margin: 0;
	text-align: center;
}

.main-small-navigation ul li, .main-small-navigation ul li ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-small-navigation li a {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	color: #999;
	display: block;
	margin: 0 0 -1px;
	padding: 14px 10px;
}

.main-small-navigation li a:hover, .main-small-navigation li.current-menu-item > a, .main-small-navigation li.current_page_item > a {
	background-color: #FFF;
	color: #333;
}

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

.sticky {}

.hentry {
	background-color: #FFF;
	border: 1px solid #EEE;
	padding: 20px 25px 0;
	margin: 0 0 25px;
	padding: 20px 25px 0;
}

.hentry:after {
	clear: both;
	content: "";
	display: table;
}

.entry-header {
	border-bottom: 1px solid #EEE;
	color: #2B2922;
	display: block;
	float: none;
	line-height: normal;
	margin: -5px -25px 20px;
	padding: 5px 20px 20px;
}

.entry-title {
	border-bottom: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	margin: -5px -20px 20px;
	padding: 5px 20px 20px;
}

.entry-title a, .entry-title a:hover {
	color: #2B2922;
}

.entry-byline {
	margin: -8px 0 -5px;
}

.entry-byline a, .entry-byline span {
	color: #CCC;
}

.entry-byline span {
	border-right: 1px solid #EEE;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px 16px 15px 12px;
	text-transform: uppercase;
}

.entry-byline .author {
	margin: 0 0 0 -5px;
	padding: 15px 14px 15px 0;
}

.more-link {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 2px -2px;
	padding: 5px 10px 4px;
	text-transform: uppercase;
}

.more-link:hover {
	background-color: #A32500;
	color: #FFF;
}

.more-link .meta-nav {
	display: none;
}

.entry-share {
	border-top: 1px solid #EEE;
	margin: 0 -25px 20px;
	overflow: hidden;
	padding: 25px 20px 18px;
}

.facebook-share {
	float: left;
	height: 10px;
	width: 95px;
}

.googleplus-share {
	float: left;
	height: 10px;
	width: 45px;
}

.twitter-share {
	float: left;
	height: 10px;
	width: 95px;
}

.entry-meta {
	clear: both;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-title {
	background-color: #FFF;
	border: 1px solid #EEE;
	font-size: 21px;
	font-size: 2.1rem;
	margin: 0 0 25px;
	padding: 10px 20px;
}

.page-title span, .page-title span a, .page-title span a:hover {
	color: #CCC;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.term-description {
	background-color: #FFF;
	border: 1px solid #EEE;
	font-size: 14px;
	font-size: 1.4rem;
	margin: -26px 0 25px;
	padding: 15px 20px;
}

.term-description p {
	margin: 0;
}

.page-template-default .entry-title, .page-template .entry-title {
	border: 0;
	margin: 0;
	padding: 0;
}

.page-template-default .edit-link, .page-template .edit-link {
	display: block;
	margin: 0 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/* 404 Page Template
/*-----------------------------------------------------------------------------------*/

.not-found .entry-header {
	border: 0;
	margin: 0 -30px;
	padding: 0 25px;
}

.not-found .entry-content {
	margin: 0 0 25px;
}

.not-found .search-form .search-submit, .not-found .search-form .search-submit:hover {
	top: 17px;
}

/*-----------------------------------------------------------------------------------*/
/* Archives Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-archives .entry-content .column h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.page-template-archives .entry-content .post-data {
	color: #CCC;
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/* Authors & Biography Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-authors .entry-content .vcard {
	margin: 0 0 15px;
	overflow: hidden;
}

.page-template-authors .entry-content .avatar {
	float: left;
	margin: 5px 24px 0 0;
	width: 100px;
}

.page-template-authors .entry-content .author-name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 5px;
}

.page-template-authors .entry-content .author-name a, .page-template-authors .entry-content .author-name a:hover {
	color: #333;
}

.page-template-biography .entry-content .avatar {
	float: left;
	margin: 5px 24px 0 0;
	width: 100px;
}

.page-template-biography .entry-content .author-bio {
	margin: 0 0 25px;
	overflow: hidden;
}

.page-template-biography .entry-content .xoxo {
	border: 1px solid #F3F3F3;
	border-bottom: 0;
	clear: both;
	margin: 0 0 20px;
}

.page-template-biography .entry-content .xoxo li {
	background: none;
	border-bottom: 1px solid #F3F3F3;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	list-style: none;
	padding: 10px 14px 11px;
	text-transform: uppercase;
}

.page-template-biography .entry-content .xoxo li .meta, .page-template-biography .entry-content .xoxo li .meta:hover {
	color: #CCC;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 2px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* List Most Viewed Posts Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-list-most-viewed-posts .entry-content .post-data {
	color: #CCC;
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/* Post Category Cloud & Post Tag Cloud Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-post-category-cloud .entry-content .tag-cloud a, .page-template-post-tag-cloud .entry-content .tag-cloud a {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	margin: 0 0 2px -2px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.page-template-post-category-cloud .entry-content .tag-cloud a:hover, .page-template-post-tag-cloud .entry-content .tag-cloud a:hover {
	background-color: #A32500;
}

/*-----------------------------------------------------------------------------------*/
/* Categories & Tags Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-categories .entry-content .post-data, .page-template-tags .entry-content .post-data {
	color: #CCC;
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/* Sitemap Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-sitemap .column h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.page-template-sitemap .tag-cloud a {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	margin: 0 0 2px -2px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.page-template-sitemap .tag-cloud a:hover {
	background-color: #A32500;
}

/*-----------------------------------------------------------------------------------*/
/* Post Formats
/*-----------------------------------------------------------------------------------*/

/* Aside */
.format-aside .entry-title {
	display: none;
}

/* Chat */
.format-chat .chat-transcript {
	margin: 0 0 20px;
}

.format-chat .chat-row {
	margin: 0 0 10px;
}

.format-chat .chat-author {
	font-family: "Code", sans-serif;
}

.format-chat .chat-text {
	margin: 0 0 0 10px;
}

.format-chat .chat-speaker-1 .chat-author { color: #105B63; }
.format-chat .chat-speaker-2 .chat-author { color: #51386E; }
.format-chat .chat-speaker-3 .chat-author { color: #9A8B76; }
.format-chat .chat-speaker-4 .chat-author { color: #5C832F; }
.format-chat .chat-speaker-5 .chat-author { color: #791F33; }
.format-chat .chat-speaker-6 .chat-author { color: #BA3D49; }
.format-chat .chat-speaker-7 .chat-author { color: #D95964; }

/* Gallery */
.slideshow-set {
	margin: 0 0 10px;
}

.slideshow-set a {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px 4px;
	text-transform: uppercase;
}

.slideshow-set a:hover {
	background-color: #A32500;
	color: #FFF;
}

/* Link */
.format-link .entry-title span a {
	color: #CCC;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 7px 0 0;
	text-transform: uppercase;
}

/* Quote */
.format-quote.hentry {
	padding: 20px 25px;
}

.format-quote .entry-header {
	display: none;
}

.format-quote blockquote {
	margin: 0;
	padding: 0;
	text-align: center;
}

.format-quote blockquote:before {
	content: "";
}

/* Status */
.format-status .entry-header {
	display: none;
}

.format-status .avatar {
	float: left;
	margin: 7px 20px 20px 0;
}

.format-status p {
	margin-top: -7px;
}

/*-----------------------------------------------------------------------------------*/
/* Media
/*-----------------------------------------------------------------------------------*/

.entry-attachment {
	margin: 0 0 10px;
}

.entry-content img, .entry-content .video, .comment-content img, .widget img {
	border: 1px solid #EEE;
	margin-bottom: 10px;
	max-width: 100%; /* Fluid images for posts, comments, and widgets. */
	padding: 3px;
}

.entry-content img, img[class*="align"], img[class*="wp-image-"], .widget img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly. */
}

img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8. */
}

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
	background: none;
	border: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #EEE;
	max-width: 100%;
}

.wp-caption img {
	background: none;
	border: 0;
	display: block;
	margin: 0 auto;
	max-width: 96.5%;
	padding: 4px 0 0;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px 5px 6px;
	text-align: center;
}

.gallery {
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 10px;
	overflow: hidden;
}

.gallery .gallery-icon img {
	border: 1px solid #EEE;
	height: auto;
	margin: 0 auto;
	max-width: 85%;
	width: auto;
}

.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px 0 0;
	padding: 0;
}
 
/* Image sizes depending on the number of columns. */
.gallery-columns-0 .gallery-item { width: 100%; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }
.gallery-columns-10 .gallery-item { width: 10%; }
.gallery-columns-11 .gallery-item { width: 9.09%; }
.gallery-columns-12 .gallery-item { width: 8.33%; }
.gallery-columns-13 .gallery-item { width: 7.69%; }
.gallery-columns-14 .gallery-item { width: 7.14%; }
.gallery-columns-15 .gallery-item { width: 6.66%; }
.gallery-columns-16 .gallery-item { width: 6.25%; }
.gallery-columns-17 .gallery-item { width: 5.88%; }
.gallery-columns-18 .gallery-item { width: 5.55%; }
.gallery-columns-19 .gallery-item { width: 5.26%; }
.gallery-columns-20 .gallery-item { width: 5%; }
.gallery-columns-21 .gallery-item { width: 4.76%; }
.gallery-columns-22 .gallery-item { width: 4.54%; }
.gallery-columns-23 .gallery-item { width: 4.34%; }
.gallery-columns-24 .gallery-item { width: 4.16%; }
.gallery-columns-25 .gallery-item { width: 4%; }
.gallery-columns-26 .gallery-item { width: 3.84%; }
.gallery-columns-27 .gallery-item { width: 3.7%; }
.gallery-columns-28 .gallery-item { width: 3.57%; }
.gallery-columns-29 .gallery-item { width: 3.44%; }
.gallery-columns-30 .gallery-item { width: 3.33%; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* Pagination
/*-----------------------------------------------------------------------------------*/

.loop-pagination {
	text-align: center;
}

.loop-pagination .next-page {
	float: right;
}

.loop-pagination .previous-page {
	float: left;
}

.loop-pagination .page-numbers {
	margin: 0 5px 0 0;
}

.site-content .site-navigation, .site-navigation a {
	color: #333;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.8em;
	overflow: hidden;
	text-transform: uppercase;
}

.site-content .site-navigation a:hover, .site-content .site-navigation .current {
	color: #A32500;
}

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

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

.site-content .site-navigation .meta-nav {
	display: none;
}

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

.comments-area {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin: 0 0 25px;
	padding: 25px;
}

.comments-area .comments-title {
	border-bottom: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: -5px -25px 24px;
	overflow: hidden;
	padding: 0 20px 20px;
}

.comments-area .comments-title span {
	color: #CCC;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 3px 0 0;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 70%;
}

.comments-area .trackbacks-title {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: 0 -25px 20px;
	overflow: hidden;
	padding: 20px;
}

.comments-area .comment-list li {
	background: none;
	list-style: none;
	margin: -1px 0;
	padding: 0;
}

.comments-area .comment-list .children {
	border-left: 1px solid #EEE;
	margin: -1px 0;
	padding: 0 0 0 20px;
}

.comments-area #comment-nav-above {
	border-bottom: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: -5px -25px 25px;
	overflow: hidden;
	padding: 0 20px 20px;
}

.comments-area #comment-nav-below {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: 0 -25px 25px;
	overflow: hidden;
	padding: 18px 20px 22px;
}

.comments-area .bypostauthor > article header {
	background-color: #333;
}

.comments-area .bypostauthor > article header a {
	color: #FFF;
}

.comments-area .bypostauthor > article header .published, .comments-area .bypostauthor > article header .comment-edit-link {
	color: #666;
}

.comments-area .bypostauthor > article header .avatar {
	border: 1px solid #444;
}

.comments-area article {
	border: 1px solid #EEE;
	overflow: hidden;
	padding: 0 20px;
}

.comments-area article .moderation {
	border-bottom: 1px solid #EEE;
	color: #C00;
	margin: 0 -25px 20px;
	overflow: hidden;
	padding: 0 25px 20px;
}

.comments-area article .comment-content {}

.comments-area article .comment-reply-link, .comments-area article .comment-reply-login {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 30px;
	padding: 5px 10px 4px;
	text-transform: uppercase;
}

.comments-area article .comment-reply-link:hover, .comments-area article .comment-reply-login:hover {
	background-color: #A32500;
	color: #FFF;
}

.comments-area header {
	border-bottom: 1px solid #EEE;
	margin: 0 -25px 20px;
	overflow: hidden;
	padding: 20px 25px;
}

.comments-area header .avatar {
	border: 1px solid #EEE;
	float: right;
	height: 50px;
	margin: 2px 0 0;
	padding: 3px;
	width: 50px;
}

.comments-area header cite, .comments-area header cite a {
	color: #333;
	font-family: "Code", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.comments-area header .published {
	color: #CCC;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.comments-area header .comment-edit-link {
	color: #CCC;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.comments-closed {
	border-top: 1px solid #EEE;
	color: #C00;
	margin: 0 -25px;
	overflow: hidden;
	padding: 22px 20px 0;
}

/* Comment form */
#respond {
	border: 1px solid #EEE;
	margin: -1px 0;
	overflow: hidden;
	padding: 20px 20px 0;
}

#respond #reply-title {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: -21px -25px 20px;
	overflow: hidden;
	padding: 20px 25px 22px;
}

#respond #cancel-comment-reply-link {
	color: #CCC;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 4px 0 0;
	text-transform: uppercase;
}

#respond .log-in-out {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: normal;
	margin: -21px -25px 20px;
	overflow: hidden;
	padding: 20px 20px;
	text-transform: uppercase;
}

#respond .log-in-out, #respond .log-in-out a {
	color: #CCC;
}

#respond form {}

#respond form .required {}

#respond form label {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin: -2px 0 0 0;
}

#respond form input[type="text"] {
	margin: 0 10px 0 0;
}

#respond form input[type="text"], #respond form textarea {}

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

.widget {
	background-color: #FFF;
	border: 1px solid #EEE;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 28px;
	padding: 20px 25px 22px;
}

.widget ul {
	margin-bottom: 0;
}

.widget ul li, .widget ul ul li, .widget ol ul li {
	background-position: 0 8px;
}

.widget ul li a, .widget ul li a:hover {
	color: #333;
}

.widget input[type="text"] {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	width: 100%;
}

.widget input[type="submit"] {
	margin: 20px 0 0;
}

.widget-title {
	border-bottom: 1px solid #EEE;
	color: #2B2922;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	margin: -5px -25px 20px;
	padding: 5px 20px 20px;
}

.widget-title a {
	color: #2B2922;
}

/* Calendar widget */
#wp-calendar {
	margin: 0 0 5px;
}

#wp-calendar td {
	padding: 6px;
	text-align: center;
}

#wp-calendar tfoot a {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

#wp-calendar #today, #wp-calendar #today a {
	background-color: #222;
	color: #FFF;
}

/* RSS widget */
.widget_rss {
	padding-bottom: 15px;
}

.widget_rss img {
	float: right;
	margin: 6px 0 0;
}

.widget_rss li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget_rss li a {
	color: #2B2922;
	display: block;
	font-family: "Code", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 3px;
}

.widget_rss .rss-date {
	color: #CCC;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.widget_rss cite {
	color: #666;
	display: block;
	font-family: "Code", sans-serif;
	font-size: 13.5px;
	font-size: 1.35rem;
	font-style: normal;
	margin: 2px 0 0;
}

/* Tag Cloud widget */
.widget_tag_cloud a {
	background-color: #333;
	color: #FFF;
	display: inline-block;
	font-family: "Code", sans-serif;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	margin: 0 0 2px -2px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover {
	background-color: #A32500;
	color: #FFF;
}

/* Search widget */
.search-form {
	position: relative;
}

.search-form .search-text {
	margin: 0;
	padding-right: 34px;
	width: 100%;
}

.search-form .search-submit, .search-form .search-submit:hover {
	background: url(images/icon-magnify.png) no-repeat;
	background-color: transparent;
	border: 0 !important;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	display: block;
	height: 12px;
	padding: 0;
	position: absolute;
	right: 14px;
	text-indent: -9999em;
	top: -4px;
	width: 12px;
	z-index: 2;
}

/*-----------------------------------------------------------------------------------*/
/* Custom Widgets
/*-----------------------------------------------------------------------------------*/

/* Authors widget */
.widget.authors li {
	background: none;
	border-bottom: 1px solid #EEE;
	list-style: none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

.widget.authors li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget.authors li a {
	color: #CCC;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.widget.authors li img {
	float: left;
	margin: 4px 10px 4px 0;
}

.widget.authors li strong {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.widget.authors li span {
	color: #CCC;
	float: right;
}

/* Image Gallery widget */
.widget.image-gallery {
	overflow: hidden;
}

.widget.image-gallery div {
	float: left;
	height: 83px;
	width: 83px;
}

.widget.image-gallery div img {
	height: 82px;
	width: 82px;
}

/* Most Viewed Posts widget */
.widget.most-viewed-posts {
	padding-bottom: 15px;
}

.widget.most-viewed-posts li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget.most-viewed-posts .post-title a {
	color: #2B2922;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.widget.most-viewed-posts .post-views {
	color: #CCC;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

/* Recent Comments widget */
.widget.recent-comments {
	padding-bottom: 15px;
}

.widget.recent-comments li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget.recent-comments .comment-author a {
	color: #2B2922;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.widget.recent-comments .comment-date {
	color: #CCC;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 5px;
	text-transform: uppercase;
}

/* Recent Posts widget */
.widget.recent-posts {
	padding-bottom: 15px;
}

.widget.recent-posts li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.widget.recent-posts .post-title a {
	color: #2B2922;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.widget.recent-posts .post-date {
	color: #CCC;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

/* Social Profiles widget */
.widget.social-profiles li {
	background: none;
	border-bottom: 1px solid #EEE;
	list-style: none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

.widget.social-profiles li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget.social-profiles li a {
	color: #333;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.widget.social-profiles li a:hover span {
	color: #333;
}

.widget.social-profiles li span {
	color: #CCC;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
}

/* Twitter Updates widget */
.widget.twitter-updates .twtr-tweet {
	border-bottom: 1px solid #EEE;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.twitter-updates .twtr-tweet em {
	border-top: 1px solid #EEE;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	margin-top: 5px;
	padding-top: 6px;
	text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/* Columns
/*-----------------------------------------------------------------------------------*/

.columns { clear: both; }
.columns:after { clear: both; content: ""; display: table; }
.columns .column { float: left; margin-left: 0; margin-right: 5%; }
.columns .column-last { float: right; margin-left: 0; margin-right: 0; }

/* 2 column grid. */
.columns-2 .column-span-1 { width: 47.5%; }
.columns-2 .column-span-2 { width: 100%; }

/* 3 column grid. */
.columns-3 .column-span-1 { width: 30%; }
.columns-3 .column-span-2 { width: 65%; }
.columns-3 .column-span-3 { width: 100%; }

/* 4 column grid. */
.columns-4 .column-span-1 { width: 21.25%; }
.columns-4 .column-span-2 { width: 47.5%; }
.columns-4 .column-span-3 { width: 73.75%; }
.columns-4 .column-span-4 { width: 100%; }

/* 5 column grid. */
.columns-5 .column-span-1 { width: 16%; }
.columns-5 .column-span-2 { width: 37%; }
.columns-5 .column-span-3 { width: 58%; }
.columns-5 .column-span-4 { width: 79%; }
.columns-5 .column-span-5 { width: 100%; }

/*-----------------------------------------------------------------------------------*/
/* Plugins
/*-----------------------------------------------------------------------------------*/

/* Contact Form 7 */
.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 textarea {
	margin: 5px 0 0;
	width: 100%;
}

.wpcf7 .ajax-loader {
	background: none;
	border: none;
	vertical-align: middle;
	margin: 0 0 0 4px;
	padding: 0;
}

.wpcf7-captchac, .wpcf7-captchar {
	display: block;
	margin: 0;
	padding: 0;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok, .wpcf7-spam-blocked, .wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	border-radius: 4px;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 25px 0;
	padding: 8px 14px;
}

.wpcf7-mail-sent-ok {
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	color: #468847;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
}

/*-----------------------------------------------------------------------------------*/
/* Media Queries
/*-----------------------------------------------------------------------------------*/

/* Smartphone (Portrait) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.site-main { width: 240px; }
	#branding { text-align: center; width: 240px; }
	.site-title a { float: none; }
	.menu-primary-container { width: 240px; }
	#content { float: none; overflow: hidden; width: 240px; }
	.entry-byline span { border: 0; margin: 0 !important; padding: 0 !important; }
	.entry-share { padding-bottom: 0; }
	.entry-share span { display: block; float: none; margin: 0 0 15px; }
	.format-link .entry-title a, .format-link .entry-title span a { display: block; float: none; text-align: center; }
	.page-title, .page-title span, .page-title span a, .comments-area .comments-title, .comments-area .comments-title span { display: block; float: none; text-align: center; text-overflow: clip; white-space: normal; width: auto; }
	.page-template-authors .entry-content .avatar { float: none; margin: 0 0 5px; width: 100%; }
	.page-template-biography .entry-content .avatar { float: none; margin: 0 0 5px; width: 100%; }
	.page-template-biography .entry-content .xoxo { text-align: center; }
	.page-template-biography .entry-content .xoxo li .meta { display: block; float: none; margin: 0; }
	#secondary, #tertiary { clear: both; float: none; margin: 0; padding: 0; width: 240px; }
	#footer-widget-container { width: 240px; }
	#footer-widget-area .widget-area { float: none; margin: 0; width: 240px; }
	.footer-container { text-align: center; width: 300px; }
	.footer-content .alignleft, .footer-content .alignright { float: none; margin: 0; padding: 0; }
	.columns .column { float: none; margin: 0; width: 100%; }
	.loop-pagination .next-page, .loop-pagination .previous-page { display: block; float: none; margin: 5px 0; }
	.layout-2c-r #primary { float: none; margin: 0; }
	.layout-2c-r #content { margin: 0; }
	.layout-2c-r #secondary { clear: none; float: none; padding: 0; width: 100%; }
	.layout-2c-r #tertiary { clear: none; float: none; padding: 0; width: 100%; }
	.alignleft, .alignright, .aligncenter, img.alignleft, img.alignright, img.aligncenter { display: block; float: none; margin: 1.5em auto; }
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { display: block; float: none; margin: 1.5em auto; }
}

/* Smartphone (Landscape) + Tablet (Portrait) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.site-main { width: 400px; }
	#branding { text-align: center; width: 400px; }
	.site-title a { float: none; }
	.menu-primary-container { width: 400px; }
	#content { float: none; width: 400px; }
	.entry-byline span { border: 0; margin: 0 !important; padding: 0 !important; }
	.format-link .entry-title a, .format-link .entry-title span a { display: block; float: none; text-align: center; }
	.page-title, .page-title span, .page-title span a, .comments-area .comments-title, .comments-area .comments-title span { display: block; float: none; text-align: center; text-overflow: clip; white-space: normal; width: auto; }
	#secondary, #tertiary { clear: both; float: none; margin: 0; padding: 0; width: 400px; }
	#footer-widget-container { width: 400px; }
	#footer-widget-area .widget-area { float: none; margin: 0; width: 400px; }
	.footer-container { text-align: center; width: 470px; }
	.footer-content .alignleft, .footer-content .alignright { float: none; margin: 0; padding: 0; }
	.columns .column { float: none; margin: 0; width: 100%; }
	.layout-2c-r #primary { float: none; margin: 0; }
	.layout-2c-r #content { margin: 0; }
	.layout-2c-r #secondary { clear: none; float: none; padding: 0; width: 100%; }
	.layout-2c-r #tertiary { clear: none; float: none; padding: 0; width: 100%; }
	.alignleft, .alignright, .aligncenter, img.alignleft, img.alignright, img.aligncenter { display: block; float: none; margin: 1.5em auto; }
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { display: block; float: none; margin: 1.5em auto; }
}

/* Tablet (Portrait) + Tablet (Landscape) + Browser */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.site-main { width: 660px; }
	#branding { width: 720px; }
	.menu-primary-container { width: 720px; }
	#content { float: none; width: 660px; }
	#secondary, #tertiary { clear: both; float: none; margin: 0; padding: 0; width: 660px; }
	#footer-widget-container { width: 660px; }
	#footer-widget-area .widget-area { float: none; margin: 0; width: 660px; }
	.footer-container { width: 720px; }
	.layout-2c-r #primary { float: none; margin: 0; }
	.layout-2c-r #content { margin: 0; }
	.layout-2c-r #secondary { clear: none; float: none; padding: 0; width: 100%; }
	.layout-2c-r #tertiary { clear: none; float: none; padding: 0; width: 100%; }
}