/* --- RESET --- */

/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {*/
/* I removed strong, b, em, i from the above list 
	because if something was <em><strong> it was only bold, not italic */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight:inherit;
  font-style:normal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; padding:0; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
input[type="radio"] { vertical-align: text-bottom; }
/*input[type="checkbox"] { vertical-align: bottom; }*/
input[type="checkbox"] { vertical-align: -10%; }
.iem7 input[type="checkbox"] { vertical-align: baseline; }
.iem7 img { -ms-interpolation-mode: bicubic; }
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* --- ELEMENTS --- */

html {
	height:100%;
}
body, * {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:1.5em;
	color:#7C7C7C;
}
@media only screen and (min-width: 600px) {
	body, * {
		font-size:13px;
	}
}
body {
	-webkit-text-size-adjust:100%;
}
em, strong, a, label, span {
	font-size:inherit;
	color:inherit;
	font-family:inherit;
}
a {
	color:#3998cb;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 1em;
	line-height:1em;
}
h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
	padding-top: .5em;
}
h1 {
	font-size: 28px;
	color:#3998cb;
	text-shadow: 3px 3px 0px #9fd1eb;
	text-transform:uppercase;
}
@media only screen and (min-width: 600px) {
	h1 {
		font-size: 36px;
	}
}
h2 {
	font-size: 21px;
	color:#447590;
}
@media only screen and (min-width: 600px) {
	h2 {
		font-size: 24px;
	}
}
h3 {
	font-size: 18px;
}
@media only screen and (min-width: 600px) {
	h3 {
		font-size: 21px;
	}
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/*p, th, td, div, input {
	font-size: 14px;
	line-height: 1.3em;
}*/
p {
	margin-bottom: 1.1em;
}
ul, ol {
	margin:20px 0;
	padding-left: 30px;
}

/* --- TABLES --- */

table.userlist {
	margin-bottom: 1em;
}
table.userlist th, table.userlist td {
	color: #3a3a3a;
	padding: 7px 14px 7px 0;
	width: auto;
	border-bottom: #dddddd thin dashed;
}
table.userlist tr.disabled td {
	color: #9da2a5;
	padding: 7px 14px 0 0;
	width: auto;
	border-bottom: none;
}
table.userlist th {
	font-weight: bold;
	text-align: left;
}

/* --- FORMS --- */

input.button-primary {
	background-color:#db6733;
	color:#FFF;
	font-family:"Alegreya",Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	padding: 4px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	border:none;
	cursor:pointer;
	margin-bottom: 1.25em;
	-webkit-box-shadow:  -3px -3px 8px 0px rgba(0, 0, 0, .15);
    box-shadow:  -3px -3px 8px 0px rgba(0, 0, 0, .15);
	text-shadow: 2px 2px 0px #c04f26;
	-webkit-appearance: none;
}
input.button-primary:hover {
	text-decoration:none;
	background-color:#c85e2f;
}
input.button-secondary {
	background-color:#9da2a5;
	color:#FFF;
	font-family:"Oswald",Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:24px;
	text-transform:uppercase;
	padding: 0 22px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display:inline-block;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
}
input.button-secondary:hover {
	text-decoration:none;
	background-color:#8c9093;
}

.row {
	clear: both;
	padding-top: .8em;
}
.fieldlabel {
	position: relative;
	float: left;
	text-align: right;
	width: 22%;
	font-weight: normal;
}
.fielddata {
	position: relative;
	float: right;
	text-align: left;
	width: 75%;
	color: #3a3a3a;
}
.fielddata textarea, .fielddata select, .fielddata option {
	color: #3a3a3a;
}
#loginForm .fieldlabel, #forgotForm .fieldlabel {
	width: 10%;
}
#loginForm .fielddata, #forgotForm .fielddata {
	width: 87%;
}
@media only screen and (max-width: 675px) {
	.fieldlabel {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
	}
	.fielddata {
		float: none;
		display: block;
		width: 100%;
	}
	#loginForm .fieldlabel, #forgotForm .fieldlabel {
		float: left;
		text-align: right;
		width: 15%;
	}
	#loginForm .fielddata, #forgotForm .fielddata {
		float: right;
		width: 82%;
	}
}
@media only screen and (max-width: 480px) {
	#loginForm .fieldlabel, #forgotForm .fieldlabel {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
	}
	#loginForm .fielddata, #forgotForm .fielddata {
		float: none;
		display: block;
		width: 100%;
	}
}
.checkbox_vertical {
	display: block;
	padding-bottom: .5em;
}
input {
	color: #3a3a3a;
}
.hideText {
	display: none;
}
.fielddata label {
	color: #3a3a3a;
}
input[type="text"]:disabled {
	background-color: transparent;
	border: none;
}
.disabled {
	color: #9da2a5;
}
label.error {
	background-color: #F3E6E6;
	color: #7a2a2a;
	font-weight: normal;
	white-space: nowrap;
	padding: 2px 4px;
	border-color: #924949;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
label.error.checked {
	display: none !important;
}
input.error, select.error, textarea.error {
	color: #000000;
	font-weight: normal;
}
#errorSummary, #errorSummaryMsg {
	font-size: 12px;
	margin-top: .5em;
	background-color: #F3E6E6;
	color: #7a2a2a;
	padding: 3px 6px;
	border-color: #924949;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

/* --- IDS --- */

#container {
	height:auto;
	min-height:100%;
	position:relative;
	background-image:url(../images/canvastile.jpg);
}
@media only screen and (min-width: 512px) {
	#container {
		background-image:none;
	}
}
#container img {
	max-width:100%;
	height:auto;
	border:0;
}
.ie8 #container img {
	width:auto;
}
#content {
	background-image:url(../images/canvastile.jpg);
	padding:24px;
}
@media only screen and (min-width: 512px) {
	#content {
		padding:40px;
		-webkit-box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
			box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
	}
}
@media only screen and (min-width: 512px) {
	#content-wrapper {
		width:95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1084px) {
	#content-wrapper {
		width:auto;
	}
}
#content-bottom {
	display:none;
}
@media only screen and (min-width: 512px) {
	#content-bottom {
		display:block;
		background-image:url(../images/content-bottom.png);
		height:49px;
	}
}
#content-container {
	max-width: 1024px;
	padding:0 0 134px 0;
	margin: 0 auto;
}
@media only screen and (min-width: 512px) {
	#content-container {
		padding:22px 0 169px 0;
	}
}
@media only screen and (min-width: 750px) {
	#content-container {
		padding:178px 0 169px 0;
	}
}
#profile {
	display: inline-block;
	padding-left: 2em;
}
#facebook-signin {
	background-image: url(../images/facebook-sign-in.png);
	background-repeat: no-repeat;
	max-width: 150px;
	width: 150px;
	max-height: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
}
#facebook-signin:hover {
	background-image: url(../images/facebook-sign-in-hover.png);
}

/* --- CLASSES --- */

.addthisindividual {
	display:block;
}
@media only screen and (min-width: 480px) {
	.addthisindividual {
		float:right;
		margin-left:20px;
	}
}
.addthistop {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
@media only screen and (min-width: 750px) {
	.ag-anchor {
		position:relative;
		top:-157px;
	}
}
.back-button {
	background-image:url(../images/back-arrow.png);
	background-repeat:no-repeat;
	background-position: 12px center;
	padding-left:30px;
}
.center-content {
	width:98%;
	max-width:1024px;
	margin:0 auto;
}
.error {
	color: #C00;
}
.even {
	background-color:#F5F5F5;
}
.login {
	width: 760px;
	height: 98px; /* 120 - 22 */
	padding: 22px 19px 0 0; 
	background-image: url(/images/header.jpg); 
	background-repeat: no-repeat; 
	color: #FFF;
	text-align: right;
}
.login a {
	text-decoration: none;
	color: #FFF;
}
.login a:hover {
	text-decoration: underline;
}
.next-button {
	background-image:url(../images/next-arrow.png);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:30px;
}
.notopspace {
	margin-top: 0;
	padding-top: 0;
}
.nowrap {
	white-space:nowrap;
}
.odd {
	background-color:transparent;
}
.pagetitle {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	color: #3a3a3a;
}
.prev-next-nav {
	text-align:right;
}
.required {
	color: #E16935;
}
.sociallogin {
	padding: .5em 0;
}
.title-banner {
	padding:20px 20px 0 20px;
}
@media only screen and (min-width: 512px) {
	.title-banner {
			padding: 20px;
		margin: 0 6px 22px 6px;
		background-image: url("../images/canvastile.jpg");
			box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.16);
	}
}
.title-banner h1 {
	margin-bottom:0;
}
.update {
	color: #E16935;
}

/* --- open/close panels ---*/
/*.post-panel {
	margin-top:18px;
}
.post-panel h2 {
	background-color: #f5f0ee;
	padding: 10px 10px 10px 30px;
	margin:0;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.panel-content, .panel-summary {
	margin-top: -2px;
	background-color:#f5f0ee;
	padding: 15px 20px 5px 30px;
}
div.panel-content.isclosed, div.panel-summary.isopen {
	display: none;
}
div.panel-content.isopen, div.panel-summary.isclosed {
	display: block;
}
h2 span.isclosed {
	background-image: url(../images/triangle-right-blue.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	width: 22px;
	margin-left: -22px;
}
h2 span.isopen {
	background-image: url(../images/triangle-down-blue.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	width: 22px;
	margin-left: -22px;
}
.post-panel h2:hover {
	cursor: pointer;
	color: #db6633;
}
h2:hover span.isclosed {
	background-image: url(../images/triangle-right-orange.png);
}
h2:hover span.isopen {
	background-image: url(../images/triangle-down-orange.png);
}*/

/* Posts */
.post {
	margin-bottom: 40px;
	position: relative;
}
@media only screen and (min-width: 750px) {
	.post {
		min-height: 140px;
	}
}
.listimg {
	position: relative;
	max-width: 248px;
}
@media only screen and (min-width: 321px) {
	.listimg {
		max-width: 320px;
	}
}
@media only screen and (min-width: 750px) {
	.listimg {
		position: absolute;
		max-width: 248px;
		top: 4px;
		left: 0;
	}
}
/*.listimg img {
	width: 248px;
}*/
.postinfo {
	text-align: left;
	position: relative;
	border-bottom: #CCC thin solid;
}
@media only screen and (min-width: 750px) {
	.postinfo {
		margin-left: 278px;
		min-height: 140px;
	}
}
.postinfo p {
	margin-bottom: 1em;
}
.postinfo p:last-child {
	margin-bottom: 2em;
}
.postdate {
	position: absolute;
	font-size: 14px;
	left: 0;
	bottom: 0;
}
@media only screen and (min-width: 750px) {
	.postdate {
		left: 278px;
	}
}
.morebutton {
	position: absolute;
	right: -4.5px;
	bottom: -24px;
	border: none;
}
.postinfo h2 {
	margin-bottom: 10px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #3a3a3a;
}
.postinfo h2 a {
	/*font-family: Raleway, sans-serif;
	font-weight: 700;
	text-transform: uppercase;*/
	font-size: 18px;
	line-height: 22px;
	color: #3a3a3a;
}
.postinfo h2 a:hover {
	color: #3998CB;
}
.singlepost {
	min-height: 86px;
}
.singlepost ul, .singlepost ol { 
	overflow: hidden; 
}

/* --- comments ---*/
h2.comments {
	color: #535353;
	font-weight: bold;
	background-image: url(../images/double-line.png);
	background-position: 0 65%;
	background-repeat: repeat-x;
	margin-top: 1em;
}
h2.comments span {
	font-weight: bold;
	background-image:url(../images/canvastile.jpg);
	background-position: 40px 0;
	padding-right: 1em;
}
.commentCount {
	color: #db6633;
	font-weight: bold;
	padding-right: .25em;
}
.commentData {
	margin-bottom: 1.5em;
	padding: 12px;
	border: #d7d7d7 thin solid;
	background-color: #ffffff;
	position: relative;
	min-height: 41px; /* 65 -12 -12 */
	height: auto;
}
.boxTriangleLeft {
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: -8px;
}
.userinfo {
	/*font-size: 13px;*/
	line-height: 1.25em;
}
@media only screen and (min-width: 600px) {
	.userinfo {
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -20px;
		width:200px;
	}
}
.submmitedBy {
	color: #db6633;
	font-weight: bold;
}
.submittedDate {
	font-style: italic;
}
.commentText {
	margin-top: 1em;
}
@media only screen and (min-width: 600px) {
	.commentText {
		margin-left: 212px;
		margin-top: 0;
	}
}
.commentText p {
	margin-top: 1.2em;
	margin-bottom: 0;
}
#commentForm {
	margin-top: 3em;
}
.commentLabel {
	color: #6d6d6d;
}
#commentForm input[type="checkbox"] { 
	vertical-align: 2%; 
}
input[type=submit].commentButton {
    background: transparent url("../images/submit-comment-button.png") 0 0 no-repeat;
		display: hidden;
		margin-left: -8px;
    cursor: pointer;
    height: 42px; /* height of the background image */
    width: 215px; /* width of the background image */
		border: none;
		box-shadow: none;
}
/* --- HEADER --- */
.follow-facebook {
	background-image:url(../images/facebook-small.png);
	width:20px;
	height:20px;
	position:absolute;
	right:34px;
	top:50px;
	z-index:2000;
}
@media only screen and (min-width: 750px) {
	.follow-facebook {
		background-image:url(../images/facebook.png);
		width:26px;
		height:25px;
		right:198px;
		top:19px;
	}
}
.follow-twitter {
	background-image:url(../images/twitter-small.png);
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:50px;
	z-index:2000;
}
@media only screen and (min-width: 750px) {
	.follow-twitter {
		background-image:url(../images/twitter.png);
		width:26px;
		height:25px;
		right:166px;
		top:19px;
	}
}
header {
	position:relative;
	width:100%;
	top:0;
	left:0;
	z-index:500;
}
@media only screen and (min-width: 750px) {
	header {
		position:fixed;
	}	
}
.header {
	background-image:url(../images/headertiles-image.jpg);
	background-repeat:repeat-y;
	position:relative;
	height:38px;
}
@media only screen and (min-width: 750px) {
	.header {
		height:58px;
	}	
}
#identity {
	background-color:#447590;
	height:38px;
	border-bottom:3px #FFF solid;
}
@media only screen and (min-width: 750px) {
	#identity {
		height:58px;
	}	
}
a.pmradio-button {
	display:block;
	background-image:url(../images/pmradio-blue.png);
	margin:0 auto;
	width: 113px;
	height: 27px;
	position:relative;
	top:47px;
	z-index:2000;
}
@media only screen and (min-width: 750px) {
	a.pmradio-button {
		background-image:url(../images/pmradio-orange.png);
		position:absolute;
		top:18px;
		right:250px;
	}
}
div.login-logout {
	position:absolute;
	top: 8px;
	right:1%;
	color: #FFF;
	font-size:16px;
	font-weight:700;
}
@media only screen and (min-width: 750px) {
	div.login-logout {
		top: 18px;
	}
}
div.login-logout a {
	color: #FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
@media only screen and (min-width: 400px) {
	div.login-logout a {
		font-size:13px;
	}
}
div.login-logout a:hover {
	text-decoration:underline;
}
a.siteid {
	font-family:"Raleway", sans-serif;
	font-size:24px;
	line-height:38px;
	font-weight:700;
	color:#FFF;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 4px 3px 0px #7c5551;
	white-space:nowrap;
    /*filter: dropshadow(color=#7c5551, offx=4, offy=3);*/
}
@media only screen and (min-width: 750px) {
	a.siteid {
		font-size:32px;
		line-height:58px;
		left:10px;
			/*filter: dropshadow(color=#7c5551, offx=4, offy=3);*/
	}
}
nav {
	background-color:#dc6733;
	height:38px;
}
@media only screen and (min-width: 750px) {
	nav {
		background-color:transparent;
		height:95px;
		background-image:url(../images/nav-back.png);
		background-position:center top;
		background-repeat:no-repeat;
	}
}
#mobile-nav {
	position:relative;
	z-index:1000;
}
@media only screen and (min-width: 750px) {
	#mobile-nav {
		display:none;
	}
}
#mobile-nav ul {
	position:absolute;
}
#mobile-nav #menu-link {
	display:block;
	width:51px;
	height:38px;
}
#mobile-nav #mobile-menu {
	position:relative;
}

#mobile-nav ul {
	text-align:left;
	list-style-image:none;
	list-style:none;
	margin:0;
	width:100%;
	position:absolute;
	top:0;
	-webkit-backface-visibility:hidden;
}
#mobile-nav ul ul,
#mobile-nav ul ul ul{
	left: 100%;
}
#mobile-nav ul a {
	display:block;
	border-top:1px #e18860 solid;
	padding: 10px;
	color:#FFF;
	background-color:#d66433;
	font-size:16px;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#mobile-nav ul a.back {
	background-color:#c0592d;
	text-align:center;
	background-image:url(../images/arrow-left.png);
	background-position: 10px center;
	background-repeat:no-repeat;
}
#mobile-nav ul a.sub {
	background-image:url(../images/arrow-right.png);
	background-position: 98% center;
	background-repeat:no-repeat;
}
#mobile-nav ul a:hover{
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mobile-nav ul li ul,
#mobile-nav ul li.current ul li ul,
#mobile-nav ul li.current ul li.current ul li ul nav ul li.current ul li.current ul li.current ul li ul,
#mobile-nav ul li.current ul li.current ul li.current ul li.current ul li ul,
#mobile-nav ul li.current ul li.current ul li.current ul li.current ul li.current ul li ul{display:none}

#mobile-nav ul li.current>ul,
#mobile-nav ul li.current ul li.current>ul,
#mobile-nav ul li.current ul li.current ul li.current>ul,
#mobile-nav ul li.current ul li.current ul li.current ul li.current>ul,
#mobile-nav ul li.current ul li.current ul li.current ul li.current ul li.current>ul,
#mobile-nav ul li.current ul li.current ul li.current ul li.current ul li.current ul li.current>ul{display:block}

#mobile-nav #primary {
	left:-999em;
	-webkit-transform: translateZ(0); /* activates hardware acceleration on iOS */
}


#nav-container {
	width:98%;
	max-width:1024px;
	margin:0 auto;
	display:none;
}
@media only screen and (min-width: 750px) {
	#nav-container {
		display:block;
	}
}
ul#main-nav {
	height:57px;
	width:600px;
	margin:0 auto;
}
ul#main-nav li,
ul#secondary-nav li {
	float:left;
}
ul#main-nav li a,
ul#secondary-nav li a {
	text-decoration:none;
}
ul#main-nav li a {
	display:block;
	font-family:"Oswald", sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:57px;
	color:#FFF;
	text-shadow: 2px 2px 0px #5c6e95;
    /*filter: dropshadow(color=#5c6e95, offx=2, offy=2);*/
	text-transform:uppercase;
	padding:0 10px;
}
ul#main-nav li a:hover,
ul#main-nav li a.active {
	background-image:url(../images/main-nav-active.gif);
	background-position: center top;
	background-repeat:repeat-x;
}
ul#main-nav ul {
	position:absolute;
	left:-999em;
	/*width:15em;
	background-color:#5D9EC3;*/
}
ul#main-nav ul li {
	float:none;
}
ul#main-nav ul li a {
	background-color:#5D9EC3;
	line-height:24px;
	text-shadow:none;
	padding: 5px 10px;
	border-top:1px #6db9e4 solid;
	text-transform:none;
}
ul#main-nav ul li a:hover {
	background-image:none;
	background-color:#5087a7;
}
ul#main-nav li:hover ul, ul#main-nav li li:hover ul, ul#main-navli.sfhover ul, ul#main-nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
ul#main-nav .show,
ul#secondary-nav .show { /* class for touch menus */
	left: auto;
}
ul#main-nav .hide,
ul#secondary-nav .hide { /* class for touch menus */
	left: -999em !important;
}
ul#secondary-nav {
	height:38px;
	width:430px;
	margin:0 auto;
}
.ie8 ul#secondary-nav {
	width:450px;
}
ul#secondary-nav li a {
	display:block;
	font-family:"Alegreya", serif;
	font-size:16px;
	font-weight:700;
	line-height:38px;
	color:#FFF;
	background-color:#e16935;
	text-shadow: 2px 2px 0px #c04f26;
    /*filter: dropshadow(color=#c04f26, offx=2, offy=2);*/
	text-transform:uppercase;
	padding:0 10px;
}
ul#secondary-nav li a.active {
	background-color:#be3b02;
}
ul#secondary-nav ul {
	position:absolute;
	left:-999em;
}
ul#secondary-nav ul li {
	float:none;
}
ul#secondary-nav ul li a {
	background-color:#e16935;
	line-height:24px;
	text-shadow:none;
	padding: 5px 10px;
	border-top:1px #e7875d solid;
	text-transform:none;
	width:100px;
}
ul#secondary-nav ul li a:hover {
	background-color:#be3b02;
}
ul#secondary-nav li:hover ul, ul#secondary-nav li li:hover ul, ul#secondary-navli.sfhover ul, ul#secondary-nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* --- FOOTER --- */

footer {
	/*height:84px;*/
	background-color:#e6e6e6;
	background-image:url(../images/footertile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	bottom:0;
}
@media only screen and (min-width: 750px) {
	footer {
		height:119px;
		padding-top:38px;
	}
}
.footer {
	position:relative;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer p.pm {
	font-family:"Raleway", sans-serif;
	font-size:16px;
	font-weight:700;
	color:#8d8d8d;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	margin-bottom:0;
}
@media only screen and (min-width: 750px) {
	footer p.pm {
		font-size:34px;
		color:#fff;
		position:absolute;
		/*top:38px;*/
		top:30px;
		text-shadow: 2px 2px 0px #a4c9df;
		padding:0;
			/*filter: dropshadow(color=#a4c9df, offx=2, offy=2);*/
	}
}
footer p.copyright,
footer p.cyclone {
	font-family:"Open Sans", sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-align:center;
	padding-top:7px;
	margin-bottom:0;
}
@media only screen and (min-width: 750px) {
	footer p.copyright,
	footer p.cyclone {
		font-size:11px;
		color:#3b3b3b;
		text-align:left;
		padding:0;
		position:absolute;
	}
	footer p.copyright {
		/*top:78px;*/
		top:68px;
	}
	footer p.cyclone {
		/*top:78px;*/
		top:68px;
		right:0;
	}
}

/* --- HOME PAGE --- */

.home-items {
	margin:0 auto;
}
@media only screen and (min-width: 512px) {
	.home-items {
		width:512px;
	}
}
@media only screen and (min-width: 768px) {
	.home-items {
		width:768px;
	}
}
@media only screen and (min-width: 1024px) {
	.home-items {
		width:1024px;
	}
}
.home-item {
	position:relative;
	padding:20px;
}
@media only screen and (min-width: 512px) {
	.home-item {
		width:244px;
		height:370px;
		margin: 0 6px 48px 6px;
		background-color:#FFF;
		position:relative;
		float:left;
		padding:0;
		-webkit-box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
			box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
	}
}
.home-double-item {
	position:relative;
	padding:20px;
}
@media only screen and (min-width: 512px) {
	.home-double-item {
		background-color:#FFF;
		position:relative;
		padding:0;
		width:500px;
		height:370px;
		margin: 0 6px 48px 6px;
		float:left;
		-webkit-box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
			box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
	}	
}
.home-item .category {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	display:block;
	padding:0 10px;
	background-image:url(../images/transparencies/black-65.png);
	color:#FFF;
	position:absolute;
	right:2px;
	bottom:14px;
	text-transform:uppercase;
}
.home-item h2 {
	font-family:"Raleway", sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	color:#3a3a3a;
	padding:0;
	margin: 3px 0 20px 0;
	text-transform:uppercase;
}
@media only screen and (min-width: 512px) {
	.home-item h2 {
		margin: 3px 20px 20px 20px;
	}
}
.home-double-item h2 {
	font-family:"Raleway", sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:20px;
	color:#f0613c;
	text-transform:uppercase;
	margin:12px 0;
}
@media only screen and (min-width: 512px) {
	.home-double-item h2 {
		padding: 12px 20px;
		margin:0;
		background-image:url(../images/transparencies/white-95.png);
	}
}
@media only screen and (min-width: 512px) {
	.home-item .home-item-content {
		height: 192px;
		overflow:hidden;
	}
}
.home-double-item h2 a {
	font-family:"Raleway", sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:20px;
	color:#f0613c;
}
.home-item h2 a {
	font-family:"Raleway", sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	color:#3A3A3A;
}
.home-item h2 a:hover,
.home-double-item h2 a:hover {
	color: #3998CB;
}
@media only screen and (min-width: 512px) {
	.home-double-item .home-item-content {
		position:absolute;
		bottom:0;
		width:100%;
	}
}
.home-item p {
	font-family:"Open Sans", sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	margin: 0;
	padding-bottom:20px;
}
@media only screen and (min-width: 512px) {
	.home-item p {
		margin: 0 20px;
		padding-bottom:15px;
	}
}
.home-double-item p {
	font-family:"Open Sans", sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:18px;
	color:#424242;
	margin: 10px 0 0 0;
	padding-bottom:20px;
}
@media only screen and (min-width: 512px) {
	.home-double-item p {
		padding: 10px 20px 48px 20px;
		margin:0;
		background-color:#FFF;
		padding-bottom:48px;
	}
}
@media only screen and (min-width: 512px) {
	.home-double-item div.description {
		background-color: #FFF;
		width:322px;
		position:absolute;
		right:0;
		bottom:0;
	}
}
.home-item div.date,
.home-double-item div.date {
	width:60px;
	height:23px;
	border-top: 1px #e6e6e6 solid;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#848484;
	float:left;
}
@media only screen and (min-width: 512px) {
	.home-item div.date,
	.home-double-item div.date {
		width:60px;
		height:23px;
		border-top: 1px #e6e6e6 solid;
		font-family:"Open Sans", sans-serif;
		font-size:14px;
		color:#848484;
		float:none;
		position:absolute;
		left:20px;
		bottom:0;
	}
}
.home-item .divider {
	height:1px;
	width:60px;
	background-color:#e6e6e6;
}
@media only screen and (min-width: 512px) {
	.home-item .divider {
		margin-left:20px;
	}
}
.home-item .home-item-photo {
	padding:2px 2px 14px 2px;
	position:relative;
}
.home-double-item .home-item-photo {
	padding:2px 2px 14px 2px;
	position:relative;
}
.home-item-photo img {
	display:block;
}
img.more-button {
	position:absolute;
	right:0;
	bottom:-18px;
}
a.more-button {
	display:block;
	padding:0 0 0 14px;
	margin-left:90px;
	font-family:"Alegreya", serif;
	font-size:16px;
	line-height:28px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 2px 2px 1px #c14f26;
	width:98px;
	height:28px;
	background-image:url(../images/more-button-2.png)
}
@media only screen and (min-width: 512px) {
	a.more-button {
		padding:7px 0 0 30px;
		margin:0;
		position:absolute;
		right:0;
		bottom:-18px;
		width:98px;
		height:44px;
		background-image:url(../images/more-button.png);
			 /*filter: dropshadow(color=#c14f26, offx=2, offy=2);*/
	}
}

/* --- MUSIC LIST PAGE --- */
.music-items {
	margin:0 auto;
}
@media only screen and (min-width: 512px) {
	.music-items {
		width:512px;
	}
}
@media only screen and (min-width: 768px) {
	.music-items {
		width:768px;
	}
}
@media only screen and (min-width: 1024px) {
	.music-items {
		width:1024px;
	}
}
.music-item {
	position:relative;
	padding:20px;
}
@media only screen and (min-width: 512px) {
	.music-item {
		width:244px;
		margin: 0 6px 48px 6px;
		background-color:#FFF;
		position:relative;
		float:left;
		padding:0;
		-webkit-box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
			box-shadow:  0px 13px 13px 0px rgba(0, 0, 0, .16);
	}
}
.music-item .music-item-photo {
	padding:2px;
	float:left;
	width:48%;
}
@media only screen and (min-width: 512px) {
	.music-item .music-item-photo {
		float:none;
		width:auto;
	}
}
.music-item-photo img {
	display:block;
}
.music-item .music-item-content {
	float:right;
	width:48%;
}
@media only screen and (min-width: 512px) {
	.music-item .music-item-content {
		height: 45px;
		overflow:hidden;
		padding-bottom:25px;
		float:none;
		width:auto;
	}
}
.music-item h2 {
	font-family:"Raleway", sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	color:#3a3a3a;
	padding:0;
	margin: 3px 0 20px 0;
	text-transform:uppercase;
}
.music-item h2 .subtitle {
	text-transform: none;
}
@media only screen and (min-width: 512px) {
	.music-item h2 {
		margin: 3px 20px 3px 20px;
	}
}
.music-item h2 a {
	font-family:"Raleway", sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	color:#3A3A3A;
}
.music-item h2 a:hover,
.music-double-item h2 a:hover {
	color: #3998CB;
}
.music-item div.date{
	width:60px;
	height:23px;
	border-top: 1px #e6e6e6 solid;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#848484;
	position:absolute;
	bottom:23px;
}
@media only screen and (min-width: 512px) {
	.music-item div.date {
		width:60px;
		height:23px;
		border-top: 1px #e6e6e6 solid;
		font-family:"Open Sans", sans-serif;
		font-size:14px;
		color:#848484;
		float:none;
		left:20px;
		bottom:0;
	}
}

/* --- MUSIC DETAIL PAGE --- */

@media only screen and (min-width: 750px) {
	.album-left {
		float:left;
		width:37.076271186440677966101694915254%;
	}
	.album-right {
		float:right;
		width:59%;
	}
}
.album-right h2 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:400;
	color: #279aca;
	text-transform:uppercase;
	background-image:url(../images/double-line.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:15px;
	margin-bottom:.5em;
}
.album-right h2 .subtitle {
	text-transform: none;
}
.album-right .date {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #efc1ad;
	display:block;
	background-image:none;
}
@media only screen and (min-width: 750px) {
	.album-right h2 {
		font-size:32px;
	}
	.album-right .date {
		font-size:26px;
		display:inline;
	}
}
.album-right h3 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#7A7A7A;
	margin-bottom:.25em;
}
.album-right h3 .label {
	color:#da6633;
	font-weight:700;
	text-transform:uppercase;
}
.button-divider {
	height:1px;
	width:122px;
	background-color:#dadada;
	margin: 20px 0;
	display:none;
}
@media only screen and (min-width: 750px) {
	.button-divider {
		display:block;
	}
}
div.tracks h3 {
	background-image:url(../images/double-line.png);
	background-position:center center;
	background-repeat:repeat-x;
	margin-top:1em;
	margin-bottom:0;
}
div.tracks h3 span {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#da6633;
	font-weight:700;
	text-transform:uppercase;
	background-image:url(../images/canvastile.jpg);
	padding-right:10px;
}
div.tracks ol {
	margin-top:5px;
}
div.tracks li {
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	line-height:30px;
	color:#279aca;
	border-bottom: 1px #279aca dashed;
}
div.tracks li:last-child {
	border-bottom:none;
}
div.tracks li span {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#8e8e8e;
}
div.tracks {
	margin-bottom:40px;
}
.album-left div.tracks {
	display:none;
}
@media only screen and (min-width: 750px) {
	.album-left div.tracks {
		display:block;
	}
	.album-right div.tracks {
		display:none;
	}
}
.grammy-icon {
	width:18px;
	height:18px;
}
@media only screen and (min-width: 750px) {
	.grammy-icon {
		width:25px;
		height:25px;
	}
}
p.video-title {
	color: #DA6633;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
	margin-top:1.1em;
}

/* --- PODCAST PAGE --- */

div.podcast-item {
	background-image:url(../images/double-line.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin-top:25px;
	padding-top:30px;
}
@media only screen and (min-width: 480px) {
	.podcast-item-photo {
		float:left;
		width:48%;
	}
	.podcast-item-content {
		float:right;
		width:48%;
	}
}
@media only screen and (min-width: 768px) {
	.podcast-item-photo {
		float:left;
		width:19%;
	}
	.podcast-item-content {
		float:right;
		width:79%;
	}
}
.podcast-item-content .divider {
	height:1px;
	width:70px;
	background-color:#CCC;
	margin-bottom:5px;
}
.podcast-item h2 {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
	color:#279aca;
	text-transform:uppercase;
}
.podcast-item h2 span.date {
	display:block;
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#EFC1AD;
}
.podcast-item h3 {
	color: #7A7A7A;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.25em;
}
.podcast-item h3 .label {
	color: #DA6633;
    font-weight: 700;
    text-transform: uppercase;
}
.five-star {
	background-image:url(../images/5-star.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:70px;
	font-family:'Alegreya', Georgia, 'Times New Roman', Times, serif; 
	font-weight:700; 
	color:#279aca; 
	font-size:18px;
}

/* --- QUESTION AND ANSWER --- */

.qa h2,
.ag h2 {
	font-family:"Raleway",Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#505050;
	text-transform:uppercase;
	margin-bottom:8px;
}
.qa h3 {
	font-family:"Raleway",Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:700;
	color:#dd6734;
	margin-top:1em;
}
.qa h4 {
	font-family:"Raleway",Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#9a9a9a;
}
.qa-search {
	background-color:#dee3e5;
	padding: 6px 16px 6px 16px;
	color:#858585;
}
@media only screen and (min-width: 1024px) {
	.qa-search {
		padding-right:0;
	}
}
.qa-search span.label {
	float:left;
	margin-right:10px;
}
form.qa-search-form {
	float:left;
}
.qa-view-all {
	float:left;
	width:100%;
}
@media only screen and (min-width: 845px) {
	.qa-view-all {
		width:auto;
	}
}
form.qa-categories {
	float:left;
}
@media only screen and (min-width: 845px) {
	form.qa-categories {
		float:right;
		margin:0 -16px -6px 0;
	}
}
@media only screen and (min-width: 1024px) {
	form.qa-categories {
		float:right;
		margin:-6px 0;
		border-left:6px #FFF solid;
	}
}
form.qa-search-form input {
	margin-right:10px;
	margin-bottom:10px;
}
form.qa-search-form input[type="text"] {
	border:1px #b6b6b6 solid;
	height:22px;
}
@media only screen and (min-width: 1024px) {
	form.qa-search-form input {
		margin-bottom:0;
	}
}
.qa-search-bottom {
	height:34px;
	background-color:#f1f1f1;
}
ul.qa-home {
	padding:0;
	clear:both;
}
ul.qa-home li {
	list-style:none;
}
ul.qa-home li a {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#e76c36;
}
ul.qa-home li span {
	white-space:nowrap;
	font-style:italic;
}
.qa-prev-next {
	margin-bottom:1em;
}
@media only screen and (min-width: 625px) {
	h4.qa-question-numbers {
		float:left;
	}
	.qa-prev-next {
		float:right;
	}
}
.qa-footer {
	background-color:#DEE3E5;
	padding: 6px 16px;
}
.qa-question-view {
	margin-top:20px;
}
.qa-question-view .date {
	font-size:15px;
}
.qa-question-view th {
	background-color: #F1F1F1;
    color: #5F6060;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
}
.qa-question-view td {
	padding:5px;
}
.qa-question-view td.label {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#6d6d6d;
	text-align:right;
}
@media only screen and (min-width: 625px) {
	.qa-question-view td.label {
		white-space: nowrap;
	}
}
.qa-post .fieldlabel,
.ag .fieldlabel {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#db6633;
}
.qa-subject-list td,
.qa-subject-list td a {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#6d6d6d;
}
@media only screen and (min-width: 480px) {
	.qa-subject-list td,
	.qa-subject-list td a {
		font-family:"Raleway", Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:700;
		color:#6d6d6d;
	}
}
.qa-subject-list td {
	padding:5px;
}
.qa-subject-list tr {
	border-bottom:1px #dadada dashed;
}
.qa-subject-list tr:last-child {
	border-bottom:none;
}
.qa-subject-list td.date {
	font-weight:400;
}
.qa-subject-list th {
	padding:5px;
	background-color:#F1F1F1;
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#5f6060;
}
@media only screen and (min-width: 480px) {
	.qa-subject-list th {
		font-size:14px;
	}
}
.qa-subject-list tr.subject td {
	padding:5px;
	background-color:#9bd3eb;
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#5f6060;
}

/* --- AMERICAN GARAGE --- */

h1 span.subtitle {
	font-weight:400;
	color:#db6733;
	text-shadow:none;
	font-size:18px;
}
@media only screen and (min-width: 480px) {
	h1 span.subtitle {
		font-size:inherit;
	}
}
#ag-rules {
	display:none;
}
#ag-rules-link {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	display:block;
	margin: 1em 0;
	padding-left:24px;
}
#ag-rules-link.closed {
	background-image:url(../images/open_plus_arial.png);
	background-repeat:no-repeat;
}
#ag-rules-link.open {
	background-image:url(../images/close_minus_arial.png);
	background-repeat:no-repeat;
}
.ag-search {
    background-color: #DEE3E5;
    color: #858585;
    padding: 6px 16px;
}
.ag-search span.label {
    float: left;
    margin-right: 15px;
}
form.ag-search-form {
    float: left;
}
form.ag-search-form input {
    margin-bottom: 10px;
    margin-right: 15px;
}
@media only screen and (min-width: 450px) {
	form.ag-search-form input {
			margin-bottom: 0;
	}
}
form.ag-search-form input[type="text"] {
    border: 1px solid #B6B6B6;
    height: 22px;
}
.ag-list th,
.ag-subject-view th {
    background-color: #F1F1F1;
    color: #5F6060;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
}
.ag-subject-view th {
	position: absolute;
	left:-999em;
}
@media only screen and (min-width: 480px) {
	.ag-subject-view th {
		position:relative;
		left:auto;
	}	
}
@media only screen and (min-width: 480px) {
	.ag-list th,
	.ag-subject-view th {
		font-size: 14px;
	}
}
.ag-list tr {
    border-bottom: 1px dashed #DADADA;
}
.ag-list tr:last-child {
    border-bottom: medium none;
}
.ag-list td {
    padding: 5px;
}
.ag-list td, 
.ag-list td a {
    color: #6D6D6D;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.ag-list td.date {
    font-weight:400;
}
.ag-list a.message-count {
	color:#db6733;
}
.ag-footer {
    background-color: #DEE3E5;
    padding: 6px 16px;
}
.ag .prev-button {
	margin-bottom:10px;
}
@media only screen and (min-width: 545px) {
	.ag .prev-button {
		margin-bottom:0;
	}
}
.ag-subject-view td {
	padding:5px;
}
.ag-subject-view tr.responsive td {
	display:block;
}
@media only screen and (min-width: 480px) {
	.ag-subject-view tr.responsive td {
		display: table-cell;
	}
}
.ag-subject-view tr.responsive .back-button {
	margin-top:10px;
}
@media only screen and (min-width: 480px) {
	.ag-subject-view tr.responsive .back-button {
		margin-top:0;
	}
}
.ag-subject-view td.subject {
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
	color:#db6733;
	background-color:#F1F1F1;
}
.ag-subject-view tr.subject-from {
	background-color:#e3e3e3;
}
.ag-subject-view td.subject-from {
	background-color:#e3e3e3;
}
.ag-subject-view tr.message {
	border-bottom: 1px dashed #DADADA;
}
.ag-subject-view tr.message:last-child {
	border-bottom: none;
}
.username {
	font-weight:700; 
	font-size:15px; 
	color:#db6633;
}
@media only screen and (min-width: 480px) {
	.ag .message-menu {
		text-align:right;
	}
}
.ag .message-menu .back-button {
	margin-top:10px;
}
@media only screen and (min-width: 480px) {
	.ag .message-menu .back-button {
		margin-top:0;
	}
}

.urldiv {
	display: none;
}

/* --- BANDS IN TOWN --- */

#bit-events th {
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#279aca;
	text-transform:uppercase;
}
#bit-events .bit-header-links {
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:400;
	color:#e76c36;
	text-transform:uppercase;
}
#bit-events .bit-share-text {
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:400;
	color:#9a9a9a;
	text-transform:uppercase;
}
tr.bit-header th {
	padding-bottom:30px;
}
td.bit-date,
td.bit-venue,
td.bit-location,
td.bit-concert {
	font-family:"Open Sans", Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	color:#5b5b5b !important;
}
a.bit-event-description-link {
	background-image:url(../images/plus_white.gif) !important;
	background-color:#005577 !important;
}
#bit-events td .bit-uiButton,
div.bit-invert {
	background-color:#db6733 !important;
	background-image:none !important;
	border:none !important;
	color:#FFF !important;
	height:auto !important;
	font-family:"Alegreya",Georgia, "Times New Roman", Times, serif !important;
	font-weight:700 !important;
	font-size:16px !important;
	text-transform:uppercase !important;
	padding: 4px 10px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	display:inline-block !important;
	-webkit-box-shadow:  -3px -3px 8px 0px rgba(0, 0, 0, .15) !important;
    box-shadow:  -3px -3px 8px 0px rgba(0, 0, 0, .15) !important;
	text-shadow: 2px 2px 0px #c04f26 !important;
}
#bit-events td .bit-uiButtonDefault a {
    color: #FFF !important;
}
/*#bit-events .bit-share-links a {
	height:20px !important;
	width:20px !important;
}*/
#bit-events .bit-fb-share {
	background-image:url(../images/schedule-facebook.png) !important;
	background-position:center center !important;
}
#bit-events .bit-twitter-share {
	background-image:url(../images/schedule-twitter.png) !important;
	background-position:center center !important;
}
a.bit-events-nav {
	color:#9a9a9a;
}
#bit-events .bit-events td,
#bit-events .bit-events-narrow td {
	border-top: 1px dashed #D6D6D6 !important;
}
#bit-events table {
	border-bottom: 1px dashed #D6D6D6 !important;
}

/* --- SUPERSIZED --- */
#supersized-loader{
	display:none;
}

@media only screen and (min-width: 512px) {
	div#outer-container {
		position:fixed;
		width:100%;
		height:100%;
		background-image:url(../images/backgrounds/winter-2.jpg);
		background-size:cover;
		background-position:center center;
	}
}
