


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.section {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.section .grid_1 {
	width:60px;
}

.section .grid_2 {
	width:140px;
}

.section .grid_3 {
	width:220px;
}

.section .grid_4 {
	width:300px;
}

.section .grid_5 {
	width:380px;
}

.section .grid_6 {
	width:460px;
}

.section .grid_7 {
	width:540px;
}

.section .grid_8 {
	width:620px;
}

.section .grid_9 {
	width:700px;
}

.section .grid_10 {
	width:780px;
}

.section .grid_11 {
	width:860px;
}

.section .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.section .prefix_1 {
	padding-left:80px;
}

.section .prefix_2 {
	padding-left:160px;
}

.section .prefix_3 {
	padding-left:240px;
}

.section .prefix_4 {
	padding-left:320px;
}

.section .prefix_5 {
	padding-left:400px;
}

.section .prefix_6 {
	padding-left:480px;
}

.section .prefix_7 {
	padding-left:560px;
}

.section .prefix_8 {
	padding-left:640px;
}

.section .prefix_9 {
	padding-left:720px;
}

.section .prefix_10 {
	padding-left:800px;
}

.section .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.section .suffix_1 {
	padding-right:80px;
}

.section .suffix_2 {
	padding-right:160px;
}

.section .suffix_3 {
	padding-right:240px;
}

.section .suffix_4 {
	padding-right:320px;
}

.section .suffix_5 {
	padding-right:400px;
}

.section .suffix_6 {
	padding-right:480px;
}

.section .suffix_7 {
	padding-right:560px;
}

.section .suffix_8 {
	padding-right:640px;
}

.section .suffix_9 {
	padding-right:720px;
}

.section .suffix_10 {
	padding-right:800px;
}

.section .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.section .push_1 {
	left:80px;
}

.section .push_2 {
	left:160px;
}

.section .push_3 {
	left:240px;
}

.section .push_4 {
	left:320px;
}

.section .push_5 {
	left:400px;
}

.section .push_6 {
	left:480px;
}

.section .push_7 {
	left:560px;
}

.section .push_8 {
	left:640px;
}

.section .push_9 {
	left:720px;
}

.section .push_10 {
	left:800px;
}

.section .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.section .pull_1 {
	left:-80px;
}

.section .pull_2 {
	left:-160px;
}

.section .pull_3 {
	left:-240px;
}

.section .pull_4 {
	left:-320px;
}

.section .pull_5 {
	left:-400px;
}

.section .pull_6 {
	left:-480px;
}

.section .pull_7 {
	left:-560px;
}

.section .pull_8 {
	left:-640px;
}

.section .pull_9 {
	left:-720px;
}

.section .pull_10 {
	left:-800px;
}

.section .pull_11 {
	left:-880px;
}


html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.group:after, .section:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.group, .section {
	display: inline-block;
}

* html .group {
	height: 1%;
}

.group, .section {
	display: block;
}












/******************** @group Reset ********************/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video						{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
textarea													{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }
article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu								{ display: block; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins													{ text-decoration: none; }
ol, ul														{ list-style: none; }
nav ul														{ list-style-type: none; }
table														{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus														{ outline: 0; }
blockquote:before, blockquote:after, q:before, q:after		{ content: ""; }
blockquote, q												{ quotes: "" ""; }


/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u	{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu													{ list-style: none; }
nobr														{ white-space: normal; }
blink														{ text-decoration: none; }
marquee														{ overflow: visible; }



/******************** @group Base ********************/
body { font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif; line-height: 1.5; background: #fcfcfc; color: #666; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; font-weight: 300; font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', sans-serif; text-transform: lowercase; }
h4, h5, h6 { font-weight: 700; }
b, strong, caption, th, thead, dt, legend { font-weight: bold; }
cite, dfn, em, i { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6 { word-spacing: -0.125em; }
p { word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; }
p+p { text-indent: 1.5em; }
p+p.no-indent { text-indent: 0; }
pre { white-space: pre; }
del { text-decoration: line-through; }
mark { background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins { color: #f00; }
small, sup, sub { font-size: 80%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted black; cursor: help; }
sup, sub { line-height: 0; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
blockquote { padding: 1.5em; }
hr { border: none; background: #ddd; width: 100%; }
ul, ol { margin-left: 17px; text-indent: -2px; }
ul { list-style: square outside; }
ol { list-style: decimal outside; }
input, select, button { cursor: pointer; font-family: 'calluna-1', 'calluna-2' 'lucida sans', 'lucida grande', 'lucida sans unicode', serif; }
table { font: inherit; width: 100%; }

/* html 5 */
article, aside, header, hgroup,
nav, section, footer { float: left; display: block; }
figure { display: block; }

.debug { outline: solid gold 1px; }
.debug-background { background: rgba(255, 215, 0, 0.2) !important; }




/******************** @group Typography ********************/
body { font-size: 100%; line-height: 1.5; /*16/24*/ margin: 0; padding: 0; background: #fcfcfc;}

h1, h2 { line-height: 48px; }
h3, h4, h5, h6 { line-height: 24px; }

h1 { font-size: 36px; padding-top: 48px; padding-bottom: 7px; }
h2 { font-size: 30px; line-height: 48px; padding-top: 24px; padding-bottom: 0; }
h3 { font-size: 24px; padding-top: 19px; padding-bottom: 5px; }
h4 { font-size: 20px; padding-top: 21px; padding-bottom: 3px; }
h5 { font-size: 18px; padding-top: 23px; padding-bottom: 1px; }
h6 { font-size: 16px; padding-top: 24px; }

h1:first-child { padding-top: 0; }
h2:first-child { padding-top: 7px; }
h6:first-child { padding-top: 0; }

p, pre, address, ul, ol, li,
dl, dialog, caption { font-size: 16px; line-height: 24px; }
ul, ol { padding-top: 0; padding-bottom: 0; }
li ul, li ol { padding-top: 0; padding-bottom: 0; }
abbr, small { line-height: 15px; }
form, legend, label { font-size: 16px; line-height: 24px; }
input, textarea { font-size: 16px; }
blockquote { padding: 24px 0 24px 1.5em;}
select { font-size: 16px; }

table { font-size: 14px; line-height: 24px; margin-bottom: 0; }
th, td { line-height: 24px; }

hr { position: relative; height: 4px; margin: 24px 0 20px 0; }

h1.quotes { margin-left: -10px; }
h2.quotes { margin-left: -10px; }
h3.quotes { margin-left: -10px; }
h4.quotes { margin-left: -10px; }
h5.quotes { margin-left: -10px; }
h6.quotes { margin-left: -10px; }




/******************** @group Links ********************/
a:link,
button.link span { color: #4292a6; text-decoration: none; font-weight: inherit; border-bottom: 1px dotted #4292a6; }

a:visited { color: #666; text-decoration: none; font-weight: inherit; border-bottom: 1px dotted #666; }

a:hover,
a:focus,
button.link:hover,
button.link:focus span { color: #fff; text-decoration: none; font-weight: inherit; border-bottom: 1px dotted #77c1d4; background-color: #77c1d4; }
a:active,

button.link:active span { color: #fff; text-decoration: none; font-weight: inherit; border-bottom: 1px dotted #77c1d4; background-color: #77c1d4; }

h1 a, h2 a, h3 a, h4 a, h5 a {
	border-bottom: none !important;
}



/******************** @group Form ********************/
legend { padding-bottom: 0; }
label { padding-top: 0; margin: 0 0 22px 0; float: left; display: block; }
label.first { margin-left: 0; }
input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"] { border: solid 1px #ccc; height: 22px; padding: 1px 2px; display: block; }
input[type="file"] { border: none; background: #eee;}
textarea { border: solid 1px #ccc; height: 22px; padding: 6px 2px; display: block; line-height: 24px; }
select { display: block; margin-top: 2px; margin-bottom: 0; }
input[type="submit"],
input[type="reset"],
input[type="button"] { margin-left: 12px; height: 18px; margin-bottom: 0; }
input.highlight { background-color: #f7d9d9 !important; }

label.width1,
label.width2,
label.width3,
label.width4 { float: left; }

label.width1 input,
label.width1 textarea { width: 228px; }
label.width2 input,
label.width2 textarea { width: 480px; }
label.width3 input,
label.width3 textarea { width: 732px; }
label.width4 input,
label.width4 textarea { width: 984px; }

label.width1 select,
label.width2 select,
label.width3 select,
label.width4 select { width: 100%; }

label.unitx1, label.unitx2,
label.unitx3, label.unitx4,
label.unitx5, label.unitx6,
label.unitx7, label.unitx8 { float: left; }

label.unitx1 input,
label.unitx1 textarea { width: 102px; }
label.unitx2 input,
label.unitx2 textarea { width: 228px; }
label.unitx3 input,
label.unitx3 textarea { width: 354px; }
label.unitx4 input,
label.unitx4 textarea { width: 480px; }
label.unitx5 input,
label.unitx5 textarea { width: 606px; }
label.unitx6 input,
label.unitx6 textarea { width: 732px; }
label.unitx7 input,
label.unitx7 textarea { width: 858px; }
label.unitx8 input,
label.unitx8 textarea { width: 984px; }

label.unitx1 select,
label.unitx2 select,
label.unitx3 select,
label.unitx4 select,
label.unitx5 select,
label.unitx6 select,
label.unitx7 select,
label.unitx8 select { width: 100%; }

label.singleline { height: 32px; margin-bottom: 0; }
label.singleline input { width: auto; display: inline; margin-left: 12px; margin-top: 0; }

label.multilinex2 textarea { height: 46px; }
label.multilinex3 textarea { height: 60px; }
label.multilinex4 textarea { height: 84px; }
label.multilinex5 textarea { height: 108px; }
label.multilinex6 textarea { height: 132px; }

.width1 .radio-text { width: 228px; }
.width2	.radio-text { width: 480px; }
.width3	.radio-text { width: 732px; }
.width4	.radio-text { width: 984px; }

.radio { margin: 4px 0 0 1px; float: left; display: block; clear: left; }
.radio-label { margin: 0 0 24px 0; padding-left: 18px; float: none; display: block; clear: none; }

.checkbox { margin: 4px 0 0 1px; float: left; display: block; clear: left; }
.checkbox-label { margin: 0 0 24px 0; padding-left: 18px; float: none; display: block; clear: none; }

button,
a.bttn,
p.bttn a {
	background: #77c1d4;
	border: 1px solid #4292a6;
	color: #fff;
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-size: 16px;
	padding: 3px 8px 2px;
	text-transform: lowercase;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover,
a.bttn:hover
p.bttn a:hover {
	background: #ffcc00;
	border-color: #d9ad00;
	color: #666;
}



/******************** @group Table ********************/
table { border-top: solid 3px #000; margin-top: 0; padding-bottom: 6px; }
th, td { border-top: solid 1px #000; line-height: 23px; padding: 1px 0 0; position: relative; }
th { padding: 5px 0 7px;}

th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }

tr:nth-child(even) td { }
tr:nth-child(odd) td { background: #f6f6f6; }

caption { padding-top: 0; margin-bottom: 0; }

















/* #HEADER STYLES */

#header .flourish {
	left: -80px;
	position: absolute;
	top: 0;
}

.logo {
	margin: 50px 0 60px 0;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 99;
}

.logo a:hover {
	background: none;
}

.navigation {
	border-top: 2px solid #ccc;
	margin: 67px 0 0 20px;
	padding: 0;
	text-indent: 3px;
}

.navigation li {
	float: left;
	list-style: none;
	margin-right: 15px;
	padding: 0;
}

.navigation li.omega {
	margin-right: 0;
}

.navigation li.active {
	border-top: 2px solid #ffcc00;
	position: relative;
	top: -2px;
}

.navigation li.right {
	float: right;
}

.navigation li a {
	background: none;
	border-bottom: none;
	color: #ccc;
	display: block;
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-weight: 300;
	padding-right: 3px;
	padding-top: 8px;
	text-transform: lowercase;
}

.navigation li.active a,
.navigation li a:hover {
	color: #666;
}



/* ARTICLE STYLES */

#content h1 {
	left: 8px;
	padding-top: 0;
	position: relative;
	top: -10px;
}

#content h1 em {
	font-size: 40px;
	font-style: normal;
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-weight: 500;
}

#content h1 a {
	color: #ccc;
}

#content h1 a:hover {
	color: #fff;
}

#content > h2 {
	left: 8px;
	padding-top: 0;
	position: relative;
}

.article {
	float: right;
	margin: 0 20px 60px 0;
	position: relative;
}

.header,
.footer {
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	text-align: right;
	font-weight: 300;
	text-transform: lowercase;
}

.article .footer {
	position: absolute;
	bottom: 1px;
	left: 0;
}

.header a,
.footer a {
	border-bottom: none;
}

.header h2, .header h3 {
	border-top: 2px solid #77c1d4;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 5px;
	padding-top: 12px;
	text-align: right;
}

.header h2 {
	color: #77c1d4;
}

.header h2 a, .header h3 a {
	color: #77c1d4;
}

.header h2 a:hover, .header h3 a:hover {
	background-color: #77c1d4;
	color: #fff;
}

.header h3 {
	font-size: 18px;
	border-top-color: #ccc;
	padding-top: 6px;
}

.header .post-info {
	border-top: 1px solid #ccc;
	color: #aaa;
	display: block;
	margin-top: 28px;
	text-align: right;
	width: 100%;
}

.header .post-comments a {
	color: #aaa;
}

.header .post-comments a:hover {
	color: #fff;
}

.comment .header .post-info {
	font-size: 14px;
	margin-top: 6px;
}

.header .tag-list {
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 22px 0 0 0;
	width: 100%;
}

.header .tag-list li {
	text-align: right;
}

.header .tag-list li a {
	color: #aaa;
}

.header .tag-list li a:hover {
	color: #fff;
}

.contents p:first-child:first-letter,
.comment .contents .hiddenFields + p:first-letter {
	float: left;
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-weight: 100;
	font-size: 84px;
	line-height: 72px;
	padding: 0 3px 0 0;
	text-transform: uppercase;
}

.comment .contents p:first-child:first-letter,
.comment .contents .hiddenFields + p:first-letter {
	font-size: 51px;
	line-height: 44px;
}

.quote .contents p:first-child:first-letter {
	font-size: 71px;
	line-height: 62px;
}

.contents h3:first-child {
	padding-top: 0;
}

.contents p {
	text-align: justify;
}

.contents p:first-child + p {
	clear: left;
}

.contents p img {
	margin: 20px -1.5em;
	max-width: 460px;
}

.contents p:first-child img {
	margin: 5px 0 20px 0;
}

.comment p, .comment ul, .comment ol, .comment blockqoute {
	font-size: 14px;
}

.contents ul,ol {
	margin-top: 10px;
	margin-bottom: 14px;
}

.contents ul,ol:first-child {
	margin-top: 0;
}

.contents p strong,
.contents ul strong,
.contents ol strong {
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-weight: 700;
	color: #444;
}

.figure {
	clear: both;
	margin: 20px 0;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-0-border-radius: 3px;
	border-radius: 3px;
}

.figure img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-0-border-radius: 3px;
	border-radius: 3px;
}

.figure a:hover {
	background: none !important;
	border: none !important;
}

.figure .figcaption a:hover {
	background: #77c1d4;
	border-bottom: 1px solid #77c1d4;
}

.figure:first-child {
	margin-top: 5px;
}

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


.contents .figure img {
	max-width: 460px;
}

.figure .figcaption {
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin-right: 20px;
	padding-top: 2px;
	position: absolute;
	right: 100%;
	text-align: right;
	top: 0;
	width: 140px;
	border-top: 1px solid #ccc;
}

.figure:first-child .figcaption,
.figcaption.lower {
	top: auto;
	bottom: 24px;
}

.quote .contents blockquote,
.contents blockquote:first-child {
	padding: 0 0 0 10px;
	position: relative;
}

.quote .contents blockquote p {
	font-style: italic;
	font-size: 24px;
	font-weight: light;
	line-height: 33px;
	position: relative;
	text-align: justify;
	z-index: 2;
}

.quote .contents blockquote .quote.open {
	color: #ccc;
	font-size: 48px;
	left: -20px;
	line-height: 48px;
	position: absolute;
	top: 0;
}

.quote .contents blockquote cite {
	color: #aaa;
}

.pagination {
	float: right;
	margin: -20px 20px 50px 0;
}

.prev-link {
	float: left;
}

.next-link {
	float: right;
}

.comment.form input {
	background: transparent;
	border: none;
	border-bottom: 1px dotted #77c1d4;
	color: #666;
	display: inline;
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 3px;
}

#comment_form img { display: inline; margin: 0; }

#comment_form p + p { text-indent: 0; }

#comment_form button { margin-top: 15px; }

.hiddenFields {
	display: none;
}

.comment.form textarea {
	background: transparent url(/images/content-images/baseline.png) top left repeat;
	border: none;
	color: #666;
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-size: 14px;
	height: 100px;
	margin-top: 24px;
	padding: 1%;
	width: 98%;
}


/* ASIDE STYLES */

.figure.weekly {
	background: #eee;
	padding: 9px 9px 3px;
}

.figure.weekly img {
	-webkit-border-radius: 2px;
}

.aside blockquote {
	padding-left: 10px;
	position: relative;
}

.aside blockquote p {
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-weight: 100;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	text-align: justify;
	z-index: 2;
}

.aside blockquote .quote.open {
	color: #ffcc00;
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-weight: 300;
	font-size: 48px;
	left: -20px;
	line-height: 48px;
	position: absolute;
	top: 0;
}

.aside blockquote .quote.close {
	font-family: 'calluna-1', 'calluna-2', 'times', 'times new roman', 'georgia', serif;
	font-weight: 300;
}

.aside blockquote cite {
	color: #aaa;
	display: block;
	font-family: 'museo-sans-1', 'museo-sans-2', 'lucida sans', 'lucida grande', 'lucida sans unicode', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}

.aside a {
	border-bottom: none;
	color: inherit;
}

.aside a:hover {
	color: #fff;
	background: #77c1d4;
}


/* ARCHIVE & CATEGORY STYLES */

.article.categories li,
.article.archive li {
	margin-left: 170px;
	padding-left: 0;
}


/* FOOTER STYLES */

#footer {
	padding-top: 20px;
}

#footer .logo {
	margin-top: 0;
}

#footer .flourish {
	top: 15px;
	left: -120px;
	margin-bottom: -300px;
	position: absolute;
	z-index: 1;
}

#footer .navigation {
	margin-top: 17px;
	margin-left: 10px;
}

/* GENERAL STYLES */

.section {
	position: relative;
}

.arrow {
	vertical-align: middle;
	font-weight: 900;
}
