/********************************************
 Tag Resets
 ********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	/* text-rendering: optimizeLegibility; auto optimizeSpeed optimizeLegibility;
	 The popular HTML5 Boilerplate project removed it two years ago due to various rendering problems*/
}

/********************************************
 Normalize CSS
 http://necolas.github.com/normalize.css/
 ********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b, strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input, textarea, button, select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ******************************************
 Web Fonts
 ****************************************** */

/*@font-face {
 font-family: 'Roboto Condensed Light';
 src: url('../fonts/robotocondensed-light-webfont.eot');
 src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-light-webfont.svg#RobotoCondensedLight') format('svg');
 font-weight: normal;
 font-style: normal;
 }*/

/* ******************************************
 Custom Styles
 ****************************************** */

/*	  For details on font-size:100% see here:
 http://filamentgroup.com/lab/how_we_learned_to_leave_body_font_size_alone/

 For details on line-height:1 see here:
 http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/

 For details on text-size-adjust:100% see here:
 https://developer.mozilla.org/en-US/docs/CSS/text-size-adjust
 */

html {
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	/* font-family: "Roboto Condensed Light", "Helvetica Neue", Helvetica, sans-serif; */
	font-family: 'Source Sans Pro';
	font-weight: 400;
	background: url("../images/core/Bark_BG5.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*.ui-widget{
 font-family: 'Source Sans Pro';
 }*/

#wrapper {
	line-height: .8;
	box-shadow: 2px 0 75px rgba(68, 68, 68, 1);
	color: #666;
	/*font-family: arial,helvetica,sans-serif;*/
	margin: 0 auto;
	padding: 0;
	width: 940px;
	min-height: 100%;
	height: auto;
}

#site-title a {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0 0 0 205px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	white-space: nowrap;
	line-height: .8em;
}

#banner img {
	border-bottom: 2px solid #000;
}

/* ribbon style */
.ribbon-wrapper {
	position: relative;
}

.ribbon-front {
	background-color: #f6959e;
	height: 50px;
	width: 980px;
	position: relative;
	left: -20px;
	z-index: 2;
	color: #fff;
	padding-top: 10px;
	white-space: nowrap;
}

.ribbon-front, .ribbon-back-left, .ribbon-back-right {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style: solid;
	height: 0px;
	width: 0px;
}

/*.ribbon-edge-topleft, .ribbon-edge-topright {
 top: -10px;
 }*/

.ribbon-edge-bottomleft, .ribbon-edge-bottomright {
	top: 50px;
}

.ribbon-edge-topleft, .ribbon-edge-bottomleft {
	left: -20px;
	border-color: transparent #C47077 transparent transparent;
}

/*.ribbon-edge-topleft {
 border-width: 10px 20px 0 0;
 }*/

.ribbon-edge-bottomleft {
	border-width: 0 20px 10px 0;
}

.ribbon-edge-topright, .ribbon-edge-bottomright {
	left: 940px;
	border-color: transparent transparent transparent #C47077;
}

/*.ribbon-edge-topright {
 border-width: 10px 0 0 20px;
 }*/

.player .target {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.player .hidden {
	display: none !important;
}
.player, .player * {
	box-sizing: border-box;
}
.player, .player h1, .player h2 {
	font-family: "Helvetica Neue", Helvetica, Arial !important;
	font-size: 10px;
}
.player {
	border-collapse: separate;
	color: #fff;
	line-height: normal;
	/*text-rendering: optimizelegibility;*/
}
body:not([id]) {
	cursor: auto !important;
}

.ribbon-edge-bottomright {
	border-width: 0 0 10px 20px;
}

/*.ribbon-back-left {
 position: absolute;
 top: -10px;
 left: -40px;
 width: 0px;
 height: 60px;
 z-index: 0;
 }

 .ribbon-back-right {
 position: absolute;
 top: -10px;
 right: 0px;
 width: 0px;
 height: 60px;
 z-index: 0;
 }*/

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 1em;
	font-weight: normal;
	padding: 0.15em .5em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border: 1px solid #f6959e !important; /*ffaf0f*/
	background: #c47077 !important; /*f58400*/
	margin-bottom: -1px;
	padding-bottom: 0;
}

li.ui-tabs-active {
	position: relative;
	top: -2px;
}

.ui-state-focus {
	border: 1px solid #59b4d4;
	background: #0078a3;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #555;
	background-image: none;
}

.ui-widget-header {
	background: #333;
}

/*.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -10000px;
}*/

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #DDDDDD;
}

#content {
	height: 880px;
	width: 100%;
	background: #333;
}

#welcome {
	background: #FFF;
	height: 660px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

#welcome p {
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.97em;
	font-weight: 300;
	line-height: 1.2;
	font-weight: normal;
	padding: 0 40px 6px 20px;
}

#welcome p.entry-title {
	text-decoration: none;
	color: #F6959E;
	font-size: 32px;
	line-height: 36px;
	padding-top: 15px;
}

#welcome div.entry-meta {
	float:left;
	width:283px;
	margin-left:20px;
	color: #555;
	font-size: 12px;
	margin-left: 20px;
}

#welcome div.entry-header {
	float: left;
	font-size: 1.1em;
	font-weight: 600;
	width: 60%;
}

div.image {
	margin: 10px 20px 18px 20px;
	width: 263px;
	float: left;
}

div.body-text {
	float: left;
}

/*div.galleria {
		width: 930px;
		height: 670px;
		background: #FFF;
}*/

.galleria-theme-classic {
	background: none repeat scroll 0 0 #333;
}

div#galleria1, div#galleria2, div#galleria3, div#galleria4, div#galleria5, div#galleria6, div#galleria7, div#galleria8, div#galleria9, div#galleria10, div#galleria11 {
	width: 930px;
	height: 670px;
	background: #FFF;
}

div.galleria-stage {
	width: 910px;
	height: 600px;
}

div#video, div#music_video{
	/*background:#444;
	 color: #333;*/
	height: 490px;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
}

video {
	margin: 0 auto;
}

div.lyrics {
	height: 320px;
	padding: 20px 0 0 40px;
}
