/* 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-child > a { padding-right: 0;}
.sf-menu > li > a { text-transform: uppercase; font-family: GearedSlab, "Droid Serif", serif; font-weight: bold; font-size: 14px;}
.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;
	text-transform: lowercase;
}

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

.entry-video {
    margin-bottom: 30px !important;
}


.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-small {
    margin-top: 30px;
    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 input[type=email],
.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;
	padding: 3px 0px;
}
.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) { margin-right:0;
	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; }


/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('js/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('js/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('js/fancybox/source/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.post-form input[type="submit"], .gform_wrapper input[type=submit], .contact 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 input[type="email"], .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; }

.entry-body  ul {
    list-style-type: disc;
    list-style: inside;
    font-weight: bold;
}
.entry-body  li {
    margin-bottom: 3px;
    margin: 0 0 0 10px;
}
.entry-body  ul p {
    margin: 0 0 10px 0;
}
.entry-body b {
    font-weight: bold;
}
.entry-body i {
    font-style: italic;
}
.entry-gallery {
    padding: 0;
    overflow: hidden;
}
.entry-gallery .gallery-oneitem{
    padding: 15px 0 15px;
    overflow: hidden;
}
.entry-gallery .gallery-description{
    padding-bottom: 5px;;
}
.entry-gallery .gallery-photo {

}

.entry-back-link {
    float:left;
}

.photos-list {
    list-style: none;
}
.photos-list li {
    padding: 0 7px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

a.gallery, a.gallery:hover, a.fancybox-close {
    text-decoration: none;
    border-bottom: 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;}

/* Styler */
#styler { z-index:10000; width:200px; position: fixed; top:160px; left:-205px; background: #fff;  margin:0; padding:0; list-style: none; border:solid 5px #fff; border-bottom-width:0; border-left-width:0; }
#styler li {width:200px; }
#styler li a { display:block; padding:15px; color:#fff; font-weight:bold; border-bottom:solid 5px #fff; text-decoration: none; text-shadow: 0 1px 0 rgba(0,0,0,0.5); }
#color-default { background: #2E4964; }
#color-brown { background: #755d33; }
#color-green { background: #2C534E; }
#color-cyan { background: #0D6072; }
#color-purple { background: #824E5B; }
#styler li#style-toggle { position:absolute; top:-5px; right:-58px; width:58px; height:58px; background: #fff; }
#styler li#style-toggle a { display:block; width:58px; height:58px; text-indent: -999em; background: url(demo/color.png) no-repeat 14px 12px; padding:0; border-bottom:0; }

.disabled {
    display: none;
}

.message {
    margin-bottom: 30px;
    font-size: 1.5em;
    padding-bottom: 30px;
    border-bottom: 4px double rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.07);
    color: #8196AF;
    text-align: center;
}