/* layout */
html {
	position: relative;
	min-height: 100%;
}

body {
	height: 100%;
}

.nav-grid {
	padding: 10px 0 0 0;
}

.sm-nav {
	text-align: center;
	padding: 0 5px 0 0;
	margin: 0 auto;
}

.main-header {
	padding: 85px 15px 15px 15px !important;
}

.column-left {
	padding-top: 25px;
	padding-bottom: 15px;
}

.column-right {
	padding-top: 25px;
	padding-bottom: 15px;
}

/*#footer{
bottom: 120px;
height: 120px;
}*/
#footer_inner, .footer{
	/*min-height: 120px;
	margin: 0 auto;*/
	padding: 40px 0;
}

@media screen and (max-width: 768px) {
	.nav-grid {
		padding: 0 !important;
	}
	.footer-static {
		padding-bottom: 100px !important;
	}
}

/* colors */
body {
	background: #ffffff;
}

.main-header {
	color: #000000;
	background: #ffffff url("img/skyline.png") repeat-x right -20px;
}

.main-header a {
	color: #f0544f !important;
}
.main-header a:hover {
	color: #000000 !important;
}

.main-content {
	color: #000000 !important;
	background-color: #ffffff;
}

.main-content a {
	color: #f0544f !important;
}
.main-content a:hover {
	color: #000000 !important;
}

.footer-static, #footer_inner, .footer{
	color: #000000;
	text-shadow: 2px 1px 0 #ffffff;
	background: #ffffff url("img/manhole.png") no-repeat right bottom;
}

.footer-static a {
	color: #f0544f !important;
}
.footer-static a:hover {
	color: #000000 !important;
}

.artist_gallery a {
	color: #000000 !important;
}
.artist_gallery a:hover {
	color: #000000 !important;
}

.main-header hr, .main-header blockquote {
	border-color: #a6a6a6;
	border-color: rgba(0, 0, 0, 0.35);
}

.column-left hr, .column-left blockquote {
	border-color: #a6a6a6;
	border-color: rgba(0, 0, 0, 0.35);
}

.column-right hr, .column-right blockquote {
	border-color: #a6a6a6;
	border-color: rgba(0, 0, 0, 0.35);
}

.footer-static hr, .footer-static blockquote {
	border-color: #a6a6a6;
	border-color: rgba(0, 0, 0, 0.35);
}

.event_link, .tooltip-show, div#tipDiv {
	background-color: #ffffff;
}

.tooltip-show a {
	color: #f0544f !important;
}

.tooltip-show a:hover {
	color: #000000 !important;
}

div#tipDiv {
	border-color: #000000 !important;
}

#plUL li {
	color: #f0544f;
	border: 1px solid #f0544f;
}

#plUL li:hover {
	color: #000000;
	border: 1px solid #000000;
}

#plUL li.plSel {
	color: #000000;
	border: 1px solid #000000;
}

div#showPlaylist {
	border: 0px solid #aaa;
}

#timeBar {
	background-color: #000000;
}

#bufferBar {
	background-color: #f0544f;
}

#progressBar {
	border: 1px solid #f0544f;
}

#audioSlider.ui-slider .ui-slider-handle {
	background: #000000;
	border: 1px solid #f0544f !important;
}

#audioSlider.ui-slider {
	background: #ffffff;
	border: 1px solid #f0544f;
	background-image: none;
}

#audioSlider.ui-slider .ui-slider-range {
	background: #000000;
}

.audio-controls-inner {
	background-color: #000000;
}

/* inputs */
input[type="button"]:not([disabled]), input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), button:not([disabled]), .button {
	color: #f0544f;
	background-color: #ffffff;
	border-color: #f0544f !important;
	font-weight: bold;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	color: #000000;
	background-color: #f0544f;
	border-color: #000000 !important;
}
button#cboxNext, button#cboxPrevious, button#cboxClose,
button#cboxNext:hover, button#cboxPrevious:hover, button#cboxClose:hover{
	color: #f0544f;
}

/* smart menus */
.sm-nav ul {
	border-color: #dddddd;
	background: #ffffff;
}

.nav-grid {
	background: #ffffff;
}

.sm-nav ul {
	background: #ffffff;
	border: 1px solid #dddddd;
}

.sm-nav a {
	color: #f0544f !important;
	background: #ffffff !important;
}

.sm-nav a:hover, .sm-nav a:focus, .sm-nav a:active, .sm-nav a.highlighted {
	color: #000000 !important;
	background: #ffffff !important;
}

.sm-nav ul a {
	color: #f0544f !important;
	background: #ffffff !important;
}

.sm-nav ul a:hover, .sm-nav ul a:focus, .sm-nav ul a:active, .sm-nav ul a.highlighted {
	color: #000000 !important;
	background: #ffffff !important;
}

.sm-nav a.current, .sm-nav a.current:hover, .sm-nav a.current:focus, .sm-nav a.current:active, .sm-nav ul a.current, .sm-nav ul a.current:hover, .sm-nav ul a.current:focus, .sm-nav ul a.current:active {
	color: #000000 !important;
	background: #ffffff !important;
}

/* sub menu indicators */
.sm-nav a span.sub-arrow {
	border-color: #f0544f transparent transparent transparent;
}

.sm-nav a:hover span.sub-arrow, .sm-nav a.highlighted span.sub-arrow {
	border-color: #000000 transparent transparent transparent;
}

.sm-nav a.current span.sub-arrow, .sm-nav a.current:focus span.sub-arrow, .sm-nav a.current:active span.sub-arrow {
	border-color: #000000 transparent transparent transparent;
}

.sm-nav ul a span.sub-arrow {
	border-color: transparent transparent transparent #f0544f;
}

.sm-nav ul a:hover span.sub-arrow, .sm-nav ul a.current span.sub-arrow, .sm-nav ul a.current:hover span.sub-arrow, .sm-nav ul a.current:focus span.sub-arrow, .sm-nav ul a.current:active span.sub-arrow, .sm-nav ul a.highlighted span.sub-arrow {
	border-color: transparent transparent transparent #000000;
}

/* items separators */
.sm-nav li {
	border-left: 1px solid #ffffff;
}

/* scrolling arrows containers for tall sub menus */
.sm-nav span.scroll-up, .sm-nav span.scroll-down {
	background: #000000;
}

.sm-nav span.scroll-up-arrow {
	border-color: transparent transparent #f0544f transparent;
}

.sm-nav span.scroll-down-arrow {
	border-color: #f0544f transparent transparent transparent;
}

.sm-nav span.scroll-up:hover, .sm-nav span.scroll-down:hover {
	background: #000000;
}

.sm-nav span.scroll-up:hover span.scroll-up-arrow {
	border-color: transparent transparent #dddddd transparent;
}

.sm-nav span.scroll-down:hover span.scroll-down-arrow {
	border-color: #dddddd transparent transparent transparent;
}

/* menu buttons  */
#menu-button, .bttn-hide {
	background: #ffffff;
	color: #f0544f !important;
}

#menu-button:hover, .bttn-hide:hover {
	color: #000000 !important;
}
