/*
Theme Name: Slipped Disc
Theme URI: http://www.slippeddisc.com/
Description: HTML5 theme based on <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>.
Version: 1.0
Author: Useful Digital
Author URI: http://www.usefuldigital.co.uk/
Tags: html5, html5 boilerplate, responsive
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-size: 62.5%;
	line-height: 1;
	text-align:center;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #bada55;
    text-shadow: none;
}

::selection {
    background: #bada55;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Culled from Eric Meyer's Reset
   ========================================================================== */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	outline: none;
}
select:focus,
input:focus,
a:focus {
  outline: 0 none !important;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
	height:100%;
	position:relative;
}

/* telephone numbers */
a[href*="tel:"] {
	white-space:nowrap;
	/*cursor:default;*/
}




body {
	font-family:"proxima-nova-n4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #3a3a3a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2EzYTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjI2MjYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNjI2MjYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #3a3a3a 0%, #626262 25%, #626262 75%, #3a3a3a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3a3a3a), color-stop(25%,#626262), color-stop(75%,#626262), color-stop(100%,#3a3a3a));
	background: -webkit-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: -o-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: -ms-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: linear-gradient(135deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background-attachment:fixed;
}
.lt-ie9 body {
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=1 );*/
	background: #3a3a3a;

}
body.takover {
	background-color:#000;
	filter:none;
	background-attachment:scroll;
}
h1, h2, h3, h4, h5, h6, 
header nav li, 
.dropdown, 
div.date, 
.more, 
#section nav, 
.back, .forward {
	font-family: "din-condensed-web-n4", "din-condensed-web", arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#b00;
	text-transform:uppercase;
}



#wrapper {
	position:relative;
	display:block;
	margin:0 auto;
	clear:both;
	/*height:100%;*/
	min-height:768px;
	z-index:1;
	padding:0 20px;
}
.takeover #wrapper {
	max-width: 1080px;
	box-shadow:0px 0px 12px #000;
	background: #3a3a3a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2EzYTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjI2MjYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNjI2MjYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #3a3a3a 0%, #626262 25%, #626262 75%, #3a3a3a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3a3a3a), color-stop(25%,#626262), color-stop(75%,#626262), color-stop(100%,#3a3a3a));
	background: -webkit-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: -o-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: -ms-linear-gradient(-45deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background: linear-gradient(135deg,  #3a3a3a 0%,#626262 25%,#626262 75%,#3a3a3a 100%);
	background-attachment:fixed;
}
.lt-ie9 .takeover #wrapper {
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=1 );*/
	background: #3a3a3a;

}




header, 
footer {
	position:relative;
	display:block;
	padding:20px 0;
	margin:0 auto;
	max-width:1080px;
	width:100%;
}
section {
	position:relative;
	display:block;
	padding:20px 0;
	margin:0 auto;
	max-width:1080px;
	width:100%;
}
#sidepanels {
	display:none;
	visibility:hidden;	
}



#logo {
	float:left;
	position:relative;
	display:block;
	max-width:310px;
	width:28%;
}
#logo img {width:100%;height:auto;}
#leaderboard {
	float:right;
	position:relative;
	width:728px;
	height:90px;
	border:1px solid #fff;
}
#mobileadvert {
	display: none;
}
/*#mpu {
	display:none;	
}
.takeover #mpu {
	padding:10px 0 12px;
	display:block;
}*/

#mpu {
	padding:10px 0 12px;
}

#mpu big {
	display: block;	
}

#mpu a {
	position:relative;
	max-width:300px;
	width:100%;
	max-height:250px;
	background:#000;
	margin:10px auto 0;
	padding:0;	
}
#mpu a img {
	height:auto;
	width:100%;
}


/* responsive menu stuff....... */
header .nv {display:none}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	  -o-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		  -o-transition: height 0.35s ease;
			transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}
.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}
header nav {
	position:relative;
	display:block;
	clear:both;
	width:100%;
	margin:30px auto 0;
	min-height:30px;
}
header nav li {
	float:left;
	text-align:left;
	margin-right: 1.5%;
}
header nav li a {
	font-size:2.4em;
	text-decoration:none;
	color:#fff;
	padding-top:5px;
}
header nav li a img {
	margin-top:-5px;
}
header nav li a:hover {
	color:#dcc08e;	
}
header nav li.current-menu-item a {
	color: #dcc08e;
	cursor: default;	
}
header nav li.form {
	float:right;
	margin:0 0 0 1.5%;
}
#registration { padding-left:60px; display:block; clear:both;}
#registration.subscribed { padding:0;} /* adds a class to remove padding on submission via cookie */
header form#search,
#registration form {
	display:block;
	width:196px;
	padding:2px;
	height:23px;
	background: #797979;
	position:relative;
	margin-top:-2px;
	border-bottom:1px solid #bcbcbc;
}
#registration form {
	width:280px;
	margin:0 auto;
}
#registration label {
	margin-left:-80px;
	float:left;
	text-align:right;
	display:inline-block;
	width:70px;
	padding:5px 0 0;
	height:23px;
	font-size:16px
}
header input,
#registration input {background: none; border:none; color:#fff;}

header input.submit,
#registration input.submit { width: 23px; height:23px; text-indent:-9999em; color:#333; background:url(img/icons/search.png) center center no-repeat; float:right;opacity:.65; font-size:0; margin-right:2px}

#registration input.submit { background: url(img/icons/submit.png) center center;}

header input.submit:hover,
#registration input.submit:hover {opacity:1} 

header input.txtfield,
#registration input.txtfield { 
	width: 160px; 
	height:17px;
	margin-left:1px; 
	float:left; 
	text-align:left;
	padding:3px; 
	font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size:16px;
}
#registration input.txtfield { width: 244px; }
.general-error {
	display:block;
	color:hotpink;
	padding:6px 60px 0 0;
	clear:both;
	font-family: "proxima-nova-i4", "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: italic; 
}
#registration .errormessage input.txtfield { color:hotpink; }
#registration h3 {
	color:#dcc08e;
	font-size:2.4em;
}



em {
	font-family:"proxima-nova-i4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style:italic;  
}
strong {
	font-family:"proxima-nova-n7", "proxima-nova", arial, sans-serif;
	font-weight: 700;
	font-style:normal; 
}
em strong,
strong em {
	font-family:"proxima-nova-i7", "proxima-nova", arial, sans-serif;
	font-weight: 700;
	font-style:italic; 
}




footer {
	font-size:1.1em;
	color:#fff;
	line-height:140%;
	font-family:"proxima-nova-n7", "proxima-nova", arial, sans-serif;
	font-weight: 700;
	font-style:normal;
}
footer nav ul {
	margin:20px auto;	
}
footer nav li {
	display:inline-block;
	text-align:center;
	margin: 0 8px 0 0;
	padding: 0 11px 0 0;
	border-right:1px solid #fff;
	white-space:nowrap;
}
footer nav li.last,
footer nav li:last-of-type {
	margin: 0;
	padding: 0;
	border:none;
}
footer a {
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
footer a:hover {
	color:#dcc08e;
	text-decoration:none;
}


#ulive {
	position:absolute;
	z-index:1;
	display:none;
	font-size:1.1em;
	top: 85px;
	left:0;
}

/*ArtsJournal feed in footer*/
#artsjournalfeed {
	width: 96%;
	box-shadow:0px 0px 7px #000;
	height: 30px;
	margin-left: 0;
	margin-right: 0;
	border:3px solid #fff;
}

#artsjournalfeed a {
	background-color: transparent;
	border: none;
	box-shadow: none;
	display:block;
	position:static;
	width:auto;
	height:auto;
	-webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none;
	font-size: 1.5em;
	color: #000;
	font-family:"proxima-nova-n4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
}

#artsjournalfeed  .border {
	top:0;
	left: 0;
	display: block;
	background:#b21e0b url(img/artslogo.png) center no-repeat;
	height:30px;
	width:110px;
	position:absolute;
	z-index:10;
	border:none;
	border-right:3px solid #fff;
}

#artsjournalfeed ul {
	overflow: hidden;
	height: 30px;
	position: relative;
	left: 0;
	top: 0;
}

#artsjournalfeed ul li {
	float: left;
	margin: 0 20px 0 0;
	padding:0 0 0 34px;
	background: url(img/sq.png) 0 7px no-repeat;
}

#artsjournalfeed .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	height: 30px; 
	width: 100%;
	overflow: hidden;
}

/*feedburner form in footer*/
#registration #feedburner {
	display: none;
}


/* video box */
section .videoframe {
	max-width:720px;
	width:90%;
	position:relative;
	height:auto;
	display:block;
	margin:0 auto 2em;
	clear:both;
	line-height:1;
}
section .videoframe iframe {
	max-width:720px;
	max-height:405px;
	background:#666;
	width:100%;
	height:100%;
	/*box-shadow:0px 0px 5px #000;*/
	margin:0 auto;
	position:absolute;
	display:block;
	z-index:10;
	top:0;
	left:0;
}
section .videoframe img {width:100%; position:relative; height:auto; z-index:0; display:block; }
/* end video */





/* home grid */
.box {
	display:inline-block;
	position:relative;
	vertical-align:top;
	margin:0 1% 2.25%;
	background:#fff;
	text-align:left;
	height:400px;
	z-index:1;
}
.box a {
	text-decoration: none !important;
	border:3px solid #fff;
	box-shadow:0px 0px 7px #000;
	background:#fff /*url(img/backgrounds/border.gif) bottom left repeat-x*/;
	display:block;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:400px;
	z-index:1;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box.special a {
	border:none;
}
.desktop .box a {
    border-bottom-width:20px;
    position:relative;
  /* transition: all 0.2s linear;*/
}
.desktop .box a:hover {
    border-bottom-width:10px;
}
.desktop .box,
.desktop .box a {
	height:340px
}
/*.box a:hover {
	height:380px;
}*/
#expose {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background:url(img/backgrounds/tint.png);
	background:rgba(0,0,0,.5);
	z-index:5;
}
.box.width1 {
	width:23%;
}
.box.width2 {
	width:48%;
}
.box .image {width:100%; height:auto; position:relative; margin:0; z-index:0; box-shadow:inset 0px 0px 6px #000; box-shadow:inset 0px 0px 6px rgba(0,0,0,.6); background-repeat:no-repeat; background-position:center; overflow:hidden; background-size:cover; background-color:#000;}
.box.special .image {width:100%; height:100%;}
.box img {width:100%; height:180px;}
.box .date { 
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	background:#FFF; 
	color:#b00;
	display:block;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-transform:none;
	line-height:20px;
	padding:7px 0 2px;
	font-size:30px;
	width:40px;
	letter-spacing:-0.5mm;
	text-align:center;
}
.box.special .date { 
	width:100%;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:18px;
	padding:8px 0 7px;
	letter-spacing:-0.3mm;
}
.box .date small { 
	display:block;
	clear:both;
	font-size:60%;
	letter-spacing:0;
}
.box .today {color:#fff; background:#b00;}
.box h3 {
	font-size: 2em;
	line-height: 110%;
	/*padding:4% 2%;*/
	padding:10px 0;
	/*margin:1% 2.5% 4%;
	width:91%;*/
	margin:0px 10px 7px;
	min-height:33px;
	/*height:auto;
	overflow:visible;
	display:block;*/
	border-bottom: 2px dotted #999;
}

.home .box h3 {
	margin-right: 38px;
	min-height: 47px;
	overflow: hidden;
	padding-bottom: 0;
}

.box p {
	font-size:1.3em;
	color:#000;
	line-height:1.15em;
	/*margin:1% 4.5% 0;
	width:91%;*/
	margin:0 10px 0;
	display:block;
	position:relative;
	padding-bottom:8px;
	/*border-bottom:1px solid #e1bdbd;*/
}
.box .more {
	color:#b00;
	font-size:1.8em;
	display:block;
	clear:both;
	text-align:left;
	/*margin-top:20px;*/
	position:absolute;
	background:#fff;
	width:100%;
	border-top:8px solid #fff;
	bottom:-2px;
	left:10px;
	z-index:11;
}
.box .more span {
	display:inline-block;
	width:15px;
	margin:0 0 0 5px;
	height:13px;
	background: url(img/icons/more.png) 0 0 no-repeat;
}
.desktop .box .more {
	display:none
}
.phone .box .more {
	position:relative;
	bottom:auto;
	left:auto;
	margin:0 0 6px 10px	
}
.box .border {
	
	display:none;
}
.desktop .box .border {
	height:10px;
	width:95%;
	position:absolute;
	bottom:5px;
	left:2.5%;
	z-index:10;
	display:block;
	border-top:5px solid #fff;
	background:url(img/backgrounds/border.gif) bottom left repeat-x;
}

#recommendations > a {
	/*background: transparent url(img/backgrounds/recommendation.jpg) no-repeat bottom center;
	/*background-size: 100%;*/
	background: #000 url(img/backgrounds/recommendation.jpg) no-repeat center center;
	background-size: cover;
	border: none;
}

#recommendations h3 {
	border-bottom: none;
	background: #BA0000;
	color: #fff;
	margin: 0;
	text-align: center;
	line-height: 18px;
	min-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding-bottom: 10px;
}

#recommendations h3 a {
	height: auto;
	background: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
}



/* pagination */
#section nav {
	display:block;
	clear:both;
	position:relative;
	padding:50px 0 20px;
	width:100%;
}

/*
#section nav .wp-pagenavi span {
	border: none;
	margin: 0;
	padding: 0;
}*/

#section nav a,
#section nav span {
	border: none;	
	display:inline-block;
	margin:0 .7%;
	font-size:3.4em;
	vertical-align:middle;	
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 1px 6px #000;
	padding: 0;
}

#section nav a:hover {
	color:#dcc08e;
	text-decoration:none;
}

#section nav .current {
	color:#bcbcbc;
	cursor:default;
	text-decoration:none;
	text-shadow:0px 1px 6px #333;
}

#section nav a.previouspostslink,
#section nav a.nextpostslink {
	width:29px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center;
	overflow: hidden;
	text-indent: 200px;
}

#section nav a.previouspostslink { background-image: url(img/buttons/prev-out.png)}
#section nav a.nextpostslink { background-image: url(img/buttons/next-out.png)}
#section nav a.previouspostslink:hover { background-image: url(img/buttons/prev-ovr.png)}
#section nav a.nextpostslink:hover { background-image: url(img/buttons/next-ovr.png)}
/* end */





aside {/*width:27.3%;*/width:29%; margin:0 1%; display:inline-block; vertical-align:top;text-align:left;}
aside .asidebox {box-shadow:0px 0px 7px #000; background:#fff; padding:2%;}
/*when we have a skyscraper tag on the single article page*/
aside .skyscraper {
	margin: 40px auto 0;
	width: 160px;
}

article {/*width:64.4%;*/width:62.7%; margin:0 1%;position:relative; display:inline-block; vertical-align:top;}
article .container {display:block; clear:both;background:#fff; padding:3.1%; width:93.8%; margin-bottom:4%; box-shadow:0px 0px 7px #000; position:relative; text-align:left;}
article h1 {
	font-size:4em;
	line-height:.85em;
	margin:.25em 0 .25em -3.1%;
	letter-spacing:-0.3mm;
	background:#f6f6f6;
	padding:5px 0 5px 3.1%;
}
aside h2,
article h2 {
	font-size:3.6em;
	letter-spacing:-0.3mm;
	margin-bottom:.5em;
}
article h2 {
	margin:.25em 0 .25em -3.1%;
	background:#f6f6f6;
	padding:5px 0 5px 3.1%;
}
article h3 {
	margin:.25em 0 .75em -3.1%;
	background:#f6f6f6;
	padding:5px 0 5px 3.1%;
	color:#000;
	font-size:2.4em;
}
article h3 span {
	font-size:65%;
	font-family:"proxima-nova-n4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style:normal;  
}
article h4 {
	font-size:2.4em;
	line-height:.7em;
}
article h5 {
	font-size:1.8em;
	line-height:1em;
	margin-bottom:.3em;
}
article h6 {
	font-size:1.4em
}
article .stButton {height:32px !important;}
aside ul {
	display:block;
	clear:both;
	border-top: 2px dotted #999;
}
aside li {
	display:block;
	clear:both;
	border-bottom: 2px dotted #999;
	font-size:1.4em;
	font-family:"proxima-nova-i4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style:italic;  
}
aside li a {
	padding:3%;
	color:#333;
	display:block;
	text-decoration:none;
	line-height:110%;
}
aside li a span {
	color: #b00;
	white-space:nowrap;
}
aside li a:hover {
	color:#b00;
	background:#f6f6f6;
	text-decoration:none;	
}
aside li strong {
	font-family:"proxima-nova-i7", "proxima-nova", arial, sans-serif;
	font-weight: 700;
	font-style:italic; 
}

.back {
	float:left;
	padding-left:28px;
	background:url(img/buttons/back.png) left 4px no-repeat;
	text-decoration:none;
	color:#b00;
	font-size:3em;
}
.forward {
	float:right;
	padding-right:28px;
	background:url(img/buttons/forward.png) right 4px no-repeat;
	text-decoration:none;
	color:#b00;
	font-size:3em;
}
.forward:hover,
.back:hover {color:#a00}
article p {
	font-size:1.5em;
	margin-bottom:1em;
	line-height:125%;
}
article p.posted {
	color:#000;
	font-family:"proxima-nova-i4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style:italic;
}

article .user p.date {
	font-size:1.2em;
	margin-bottom:1em;
	color:#b00;
	text-transform:none;
	font-family:"proxima-nova-n4", "proxima-nova", arial, sans-serif;
	font-weight: 400;
	font-style:normal;
}
article p.comments {
	font-size:1.5em;
}
article p a {
	color: #b00;
	text-decoration:none;
}
article p a:hover {
	color: #a00;
	text-decoration:underline;
}
hr {
	height:2px;
	display:block;
	clear:both;
	border:none;
	border-bottom:2px dotted #999;
	margin:0;
	padding:0;
}
h4.reply {
	display:block;
	clear:both;
	border:none;
	margin:25px 0 10px;
}
h4.reply a {
	background:#b00;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:0 35px 0 3px;
	font-size:90%;
	letter-spacing:-0.3mm;
}
h4.reply a:hover {
	color:#fff;
	background:#a00;
}
hr.top { margin-bottom:15px;}
hr.bottom { padding-top:10px;}
.response {
	clear:both;
	display:block;
	margin:20px 0 0 20px;
	border-left:3px solid #b00;
	background:#f6f6f6;
	padding:10px 10px;	
}

/*styling for comments*/
.comment-author {
	font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 0.3em;
	color: #BB0000;
    font-family: "din-condensed-web-n4","din-condensed-web",arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
    margin-bottom: 1em;
}

.comment-meta a {
    color: #BB0000;
    font-family: "proxima-nova-n4","proxima-nova",arial,sans-serif;
    font-size: 1.2em;
    font-weight: 400;
	text-decoration: none;
}

.comment-body .reply {
	margin: 25px 0 10px;
    font-size: 2.4em;
    line-height: 0.7em;
    font-family: "din-condensed-web-n4","din-condensed-web",arial,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.comment-body .reply a {
	background: #BB0000;
    color: #fff;
    font-size: 90%;
    letter-spacing: -0.3mm;
    padding: 0 35px 0 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.comment-list li.comment {
	padding-top: 10px;
	margin-top: 15px;
	border-top: 2px dotted #999999;
}

.comment-list .children {
    background: #F6F6F6;
    border-left: 3px solid #BB0000;
    clear: both;
    display: block;
    margin: 20px 0 0 20px;
    padding: 0 10px 10px;
}

.comment-list .children li.comment {
	border-top: none;
}

#section nav#comment-nav {
	padding: 0;
}

#respond h3.comment-reply-title {
	font-size: 3.6em;
    letter-spacing: -0.3mm;
    background: none repeat scroll 0 0 #F6F6F6;
    margin: 0.25em 0 0.25em -3.1%;
    padding: 5px 0 5px 3.1%;
	color: #B00;
}

#commentform .oneall_social_login_label label {
	font-family: "din-condensed-web-n4","din-condensed-web",arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 0.7em;
    color: #000;
}

#commentform div.oneall_social_login_providers {
	height: 47px;
	overflow: hidden;
}

#commentform label {
	display: none;
}

#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	width: 94%;
	padding: 0.75% 3%;	
}

#commentform .comment-form-comment textarea {
	width: 94%;
	padding: 2.5% 3%;
}

#commentform .subscribe-to-comments label {
	display: inline;
}

#commentform .form-submit #submit {
	font-size: 1.313em;
    font-family: "din-condensed-web-n4","din-condensed-web",arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: #B00;
    color: #fff;
    letter-spacing: -0.3mm;
    padding: 0 35px 0 3px;
    text-decoration: none;
    text-transform: uppercase;
	border: none;
}


img.half,
img.full {
	width:100%;
	height:auto;	
}
img.half {
	max-width:300px
}



article form h4 {
	color:#000; 
	background:none;	
}
article form textarea#message {
	width:95%;
	margin:10px auto 20px;
	padding:2.5%;
	font-size:14px;
	color:#999;
		
}
article form input.txtfield {
	width:95%;
	margin:0 auto 10px;
	padding:.75% 2.5%;
	font-size:14px;
	color:#999;
		
}
article form textarea#message:focus,
article form input.txtfield:focus {
	color:#333;
	outline:none;
}
.mob {display:none;}
.xmob {display:inline-block;}



.lt-ie8 #registration label,
.lt-ie8 footer nav li,
.lt-ie8 .box,
.lt-ie8 .box .more span,
.lt-ie8 .pagination li,
.lt-ie8 aside,
.lt-ie8 article,
.lt-ie8 .xmob {
	display:inline;	
}

/*books archive*/
.post-type-archive-sdbooks #article {
	margin: 0;
	width: 66.4%
}

.post-type-archive-sdbooks .box.width1 {
    width: 31%;
}

.post-type-archive-sdbooks .box .image {
	background-color: transparent;
	background-size: auto;
	box-shadow: none;
}

.post-type-archive-sdbooks .box h3 {
	min-height: 0;
	color: #B00;
	background: transparent;
}

.post-type-archive-sdbooks article .container.share {
	margin-left: 1.5%;
	width: 90.8%;
}

/*single books page*/
.single-sdbooks #article .left {
	float: left;
	width: 26%;
	margin-bottom: 40px;
	margin-right:2%;
}

.single-sdbooks #article .left img {
	width: 100%;
	height: auto;
}

.single-sdbooks #article .right {
	float: left;
	width: 72%;
	margin-bottom: 40px;
}

.single-sdbooks #article .right h2 {
	font-size: 2.000em;
	color: #000;
}

.single-sdbooks #article .right h2 span {
	font-size: 0.750em;
	text-transform: none;
	font-family: "proxima-nova-n4","proxima-nova",arial,sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}

.single-sdbooks #article .right p {
	font-size: 1.3em;
}

.single-sdbooks #reviews p,
.single-sdbooks #faqs p {
	font-size: 1.3em;
}

.single-sdbooks #faqs p {
	margin: 2em 0;
}

.single-sdbooks #faqs hr {
	margin-bottom: 3em;
}

/*search results page*/
.search-results #article .top.first {
	margin-top: 3em;
	margin-bottom: 2em;
}

.search-results #article h3 {
	font-size: 2em;
	letter-spacing: -0.2mm;
}

.search-results #article h3 span {
    font-family: "proxima-nova-n4","proxima-nova",arial,sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}

.search-results #article p a {
	font-weight: 700;
}
.search-results #article .top.bottom {
	margin-top: 6em;
}

/*recommendations page (offers)*/
.post-type-archive-sdoffers #article {
	margin: 0;
	width: 66.4%;
	text-align: left;
}

.post-type-archive-sdoffers .box.width1 {
    width: 31%;
}

.post-type-archive-sdoffers .box .image {
	background-color: transparent;
	box-shadow: none;
}

.post-type-archive-sdoffers .box h3 {
	min-height: 0;
	color: #B00;
	background: transparent;
}

.post-type-archive-sdoffers article .container.share {
	margin-left: 1.5%;
	width: 90.8%;
}

.post-type-archive-sdoffers .box p {
	padding-bottom: 0;
}

.post-type-archive-sdoffers .box p strong,
.post-type-archive-sdoffers .box .content {
	font-weight: 700;
}

.post-type-archive-sdoffers .box p.dates_meta,
.post-type-archive-sdoffers .box p.location_meta,
.post-type-archive-sdoffers .box p.link_meta {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-type-archive-sdoffers .box .content {
	height: 30px;
	overflow: hidden;
}

.post-type-archive-sdoffers .box p.link_meta {
    color: #ab1919;
	font-weight: 700;
}

.post-type-archive-sdoffers #article nav {
	padding-top: 0;
}

/*recommendations single page (offers)*/
.single-sdoffers #article {
	margin: 0;
	width: 66.4%;
	text-align: left;
}

.single-sdoffers .box.width1 {
    width: 31%;
}

.single-sdoffers .box .image {
	background-color: transparent;
	box-shadow: none;
}

.single-sdoffers .box h3 {
	min-height: 0;
	color: #B00;
	background: transparent;
}

.single-sdoffers article .container.share {
	margin-left: 1.5%;
	width: 90.8%;
}

.single-sdoffers .box p {
	padding-bottom: 0;
}

.single-sdoffers .box p strong,
.single-sdoffers .box .content {
	font-weight: 700;
}

.single-sdoffers .box p.dates_meta,
.single-sdoffers .box p.location_meta,
.single-sdoffers .box p.link_meta {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-sdoffers .box .content {
	height: 30px;
	overflow: hidden;
}

.single-sdoffers .box p.link_meta {
    color: #ab1919;
	font-weight: 700;
}

.single-sdoffers #section #article nav {
	padding-top: 0;
}


/*Hello Stage template*/
.page-template-page-hellostage-php #article h1 {
	color: #f5881f;
}

.page-template-page-hellostage-php .box.width1 {
    width: 31%;
}

.page-template-page-hellostage-php .box img {
    width: 100%;
    height: auto;
}


.page-template-page-hellostage-php .box h3 {
	color: #f5881f;
	background: #fff;
}

.desktop.page-template-page-hellostage-php .box a:hover {
	border-bottom-width: 20px;
}


.page-template-page-hellostage-php .box .more span {
	background-image: url(img/icons/more2.png);
}

.page-template-page-hellostage-php.desktop .box .border {
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(img/backgrounds/border2.gif) repeat-x left bottom;
	height: 11px;
}

.desktop.page-template-page-hellostage-php .box .more {
	color: #f5881f;
	display: block;
}

.desktop.page-template-page-hellostage-php .largeimage img {
	width: 100%;
	height: auto;
}

.desktop.page-template-page-hellostage-php .youtube {
	position: relative;
}

.desktop.page-template-page-hellostage-php .youtube .bg {
	width: 100%;
	height: auto;
}

.desktop.page-template-page-hellostage-php .youtube .play {
	width: 64px;
	height: 64px;
	left: 50%;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}



.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media (min-width: 980px) {
	#logo {width:20%; margin-top:1%;}
	header nav ul br {display:none}
}
@media (min-width: 1024px) {
	#logo {width:24%; margin-top:.5%;}
}

@media (min-width: 1080px) {
	body.takeover {
		/*background-image: url(img/takeover/bg.jpg);*/
		background-repeat:no-repeat;
		background-position:top center;
		background-color:#000;
		background-attachment:scroll;
		
		/* optional extras! */
		/*
		background-attachment:fixed;
		background-size:cover;
		*/
	}
	#logo {width:28%;margin-top:0}
}

@media (min-width: 1460px) {
	.takeover #sidepanels {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		min-height:600px;
		visibility:visible;
		z-index:0;
		overflow:hidden;	
	}
	.takeover .supersky {
		width:160px;
		height:600px;
		position:absolute;
		z-index:1;
		top:232px;
		left:50%;
		display:block;
	}
	.takeover .supersky a { display:block;width:160px;height:600px; position: relative; background:#c00;}
	.takeover .supersky a:hover{ background:#f00;}
	.takeover #T1 { margin-left:-740px;}
	.takeover #T2 { margin-left:580px;}
}

@media (min-width: 768px) and (max-width: 979px) {
	#logo,
	#leaderboard {float:none; clear:both; margin:0 auto 20px;}
	#logo { width:310px;}
	header nav {margin-top:-52px; width:730px; min-height:70px}
	.takeover #wrapper {box-shadow:none;}
	header nav ul br {display:block; clear:both;}
	header nav li {
		float:none;
		text-align:center;
		display:inline-block;
		vertical-align:top;
		margin: 25px 1% 0;
	}
	header nav li.form {
		text-align:left;
		margin:0;
	}
	header nav li#menu9 { float:right; display:block}
	header nav li#menu10 {float:left; display:block}
	.box .more {margin-top:10px}
	
	
	.lt-ie8 header nav li { display:inline;}
}

@media (max-width: 767px) {
	.xmob {display:none;}
	.mob {display:inline-block;}

	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.btn-navbar {
		cursor: pointer;	
	}
	.nav-collapse,
	.nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}
	header .nv {
		display:block;
		position:relative;
		text-align:left
	}
	header .nv a {
		display:block;
		width:100%;
		height:32px;
	}
	.takeover #wrapper {box-shadow:none;}
	#leaderboard {display:none; visibility:hidden;}
	#mobileadvert {display:block}
	#mobileadvert > div {margin: 20px auto}
	#logo {float:none; clear:both; margin:0 auto;  width:310px; display:block;}
	header nav {margin-top:20px; background:#fff; padding:3px 1%; box-shadow:0px 0px 6px rgba(0,0,0,.9); position:relative; z-index:100; width:96%;}
	header nav ul {padding-top:10px}
	header nav li {float:none !important; clear:both ; margin:0 auto !important; text-align:center; display:block;}
	header nav li a {color:#666; border-bottom:1px solid #bcbcbc; display:block; padding:5px 0}
	
	header nav li#menu6,
	header nav li#menu7,
	header nav li#menu8 {display:inline-block;width:15%}
	header nav li#menu6 a,
	header nav li#menu7 a,
	header nav li#menu8 a{ border:none; padding-bottom:3px}
	
	header nav li#menu6 a img,
	header nav li#menu7 a img,
	header nav li#menu8 a img{margin-top:0;}
	
	/* can we get away with this??? */
	aside,
	header nav li#menu10 {display:none;}
	article {width:98%; display:block; margin:0 auto;}
	#ulive {
		position:relative;
		clear:both;
		margin:20px auto 0;
		top:auto;
		left:auto;
	}
	#wrapper {padding:0 4%;}
	header form#search {width:98%; padding:1%;margin:0;}
	header form#search input.txtfield {width:85%;}
	section { padding-top:0;}
	.box.width1 {width:31.3%}
	.box.width2 {width:64.4%}
	.box .more {margin-top:10px}
	article a.back span,
	article a.forward span {display:none}
	.share {text-align:center !important;}
	.share h4 {line-height:135%}
	.share h4 span {margin:0}
	
	.lt-ie8 header nav li#menu8,
	.lt-ie8 .mob { display:inline;}
	
	
	.post-type-archive-sdbooks #article,
	.post-type-archive-sdoffers #article,
	.single-sdoffers #article {	
		width: 100%;
	}
	
	.single-sdbooks #article .left,	
	.single-sdbooks #article .right {	
		width: 100%;
		display: block;
	}
	
	.single-sdbooks #article .left {
		text-align: center;
	}
	
	.single-sdbooks #article img {	
		max-width: 159px;
	}	
}

@media (max-width: 568px) {
	/* new iphone 5c+s width */
	body {font-size:60%;}
	#wrapper {height:auto;}
	footer nav li:first-of-type {
		display:block;
		clear:both;
		margin:0;
		padding:0;
		border:none;
	}
	.box.width1 {width:48%}
	.box.width2 {width:97.5%}
	.box.special .image {min-height:320px}

}

@media (max-width: 480px) {
	body {font-size:57.5%;}
	#logo {width:80%; max-width:280px; }
	#wrapper {padding:0 5%;}
	
	#registration form {width:200px;}
	#registration input.txtfield { width: 164px; }
	.box.width1,
	.box.width2,	
	.post-type-archive-sdbooks .box.width1,
	.post-type-archive-sdoffers .box.width1,
	.single-sdoffers .box.width1 {width:98%}
	.box,
	.box a {height:auto; position:relative;}
}

@media (max-width: 360px) {

}




/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* bootstrap dropdown */
a.dd {
	display:block;
	width:194px;
	padding:2px;
	height:23px;
	padding:2px 3px;
	background: #797979 url(img/icons/arch-wht-arr.png) right center no-repeat;
	position:relative;
	margin-top:-2px;
	border-bottom:1px solid #bcbcbc;	
}
a.dd:hover,
a.dd.dropdown-open {
	color:#dcc08e;
	background: #797979 url(img/icons/arch-gld-arr.png) right center no-repeat;
}
.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu {
	min-width: 198px;
	max-width: 198px;
	list-style: none;
	background: #FFF;
	border: solid 1px #bcbcbc;
	border-top:none;
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
	overflow: visible;
	padding: 6px 0;
	margin: 0;
	font-size:2em;
	text-align:left;
}



.dropdown.dropdown-scroll .dropdown-menu {
	max-height: 360px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #252525;
	text-decoration: none;
	line-height: 20px;
	padding: 5px 8px;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #dfdfdf;
	color: #b00;
	cursor: pointer;
}


/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: url(icons/arrow-curve.png); }
.dropdown .cut A { background-image: url(icons/scissors.png); }
.dropdown .copy A { background-image: url(icons/document-copy.png); }
.dropdown .paste A { background-image: url(icons/clipboard.png); }
.dropdown .delete A { background-image: url(icons/cross-script.png); }