/*
Theme Name:		DJ Framework
Theme URI: 		http://framework.domesticjones.com/
Version: 		3.3.3
Description: 	Domestic Jones' blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Dustin Jones
Author URI:		http://domesticjones.com
	
Some table and other basic functions are held within "reset.css"


SITE NOTES:
	Make Merch live filtered.

*/


@import url( 'reset.css' );
@import url( 'font/stylesheet.css' );
@import url( 'js/jquery.bxslider.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

body {
	background-color: #000;
	color: #fff;
	overflow-x: hidden;
}

.container { margin: 0px auto; }
.contentinner { margin: 0px auto; position: relative; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
.hentry, .comment, .navigation-links { padding-bottom: 40px; clear: both; }
.wp-pagenavi { clear: both; margin-top: 20px; }


/************* LINK COLORS *************/

a { color: #c00; text-decoration: none; }
a:hover { text-decoration: line-through; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #c00; text-decoration: none; }
.entry-content a:hover { text-decoration: line-through; }

/************* HEADER *************/

.header {
	width: 100%;
	height: auto;
	background: url('images/header.png') center bottom repeat-x;
	padding-bottom: 102px;
	position: relative;
	z-index: 999999;
}

#logo {
	float: left;
	margin: 0;
	width: 40%;
}

.headercontact {
	float: right;
	margin: 95px 0 0 0;
	text-align: center;
}

.headercontact span {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a8fce;
	letter-spacing: 4px;
	font-size: 14px;
}

.headerphone a {
	color: #000;
	text-decoration: none;
}

.header-navigation {
	width: 100%;
	height: auto;
	clear: both;
}

.header-social {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

.header-social li {
	float: left;
	margin: 0px 3px;
	padding: 1px;
}

.header-social li a {
	opacity: 0.8;
}

.header-social li a:hover {
	opacity: 1.0;
}
	
.jquery-responsive-select-menu {
	background: url('images/header.png') center bottom repeat-x;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: #fff;
	text-align: center !important;
}

.header-imagery {
	position: relative;
	width: 100%;
	height: 0px;
	z-index: 0;
}

.header-image {
	position: absolute;
	top: -88px;
}


/************* HEADER CART *************/

.header-cart {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99999999;
}

.header-cart-tab {
	padding: 10px 0 60px 0;
	display: block;
	position: absolute;
	width: 405px;
	top: 0;
	right: 0;
	background: url('images/tab-checkout.png') center bottom;
	vertical-align: bottom;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: 'octin_prisonregular', serif;
	text-shadow: 0 0 4px #000;
}

.header-cart-tab .visit_shop {
	float: left;
	text-align: left;
	padding-left: 50px;
}

.header-cart-tab .view_cart {
	float: right;
	text-align: right;
	padding-right: 60px;
}
.header-home-merch {
	margin-top: 40px;
}

.home-merch {
	background: url('images/bg-chicken.jpg') center bottom;
	padding: 40px 0;
}

.home-merch-inner {
	width: 100%;
	background: url('images/trans-black2.png') center top repeat-y;
	padding: 5px 0;
}

.home-merch-single {
	width: 20%;
	float: left;
	margin: 2.5%;
}

.home-merch strong {
	font-size: 18px;
}

.home-merch-link {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
}

/************* SIDEBAR *************/

.aside { width: 30%; float: right; margin: 0 0 0 1%; }

.template-fullwidth .aside { display: none; }

.widget {
	margin: 0 auto;
}

.sidebar-header {
	padding: 10px 0;
	background-color: #ccc;
}

.sidebar-image {
	display: block;
	margin: 0 auto;
}

.widget-border {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 auto;
}

.widget-location .acf-map {
	height: 400px;
}


/************* CONTENT *************/

#content {
	clear: both;
	padding-top: 20px;
}

.hfeed { width: 69%; float: left; margin: 0; }

.template-fullwidth .hfeed { width: 100%; }

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { font-size: 24px; line-height: 28px; padding-bottom: 20px; }
.entry-title a:hover { text-decoration: none; }

.entry-footer {
	text-align: right;
}

.type-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
}

.contentblock {
	width: 100%;
	display: block;
	clear: both;
}

.contentblock-header {
	background-color: #ccc;
}

.block-single {
	float: left;
	margin: 0 1%;
	background-color: #ccc;
}

.block-single-inner {
	padding: 10px 10px 0px 10px;
}

.block-single-inner p {
	padding-bottom: 10px;
}

.header-splatter {
	background: url('images/header-splat.png') center left no-repeat;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-indent: 150px;
}

.header-margin {
	margin-top: -50px;
}

/************* HOME PAGE TEMPLATE *************/


.home #logo {
	width: auto !important;
}

.home .headercontact {
	margin: 220px 0 0 0;
}

.home-shows {
	width: 100%;
	background: url('images/bg-fence.jpg') center bottom;
	padding: 30px 0 80px 0;
	margin-top: -110px;
}

.home-shows-inner {
	background: url('images/trans-black.png') center top repeat-y;
	padding: 5px 0 20px 0;
}

.home-shows h2 {
	margin-bottom: 20px;
}

.home-shows-left {
	width: 29%;
	float: left;
}

.home-show-poster {
	max-height: 260px;
	width: auto;
	float: right;
}

.home-shows-right {
	width: 69%;
	float: right;
}

.home-shows-right h3 {
	letter-spacing: 0;
	font-size: 18px;
	font-weight: bold;
}

.home-shows-right h4 {
	font-size: 16px;
	letter-spacing: 0;
	padding: 30px 0 0 0;
}

.home-shows-right h5 {
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
	text-transform: none;
}

.home-header-link { text-align: center; }
.home-header-link a {
	width: 100%;
	display: block;
}

.home-videos {
	width: 100%;
	background: url('images/bg-collage.jpg') center bottom;
	padding: 40px 0 0 0;
}

.home-videos-inner {
	width: 100%;
	background: url('images/trans-black2.png') center top repeat-y;
	padding: 5px 0;
}

.video-window {
	width: 60%;
	float: left;
	position: relative;
}

.video-window div {
	position: absolute;
	width: 100%;
}

.video-list {
	width: 40%;
	float: right;
	text-transform: uppercase;
	overflow: auto;
	font-size: 16px;
}

.video-list div {
	display: block;
	color: #fff;
	padding: 10px;
	letter-spacing: .2em;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.video-list div:hover, .video-list div.video-active {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
}

.video-list div:hover {
	color: #e9e030;
}

.video-list div.video-active {
	color: #ff4729;
}

.video-list small {
	font-size: 10px;
	text-indent: 10px;
	display: block;
}

.home-videos .home-header-link { padding-top: 30px; }


/************* MERCH TEMPLATE *************/

.merch-archive-single {
	width: 21%;
	float: left;
	margin: 2%;
	position: relative;
	display: block;
}

.hentry.merch-archive-single {
	clear: none;
	padding-bottom: 0;
}

.merch-single-hover {
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/splat.png') center 600px;
	text-align: center;
	padding-top: 20%;
	z-index: 20;
}

.merch-archive-link {
	display: block;
	width: 100%;
	height: 100%;
}
.merch-archive-single a {
	color: #fff !important;
	text-decoration: none !important;
}

.merch-archive-single small {
	font-size: 0.75em;
}

.widget_wp_paypal_shopping_cart_widgets .widget-title { display: none; }

.shopping_cart table {
	border: none;
}

.shopping_cart table tr:nth-child(even) {
	background: url('images/footer.jpg') center -20px;
}

.shopping_cart table tr.wpspsc_checkout_form {
	background: transparent !important;
}

.merch-single-image {
	float: left;
	width: 40%;
}

.merch-single-images {
	clear: both;
	margin: 0 !important;
	list-style-type: none;
	padding: 0 !important;
}

.merch-single-images li {
	width: 24%;
	float: left;
	margin: 5px 1% 0 0;
}

.merch-single-description {
	float: right;
	width: 58%;
}

.merch-single-description.merch-single-noimage {
	float: none;
	width: 100%;
}

.merch-single-add {
	padding: 20px;
	background: url('images/footer.jpg') center bottom;
	line-height: 30px;
}

.merch-single-add-left {
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'octin_prisonregular', serif;
	padding-right: 10px;
	color: #c00;
}

.merch-single-add-right {
	float: left;
}

.merch-single-add-right .wp_cart_variation_section {
	float: left;
	padding-right: 10px;
}

/************* VIDEOS TEMPLATE *************/

.hentry.video-archive-single {
	clear: none;
	padding-bottom: 0;
}

.archive .video-window {
	width: 80%;
}

.archive .video-list {
	width: 20%;
}

/************* SHOWS TEMPLATE *************/

.show-archive-featured-left {
	width: 49%;
	float: left;
}

.show-archive-featured-right {
	float: right;
	width: 50%;
}

.shows-detail-box {
	padding: 20px;
	background: url('images/footer.jpg') center bottom;
	line-height: 30px;
}

.eventorganiser-event-meta h4 {
	opacity: 0.5;
}

.eo-event-meta {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.eo-event-meta li {
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.eo-event-meta li a {
	color: #fff !important;
}

.eo-event-meta strong {
	font-family: 'octin_prisonregular', serif;
	text-transform: uppercase;
	color: #c00;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
}

.show-list {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.show-list li {
	margin: 0;
	padding: 0;
	clear: both;
}

li.show-list-top {
	border-top: 1px solid #fff;
	margin: 10px 0 0 0;
	padding: 5px;
}

.show-list-left {
	float: left;
	width: 83%;
}

.show-list-half {
	width: 61%;
	float: left;
	font-size: 16px;
}

.show-list-venue {
	width: 19%;
	float: left;
	text-align: right;
	font-size: 13px;
}

.show-list-location {
	width: 19%;
	float: right;
	text-align: right;
	font-size: 13px;
}

.show-list-link {
	width: 15%;
	float: right;
}

.show-list-link input {
	float: right;
	margin-top: 9px;
}

.show-list-bottom {
	opacity: 0.5;
}

/************* PRESS KIT TEMPLATE *************/

.pk-shortbio {
	float: left;
	width: 60%;
}

.presskit-thumbcolumn {
	width: 40%;
	float: left;
	padding-right: 10px;
}

.presskit-member-thumb {
	height: 120px !important;
	width: auto;
}


/************* CONTACT TEMPLATE *************/

.contact-column {
	float: left;
	margin: 0 2%;
	width: 41%;
}

.contact-column-full {
	float: none;
	width: 100%;
	margin: 0;
}

.contact-block h3, .contact-block h4 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-top: 20px;
}

.contact-block p {
	padding-bottom: 5px !important;
}

.contact-form {
	background-color: #000;
	padding: 10px;
}

form .contact-website { position: absolute; left: -9999999px; }

.template-contact .acf-map {
	height: 300px;
	margin-top: 20px;
}

.directions-link { font-size: 0.8em; }

.gm-style img {
	max-width: 9999999px !important;
}

.acf-map {
	width: 100%;
	margin: 0;
}

/************* FOOTER *************/

.footer {
	clear: both;
	background: url('images/footer.jpg') center top;
	padding-top: 690px;
}

#copyright {
	padding-top: 40px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	opacity: 0.6; 
}

#copyright, #copyright a, #copyright a:hover {
	text-decoration: none;
	color: #fff;
}

#developer { display: none; -webkit-transition: all 450ms ease;-moz-transition: all 450ms ease;-ms-transition: all 450ms ease;-o-transition: all 450ms ease;transition: all 450ms ease; }

/************* FORMS & INPUT AREAS *************/

input, textarea, button { background: #fff; border: 1px solid #000; color: #000; font-size: 14px; max-width: 95% !important; padding: 5px; opacity: 0.6; -webkit-border-radius: 3px; border-radius: 3px; }
input[type="submit"] { font-size: 16px; padding: 2px 10px !important; cursor: pointer; text-transform: uppercase; font-family: 'octin_prisonregular', serif; background-color: #c00; color: #fff; }
input:focus, textarea:focus, input[type="submit"]:hover { border-color: #000; opacity: 1.0; }
input[type="submit"]:active, input[type="submit"]:focus { background-color: #c00; }
textarea { padding: 0px; margin: 0; width: 100%; }

/* bugfix */
.safari input { padding: 2px 5px; }
.chrome input { padding: 3px 5px; }

.requiredred { color: #c00 !important; }



/************* TEXT, TYPOGRAPHY & FORMATTING *************/

body, input, textarea { font: 13px/1.5 'Open Sans', sans-serif; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; text-transform: uppercase; letter-spacing: 0.3em; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote {
	font-style: italic;
}

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }



/************* NAVIGATION BAR *************/

/*** DEFAULT COLORS/STYLES ***/
/* Overall style */
.menu {
	text-transform: uppercase;
	font-family: 'octin_prisonregular', serif;
	font-size: 15px;
	letter-spacing: 3px;
	margin: 0;
	text-shadow: 0 0 4px #000;
}

/* Root links */
.menu a, .menu a:link, .menu a:visited { text-decoration: none; color: #fff; padding: 0px 55px; }
.menu .current-menu-item a { text-decoration: none; color: #ccc; }
.menu li a { border-right: 1px solid #fff; }
.menu li:last-child a { border-right: none; }

/* Root link hover */
.menu a:hover, .menu li.menu-hover > a { color: #ccc; }

/* Root menu item hover */
.menu li:hover, .menu li.menu-hover { }

/* Submenus */
.menu ul { border: 1px solid #666; background: #000; }
.menu ul.sub-menu a { padding: 8px 15px; border-right: none; border-bottom: 1px solid #666; }

/* Submenu item hover */
.menu ul.sub-menu a:hover { background-color: #ccc; }

/*** MENU FUNCTION STYLES ***/
.menu { white-space: nowrap; display: inline-block; *display: inline; *zoom: 1; }
.menu, .menu ul { padding: 0; list-style: none; }
.menu ul { display: none; position: absolute; z-index: 1000000; float: none; margin: 0; }
.menu ul ul { top: 0; left: 100%; }
.menu li {  margin: 0; padding: 0;  display: inline-block; *display: inline; *zoom: 1; *vertical-align: bottom; }
.menu li a { display: block; line-height: 1; }
.menu ul li {  position: relative; display: block; }

.menu-legal-menu-container { width: 100%; overflow: hidden; }
.menu { list-style: none; position: relative !important; float: left !important; display: block !important; left: 50%; }
.menu li { position: relative !important; float: left !important; display: block !important; right: 50%; }

.header #menu-item-640 { display: none !important; }

/*************SLIDESHOW & GALLERY *************/

.slideshow {width: 100%; margin: 0 auto; clear: both;}
.pika-stage {position: relative; width: 100%; height: auto !important;}

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;max-height:100%; height: auto;}

.pika-stage .caption {position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{position: absolute;bottom: -20px;left:15px;font-size:11px; display: none;}
.slideshow-featuredcontent .caption, .slideshow-nodescription .caption { visibility: hidden !important; }

#slideshow, #slideshow-gallery, .slideshow-gallery {display:none;}

.gallery { list-style-type: none; float: left; margin: 0 !important; padding: 0; width: 100%; }
.gallery li {
	float: left;
	width: 18%;
	margin: 1%;
	opacity: 0.8;
	-moz-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.gallery li:hover {
	opacity: 1.0;
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/************* COMMENTS, BLOG & NAVIGATION (remove is not enabled on site) *************/

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

#comment{
	position:absolute;
	left:-9000px;
}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* Navigation */
.page-navigation .menu-next { float: left; }
.page-navigation .menu-previous { float: right; }
.single-page-navigation .menu-next { float: right; }
.single-page-navigation .menu-previous { float: left; }


/************* JQUERY FUNCTIONS *************/

.jquery-fadein {
	opacity: 0.0;
	z-index: 9999;
}