/*
Theme Name: Hartee
Theme URI: http://www.cssigniter.com/ignite/themes/hartee
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: Tumblr style theme for WordPress
Version: 1.0
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; }
	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; }


/* 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: #5d5d5d;
	}

	.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; }
	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"; }


/* 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%; }

/* GLOBAL: #Images
================================================== */
	img.scale-with-grid {
		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: #5d5d5d;
	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: #909090;
}

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; }
	.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; padding:3px 9px; margin-right:5px; font-size:11px; font-weight:bold; }
	#paging a:hover { border: none; color: rgba(255,255,255,0.8); }
	#paging span.current {
		display: inline-block;
		font-size: 11px;
		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;
	}
	#paging .nav-prev a {
		background-position: 0 -370px;
		width: 128px; height: 28px;
		text-indent: 12px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		border-radius: 3px 3px 3px 3px;
		color: #FFFFFF;
		margin: 2px;
		padding: 6px 13px !important;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
		border: none !important;
	}
/* 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-social-igniter a {
		margin-right: 5px;
	}

	.ci-social-igniter a:hover {
		border: none;
	}

	.ci-social-igniter 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; }
	

/* WIDGET: #Recent Comments
================================================== */
	.recentcomments { padding:3px 0; }

/* WIDGET: #Twitter
================================================== */
	.twitter_update_list 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; }

/* #PrettyPhoto Styles
================================================== */	
	div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
	div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
	div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
	div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
	div.pp_default .pp_content .ppt{color:#f8f8f8}
	div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
	div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
	div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
	div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
	div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
	div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
	div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
	div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
	div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
	div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
	div.pp_default .pp_social{margin-top:7px}
	div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
	div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
	div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
	div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
	div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
	div.pp_default .pp_content_container .pp_details{margin-top:5px}
	div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
	div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
	div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
	div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
	div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
	div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
	div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
	div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
	div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
	div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
	div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
	div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
	div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
	div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
	div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
	div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
	div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
	div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
	div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
	div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
	div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.dark_rounded .pp_description{margin-right:85px;color:#fff}
	div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
	div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
	div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
	div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
	div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
	div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
	div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
	div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
	div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.dark_square .pp_nav{clear:none}
	div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
	div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
	div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
	div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
	div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
	div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
	div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
	div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
	div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
	div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
	div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
	div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.facebook .pp_description{margin:0 37px 0 0}
	div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
	div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
	div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
	div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
	div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
	div.facebook .pp_nav{margin-top:0}
	div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
	div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
	div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
	div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
	div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
	div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
	div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
	div.pp_pic_holder a:focus{outline:none}
	div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
	div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
	.pp_content{height:40px;min-width:40px}
	* html .pp_content{width:40px}
	.pp_content_container{position:relative;text-align:left;width:100%}
	.pp_content_container .pp_left{padding-left:20px}
	.pp_content_container .pp_right{padding-right:20px}
	.pp_content_container .pp_details{float:left;margin:10px 0 2px}
	.pp_description{display:none;margin:0}
	.pp_social{float:left;margin:0}
	.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
	.pp_social .twitter{float:left}
	.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
	.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
	.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
	a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
	.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
	.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
	.pp_gallery div{float:left;overflow:hidden;position:relative}
	.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
	.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
	.pp_gallery ul a img{border:0}
	.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
	.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
	.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
	a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
	a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
	a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
	a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
	.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
	#pp_full_res{line-height:1!important}
	#pp_full_res .pp_inline{text-align:left}
	#pp_full_res .pp_inline p{margin:0 0 15px}
	div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
	div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
	div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
	div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
	div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
	div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
	div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
	div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
	div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
	div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
	div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
	div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
	div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
	div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
	.pp_top,.pp_bottom{height:20px;position:relative}
	* html .pp_top,* html .pp_bottom{padding:0 20px}
	.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
	.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
	* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
	.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
	.pp_fade,.pp_gallery li.default a img{display:none}

.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;}