/*
Theme Name: Hartee
Theme URI: http://www.cssigniter.com/ignite/themes/hartee
Description: Tumblr style theme for WordPress
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Version: 1.2.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* GLOBAL: #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }

	body {
		line-height: 1; }
	
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

.entry ul {
   list-style: disc !important;
   padding-left: 20px;
}


/* GLOBAL: #Basic Styles
================================================== */
	body {
		font: 13px/1.75 "Droid Serif", Georgia, serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		color: #000000;
	}

	.hidden { display:none; }
	#wrap { position:relative; z-index:1000; }


/* GLOBAL: #Typography
================================================== */

@font-face {
	font-family: 'GearedSlab';
	src: url('font/gearedslab-extrabold.eot');
	src: url('font/gearedslab-extrabold.eot?#iefix') format('embedded-opentype'),
	url('font/gearedslab-extrabold.woff') format('woff'),
	url('font/gearedslab-extrabold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

	h1, h2, h3, h4, h5, h6 { font-family: 'Droid Serif', Georgia, serif; font-weight: 900; -ms-word-wrap: break-word; word-wrap: break-word; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 34px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
	h3.widget-title { font-size:20px; line-height: 1; margin-bottom: 20px; text-transform: uppercase;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	}
	#footer h3.widget-title	{ font-size: 14px; line-height: 30px; margin-bottom: 4px; text-transform: uppercase; }
	h3.section-title { font-size:30px; letter-spacing: -1px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 16px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }
	p.excerpt { font-size: 14px; font-weight:bold; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

	pre { font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 15px; overflow: auto; padding: 0.75em 1.625em; }
	code, kbd, samp, var { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
	abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
	address { display: block; margin: 0 0 1.625em; }
	sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
	sup { bottom: 1ex; }
	sub { top: .5ex; }

	blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }

	dl { margin-bottom:20px; }
	dl dd { margin: 0 0 5px 10px; }

	.gallery {
		margin-bottom: 20px;
		overflow: auto;
	}

	.gallery-item {
		float: left;
		margin: 0 4px 4px 0;
		overflow: hidden;
		position: relative;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 48%;
		max-width: -webkit-calc(50% - 4px);
		max-width:         calc(50% - 4px);
	}

	.gallery-columns-3 .gallery-item {
		max-width: 32%;
		max-width: -webkit-calc(33.3% - 4px);
		max-width:         calc(33.3% - 4px);
	}

	.gallery-columns-4 .gallery-item {
		max-width: 23%;
		max-width: -webkit-calc(25% - 4px);
		max-width:         calc(25% - 4px);
	}

	.gallery-columns-5 .gallery-item {
		max-width: 19%;
		max-width: -webkit-calc(20% - 4px);
		max-width:         calc(20% - 4px);
	}

	.gallery-columns-6 .gallery-item {
		max-width: 15%;
		max-width: -webkit-calc(16.7% - 4px);
		max-width:         calc(16.7% - 4px);
	}

	.gallery-columns-7 .gallery-item {
		max-width: 13%;
		max-width: -webkit-calc(14.28% - 4px);
		max-width:         calc(14.28% - 4px);
	}

	.gallery-columns-8 .gallery-item {
		max-width: 11%;
		max-width: -webkit-calc(12.5% - 4px);
		max-width:         calc(12.5% - 4px);
	}

	.gallery-columns-9 .gallery-item {
		max-width: 9%;
		max-width: -webkit-calc(11.1% - 4px);
		max-width:         calc(11.1% - 4px);
	}

	.gallery-columns-1 .gallery-item:nth-of-type(1n),
	.gallery-columns-2 .gallery-item:nth-of-type(2n),
	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-4 .gallery-item:nth-of-type(4n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 0;
	}

	.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
	.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
	.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
	.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
		clear: left;
	}

	.gallery-caption {
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		color: #fff;
		font-size: 12px;
		line-height: 1.5;
		margin: 0;
		max-height: 50%;
		opacity: 0;
		padding: 6px 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: left;
		width: 100%;
	}

	.gallery-caption:before {
		content: "";
		height: 100%;
		min-height: 49px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gallery-item:hover .gallery-caption {
		opacity: 1;
	}

	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}


/* GLOBAL: #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	a:hover { border-bottom:dotted 1px #ccc; }
	p a, p a:visited { line-height: inherit; }


/* GLOBAL: #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* GLOBAL: #Tables
================================================== */
	table { width:100%; margin-bottom:20px; }

/* GLOBAL: #Images
================================================== */
	img.scale-with-grid, img {
		max-width: 100%;
		height: auto; }

/* GLOBAL: #Floats
================================================== */
	.alignleft { float:left; margin:5px 15px 15px 0; }
	.alignright { float:right; margin:5px 0 15px 15px; }
	.aligncenter { clear: both;	display: block;	margin-left: auto; margin-right: auto; }


/* GLOBAL: #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* GLOBAL: #Forms
================================================== */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea
	{
		padding: 14px 12px;
		outline: none;
		font: inherit;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		border: none;
		color: #fff;
	}

	select { padding: 0; }
	textarea { min-height: 60px; }
	label, legend { display: block; font-weight: bold; font-size: 13px;  }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span, legend span { font-weight: normal; font-size: 13px; }


  #wrap {
		background: url("images/top-pat.png") repeat-x top center;
	}
/* GLOBAL: #Header
================================================== */
	#header { padding-top: 50px;
		margin-bottom: 32px;
		padding-bottom: 35px;
		border-bottom: 4px double rgba(255, 255, 255, 0.07);
	}

	.logo {
		text-align: center;
	}

	.logo h1 {
		font-family: GearedSlab, "Droid Serif", serif;
		font-size: 30px;
		margin-bottom: 0;
		font-weight: normal;
	}

	.logo a:hover { border:none; }

	.logo h2 {
		text-align: center;
		color: #cdcdcd;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
		font-size: 14px;
		font-weight: normal;
		padding-top: 10px;
		font-family: "Droid Serif", Georgia, serif;
		font-style: italic;
	}

	.skip-to-content {
		display: block;
		margin: 5px 0 0 0;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		border-radius: 4px;
		background: rgba(255,255,255,0.06);
	}

	.skip-to-content:hover {
		border: none;
		background: rgba(255,255,255,0.1);
	}

/* MODULE: #Main navigation
================================================== */
nav { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 4px double #a1a1a1; border-color: rgba(255,255,255,0.07); }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height:	1.0;
}
.sf-menu ul { position: absolute;  top: -999em; }
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility: inherit; }
.sf-menu li { float: left; position: relative; text-decoration:none;  }
.sf-menu a {  display: block; position: relative; font-size:13px; font-weight: normal; padding: 10px 50px 0 0; text-shadow: 0 1px 0 rgba(0,0,0,0.5); white-space: nowrap; }
.sf-menu > li:last-of-type > a { padding-right: 0;}
.sf-menu > li > a { text-transform: uppercase; font-family: GearedSlab, "Droid Serif", serif; font-size: 15px;}
.sf-menu li li a { font-size:12px; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
.sf-menu a:hover { border:none; }
.sf-menu li:hover ul,.sf-menu li.sfHover ul { left: -1px; top: 71px; z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 13em; top: -1px; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; top: 0; }
.sf-menu li:hover { outline: 0; }
.sf-menu li li a:hover { color:#fff !important; }
.sf-menu > li:hover {
	border: medium none;
	background: none repeat scroll 0 0 transparent; }
.alt-nav, .mobile-nav { display:none; }
.sf-menu > li > span {
	font-size: 11px;
	font-style: italic;
}

.sf-menu ul {
	padding: 10px;
	width: auto;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.sf-menu ul a{
	background: url("images/list-div.png") repeat-x scroll center bottom transparent;
	padding-bottom: 11px;
	padding-right: 0;
}

.sf-menu ul > li:first-child > a {
	padding-top: 0;
}

.sf-menu ul > li:last-child > a {
	background: none;
	padding-bottom: 0;
}

/* #Main Content
================================================== */
	#main {
		padding-top: 50px;
	}

	.hero {
		margin-bottom: 50px;
	}

	.hero h1 {
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.34);
	}

	.top-area {
		margin-bottom: 40px;
	}


/* #Article
================================================== */

.entry {
	margin-bottom: 60px;
}

.single .entry {
	margin-bottom: 30px;
}

.entry-head {
	background: url("images/paper-top.png") no-repeat top center;
	position: relative;
	height: 36px;
	padding: 10px 35px 0;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.entry-body {
	padding: 10px 35px;
	background: url("images/paper-body.png") repeat-y top center;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	position: relative;
}

.page .entry-body {
	padding-bottom: 30px;
}

.entry-body h1 a,
.entry-body h1 a:visited,
.entry-body h1 {
	color: #000000;
	font-size: 23px;
	line-height: 1.2;
}

.entry-body h1:hover {

}

.entry-meta {
	float: right;
	color: #ccc;
	font-style: italic;
}

.entry-meta a,
.entry-meta a:visited {
	color: #424242;
}

a.comment-no {
	margin-right: 20px;
	padding-left: 25px;
	background: url("images/sprites.png") no-repeat 0 -302px;
}

.format-icon {
	background-position: 0 -105px;
	width: 39px;
	height: 49px;
	position: absolute;
	left: 29px;
	top: -21px;
}

.f-icon {
	background: url("images/sprites.png");
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}

.format-standard .f-icon {
	background-position: 0 -438px;
	top: 22px;
	left: 15px;
}

.format-quote .f-icon {
	background-position: 0 -413px;
	top: 26px;
	left: 15px;
}

.format-video .f-icon {
	background-position: -1px -468px;
	top: 26px;
	left: 14px;
}

.format-image .f-icon,
.format-gallery .f-icon{
	background-position: 0 -525px;
	top: 25px;
	left: 13px;
}

.format-audio .f-icon {
	background-position: 0 -493px;
	top: 22px;
	left: 17px;
}

.format-link .f-icon {
	background-position: 0 -548px;
	top: 21px;
	left: 12px;
}

.entry-body .read-more {
	position: absolute;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	background-position: 0 -247px;
	width: 153px;
	height: 33px;
	text-align: center;
	padding: 8px 0 0 0;
	padding-top: 8px;
	right: -17px;
	text-indent: -13px;
}

.entry-body .read-more:hover {
	text-decoration: none;
	border-bottom: none;
	color: rgba(255,255,255,0.85);
}

.entry-cat {
	margin-top: 70px;
	padding: 20px 0 10px;
	background: url("images/divider.png") repeat-x top center;
}

.entry-cat.no-tags {
	background: none;
	padding-bottom: 0;
}

.single .entry-cat {
	margin-top: 30px;
}

.entry-tag {
	text-align: center;
	position: relative;
	background: url('images/tag-bg.png') repeat-x;
	display: inline-block;
	padding: 2px 6px 4px 18px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
	font-style: italic;
}

.entry-tag:after {
	content: " ";
	position: absolute;
	right: -21px;
	background: url('images/sprites.png') no-repeat 0 -201px; width: 21px; height: 25px;
	top: 0;
}

.entry-tag:hover {
	border-bottom: none;
}
.entry-thumb {
	margin-bottom: 10px;
}

.format-video .entry-thumb p {
	margin: 5px 0;
	font-size: 10px;
}

.quote-text p {
	font-size: 23px;
	color: #a2a2a1;
}

.quote-text {
	text-align: center;
}

.external-link {
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	background: url(images/audio-bg.png);
	border: 1px solid rgba(255,255,255,0.9);

	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);

	-moz-box-shadow: inset 1px 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0 1px rgba(0, 0, 0, 0.05);
}

.external-link:hover {
	border: 1px solid rgba(255,255,255,0.5);
}

.single .entry-body ul {
	list-style: disc;
	margin-left: 30px;
}

.entry-body table {
	width: 100%;
	font-size: 0.9em;
}

.entry-body table td {
	padding: 3px 5px;
	border: 1px solid #555;
}

.entry-body table th {
	border: 1px solid #555;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	font-weight: bold;
	padding: 5px;
}

.entry-body input[type=text],
.entry-body textarea,
.entry-body .gform_wrapper input[type=text],
.entry-body .gform_wrapper textarea {
	width: 80% !important;
	background: #fff !important;
	border-radius: 2px;

	box-shadow: inset 1px 1px 0 0 rgba(0,0,0,0.25);
	padding: 7px 10px;
	color: #333;
	font: inherit;
}

.entry-body input[type=text]:focus,
.entry-body textarea:focus {
	background: #f3f3f3;
}

/* Page: Archives
================================================== */
ul.archive a {
	font-size: 1.1em;
}

ul.archive li {
	margin-bottom: 20px;
}

/* Module: jPlayer
================================================== */

.jp-audio ul {
	list-style:none !important;
	margin-left: 0 !important;
}

.jp-audio a:hover {
	border: none;
}

.audio-wrap {
	margin: 0 0 15px;
}

.audio-wrap ul {
	margin: 0;
}

.jp-audio {
	height: 46px;
	width: 100%;
	background: url("images/audio-bg.png") repeat;

	border-radius: 4px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
}

.jp-controls li a {
	height: 34px;
	left: 7px;
	text-indent: -999em;
	top: 6px;
	width: 34px;
}

.jp-progress {
	height: 9px;
	left: 14%;
	top: 18px;
	width: 40%;
	position: relative;
	background: none repeat scroll 0 0 #f5f4ef;
	border-radius: 8px;
	box-shadow: inset 1px 1px 0 0px rgba(0, 0, 0, 0.1);
}

.jp-seek-bar, .jp-play-bar, .jp-volume-bar-value {
	height: 8px;
}

.jp-current-time {
	font-size: 10px;
	left: 61%;
	top: 14px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}

.jp-volume-bar {
	width: 89px;
	height: 9px;
	top: 18px;
	position: relative;
	background: none repeat scroll 0 0 #f5f4ef;
	border-radius: 8px;
	box-shadow: inset 1px 1px 0 0px rgba(0, 0, 0, 0.1);
	right: 2%;
}

.jp-volume-bar-knob {
	height: 18px;
	position: absolute;
	right: -15px;
	top: -5px;
	width: 18px;
}

.jp-audio, .jp-volume-bar-value, .dulce-audio-thumb {
	position: relative;
}

.jp-controls li a, .jp-progress, .jp-current-time, .jp-volume-bar {
	position: absolute;
}

.jp-seek-bar, .jp-volume-bar, .jp-volume-bar-knob {
	cursor: pointer;
}

.jp-play {
	background-position: 0 -623px !important;
	z-index: 2;
}

.jp-pause {
	display:none;
	background-position: 0 -664px !important;
	z-index: 1;
}

.jp-play-bar, .jp-volume-bar-value {
	background-position: -65px -90px;
	border-radius: 20px;
	box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.25);
}

.jp-volume-bar-knob {
	background-position: -270px -210px;
}

/* GLOBAL: #Footer
================================================== */

#footer, .footer {
	padding-top: 10px;
	font-style: italic;
	padding-bottom: 20px;
	background: url("images/bottom-pat.png") repeat-x bottom center;

}

#footer p {
	border-top: 4px double #eee;
	border-color: rgba(255,255,255,0.07);
	padding-top: 10px;
}

/* MODULE: #Alternate Layout Styles
================================================== */
.alt-layout #header .logo {
	display: none;
}

.alt-layout .logo h1,
.alt-layout .logo h2 {
	display: block;
}

.alt-layout .logo h1 {
	margin-right: 20px;
}

.alt-layout .logo {
	text-align: center;
}

.alt-layout nav {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.alt-head {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom:4px double rgba(255, 255, 255, 0.07);
}

.alt-layout .sf-menu > li,
.alt-layout .sf-menu > li:hover {
	display: block;
	float: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/list-div.png") repeat-x bottom center;
}

.alt-layout .sf-menu > li:last-child { background: none; margin-bottom: 0; }
.alt-layout .sf-menu li:hover ul,
.alt-layout .sf-menu li.sfHover ul { left:40%; top: 10px; z-index: 99; }

.flex-direction-nav a:hover { border: none; }

/* GLOBAL: #WordPress Styles
================================================== */
	.wp-caption { font-size:11px; max-width:100%; }
	.wp-caption-text { font-style:italic; }
	.sticky, .gallery-caption, .bypostauthor {}

/* GLOBAL: #Widgets
================================================== */
	#single-sidebar { margin-top:40px; }
	.widget { margin-bottom: 30px; font-size: 12px; padding-bottom: 30px; border-bottom: 4px double rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.07); }
	.widget-img { display:block; }
	#footer .widget { margin-bottom:20px; }
	#footer .widget p { margin-bottom:5px; }

	.widget-title {
		font-family: GearedSlab, 'Droid Serif', serif;
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: normal;
	}

	.widget {
		margin-bottom: 30px;
	}
	#sidebar .widget:last-of-type { border: none; }

.widget ul { margin: 0; }
	.widget ul li { margin-bottom: 12px; padding-bottom: 13px; background: url("images/list-div.png") repeat-x bottom; }
	.widget ul li:last-of-type { background: none; margin-bottom: 0; padding-bottom: 0;}
	.widget ul li a {
	}
	.widget ul li a:hover { border:none; }

	.widget-area .widget:last-child > * { margin-bottom:0; }



/* MODULE: #Comments
================================================== */
	.post-comments { margin:40px 0 0 0; padding:20px 0 0 0; }
	.post-comments h2 { margin-bottom:20px;
		font-family: GearedSlab, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
		text-transform: uppercase;
	}
	.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
	.post-comments > ol { margin-left:0; margin-bottom:0; }
	.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
	.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; text-align: center; }
	.post-comments .comment-text { margin-bottom:10px; }
	.post-comments > .comment-text:last-child { margin-bottom:0; }
	.post-comments .comment-copy { margin-left:60px;  padding: 15px 30px; font-size: 13px;
		background: url("images/paper-body.png") repeat-y scroll 0 0 transparent;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}
	.post-comments .comment-copy p { margin-bottom:10px; }
	.post-comments .comment-meta { font-weight: normal; margin-bottom:5px !important;
		color: #909090;
		font-style: italic;
	}
	.comment-reply-link, .btn-reply { display:inline-block; height:15px;  position:relative; top:5px; font-weight: normal; font-size: 14px; text-transform: uppercase;
		line-height: 1;
		font-family: GearedSlab;
	}
	.comment-reply-link:hover, .btn-reply:hover { color: #666;
		border: none;
	}
	.comment-reply-link { font-size: 14px; font-weight: normal; display:inline-block; border-radius:2px; margin-bottom:5px; }
	#cancel-comment-reply-link { display:block; font-size:14px; }
	#cancel-comment-reply-link:hover { border:none; }
	.logged-in-as { color: #fff; }

/* MODULE: #Comment Form
================================================== */
	#form-wrapper { padding:20px 0 0 0; margin: 40px 0 50px;  }
	#form-wrapper h2 { margin-bottom:20px;
		font-family: GearedSlab,Helvetica,sans-serif;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 20px;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.55);
		text-transform: uppercase;}
	#form-wrapper form { margin-bottom:0; }
	.post-form label { display:block; font-weight: normal; padding-bottom:5px; }
	.post-form input[type=text] { width:80%; }
	.post-form input[type=submit] { margin-bottom:0; }
	.post-form textarea { width:90%; height:200px; }
	#post-action { margin-bottom:0; }


/* Paging Styles
================================================== */
	#paging { margin:0 0 40px 0; clear:both; }
	#paging-left { text-align: left; }
	#paging-right { text-align: right; }
	#paging > a, #paging > a:visited { text-shadow: 1px 1px 0 rgba(0,0,0,0.25); color: #fff; display:inline-block; margin-right:5px; font-weight:bold; }
	#paging a:hover { border: none; color: rgba(255,255,255,0.8); }
	#paging span.current {
		font-weight: bold;
		margin-right: 5px;
		padding: 2px 9px;
	}
	.wp-pagenavi .pages { margin-right:15px; }
	#paging .nav-next a {
		background-position: 0 -330px;
		width: 110px; height: 28px;
		text-indent: 23px;
		padding:3px 9px;
		color: #FFF;
		display: inline-block;
		font-size: 11px;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	}
	#paging .nav-prev a {
		background-position: 0 -370px;
		width: 128px; height: 28px;
		text-indent: 12px;
		padding:3px 9px;
		color: #FFF;
		display: inline-block;
		font-size: 11px;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	}

	#paging .nav-prev a:hover,
	#paging .nav-next a:hover {
		border: none;
		color: rgba(255,255,255,0.8);
	}

	#paging .wp-pagenavi > a, #paging .wp-pagenavi > span,
	#paging.wp-pagenavi > a, #paging.wp-pagenavi > span {
		border-radius: 3px 3px 3px 3px;
		color: #FFFFFF;
		margin: 2px;
		padding: 6px 13px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
		border: none;
		display: inline-block;
	}

	#paging .current {
		background: rgba(255,255,255,0.3);
	}

	#paging .nav-next a,
	#paging .nav-prev a {
		border: none;
		display: inline-block;
		font-size: 11px;
		background-color: transparent;
	}

	#paging .nav-symbol {
		border: none;
		background: none;
		margin: 0;
		padding: 0;
	}

/* WordPress Native Galleries
================================================== */

	.gallery .zoom {
		display: block;
		position: static;
		line-height: 0;
		height: auto;
	}

	.gallery {
		display: block;
		clear: both;
	}

	.gallery-item {
		float: left;
		margin: 6px;
		padding: 3px;
		background: none repeat scroll 0 0 #999;
		height: auto;
		line-height: 0;
	}

	.gallery-columns-4, .gallery-columns-3, .gallery-columns-2, .gallery-columns {
		background: transparent !important;
	}


/* WIDGET: #Flickr
================================================== */
	.flickr_badge_image { float: left; margin-right: 10px; margin-bottom: 10px; padding: 3px;
		background: rgba(0, 0, 0, 0.2);
	}
	.flickr_badge_image img { width:55px; height:55px;
	}
	.flickr_badge_image:nth-child(4n+1) { margin-right:0; }
	.flickr_badge_image img { display: block;
	}

	.widget_ci_about_widget img {
		line-height: 0;
		padding: 4px;
		background: rgba(0, 0, 0, 0.2);
	}

	.widget_ci_about_widget .alignleft,
	.widget_ci_about_widget .alignright {
		margin-bottom: 10px;
	}

.widget_ci_ads125_widget ul li {
	padding: 0;
	margin: 0 20px 20px 0;
	display: block;
	float: left;
	width: 125px;
	height: auto;
	line-height: 0;
	background: none;
}
.widget_ci_ads125_widget ul li.last { margin-right: 0; }
.widget_ci_ads125_widget li img { width: 100%; height:  auto;}

/* WIDGET: #Social Links
================================================== */
	.icn { text-align:left; width: 24px; height: 24px; background-image: url(images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin-right: 10px; text-indent: -999em; cursor: pointer; }
	.icn:hover { border:none; }
	.icn:focus,
	.icn:active { outline: none }
	.icn.twitter { background-position: -31px -1px }
	.icn.twitter:hover { background-position: -31px -31px }
	.icn.facebook { background-position: 0 -1px }
	.icn.facebook:hover { background-position: 0 -31px }
	.icn.flickr { background-position: -62px -1px }
	.icn.flickr:hover { background-position: -62px -31px }
	.icn.picasa { background-position: -94px 0 }
	.icn.picasa:hover { background-position: -94px -30px }
	.icn.lnkdin { background-position: -125px 0 }
	.icn.lnkdin:hover { background-position: -125px -30px }
	.icn.gplus { background-position: -156px -1px }
	.icn.gplus:hover { background-position: -156px -31px }
	.icn.rss { background-position: -187px -1px }
	.icn.rss:hover { background-position: -187px -31px }
	.icn.youtube { background-position: -218px -1px }
	.icn.youtube:hover { background-position: -218px -31px }
	.icn.wordpress { background-position: -250px -1px }
	.icn.wordpress:hover { background-position: -250px -31px }
	.icn.dribbble { background-position: -282px -1px }
	.icn.dribbble:hover { background-position: -282px -31px }
	.icn.pinterest { background-position: -313px -1px }
	.icn.pinterest:hover { background-position: -313px -31px }
	.icn.stumble { background-position: -345px -1px }
	.icn.stumble:hover { background-position: -345px -30px }
	.icn.digg { background-position: -380px -1px }
	.icn.digg:hover { background-position: -380px -30px }
	.icn.myspace { background-position: -440px -1px }
	.icn.myspace:hover { background-position: -440px -31px }
	.icn.soundcloud { background-position: -410px -1px }
	.icn.soundcloud:hover { background-position: -410px -31px }

	.ci-socials-ignited a {
		margin-right: 5px;
	}

	.ci-socials-ignited a:hover {
		border: none;
	}

	.ci-socials-ignited a:last-child {
		margin-right: 0;
	}

	.widget_ci_social_widget { text-align: center; }
	.widget_ci_social_widget .widget-title {text-align: left;}

/* WIDGET: #Search
================================================== */
	.searchform, .searchform input[type=text] {
		margin-bottom:0; width:97%;
	}
	.searchform input[type=text] {
		border-radius: 20px;
		border: none;
		background: rgba(0,0,0,0.2);
		border-top: 1px solid #272727;
		border-left: 1px solid #272727;
		border-right: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(255,255,255,0.1);
		font: inherit;
		color: #fff;
		text-indent: 20px;
		padding: 9px 0;
		height: 18px;
	}
	.searchform > div { position:relative; }
	.searchform .searchsubmit {
		position:absolute;
		top: 13px;
		right: 19px;
		padding: 0;
		background: url("images/sprites.png") no-repeat 0 -588px;
		width: 13px;
		height: 12px;
		border: none;
		text-indent: -999em;
		line-height: 0;
		vertical-align: middle;
		margin: 0;
	}
	.searchform label { display:none; }

	.entry .searchform input[type=text] {
		color: #5d5d5d;
	}

/* WIDGET: #Recent Comments
================================================== */
	.recentcomments { padding:3px 0; }

/* WIDGET: #Twitter
================================================== */
	.tul span { display:block; }
	.twitter-time { display: block; margin-top: 5px; font-style: italic;
		font-size: 11px;
	}

/* WIDGET: #Calendar
================================================== */
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: left;
		margin-top: 10px;
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.03);
		padding: 9px;
	}
	#wp-calendar thead { font-size: 10px; }
	#wp-calendar thead th {
		background: rgba(0, 0, 0, 0.1);
		font-weight: bold;
		padding: 8px;
	}
	#wp-calendar tbody {
	}
	#wp-calendar tbody td { background: none; border: 1px solid rgba(255, 255, 255, 0.1); text-align: center; padding: 3px;}
	#wp-calendar tbody td:hover { background: rgba(255, 255, 255, 0.1); }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar a { font-weight: bold; font-style: italic; }

/* PLUGIN: #Contact Form 7 styles
================================================== */
	.wpcf7-form-control { width:70% !important; }
	.wpcf7-textarea { width:90% !important; }
	.wpcf7-submit { width:auto !important; }
	.wpcf7-not-valid-tip { color:#333; }
	.wpcf7-response-output { margin:0 !important; }



.post-form input[type="submit"], .gform_wrapper input[type=submit] {
	border: none;
	border-radius: 2px;
	color: #fff;
	font-family: GearedSlab, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 12px 30px 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}

.entry-body input[type="text"], .entry-body textarea, .entry-body .gform_wrapper input[type="text"], .entry-body .gform_wrapper textarea {
	background: none repeat scroll 0 0 #FBFBFB !important;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19) inset;
	padding: 9px 10px !important;

}

.entry-body .flexslider ul { margin-left:0; list-style: none; }
.flexslider .slides img { height: auto !important; }

.ie8 .flex-direction-nav .flex-prev { left: 5px !important;}
.ie8 .flex-direction-nav .flex-next { right: 5px !important;}