@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <ruhbuhl>.
-------------------------------------------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* End Toolkit
--------------------------------------------------------------------------------------------------*/
  
@font-face {font-family: 'Candara-Bold';src: url('../fonts/2D0057_0_0.eot');src: url('../fonts/2D0057_0_0.eot#iefix') format('embedded-opentype'),url('../fonts/2D0057_0_0.woff') format('woff2'),url('../fonts/2D0057_0_0.woff') format('woff'),url('../fonts/2D0057_0_0.ttf') format('truetype');}

html, body {
	height: 100%;
}
.container {
	width: 1175px;
	margin: 0 auto;
}
.wrapper {
	
}
/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* line-height: 20px; */
	color: #4b4b4b;
	background: #e0d0ab;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* End Typography
--------------------------------------------------------------------------------------------------*/

h3{
	font:bold 24px/36px "Open Sans";
}


/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	outline: none;
	text-decoration: none;
	color: #b41124;
}

/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

header {
	width: 100%;
	background:url(../images/header_bg.png) repeat;
	position:relative;
	float:left;
	z-index:2147483640;
	padding-top:10px;
}
#logo {
	left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 640px;
}
.header-top {
	position:relative;
}
.header_right {
	float:right;
	width:370px;
	margin-top:67px;
	padding-bottom:28px;
}
.header_right > a {
	width:100%;
	display:block;
}
.header_right > a img {
	width:100%;
	height:auto;
	display:block;
}
.header_right ul {
	float:left;
}
.header_right ul li {
	display:inline-block;
}
.header_right ul li a {
	line-height:0;
}
nav {
	background:#b62f3d;
	width:100%;
	float:left;
}
nav ul {
	width:100%;
	float:left;
}
nav ul li {
	display:inline-block;
	position:relative;
	width:11%;
	text-align:center;
	float:left;
}
nav ul li:first-child a {
	padding-left:18px;
}
nav ul li a {
	display:block;
	color:#fff;
	font:15px/39px Arial;
}
nav ul li ul {
	display: none;
}
nav ul li:hover ul {
	display: block;
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	width: 100%;
	border:1px solid #fff;
}
nav ul li a:hover {
	color:#fce233;
}
nav ul li a.active {
	color:#fce233;
}
nav ul li:hover ul li {
	float: none;
	width:100%;
	display:block;
	background:#a9871b;
	border-bottom:1px solid #fff;
	text-align:center;
}
nav ul li:hover ul li a {
	color: #fff;
	line-height: 25px;
	margin:0;
	padding:0;
}
nav ul li:hover ul li:hover a {
	color: #a98948;
	text-align:left;
	background:#e4d8b9;
	display:block;
	text-align:center;
}
nav ul li:hover ul li:hover li a {
	background:#a9871b;
	color: #fff;
}
nav ul li:hover ul li:hover li:hover a {
	background:#e4d8b9;
	color: #a98948;
}
nav ul li:hover li ul {
	display: none;
}
.brop {
	display: none;
}
nav ul li:hover ul li:hover ul {
	display: block;
	position:absolute;
	top:-1px;
	left:100%;
	margin:0;
	width: 100%;
	border:1px solid #fff;
}

.toggleMenu {
    background: url("../images/menu_icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: none;
    float: right;
    height: 30px;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 30px;
}

/* End Header
--------------------------------------------------------------------------------------------------*/
/* = banner
--------------------------------------------------------------------------------------------------*/

.banner {
    clear: both;
    width: 100%;
}

/* End banner
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/

.mainBlock{
	width:100%;
	clear:both;
	position:relative;
	overflow:hidden;
}
.mainContentBlock {
	width:100%;
	float:left;
	background:#fff;
	position:relative;
}
.mainContentBlock h2 {
	font:39px/64px 'Candara-Bold';
	display:block;
	background:#a9871b;
	color:#fff;
	text-align:center;
}
.mainContent {
	width:92.4%;
	float:left;
	margin-top:26px;
	padding:0 30px 0 50px;
}
.mainContent p {
	font:16px/22px Arial, Helvetica, sans-serif;
	padding:0;
	margin:15px 0 0 0;
	color:#575756;
}
.mainContent p strong {
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	padding:0;
	color:#b62f3d;
}
.mainContent p a {
	color:#c45a5b;
	font-weight: bold;
}
.mainContent p a:hover {
	text-decoration: underline;
}
.postBlock {
	width:100%;
	margin:35px 0 45px 0;
	float:left;
}
.entriesBlock {
	width:36%;
	float:left;
	box-shadow: 0 0 8px #595959;
	/*background:#ede4d1;*/
	background: #D03060;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D03060), to(#811724));
	background: -webkit-linear-gradient(#D03060, #811724);
	background: -moz-linear-gradient(#D03060, #811724);
	background: -ms-linear-gradient(#D03060, #811724);
	background: -o-linear-gradient(#D03060, #811724);
	background: linear-gradient(#D03060, #811724);
}


.entriesBlock h3 a {
	color:#fff;
}



.downloadbox {
	width:62%;
	float:right;
	background:#ede4d1;
}
.downloadbox p {
	font:bold 24px/36px "Open Sans";
	text-align: center;
	padding:42px 47px;
}
.downloadbox p a {
	display: block;
	color:#b62f3d;
}
.entriesBlock samp {
	font:bold 20px/44px "Open Sans";
	color:#fff;
	border-top: 1px solid #7e0817;
	padding-left: 16px;
	display:block;
}
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/

footer {
	width:100%;
	clear:both;
	overflow:hidden;
	background:#b62f3d;
}
footer h2 {
	font: 39px/64px 'Candara-Bold';
	display:block;
	background:#a9871b;
	color:#fff;
	text-align:center;
}
.footer_gallery {
	width:100%;
}
.footer_gallery ul li {
	width:33.33%;
	float:left;
}
.footer_gallery ul li img {
	width:100%;
	height:auto;
	display:block;
}
.copyright {
	width:100%;
	float:left;
	background: #e0d0ab;
}
.copyright .container {
	position:relative;
}
.copyright p {
	font:15px/60px Arial, Helvetica, sans-serif;
	color:#4a4a49;
	text-align:center;
	margin:10px 0;
	padding-bottom:15px;
}

.musicBlock {
	bottom: 60px;
    left: -170px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    width: 131px;
	z-index:2147483640;
}
.musicBlock p {
	font:400 12px/18px 'Open Sans';
	color:#b62f3d;
}
.sponsors {
	bottom: 60px;
    right: -175px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    width: 131px;
	z-index:2147483640;
}
.sponsors h2 {
	font:24px/26px "Open Sans" !important;
	color:#4a4a49;
	background:none;
}
.sponsors h2 span {
	font:24px/26px 'Open Sans';
	color:#009fe3
}
.sponsors p {
	font:400 12px/18px 'Open Sans';
	color:#4a4a49;
}
.sponsors p strong {
	font: bold 18px/24px 'Open Sans';
	color:#b62f3d;
	display:block;
}
.sponsors > img {
    height: auto;
    width: 95%;
}
.footer_right {
	width:140px;
	position:absolute;
	right:0;
	top:6px;
	z-index:2147483647;
}
.footer_right > a {
	width:100%;
	display:block;
}
.footer_right > a img {
	width:100%;
	height:auto;
	display:block;
}
.footer_right ul li {
	display:inline-block;
	float:left;
	margin:0 5px;
}
.footer_right ul li a {
	display:block;
}
footer .copyright .musicBlock {
	display:none;
}

/* End Footer
--------------------------------------------------------------------------------------------------*/
/* inner1 */
.schedule {
	width:48%;
	float:left;
	border-radius:10px;
	border: 1px solid #a9871b;
	text-align:center;
	background:#ede4d1;
}
.schedule h2 {
	font:23px/40px "Open Sans";
	color:#fff;
	display:block;
	text-align:center;
	border-radius: 9px 9px 0 0;
}
.scheduleContent {
	width:90%;
	margin:0 auto;
	text-align:left;
}
.scheduleContent h3,.latestResultsContent h3 {
	font:bold 15px/28px "Open Sans";
	color:#4a4a49;
}
.scheduleContent ul,.latestResultsContent ul {
	margin:0 !important;
	width:100%;
}
.scheduleContent ul span,.latestResultsContent ul span {
	font:16px/24px "Open Sans";
	color:#4a4a49;
}
.scheduleContent ul li a,.latestResultsContent ul li a {
	color:#b62f3d;
	font:16px/24px "Open Sans";
}
.latestResults {
	width:48%;
	float:right;
	border-radius:10px;
	border: 1px solid #a9871b;
	text-align:center;
	background:#ede4d1;
}
.latestResults h2 {
	font:23px/40px "Open Sans";
	color:#fff;
	display:block;
	text-align:center;
	border-radius: 9px 9px 0 0;
}
.latestResultsContent {
	width:90%;
	margin:0 auto;
	text-align:left;
}
.latestResultsContent li {
    margin-top: 8px;
}
/* Tiny Scrollbar */
#scrollbar1 { width: 96%; margin: 20px 2% 10px; height: 200px; position:relative; }
#scrollbar1 .viewport { width: 500px; height: 180px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: absolute; top: 0;
right: 0; background-position: 0 0; float: right; width: 23px; z-index: 999; border-radius: 12px;
padding: 10px 0; }
#scrollbar1 .track { height: 95%; width:23px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: #9a9a9a; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 6px; border-radius: 10px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


#scrollbar2 { width: 96%; margin: 20px 2% 10px; height: 200px; position: relative; }
#scrollbar2 .viewport { width: 500px; height: 180px; overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar2 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; background-position: 0 0; float: right; width: 23px; z-index: 999; border-radius: 12px; position: absolute;
 right:0;
 top: 0;
padding: 10px 0; }
#scrollbar2 .track { height: 95%; width:23px; position: relative; padding: 0 1px; }
#scrollbar2 .thumb { background: #9a9a9a; height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 6px; border-radius: 10px; }
#scrollbar2 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar2 .disable { display: none; }

/* End inner1 */
/* inner2 */
.yearEvents ul {
	width:100%;
	float:left;
	margin:25px 0 75px 0;
}
.yearEvents ul li {
	font:16px/24px 'Open Sans';
	color:#575756;
}
.yearEvents ul li strong {
	margin-right:10px;
}
/* End inner2 */
/* news */
.newsBlock {
	margin: 0 auto;
    width: 95%;
}
.newsBlock ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0;
}
.newsBlock ul li a {
	color:#b62f3d;
	font:17px/22px arial;
}
.newsBlock ul li a:hover {
	text-decoration: underline;
}
.newsBlock ul li span {
	display:block;
	color:#4a4a49;
	margin-top: 4px;
	font:16px/24px "Open Sans";
}
.paginations {
	width:100%;
	margin:8px 0 25px 0;
}
.paginations ul {
	width:100%;
	border-bottom: 1px solid #dfdfdf;
}
.paginations ul li {
	display:inline-block;
	border:none;
	padding: 0 2px 5px;
}
.paginations ul li a {
	color:#a9871b;
	font:16px/24px "Open Sans";
}
.paginations ul li a:hover {
	color:#b62f3d;
}
.paginations ul li a.active {
	color:#b62f3d;
}
/* End news */
/*FestivalNews*/
.FestivalBlock {
	width:100%;
	margin-bottom:25px;
}
.FestivalBlock h3 {
	font:24px/50px 'Candara-Bold';
	color:#b62f3d;
	border-bottom: 1px solid #ae8f29;
	text-align:center;
	padding-bottom:6px;
}
.winnerBlock {
	width:100%;
	text-align:center;
	padding:30px 0;
	clear:both;
	overflow:hidden;
}.winnerBlock img {
	margin:0 auto;
}

/*End FestivalNews*/
/*gallery*/
.gallery {
	width:100%;
	float:left;
	padding-bottom:50px;
}
.gallery ul {
	width:100%;
	clear:both;
}
.gallery ul li {
	display:inline-block;
	width:33.333%;
	float:left;
	text-align:center;
}
.gallery ul li a h4 {
	font:24px/50px 'Candara-Bold';
	color:#b62f3d;
	text-align:center;
}
.galleryImageBlock {
	width:90%;
	margin:0 auto;
	border: 2px solid #a9871b;
}
.galleryImageBlock img {
	width:100%;
	height:auto;
	display:block;
}
/*End gallery*/
/*contact us*/
.contactBlock {
	width:75%;
	float:left;
}
.contactBlock h3 {
	font:24px/30px 'Candara-Bold';
	color:#4a4a49;
}
.addressBlock {
    width: 270px;
	margin-top:30px;
	margin-bottom:50px;
}
.addressBlock > p {
    margin-top: 0;
	color:#575756;
	font:16px/24px "Open Sans";
	padding-bottom:20px;
}
.addressBlock p a {
	color:#c45a5b;
	font:16px/24px "Open Sans";
}
.addressBlock p span {
	color:#c45a5b;
	font:16px/24px "Open Sans";
	display:inline-block;
}
.addressBlock p span a {
	color:#575756;
}
.addressBlock p span a:hover {
	color: #c45a5b;
}

/*End contact us*/


.drop {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	color: #fff;
	cursor: pointer;
	transform: rotate(90deg);
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	background: #5b5b00;
}

.leftAlone{
 display: block;
 width: 100%;
}
.content p.caption{
 clear: both;
 background: #ED1C24;
 font: 13px/17px "Trebuchet MS",Arial,Helvetica,sans-serif;
 color: #fff;
 padding: 8px 1.5%;
 width: 97%;
}
.captionImage{
 float: left;
 padding: 0 3% 0 0;
}
.leftAlone{
 float: none;
}

.left {
 float: left;
 padding: 0 3% 0 0;
}