/* @override http://kathrynlewek.com/style-index.css */

@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	margin-left: 20px;
}

:focus {
	outline: 1px #c0c dotted;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

* a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a:active, a:focus { 
	outline: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	 }
	 
body {
	background-color: #0d0e12;
}

h1 {
	color: #bdbba1;
	font: italic 82px/58px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	padding-bottom: 22px;
	margin-top: -120px;
}

#menu {
	width: auto;
	height: 40px;
	padding-left: 50px;
}
	
#menu ul{
	margin-top: 10px;
}

#menu li{
	display: inline;
	list-style: none;
	color: #bdbba1;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
	padding-right: 40px;
}

#menu li a{
	color: #bdbba1;
}

#menu li a:hover{
	color: #C56150;
}

#logo{
	font: 24px "ff-tisa-web-pro", Times, "Times New Roman", Georgia, serif;
	color: #ffffff;
	width: 823px;
	margin-left: 70px;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(189,187,161,0.40);
}

#logo .soprano{
	color: #C56150;
	text-transform: uppercase;
	letter-spacing: 9px;
	margin-left: 18px;
	vertical-align: middle;
	font: 10px/1.2 "ff-tisa-web-pro", Times, "Times New Roman", Georgia, serif;

}

#container-left{
	background: #0d0e12 url(index.jpg) no-repeat top right;
	min-height: 1200px;
	min-width: 1240px;
	position: absolute;
}

.title{
	display: block;
	clear: both;
	text-transform: uppercase;
	color: #C56150;
	letter-spacing: 3px;
	font: normal 14px "ff-tisa-web-pro", Times, Georgia, serif;
	padding-top: 20px;
}
.event{
	color: #fff;
	font: normal 52px/52px "ff-tisa-web-pro", Times, Georgia, serif;
	margin-top: 2px;
}

#schedule{
	padding-left: 50px;
	margin-top: 160px;
	width: 60%;
}

.schedule li{
	color: #d2cfb1;
	font: 16px/28px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	list-style-type: none;
	border-bottom: 1px solid #45423e;
	padding-bottom: 30px;
	padding-top: 10px;
}

.year{
	display: block;
	color: #fff;
	font: 90px/70px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	margin-top: 20px;
}
.year a{
	color: #fff;
	font: italic 40px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1px 10px 2px 8px;
	background-color: #C56150;
}
.year a:hover{
	color: #C56150;
	background-color: #D2CFB1;
}

.date{
	color: #fff;
	font: 24px/26px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	vertical-align: middle;
	padding-left: 10px;
}

.info{
	color: #fff;
	font: 28px/1.4 "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	margin-top: 12px;
}

.info a{
		color: #fff;
	background-color: #C56150;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 18px;
	padding: 2px 7px 2px;

}

.info a:hover{
	color: #C56150;
	background-color: #D2CFB1;

}

.blue{
	color: #5383BC;
	font: 40px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	margin-top: 10px;
}

.blue a{
	color: #fff;
	font: 30px "ff-tisa-web-pro","ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
}

.blue a:hover{
	color: #5383BC;
}

#footer{
	position: relative;
}

.copyright{
	display: none;
	font: italic 12px/32px "helvetica neue", arial;
	color: #898b83;
	word-spacing: 1px;
	padding-left: 70px;
}
.copyright a{
	color: #d8dacf;
	font-style: italic;
}
.copyright a:hover{
	color: #C56150;
}

.copyright a:active{
	text-decoration: underline;
}

