/* Greaves Anchor CMS Theme */
/* Russell Jones http://www.thefennec.co.uk*/
/* Partly based on Foundation v2.1.5 http://foundation.zurb.com */
/*Typography based on Type a File from S&N http://type-a-file.com/*/


/* font defs */

@font-face {
    font-family: 'Alegreya500';
    src: url('/themes/greaves-shamada/assets/fonts/Alegreya-Medium.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-Medium.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-Medium.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya500i';
    src: url('/themes/greaves-shamada/assets/fonts/Alegreya-MediumItalic.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-MediumItalic.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-MediumItalic.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Alegreya700';
    src: url('/themes/greaves-shamada/assets/fonts/Alegreya-Bold.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-Bold.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya700i';
    src: url('/themes/greaves-shamada/assets/fonts/Alegreya-BoldItalic.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-BoldItalic.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/Alegreya-BoldItalic.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: 'AlegreyaSans100';
    src: url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Light.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Light.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Light.eot') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AlegreyaSans50';
    src: url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Thin.woff') format('woff'),
    url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Thin.woff2') format('woff2'),
    url('/themes/greaves-shamada/assets/fonts/AlegreyaSansSC-Thin.eot') format('embedded-opentype');
    font-weight: 50;
    font-style: normal;
}


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
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, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    background: #222 url(../img/fbg.png);
	position: relative;
	-webkit-font-smoothing: antialiased;
}
	
	
	::-webkit-selection {
 background: #ffc;
 color: #222;
}
::-moz-selection {
 background: #ffc;
 color: #222;
}
::selection {
 background: #ffc;
 color: #222;
}
/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a {
	color: #d61;
	text-decoration: none;
	line-height: inherit;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
a:hover {
	color: #f83;
}
a:focus {
	color: #f83;
	outline: none;
}
p a, p a:visited {
	line-height: inherit;
}
/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
table {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 18px;
	border: 1px solid #ddd;
}
table thead, table tfoot {
	background: #f5f5f5;
}
table thead tr th,  table tfoot tr th,  table tbody tr td,  table tr td,  table tfoot tr td {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
table thead tr th,  table tfoot tr td {
	padding: 8px 10px 9px;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
table thead tr th:first-child, table tfoot tr td:first-child {
	border-left: none;
}
table thead tr th:last-child, table tfoot tr td:last-child {
	border-right: none;
}
table tbody tr.even,  table tbody tr.alt {
	background: #f9f9f9;
}
 table tbody tr:nth-child(even) {
background: #f9f9f9;
}
table tbody tr td {
	color: #333;
	padding: 9px 10px;
	vertical-align: top;
	border: none;
}
/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
	.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.hide {
	display: none;
}
.highlight {
	background: #ff0;
}
/* Artfully Masterminded by ZURB */



	/**
 	 * Print styles.
	 *
	 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
	 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
	 */
	.print-only {
	display: none !important;
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
p a, p a:visited {
	color: #444 !important;
	text-decoration: underline;
}
p a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.hide-on-print {
	display: none !important;
}
.print-only {
	display: block !important;
}
}
/* Artfully Masterminded by ZURB */

/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */

	.container {
	padding: 0 20px;
}
.row {
	width: 100%;
	max-width: 1100px;
	min-width: 727px;
	margin: 0 auto;
}
/* To fix the grid into a certain size, set max-width to width */
	.row .row {
	min-width: 0;
}
.column, .columns {
	margin-left: 4.4%;
	float: left;
	min-height: 1px;
	position: relative;
}
.column:first-child, .columns:first-child {
	margin-left: 0;
}
 [class*="column"] + [class*="column"]:last-child {
float: right;
}
.row .one {
	width: 4.3%;
}
.row .two {
	width: 13%;
}
.row .three {
	width: 21.68%;
}
.row .four {
	width: 30.37%;
}
.row .five {
	width: 39.1%;
}
.row .six {
	width: 47.8%;
}
.row .seven {
	width: 56.5%;
}
.row .eight {
	width: 65.2%;
}
.row .nine {
	width: 73.9%;
}
.row .ten {
	width: 82.6%;
}
.row .eleven {
	width: 91.3%;
}
.row .twelve {
	width: 100%;
}
.row .offset-by-one {
	margin-left: 13.1%;
}
.row .offset-by-two {
	margin-left: 21.8%;
}
.row .offset-by-three {
	margin-left: 30.5%;
}
.row .offset-by-four {
	margin-left: 39.2%;
}
.row .offset-by-five {
	margin-left: 47.9%;
}
.row .offset-by-six {
	margin-left: 56.6%;
}
.row .offset-by-seven {
	margin-left: 65.3%;
}
.row .offset-by-eight {
	margin-left: 74.0%;
}
.row .offset-by-nine {
	margin-left: 82.7%;
}
.row .offset-by-ten {
	margin-left: 91.4%;
}
.row .centered {
	float: none;
	margin: 0 auto;
}
.row .offset-by-one:first-child {
	margin-left: 8.7%;
}
.row .offset-by-two:first-child {
	margin-left: 17.4%;
}
.row .offset-by-three:first-child {
	margin-left: 26.1%;
}
.row .offset-by-four:first-child {
	margin-left: 34.8%;
}
.row .offset-by-five:first-child {
	margin-left: 43.5%;
}
.row .offset-by-six:first-child {
	margin-left: 52.2%;
}
.row .offset-by-seven:first-child {
	margin-left: 60.9%;
}
.row .offset-by-eight:first-child {
	margin-left: 69.6%;
}
.row .offset-by-nine:first-child {
	margin-left: 78.3%;
}
.row .offset-by-ten:first-child {
	margin-left: 87%;
}
.row .offset-by-eleven:first-child {
	margin-left: 95.7%;
}
/* Source Ordering */
	.push-two {
	left: 17.4%
}
.push-three {
	left: 26.1%;
}
.push-four {
	left: 34.8%;
}
.push-five {
	left: 43.5%;
}
.push-six {
	left: 52.2%;
}
.push-seven {
	left: 60.9%;
}
.push-eight {
	left: 69.6%;
}
.push-nine {
	left: 78.3%;
}
.push-ten {
	left: 87%;
}
.pull-two {
	right: 17.4%
}
.pull-three {
	right: 26.1%;
}
.pull-four {
	right: 34.8%;
}
.pull-five {
	right: 43.5%;
}
.pull-six {
	right: 52.2%;
}
.pull-seven {
	right: 60.9%;
}
.pull-eight {
	right: 69.6%;
}
.pull-nine {
	right: 78.3%;
}
.pull-ten {
	right: 87%;
}
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img {
	max-width: none!important;
}
/* 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;
}
/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
    ul.pagination {
	display: block;
	height: 24px;
	margin-left: -5px;
}
ul.pagination li {
	float: left;
	display: block;
	height: 24px;
	color: #999;
	font-size: 15px;
	margin-left: 5px;
}
ul.pagination li a {
	display: block;
	padding: 6px 7px 4px;
	color: #555;
}
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
	border-bottom: solid 2px #00a6fc;
	color: #141414;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
	border-bottom: none;
}
/*  --------------------------------------------------
    Lists
    -------------------------------------------------- */
    ul.nice, ol.nice {
	list-style: none;
	margin: 0;
}
ul.nice li, ol.nice li {
	padding-left: 13px;
	position: relative
}
ul.nice li span.bullet, ol.nice li span.number {
	position: absolute;
	left: 0;
	top: 0;
	color: #ccc;
}
/* -----------------------------------------
   Standard Forms
----------------------------------------- */

	form {
	margin: 0 0 18px;
}
form label {
	display: block;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
	margin-bottom: 9px;
	font:'Droid Serif', Georgia, serif;
}
input.input-text, textarea {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
input.input-text, textarea, select {
	display: block;
	margin-bottom: 9px;
}
label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
	margin-top: -9px;
}
/* Text input and textarea font and padding */
	input.input-text, textarea {
	font-size: 13px;
	padding: 4px 3px 2px;
	background: #fff;
}
input.input-text:focus, textarea:focus {
	outline: none !important;
}
input.input-text.oversize, textarea.oversize {
	font-size: 18px !important;
	padding: 4px 5px !important;
}
input.input-text:focus, textarea:focus {
	background: #f9f9f9;
}
/* Text input and textarea, disabled */
	input.input-text[disabled], textarea[disabled] {
	background-color: #ddd;
}
/* Inlined Label Style */
	input.placeholder, textarea.placeholder {
	color: #888;
}
/* Text input and textarea sizes */
	input.input-text, textarea {
	width: 254px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input.small, textarea.small {
	width: 134px;
}
input.medium, textarea.medium {
	width: 254px;
}
input.large, textarea.large {
	width: 434px;
}
input.expand, textarea.expand {
	width: 100%;
}
/* Fieldsets */
	form fieldset {
	padding: 9px 9px 2px 9px;
	border: solid 1px #ddd;
	margin: 18px 0;
}
/* Inlined Radio & Checkbox */
	.form-field input[type=radio], div.form-field input[type=checkbox] {
	display: inline;
	width:auto;
	margin-bottom:0;
}
/* Errors */
	.form-field.error input, input.input-text.red {
	border-color: #C00000;
	background-color: rgba(255, 0, 0, 0.15);
}
.form-field.error label, label.red {
	color: #C00000;
}
.form-field.error small, small.error {
	margin-top: -6px;
	display: block;
	margin-bottom: 9px;
	font-size: 11px;
	color: #C00000;
	width: 254px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.small + small.error {
	width: 134px;
}
.medium + small.error {
	width: 254px;
}
.large + small.error {
	width: 434px;
}
.expand + small.error {
	width: 100%;
}
.small.oversize + small.error {
	width: 144px;
}
.medium.oversize + small.error {
	width: 264px;
}
.large.oversize + small.error {
	width: 444px;
}
.expand.oversize + small.error {
	width: 100%;
}
button {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-family:AlegreyaSans100, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:120%;
	border: none;
	padding: 8px 15px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
 	transition: all .3s linear;
 	-o-transition: all .2s linear;
 	-moz-transition: all .2s linear;
 	-webkit-transition: all .2s linear;
	font-weight:100;
}
button:hover {
	cursor:pointer;
	background: rgba(0, 0, 0, 0.9);
	color: #rgba(255, 255, 255, 0.7);
}
/*END ZURB STUFF*/

body {
	margin-top:2em;
}



/*TYPE-A-FILE SETTINGS------------------TYPOGRAPHY
-----------------------------------------------*/	

h1, h2, h3, h4, h5, h6 {
	font-weight:500;
}
h1 {
	font-size:3em;
	line-height:1.1;
	margin:0.3em 0 0;
	font-weight:100;
	padding:0.3em 0 0.65em;
	font-family: AlegreyaSans100, sans-serif;
	color:#ba471f;
	text-transform:small-caps;
	letter-spacing:-0.09em;
}
p, blockquote, cite, li, dl, .pullquote, .run-in, dt {
    font-family:Alegreya500, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}
h3, h4, h5, h6, h2 {
    font-family:AlegreyaSans100, Georgia, serif;
    font-weight:100;
}
.sidenote h1, aside h1, .pullquote, .drop-cap {
    font-family:Alegreya500, Arial, Helvetica, sans-serif;
    font-weight:500;
}
p {
	font-size:150%;
	color:#999;
	hyphenate:auto;
	hyphenate-before:2;
	hyphenate-after:3;
	hyphenate-lines:3;
	orphans:4;
	line-height:24px;
	margin-bottom:1.9em;
}
p.date {
	text-transform:uppercase;
	color:#d61;
}
h2 {
	font-size:3.5em;
	letter-spacing:-0.06em;
	margin:0;
	font-family: AlegreyaSans100, sans-serif;
	color:#fff;
	text-transform:small-caps;
	font-weight:100;
}
h2 a {
	color:#fff;
}
h3 {
	color:#ffc2b1;
	font-size:2.5em;
	letter-spacing:-0.04em;
	margin:0 0 1em 0;
	font-family: AlegreyaSans100, sans-serif;
	text-transform:small-caps;
	font-weight:100;
}
ul {
	list-style-position:outside;
	list-style-type:disc;
	line-height:1.5;
	color:#777;
}
li {
	margin-bottom:0.75em;
	font-size:130%;
}
ol {
	list-style-position:outside;
	list-style-type:decimal;
}
ul, ol {
	margin: 0 0 4em 4em;
}
blockquote {
	font-family:Alegreya500i, Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:0 3em;
}
blockquote:before {
	font-family:Monaco, Consolas, "Lucida Console", monospace;
	content: "\201C";
	font-size:2.1em;
	font-style:normal;
	text-indent:-0.75em;
	float:left;
	opacity:0.3;
	line-height:1.25;
}
cite {
	display:block;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-top:0.75em;
	font-weight:900;
	font-style:normal;
	font-size:80%;
	margin-bottom:3em;
	margin-top:-1em;
}
cite:before {
	content:"\2014";
	margin-left:2em;
	margin-right:0.5em;
	opacity:0.3;
}
pre {
	padding:1.3em;
	background:#ffe87f;
	margin:1.5em 0 1.5em;
	color:#655f43;
	font-size:130%;
}
code, pre code {
	font-family:Consolas, "Lucida Console", Monaco, monospace;
}
 p code, li code, *:not(pre) code {
background-color:#ffe87f;
padding:0.15em 0.3em;
font-size:0.9em;
}
dl {
	margin:1.75em 0;
}
dt {
	margin-top:1.25em;
	font-size:130%;
	font-weight:700;
	color:#d61;
}
dd {
	font-style:italic;
	font-size:120%;
	margin-top:1em;
	margin-right:5em;
	line-height:1.6;
	border-left:1px solid #f38159;
	padding-left:1em;
	color:#ccc;
}
abbr {
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
}
p span.pullquote {
	text-indent:0;
}
/*Typography - Compositional Elements*/

.kicker {
	font-size:180%;
	line-height:1.693;
	margin:-0.35em 0 -0.35em;
	-webkit-column-count:2;
	-moz-column-count:2;
	-webkit-column-gap:1.5em;
	-moz-column-gap:1.5em;
	margin-bottom:2em;
}
.kicker, .pullquote {
	font-weight:100;
}
.superscript {
	font-family:sans-serif;
	vertical-align:super;
	font-size:0.75em;
	margin-right:0.4em;
	margin-left:0.2em;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:0.1em;
	line-height:0;
}
.subscript {
	font-family:sans-serif;
	vertical-align:sub;
	font-size:0.75em;
	margin-right:0.4em;
	margin-left:0.2em;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:0.1em;
	line-height:0;
}
a.superscript, a.subscript {
	text-decoration:none;
}
.pullquote {
	font-style:italic;
	margin: .5em .7em .3em 0em;
	padding-top: .15em;
	line-height:1.2;
	display:block;
	float:left;
	font-size:200%;
	width:60%;
}
.pullquote:before {
	font-family:Monaco, Consolas, "Lucida Console", monospace;
	content: "\201C";
	font-size:2em;
	font-style:normal;
	text-indent:-0.75em;
	float:left;
	opacity:0.3;
	line-height:1.15;
}
.footnote {
	border-top:1px solid black;
	font-size:0.875em;
	margin-top:3.5em;
}
.footnote li {
	margin:1.5em 0 1.5em;
	word-spacing:0.1em;
	line-height:1.75;
}
.footnote .run-in {
	text-transform:uppercase;
	font-size:1em;
}
.run-in {
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:0.1em;
}
 .kicker *::first-line {
 font-weight:bold;
 font-style:normal;
 font-size:1em;
 letter-spacing:0;
}
.drop-cap {
	display:block;
	font-style:normal;
	font-size:3.75em;
	float:left;
	margin:0.16em 0.2em 0 0;
	line-height:0.67;
	font-weight:100;
	background-color:#000;
	color:#fff;
	-webkit-border-radius:2.5em;
	-moz-border-radius:2.5em;
	border-radius:2.5em;
	padding:0.3em 0.3em 0.35em;
	min-width:0.8em;
	text-align:center;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.8);
}
.drop-cap {
	background-color:rgba(0, 0, 0, 0.33);
}
/*REST OF LAYOUT*/

form#search {
	position: relative;
	padding: 2em 0;
}
input[type="search"] {
	color: #333;
	border: none;
	width: 60%;
	border:none;
	border-radius:0;
	font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:0.2em 0.8em;
}
img#search {
	postion:absoulte;
	right:0;
	margin-top:4.5em;
}
nav ul {
	margin:1.8em 0 0;
	list-style-type:none;
}
nav li {
	float:left;
	margin-right:4em;
	font-size:140%;
	font-family:'Droid Serif', Georgia, serif;
}
nav li a {
	color:#ffcdbf;
}
header {
	margin-bottom:2em !important;
}
.post {
	padding:1em 0;
	border-top:1px solid #d61;
}
.post:last-of-type {
	border-top:1px solid #d61;
	border-bottom:1px solid #d61;
}
.post-single {
	padding:3em 0;
	border-top:1px solid #d61;
}
.post-single h2 {
	font-size:5.5em;
	margin-bottom:1em;
}
/*SIDE COMMENTS*/

.side {
	padding-top:11em;
}
.side ul {
	margin:0;
	list-style-type:none;
	margin-left:0.8em;
	margin-bottom:6em;
}
.side li {
	font-size:110%;
	color:rgba(255, 255, 255, 0.4);
	text-align:right;
	line-height:1.2em;
}
.side-comments span {
	font-style:bold;
	line-height:0.67;
	font-weight:100;
	background:rgba(0, 0, 0, 0.3);
	color:#fff;
	-webkit-border-radius:2.5em;
	-moz-border-radius:2.5em;
	border-radius:2.5em;
	padding: 0.1em 0.5em;
	min-width:0.8em;
	text-align:center;
}
li.author span {
	text-transform:uppercase;
}
li.bio {
	font-style:italic;
	color:rgba(255, 255, 255, 0.3);
}
/*COMMENTS*/
.comments {
	border-top:1px solid #f78465;
	margin: 0 auto;
	padding-top: 3em;
	text-align: left;
}
.comments ul {
	list-style: none outside none;
	overflow: hidden;
}
.comments ul li {
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
	padding: 20px;
}
/*.comments h2 {
    color: #555555;
    float: left;
    font-size: 18px;
    line-height: 30px;
    width: 250px;
}*/

.comments time {
	font: italic 90% 'Droid Serif', Georgia, serif;
	color:#ae4326;
	margin-top:1em;
}
.comments div.content {
	clear: both;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	width: auto;
}
.comment p {
	font-size:90%;
	margin:0;
}
section.comments form.commentform {
	border-top:1px solid #f78465;
	clear: both;
	padding-top: 3em;
}
section.comments form.commentform p.notification {
	clear: both;
	float: none;
	font-weight: bold;
	padding-bottom: 25px;
}
.comments form.commentform p.notification.error {
	color: #C22A0A;
}
.comments form.commentform legend {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:250%;
	text-transform:uppercase;
	color:#fff;
	font-weight:100;
}
.comments form.commentform p {
	float: left;
	position: relative;
	width:45%;
}
.comments form.commentform p.email {
	position: relative;
	right: -15px;
}
.comments form.commentform p.textarea {
	width: 100%;
}
.comments form.commentform p em {
	color: #f4b5a4;
	font: italic 70% 'Droid Serif', Georgia, serif;
	position: absolute;
	right: 5px;
	top: 0;
}
.comments form.commentform label {
	display: block;
	font-size: 120%;
	padding-bottom: 0.8em;
}
.comments form.commentform input, .comments form.commentform textarea {
	margin-bottom: 2em;
	padding: 8px 14px;
	width: 90%;
	border:none;
	font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	color:#666;
}
.comments form.commentform textarea {
	max-height: 400px;
	min-height: 150px;
	resize: vertical;
	width: 100%;
}
.comments form.commentform button {
	margin-bottom: 50px;
}
/*FOOTER*/


footer {
	margin-top:5em !important;
	margin-bottom:5em !important;
}
footer#bottom {
	padding-top: 3em;
	text-align: left;
	position: relative;
}
footer#bottom small {
	width: 70%;
	display: block;
	float: left;
	font-size: 110%;
	color: rgba(255, 255, 255, 0.4);
}
footer#bottom small a:hover {
	color: rgba(0, 0, 0, 0.3);
}
footer#bottom ul {
	clear: both;
	list-style: none;
	position: relative;
	margin:0;
	margin-top:2em;
	width: 70%;
}
footer#bottom ul li {
	display: inline-block;
	float: left;
}
footer#bottom ul a {
	line-height: 11px;
	padding-right: 15px;
}
footer#bottom a#attribution {
	display: block;
	position: absolute;
	right: 0px;
	top: 18px;
	width: 24px;
	height: 22px;
	background: url('../img/attribution.png');
	text-indent: -999em;
	opacity: .5;
 -webkit-transition: opacity .25s;
 -moz-transition: opacity .25s;
 -ms-transition: opacity .25s;
 -o-transition: opacity .25s;
 transition: opacity .25s;
}
footer#bottom a#attribution:hover {
	opacity: 1;
}


/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
	
	/* Mobile */
	@media only screen and (max-width: 767px) {
 body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
 .container {
min-width: 0;
margin-left: 0;
margin-right: 0;
}
 .row {
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
}
 .row .row .column, .row .row .columns {
padding: 0;
}
 .column, .columns {
width: auto !important;
float: none;
margin-left: 0;
margin-right: 0;
}
 .column:last-child, .columns:last-child {
margin-right: 0;
float: none;
}
 [class*="column"] + [class*="column"]:last-child {
float: none;
}
 .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered {
margin-left: 0 !important;
}
 .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
left: auto;
}
 .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
right: auto;
}
		
		/* Mobile 4-column Grid */
		.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child {
margin-left: 0;
}
 .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child {
float: right;
}
 .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four {
margin-left: 4.4%;
float: left;
min-height: 1px;
position: relative;
padding: 0;
}
 .row .phone-one {
width: 21.68% !important;
}
 .row .phone-two {
width: 47.8% !important;
}
 .row .phone-three {
width: 73.9% !important;
}
 .row .phone-four {
width: 100% !important;
}
 .row .push-one-phone {
left: 26.08%;
}
 .row .push-two-phone {
left: 52.2%
}
 .row .push-three-phone {
left: 78.3%
}
 .row .pull-one-phone {
right: 26.08%
}
 .row .pull-two-phone {
right: 52.2%
}
 .row .pull-three-phone {
right: 78.3%;
}
 img#search {
 postion:absoulte;
 right:0;
 margin-top:1em;
}
 nav u; {
 margin:1.9em 0;
}
 nav li {
 float:none;
 margin-right:2em;
 font-size:140%;
 font-family:'Droid Serif', Georgia, serif;
}
 .comments form.commentform p {
 float: none;
 position: relative;
 width:45%;
}
 .comments form.commentform p.email {
 position: relative;
 right: 0;
}
 legend {
 margin-bottom:1em;
}
}
	
	
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */	
	
	@media only screen and (max-width: 767px) {
 .block-grid.mobile {
margin-left: 0;
}
 .block-grid.mobile > li {
float: none;
width: 100%;
margin-left: 0;
}
}
/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
	
	
	.show-on-phones {
	display: none !important;
}
.show-on-tablets {
	display: none !important;
}
.show-on-desktops {
	display: block !important;
}
.hide-on-phones {
	display: block !important;
}
.hide-on-tablets {
	display: block !important;
}
.hide-on-desktops {
	display: none !important;
}
 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
 .hide-on-phones {
display: block !important;
}
 .hide-on-tablets {
display: none !important;
}
 .hide-on-desktops {
display: block !important;
}
 .show-on-phones {
display: none !important;
}
 .show-on-tablets {
display: block !important;
}
 .show-on-desktops {
display: none !important;
}
}
	
	/* Modernizr-enabled tablet targeting */
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
 .touch .hide-on-phones {
display: block !important;
}
 .touch .hide-on-tablets {
display: none !important;
}
 .touch .hide-on-desktops {
display: block !important;
}
 .touch .show-on-phones {
display: none !important;
}
 .touch .show-on-tablets {
display: block !important;
}
 .touch .show-on-desktops {
display: none !important;
}
}
 @media only screen and (max-width: 767px) {
 .hide-on-phones {
display: none !important;
}
 .hide-on-tablets {
display: block !important;
}
 .hide-on-desktops {
display: block !important;
}
 .show-on-phones {
display: block !important;
}
 .show-on-tablets {
display: none !important;
}
 .show-on-desktops {
display: none !important;
}
}
/* only screen and (device-width: 1280px), only screen and (max-device-width: 1280px),  /*
	/* Keeping this in as a reminder to address support for other tablet devices like the Xoom in the future */
	
	/* Specific overrides for elements that require something other than display: block */
	
	table.show-on-desktops {
	display: table !important;
}
table.hide-on-phones {
	display: table !important;
}
table.hide-on-tablets {
	display: table !important;
}
 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
 table.hide-on-phones {
display: block !important;
}
 table.hide-on-desktops {
display: block !important;
}
 table.show-on-tablets {
display: block !important;
}
}
 @media only screen and (max-width: 767px) {
 table.hide-on-tablets {
display: block !important;
}
 table.hide-on-desktops {
display: block !important;
}
 table.show-on-phones {
display: block !important;
}
}
	
	
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/	


 @media only screen and (max-width: 767px) {
     div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,  form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
	 display: block;
	 width: 100%;
	 padding: 6px 2% 4px;
	 font-size: 18px;
     }
 }

 em {
     font-family:Alegreya500i, Arial, Helvetica, sans-serif;
     font-weight:500;
 }

 strong {
     font-family:Alegreya700, Arial, Helvetica, sans-serif;
     font-weight:700;
 }

 span.key {
     font-family:Alegreya700, Arial, Helvetica, sans-serif;
     font-weight:700;
     /*font-size:130%;*/
     color:#d61;
 }

 span.val {
     font-family:Alegreya500i, Arial, Helvetica, sans-serif;
     font-weight:500;
     font-style:italic;
     /*font-size:130%;*/
 }

 #logo {
     font-size: 200%;
     font-family:AlegreyaSans50, Arial, Helvetica, sans-serif;
     font-weight:50;
 }

 p.slim {
     margin-bottom: 0.5em;
 }