@charset "UTF-8";
@import url("https://use.typekit.net/hea6gve.css");

/*** resets ***/

@import url(/normalize.css);
address,article,big,blockquote,body,button,canvas,caption,cite,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,label,li,nav,ol,optgroup,option,p,section,select,small,span,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul { margin: 0; padding: 0; border: none; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } 

img, object, embed, video, iframe {
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: none; 
	line-height: 0px;
	max-width: 100%;
}
	

/*** globals ***/

body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: "brother-1816", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6em;
	background: #000;
	color: #fff;
}
	
a { 
    color: #d40000;
    text-decoration: none;
}
	
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { line-height: 100%; }

h1 {
	font-size: 26px;
	margin: 0 0 1em 0;
	font-weight: 300;
}
	
h2 {
	font-size: 22px;
	margin: 0 0 1em 0;
	font-weight: 300;
}
	
h3 {
	font-size: 18px;
	margin: 0 0 1em 0;
	font-weight: 300;
	text-transform: uppercase;
}
	
h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
	
p, ul, ol, table { margin: 0 0 20px 0; }

p:last-child { margin-bottom: 0; }

hr {
	display: block;
	margin: 0 0 20px 0;
	height: 1px; 
	background: #ccc;
}

li { margin: 0 0 10px 40px; }

li:last-child { margin-bottom: 0; }
	
dt {
	clear: left;
	float: left;
	width: 20%;
	margin: 0 0 10px 0;
}
	
dd { margin: 0 0 10px 22%; }
	
address { font-style: normal; }

.date {
	display: block;
	font-size: 85%;
	line-height: 1;
	color: #eee;
	font-style: italic;
	margin: 0 0 15px 0;
	
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	
.clearfix { display:inline-block; }

/* Hide from IE Mac \*/ .clearfix { display:block; } /* End hide from IE Mac */


/*** containers ***/

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.center { text-align: center; }

.white {
	background: #fff;
	color: #000;
}

.gray {
	background: #ebebeb;
	color: #000;
}

.white .date, .gray .date {
	color: #666;
}

section {
	padding: 40px 0;
}
	

/*** header ***/

#headcont {
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	background: #000;
}

header {
	position: relative;
	margin: 0;
	padding: 10px 10px 5px;
	text-align: right;
	font-size: 0px;
	line-height: 1;
}

#logo {
	max-height: 50px;
	float: left;
}

#headcont + .container:not(.slides) {
	margin-top: 65px;
}

header .social {
	display: none;
}


/*** slides ***/

.home .slides {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2000;
	font-size: 0px;
	line-height: 1;
	background: url('/media/treesbg.jpg') center center no-repeat;
	background-size: cover;
}

.slides .logotext, .slides .bump {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slides .bump {
	display: none;
}

.slides .logotext img {
	position: relative;
	height: 20%;
	top: 50%;
	margin-top: -5%;
}

.slides .bump img {
	position: relative;
	height: 30%;
	top: 50%;
	margin-top: -10%;
}
	
	
/*** navigation ***/

#menu { 
	display: inline-block;
	background: url(/media/menu.png) 10px 8px no-repeat;
	background-size: 25px 25px;
	text-transform:  uppercase;
	padding:  10px 20px 10px 45px;
	font-size: 20px;
	text-transform: uppercase;
}
	
nav {
	margin: 0;
	padding: 0;
	display: none;
}

nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
}
	
nav ul li {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
}

nav li a {
	display: block;
	padding: 20px;
	text-decoration: none;
}
	
nav li a:hover { 
	text-decoration: none;
}


/*** footer ***/

footer { 
	text-align: left;
	padding: 20px;
}

footer #copyright { 
	clear: both; 
	font-size: 80%;
	text-align: center;
}

footer .onethird {
	padding: 20px 0;
}

footer .contact p {
	margin: 0 0 10px 0;
}

footer .contact a {
	font-size: 20px;
}

footer a.credit {
	color: #fff;
}


/*** columns ***/

.main, .main2, .sidebar, .onethird, .twothirds, .half { padding: 20px 30px; }


/*** breadcrumbs ***/

ul.breadcrumbs, ol.breadcrumbs {
	list-style: none;
	margin: -30px 0 15px 0;
	padding: 0; 
    font-size: 0px;
}

ul.breadcrumbs li, ol.breadcrumbs li { 
	display: inline-block;
	margin: 0 9px 18px 0;
	padding: 0; 
    font-size: 10px;
    line-height: 1;
}

ul.breadcrumbs li a span:after, ol.breadcrumbs li a span:after {
    content: '›';
    padding-left: 9px;
}

ul.breadcrumbs li:last-child a span:after, ol.breadcrumbs li:last-child a span:after {
    content: '';
}

ul.breadcrumbs li:only-child a span:before, ol.breadcrumbs li:only-child a span:before {
	content: '‹';
    padding-right: 9px;
}

ul.breadcrumbs li a:hover, ol.breadcrumbs li a:hover {
	text-decoration: none;
}


/*** forms ***/

fieldset { position: relative; }

label, legend, .label-placeholder { 
	display: block;
	margin: 0 0 5px 0;
}

legend { font-weight: bold; }
	
span.hidden-placeholder { 
	display: inline-block;
	margin: 0 0 15px 0;
}
	
input[type='text'], textarea, input[type='password'], select {
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Lato', Helvetica, Arial, sans-serif; 
}
	
input[type='text']:focus, textarea:focus { background: #eee; }

input[type='text'], input[type='password'], select {
    width: 200px;
    line-height: 1;
}

select {
    margin: 0 0 15px 0;
	border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 20px 8px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/media/select_arrow.png) 97% 50% no-repeat;
    background-size: 10px auto;
}

select:focus {
    background: #fff url(/media/select_arrow-on.png) 97% 50% no-repeat;
    background-size: 10px auto;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.fs-dropdown {
    display: inline-block !important;
    width: 200px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}

.fs-dropdown-options {
    border: 1px solid #ddd !important;
    background: #fff;
    margin-top: -1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
    border-left: 1px solid #ccc !important;
}

input[type='text'], input[type='password'], textarea {
    padding: 6px;
    -webkit-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.10);
	box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.10);
}
	
textarea { 
	width: 95%;
	height: 4.5em;
	line-height: 1.6em;
}
	
input[type='file'] { margin: 0 0 10px 0; }
	
input[type='radio'].radio, input[type='checkbox'].checkbox { 
	display: inline-block;
	width: auto;
	margin: 0 0 15px 0; 
}
	
input[type='checkbox'].checkbox, input[type='radio'].radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
 	text-overflow: "";
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
	position: absolute;
	left: -9999px;
}
	
label.checkbox {
	background: url(/media/checkbox.png) left no-repeat;
	background-size: auto 30px;
	padding: 5px 0 5px 70px;
	margin-bottom: 15px;
}
	
label.checkbox:hover { cursor: pointer; }
	
input[type='checkbox'].checkbox:checked + label.checkbox {
	background: url(/media/checkbox-on.png) left no-repeat;
	background-size: auto 30px; }
	
label.radio {
	background: url(/media/radio.png) left no-repeat;
	background-size: auto 32px;
	padding: 5px 0 5px 37px;
	margin-bottom: 15px; }
	
label.radio:hover { cursor: pointer; }
	
input[type='radio'].radio:checked + label.radio {
	background: url(/media/radio-on.png) left no-repeat;
	background-size: auto 32px; }

.check {
    display: inline-block;
}

.check.valid {
    width: 12px;
    height: 12px;
    background: url(/media/check.png) 0 0 no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 1;
}

.check.alert {
    background: url(/media/check.png) 0 -12px no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 1;
}

span.qa {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    line-height: 1;
    text-indent: 9999px;
    background: url(/media/qa.png) 0 0 no-repeat;
    background-size: 14px auto;
}

span.qa:hover {
    cursor: pointer;
    background-position: 0 -14px;
}
	
	
/*** buttons***/
	
button, a.button, input[type='submit'] {
	display: inline-block;
	width: auto;
	background: #000;
	font-family: "brother-1816", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 8px 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}
	
button:hover, a.button:hover, input[type='submit']:hover { 
	text-decoration: none;
	background: #C10000;
	cursor: pointer; 
}
	
.filter button { padding: 3px 10px; }

.fs-dropdown button, .fs-dropdown button:hover {
    margin: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    padding: 6px;
    text-transform: none;
}

button.fs-dropdown-selected, button.fs-dropdown-selected:hover {
    padding: 6px 20px 6px 6px;
    background: #fff url(/media/select_arrow.png) 97% 50% no-repeat;
    background-size: 10px auto;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fs-dropdown-open button.fs-dropdown-selected, .fs-dropdown-open button.fs-dropdown-selected:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    background: #fff url(/media/select_arrow-on.png) 97% 50% no-repeat;
    background-size: 10px auto;
}

button.fs-scrollbar-handle {
    background: #ccc;
    border-radius: 10px;
}

.fs-dropdown-item:hover {
    background: none;
}

a.addfiles {
	display: block;
	margin: 0 0 15px 0;
}

a.addfiles:hover, a.removefile:hover {
	cursor: pointer;
}

a.removefile {
	display: inline-block;
	margin-left: 10px;
}


/*** help***/

#faq h2.ui-accordion-header, #faq h3.ui-accordion-header {
    background: url(/media/tab-closed.png) 0 50% no-repeat;
    background-size: 16px auto;
    margin: 0;
    padding: 15px 15px 15px 36px;
    border: none;
    border-radius: 0px;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

#faq h2.ui-accordion-header {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

#faq h2.ui-accordion-header.ui-state-active, #faq h3.ui-accordion-header.ui-state-active {
    background: url(/media/tab-open.png) 0 50% no-repeat;
    background-size: 16px auto;
}

#faq h3.ui-accordion-header {
    font-size: 18px;
}

#faq h2.ui-accordion-header:last-of-type {
    border: none;
}

#faq .ui-accordion-content {
    padding: 36px;
}

#faq .ui-state-active, #faq .ui-state-default {
    color: #545861;
}

#faq .ui-widget-content {
    background: none;
    border: none;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

#faq .ui-accordion-content .ui-accordion-content {
    padding: 0 36px 36px 36px;
}

#faq .accordion li {
    margin: 0;
    padding: 0;
}

#faq .accordion li .ui-widget-content, #faq .accordion .ui-widget-content:last-of-type {
    border: none;
}

#faq .accordion .ui-widget-content ol, #faq .accordion .ui-widget-content ul {
    margin: 0;
    padding: 0;
}

#faq .accordion .ui-widget-content ol li, #faq .accordion .ui-widget-content ul li {
    margin: 0 0 15px 1em;
    padding: 0;
}

#faq .accordion .ui-widget-content ul li {
    list-style: disc;
}

#faq .accordion li p {
    font-size: 15px;
    line-height: 1.6em;
}

#faq .accordion li p a, #faq .accordion li li a {
    color: #AD3E97;
}
	
	
/*** archive ***/

#years { font-size: 90%; }

#years h2, #years h3 { 
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	margin: 0;
	border-top: 1px solid #e6e4df;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; }
	
#years h2.last, #years h3.last { border-bottom: 1px solid #e6e4df; } 

#years h2.ui-state-active, #years h3.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }

#years h2.last.ui-state-active, #years h3.last.ui-state-active {
	padding-bottom: 0;
	border-bottom: none; }
	
#years ul, .months ul {
	margin: 0;
	padding: 0;
	list-style: none; }
	
#years li { 
	padding: 0 0 10px 0;
	font-size: 110%; }

#years h4 { padding: 10px 20px 10px 10px; }
	
.months, .months .archive { margin: 0 0 0 20px; }

.months ul { border-bottom: 1px solid #e6e4df; }

.months li { background: none; }

.months li:last-child { margin-bottom: 10px; }

.months ul:last-child { border-bottom: none; }

.months .archive { font-size: 95%; }
	
.months h4 {
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; }

.months h4.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }

	
	
/*** search ***/

input#searchkeys { 
	color: #999;
	background: #fff url(/media/magnifying_glass.png) right center no-repeat;
	padding-right: 22px; }
	
ul.searchresults { 
	margin: 0;
	padding: 0;
	list-style: none; 
}
	
ul.searchresults li {
	margin: 0;
	padding: 0 0 10px 0; 
}
	
	
/*** photos ***/

.mainpic, .sidebarpic { margin: 0 0 20px 0; }

.rightpic, .leftpic {
	display: block;
	margin: 0 0 20px 0;
}

ul.gallery { font-size: 0px; }

ul.gallery li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height:1.6em;
	width: 50%;
}
	
ul.gallery li:nth-child(odd) { padding: 0 10px 20px 0; }

ul.gallery li:nth-child(even) { padding: 0 0 20px 10px; }


/*** lightbox ***/

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    text-align: center;
}

#uploader {
    display: none;
    text-align: left;
    background: #fff;
    padding: 30px;
}

.oc {
    display: none;
    position: relative;
    width: auto;
    max-height: 100%;
    padding: 30px;
    background: #fff;
}

.lphoto {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 0px;
    line-height: 1;
}

.lphoto img {
    position: relative;
    z-index: 3;
}

.lphoto .caption {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.next, .prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -12.5px;
    cursor: pointer;
}

.next { 
    right: 7.5px; 
    width: 15px;
    height: 25px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_next.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.prev { 
    left: 7.5px; 
    width: 15px;
    height: 25px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_prev.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.close {
    position: absolute;
    z-index: 2;
    top: 7.5px;
    right: 7.5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-indent: 9999px;
    overflow: hidden;
    background: url(/media/icon_close.png) 0 0 no-repeat;
    background-size: 15px auto;
}

.load {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 109px;
    height: 31px;
    margin-top: -15.5px;
    margin-left: -54.5px;
    background: url(/media/loading.gif);
    background-size: 109px 31px;
}


/*** audio ***/
audio {
	width: 100%;
	margin: 0 0 30px 0;
}

.subscribe {
	text-align: center;
}

.main .subscribe, .main2 .subscribe {
	margin-top: 30px;
}

.subscribe ul {
	list-style: none;
	margin: 0;
	padding: 0 -20px 0 0;
	font-size: 0px;
	line-height: 1;
	text-align: center;
}

.subscribe li {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 10px;
}

.subscribe li a.itunes, footer .subscribe li a.itunes {
	background: #000 url(/media/icon_itunes.png) center no-repeat;
	width: 40px;
}

.subscribe li a.soundcloud, footer .subscribe li a.soundcloud {
	background: #000 url(/media/icon_soundcloud.png) center no-repeat;
	width: 40px;
}

.subscribe li a.stitcher, footer .subscribe li a.stitcher {
	background: #000 url(/media/icon_stitcher.png) center no-repeat;
	width: 40px;
}

.subscribe li a.gplay, footer .subscribe li a.gplay {
	background: #000 url(/media/icon_gplay.png) center no-repeat;
	width: 40px;
}

.subscribe li a {
	background-size: auto 40px !important;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.subscribe li a:hover {
	background-color: #a10000 !important;
}

ul.episodes {
	position: relative;
	list-style: noone;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 1;
}

ul.episodes li {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

ul.episodes .eptitle {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 15px 0;
}


/*** social ***/

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 1;
}

ul.social li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
}

ul.social li a.facebook {
	background: url(/media/facebook.png) center top no-repeat;
	width: 40px;
}

ul.social li a.twitter {
	background: url(/media/twitter.png) center top no-repeat;
	width: 49px;
}

ul.social li a.instagram {
	background: url(/media/instagram.png) center top no-repeat;
	width: 40px;
}

ul.social li a.youtube {
	background: url(/media/youtube.png) center top no-repeat;
	width: 40px;
}

ul.social li a {
	background-size: auto 80px !important;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
}

ul.social li a:hover {
	background-position: center bottom;
}


/*** events ***/

ul.events {
	position: relative;
	list-style: noone;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 1;
}

ul.events li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

ul.events .title {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 15px 0;
}

ul.events .date {
	font-style: normal;
	color: #000;
	display: block;
	width: auto;
	position: absolute;
	top: 50%;
	right: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

ul.events .date .month {
	display: block;
	text-transform: uppercase;
}

ul.events .wherewhen{
	display: block;
	color: #555;
	font-size: 90%;
}

.eventart {
	display: block;
	margin: 0 0 15px 0;
}

.venue {
	padding-top: 15px;
}

.venuelogo {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	max-height: 100px;
}

.venuename {
	display: block;
	font-size: 18px;
}

.venuelink, address.venue .street {
	display: block;
}

address.venue {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}


/*** home ***/

#latest h2 {
	font-size: 26px;
}

.hosts img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.hosts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 1;
}

.hosts li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}

.hosts li a {
	color: #000;
	display: block;
}

.hosts li a.fb .icon {
	background: url(/media/fb.png) center top no-repeat;
	width: 16px;
}

.hosts li a.tw .icon {
	background: url(/media/tw.png) center top no-repeat;
	width: 20px;
}

.hosts li a.insta .icon {
	background: url(/media/insta.png) center top no-repeat;
	width: 16px;
}

.hosts li a .icon {
	display: inline-block;
	background-size: auto 32px !important;
	height: 16px;
	margin-right: 10px;
	vertical-align: bottom;
}

.hosts li a:hover {
	color: #a10000;
	text-decoration: none;
}

.hosts li a:hover .icon {
	background-position: center bottom;
}
	
	
@media only screen and (min-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	/*** globals ***/
	
	header, footer, section {
		width: 80%;
		max-width: 1200px;
		margin: 0 auto;
    }
		
	a.phone, a.phone:hover {
		color: #000;
		text-decoration: none;
		cursor: default; 
    }
	
	
	/*** header ***/
	
	header {
		vertical-align: middle;
		padding: 15px 20px 10px;
		text-align: left;
	}
	
	#logo {
		max-height: 60px;
	}
	
	#headcont + .container:not(.slides) {
		margin-top: 85px;
	}
	
	header .social {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 20px;
	}
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	nav { display: inline-block; }
	
	nav ul {
		margin-left: 30px;
		display: inline-block;
	}
		
	nav li {
		display: inline-block;
    }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: none;
		margin: 0; 
		text-align: left;
    }
	
	nav li li {
		float: none;
		background: none; 
    }
	
	nav li:hover ul ul, nav li:hover ul ul ul { display: none; }
	
	nav li:hover ul, nav li li:hover ul, nav li li li:hover ul { display: block; }
	
	
	/*** columns ***/
    
    .main {
        float: left;
        width: 61%;
        padding: 20px 30px;
    }
    
    .sidebar {
        float: left;
        width: 39%;
        padding: 20px 30px;
    }
		
	.onethird {
		float: left;
		width: 33.333%;
		padding: 20px; 
    }
		
	.twothirds {
		float: left;
		width: 66.666%;
		padding: 20px; 
    }
		
	.onethird:nth-of-type(3n+1), .twothirds:nth-of-type(1), .onethird + .twothirds { 
		clear: left;
		padding: 20px 20px 20px 0; 
    }
		
	.onethird:nth-of-type(3n), .twothirds + .onethird { padding: 20px 0 20px 20px; }
	
	.half {
		float: left;
		width: 50%; 
        padding: 20px;
    }
		
	.half:nth-of-type(odd) { 
		clear: left;
		padding: 20px 20px 20px 0; 
    }
		
	.half:nth-of-type(even) { padding: 20px 0 20px 20px; }
		
		
	/*** forms ***/
		
	label, .label-placeholder {
		display: block;
		float: left;
		width: 25%; 
    }
		
	textarea { width: 70%; }
		
	label.checkbox, label.radio {
		display: inline-block;
		float: none;
		width: auto;
		margin-bottom: 12px; 
    }
    
    select { padding: 0 20px 0 0; }
    
    select option { 
        padding: 5px 6px; 
        border: none;
    }
		
	input[type='text'], input[type='checkbox'], input[type='radio'], input[type='file'], input[type='password'], select, textarea, .fs-dropdown { margin-bottom: 12px; }
		
	button, a.button, input[type='submit'] { margin: 0 0 0 25%; }
	
	input + button, select + button, input + span + button, button + button, .button + button, input[type='text'] + input[type='checkbox'], label + button { margin: 0 0 12px 10px; }
	
	input[type='checkbox'] { margin: 0 0 12px 25%; }
	
	label + input[type='checkbox'] { margin-left: 0; } 
	
	input[type='checkbox'] + label { margin-left: 25%; }
		
	input#securityq, a.addfiles { margin: 0 0 12px 25%; }
	
	.feedback { 
		margin: 0 0 0 25%;
		width: 75%; 
    }
		
	.hidden-placeholder, input[type='file'].hidden-placeholder { margin: 0 0 12px 25%; }
	
	label.checkbox {
		background: url(/media/checkbox.png) 0 0 no-repeat;
		background-size: auto 15px;
		padding: 0 0 0 35px; 
    }
		
	input[type='checkbox'].checkbox:checked + label.checkbox {
		background: url(/media/checkbox-on.png) 0 0 no-repeat;
		background-size: auto 15px; 
    }
		
	label.radio {
		background: url(/media/radio.png) left no-repeat;
		background-size: auto 16px;
		padding: 0 0 0 21px; 
    }
		
	input[type='radio'].radio:checked + label.radio {
		background: url(/media/radio-on.png) left no-repeat;
		background-size: auto 16px; 
    }
		
	label.radio, label.checkbox { 
		display: inline-block;
		float: none; 
    }
	
	.cke, .file_options .label-placeholder {
		clear: left;
	}
		
		
	/*** photos ***/
	
	.rightpic {
		float: right;
		margin: 0 0 10px 20px; 
    }
		
	.leftpic {
		float: left;
		margin: 0 20px 10px 0; 
    }
	
	.episodeart {
		max-width: 15%;
	}
	
	ul.gallery li, ul.gallery li:nth-of-type(odd), ul.gallery li:nth-of-type(even) { 
		width: 25%;
		padding: 0 10px 20px 10px; 
    }
    
    
    /*** lightbox ***/
    
    .overlay {
        padding: 25px;
        background: rgba(0,0,0,.7);
    }
	
	
	/*** audio ***/
	
	.subscribe li a.itunes {
		background: #000 url(/media/itunes.png) center no-repeat;
		width: 134px;
	}

	.subscribe li a.soundcloud {
		background: #000 url(/media/soundcloud.png) center no-repeat;
		width: 233px;
	}

	.subscribe li a.stitcher {
		background: #000 url(/media/stitcher.png) center no-repeat;
		width: 167px;
	}

	.subscribe li a.gplay {
		background: #000 url(/media/gplay.png) center no-repeat;
		width: 103px;
	}
	
	.subscribe li a {
		background-size: auto 40px !important;
		height: 40px;
	}
	
	ul.episodes li {
		margin: 0 0 1px 0;
		vertical-align: middle;
	}
	
	ul.episodes li:nth-of-type(odd) {
		background: #ebebeb;
	}
	
	ul.episodes img {
		float: left;
		margin-right: 30px;
		max-width: 15%;
	}
	
	ul.episodes div {
		position: relative;
		padding: 0 30px;
	}
	
	
	/*** events ***/
	
	ul.events li {
		margin: 0 0 1px 0;
		vertical-align: middle;
	}
	
	ul.events li:nth-of-type(odd) {
		background: #ebebeb;
	}
	
	ul.events img {
		float: left;
		margin-right: 30px;
		max-width: 15%;
	}
	
	ul.events div {
		position: relative;
		padding: 0 30px;
	}
		
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	header, footer, section {
		width: 100%;
	}
	
	.main, .main2, .sidebar {
		padding: 20px 40px;
	}
}

.hidden { display: none !important; }

/*** admin styles - DO NOT REMOVE! ***/

#login, #passreset, #verify, #reset-response { margin-bottom: 20px; }

#passreset, #recoveruser, #reset-response, #verify { display: none; }

#forgot-un, #forgot-pass { cursor: pointer; }

.button.edit, .button.add, .button.settings {
	margin: 0 0 0 10px;
	float: right;
	font-size: 100%;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
	
.button.cancel { background: #A9ABB0; }

a.add {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_add.png) 0 0 no-repeat;
	background-size: auto 36px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
}
	
a.add:hover {
	background: url(/media/icon_add.png) 0 -18px no-repeat;
	background-size: auto 36px;
}
	
a.edit {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_edit.png) 0 0 no-repeat;
	background-size: auto 36px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
}
	
a.edit:hover {
	background: url(/media/icon_edit.png) 0 -18px no-repeat;
	background-size: auto 36px;
}
	
a.settings {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_gear.png) 0 0 no-repeat;
	background-size: auto 35px;
	text-indent: -9999px;
	margin-left: 5px;
	position: relative;
	top: 0.3em;
	border: none;
}
	
a.settings:hover {
	background: url(/media/icon_gear.png) 0 -18px no-repeat;
	background-size: auto 35px;
	border: none;
}
	
.nomargin { margin-left: 0; }

button#uploadphoto { padding: 6px 15px 4px; }

.alert { color: #C00; }

.instructions { 
	font-size: 80%;
	font-style: italic;
}
	
table.list { width: 100%; }

table.list tr { vertical-align: middle; }
	
table.list td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
	
table.list tr:hover { background: #eee; }
	
ul.list, ul.sblist, ul.sublist, ul.subsublist, ul.photolist, ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul.sublist, ul.subsublist { margin: 0 0 0 40px; }
	
ul.list li, ul.sublist li, ul.subsublist li, ul.sblist li {
	margin: 0;
	padding: 0;
}
	
ul.list li, ul.sblist li { border-bottom: 1px solid #ccc; }
	
ul.sublist li { border: none; }

ul.list li a, ul.sublist li a, ul.sblist li a { 
	display: block;
	padding: 10px;
}
	
ul.list.pages li a, ul.sublist.pages li a, ul.list.pages li.unpub ul.sublist.pages li a, ul.subsublist.pages li a, ul.sublist.pages li.unpub ul.subsublist.pages li a { 
	background: none;
	padding: 10px 10px 10px 30px;
}

ul.list.pages li.unpub a, ul.sublist.pages li.unpub a, ul.subsublist.pages li.unpub a {
	background: url(/media/icon_unpublished.png) left no-repeat;
	background-size: 20px auto;
}

ul.list li a:hover, ul.sublist li a:hover, ul.sblist li a:hover, ul.list.pages li.unpub a:hover, ul.sublist.pages li.unpub a:hover, ul.subsublist.pages li.unpub a:hover, ul.list.pages li.unpub ul.sublist.pages li a:hover, ul.subsublist.pages li a:hover, ul.sublist.pages li.unpub ul.subsublist.pages li a { 
	background-color: #eee;
	text-decoration: none;
}
	
ul.list li a.published, ul.list li a.unpublished {
	float: left;
	width: 80px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	color: #fff;
	margin: 4px 10px 0 0;
	padding: 6px;
	border: none;
}
	
ul.list li a.published { background: #d2d3da; }
	
ul.list li a.unpublished { background: #ccc; }

ul.photolist {
    font-size: 0px;
    line-height: 1;
}
	
ul.photolist li {
	display: inline-block;
	width: 200px;
    height: 200px;
    overflow: hidden;
	margin: 0 20px 20px 0; 
}

ul.list li .date { float: right; }

table.list.filter thead { display: none; }

ul.filelist {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.filelist li {
	margin: 0;
	padding: 0 0 10px 0;
}
	
.thumb, .dirthumb, .filethumb {
	float: left;
	width: 200px;
	height: 220px;
	margin: 0 1em 1em 0;
	text-align: center;
	overflow: hidden;
}
	
.thumb img, .filethumb img { 
	max-width: 200px;
	max-height: 150px;
}

.dirthumb { 
	background: url(/media/cammycms_folder.png) center no-repeat;
	background-size: 200px;
}
	
.thumb button, .dirthumb button, .filethumb button { margin: 0; }
	
a>.dirthumb { color: #71747C; }

#currentmainpic { 
    max-width: 500px;
}

#photopreview {
    display: none;
    margin-bottom: 10px;
}

.photothumb {
	float: left;
	width: 200px;
	max-height: 200px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
	
#adminmain { padding: 20px; }

#pagelink, #urlalias, #aliaslink { text-transform: lowercase; }

.upload {
	border: 2px dotted #ccc;
	padding: 50px;
	text-align: center;
	margin: 0 0 30px 0;
	width: 100%; 
    line-height: 1;
}
	
.upload:hover, .upload.fs-upload-dropping { background: #e1e1e1; }

.fs-lightbox-image { width: auto !important; }

#response {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #C3D941;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	font-style:italic;
	display: none; 
}
	
#logout {
	position: absolute;
	top: 10px;
	right: 0; 
}

#cammy { 
	position: absolute;
	right: 0;
	bottom: 15px; 
	font-size: 12px;
}
	
#cammy img { height: 30px; }

#cammy #version {;
	font-style: italic;
}
	
label.radio, label.checkbox { 
	display: inline-block;
}

#addphotos .radio {
    margin-bottom: 0;
}
	
.cke_dialog_ui_labeled_label { float: none; }

.addnew, .addnew-linked {
    display: inline-block;
    font-size: 90%;
    margin: 0 0 10px 0;
}
	

	