<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
body{line-height:1; color:black; background:white}
ol, ul{list-style:none}
table{border-collapse:separate; border-spacing:0}
caption, th, td{text-align:left; font-weight:normal}
blockquote:before, blockquote:after,
q:before, q:after{content:""}
blockquote, q{quotes:""""}

.container{width:860px; height:450px; margin:180px auto; position:relative}
.grid_260,
.grid_540,
.grid_820{display:inline; float:left; position:relative; margin-left:20px}
.container .grid_260{width:260px}
.container .grid_540{width:540px}
.container .grid_820{width:820px}
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

html{overflow:hidden}
img{border:none; margin:0; padding:0}
body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:'Open Sans', sans-serif;
	color:#2B2B2B;
}

#fancybox-title {
	font-family:'Open Sans', sans-serif;
}



#wrapper{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#mask{
	width:2000%;
	height:2000%;
	background:url("../images/bg_cork.png") repeat;
}

.scroll-pane {
	
}

#location .scroll-pane {
	background: none;
	padding: 0;
	box-shadow: none;
}

.item{
	width:5%;
	height:5%;
	float:left;
	z-index: 10;
}
.content{
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}


.scroll-pane {
	height:380px;
}
.jspContainer{overflow:hidden; position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute; top:0; right:0; width:10px; height:100%}
.jspVerticalBar *{margin:0; padding:0}
.jspCap{display:none}
.jspTrack{background:#DDD; position:relative; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px}
.jspDrag{background:#333 url("../images/icons/drag.png") no-repeat 50% 50%; position:relative; top:0; left:0; cursor:pointer; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px}




#header {
	width:100%;
	height:120px;
	margin:0;
	padding:0;
	/*background:url("../images/background/pattern2_top.jpg");*/
	position:fixed;
	z-index:999;
}
	#header_box {
		width: 820px;
		margin:0px auto;
		position: relative;
		padding:0px 10px 0px 10px;
	}
	#logo_container {
		width:220px;
		height:220px;
		position:absolute;
		right:0px;
		margin-top:20px;
	}
	#logo_container div
	{
		position:absolute;
		top:0;
		left:0;
		width:220px;
		height:220px;
		background-size: 100%;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease; /* cubic-bezier(.17,.89,.29,1.57) */

		-webkit-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
		-moz-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
		-o-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
		transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
	}

	#logo_back {
		background-image:url("../images/logo.png");
		-webkit-animation:spin 80s linear infinite;
		-moz-animation:spin 80s linear infinite;
		animation:spin 80s linear infinite;
		z-index:3;
	}
	#logo_text {
		background-image:url("../images/logo_text.png");
		/*
		-moz-animation: 4s ease 0s normal none infinite swing;
		-webkit-animation:swing 4s infinite ease-in-out;
		animation:swing 4s infinite ease-in-out;
		*/
		z-index:4;
	}

.special #logo_text {
	background-image:url("../images/logo_text_special.png");
	-moz-animation: 4s ease 0s normal none infinite swing;
	-webkit-animation:swing 4s infinite ease-in-out;
	animation:swing 4s infinite ease-in-out;
	cursor:pointer;

}

.special #logo_container:hover #logo_back
{

	width:250px;
	height:250px;
	top:-15px;
	left:-15px;

}

.special #logo_container:hover #logo_text
{
	width:200px;
	height:200px;
	top:10px;
	left:10px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-moz-keyframes swing{
    0%{-moz-transform:rotate(-7deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-7deg)}
}
@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-7deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-7deg)}
}
@keyframes swing{
    0%{-webkit-transform:rotate(-7deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-7deg)}
}


#menu {
	background:none;
	margin:75px 0px 0px 0px;
	list-style:none;
	float:left;
}
	#menu li {
		list-style:none;
		float:left;
		padding-bottom:8px;
	}
		#menu li a {
			color:#555;
			text-decoration:none;
			margin-right:27px;
			font-weight:300;
			position:relative;
			z-index:888;
			padding-bottom:10px;
			font-family:'Open Sans', sans-serif;
			font-size:30px;
			text-transform:uppercase;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			border-bottom: 1px rgba(158, 23, 28, 0.0) dotted;
			-webkit-transition: border-bottom 1.0s ease;
			-moz-transition: border-bottom 1.0s ease;
			-o-transition: border-bottom 1.0s ease;
			transition: border-bottom 1.0s ease;
		}

		#menu li a.active  {
			border-bottom: 1px rgba(158, 23, 28, 1.0) dotted;
		}

		#menu li a:hover, #menu li a.active {
			color:#9E171C;
		}

		#menu li a.submenu {
			background:url("../images/icons/submenu.png") no-repeat center 19px;
			*background-position:center 20px;
			_background:none;
		}
		#menu .submenu:hover, #menu .submenu.active {
			background:url("../images/icons/submenu_hover.png") no-repeat center 22px;
			*background-position:center 23px;
			_background:none;
		}

#menu li ul {
   display: none;
}
#menu li:hover ul, #menu li.hover ul {
   position: absolute;
   display: inline;
   left: 0;
   width: 100%;
   margin:0px 10px;
   padding: 77px 0;
   top:40px;
}
	#menu li:hover li a, #menu li.hover li a {
	   color: #999999;
	   font-size:12px;
	   margin-right:20px;
	   background:url("../images/icons/bullet_menu.png") no-repeat left top;
	   _background-position:left 4px;
	   padding-left:15px;
	}
	#menu li li a:hover {
	   color: #2B2B2B;
	   background:url("../images/icons/bullet_menu_hover.png") no-repeat left top;
	   _background-position:left 4px;
	}


.thumbnail{width:260px; height:70px; padding:0; margin:0 0 25px 0}
.thumbnail li{float:left; display:block}
.thumb{margin-right:25px}
.portfolio260{height:125px; width:260px; margin-bottom:20px; display:inline; float:left; position:relative; border:#2B2B2B solid 1px}
.arrow{position:absolute; bottom:22px; left:0px}
.previous a, .next a{display:block; width:17px; height:26px}
.previous{float:left; margin-left:0px; left:0; background:url("../images/icons/previous_h.png") no-repeat left bottom}
.next{float:right; background:url("../images/icons/next_h.png") no-repeat right bottom}
.previous a:hover, .next a:hover{text-decoration:none}
.previous span, .next span{display:none}
.iconbar{float:left; list-style:none; margin-bottom:20px; position:relative; width:260px}
.iconbar li{width:24px; height:24px; margin-right:10px; float:left; position:relative}



p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
	padding:0;
	color:#000;
}

p {
	font-size:14px;
	line-height:23px;
	padding:0;
	text-align:left;
}
h1 {
	font-weight:bold;
	font-size:26px;
	color:#2B2B2B;
	line-height:36px;
	margin-bottom:24px;
}
h2 {
	font-weight:bold;
	font-size:18px;
	color:#2B2B2B;
	margin-bottom:15px;
}
.black {
	font-weight:bold;
}
a {
	text-decoration:none;
	font-weight:bold;
}
	a:hover {
		text-decoration:underline;
	}
	h1 a:hover {
		text-decoration:none;
	}
.list {
	font-size: 11px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 15px 15px;
}
	.list li {
		text-indent: 0px;
	}

.placeholder {
	margin:160px 0px 0px 340px;
}


ul.tabs{margin:0px 0px 10px 0px; padding:0; float:left; list-style:none; height:32px; width:100%}
ul.tabs li{float:left; margin:0px 20px 0px 0px; padding:0; overflow:hidden; position:relative}
ul.tabs li a{ font-weight:bold; font-size:16px; text-decoration:none; color:#2B2B2B; display:block; padding:5px 5px 10px 5px; outline:none}
ul.tabs li a:hover{background:url("../images/icons/tabs_hover.png") no-repeat center bottom; color:#FFFFFE; text-decoration:none}
html ul.tabs li.current a, html ul.tabs li.current a:hover{background:url("../images/icons/tabs_hover.png") no-repeat center bottom; color:#FFFFFE}
.tab_content{padding:0px}
.tab_container{overflow:hidden; clear:both; float:left; width:100%}


.form{ font-size:11px}
.form label{font-weight:bold; padding:0; margin:0}
.form ul li{list-style:none; display:inline}
#name, #email, #message{width:260px; padding:0 3px 0 3px; border:none; margin:5px 0 5px 0; background-color:#FFF; border:#2B2B2B solid 1px; font-size:12px}
#name, #email{height:20px}
#message{ height:75px; overflow:auto}
.button{font-size:11px; background:#FFF; border:#2B2B2B solid 1px; margin:5px 15px 0px 0px; float:left; height:22px; width:70px}
.button:hover{background:#333334; color:#FFF; border:#2B2B2B solid 1px}
.message{display:none; width:260px; float:left; margin-bottom:5px;}
#alert li{width:auto; float:left; list-style:none;}
.error{font-size:11px; color:#ED4340}
.sent{font-size:11px; color:#75A133}
.contact{position:relative}
.contact ul{list-style-type:none}
.contact li.special{display:none}


#footer {
	position: absolute;
	bottom: 0;
	/*
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	*/
	width: 100%;
	height:30px;
	padding-top:10px;
}
	#footer_box {
		width: 820px;
		height:30px;
		margin:0px auto;
		position: relative;
		padding:0px 10px 0px 10px;
	}


/* typography and event stuff */

a,
.colored,
.list {
	color:#b4191f;
}
.previous a:hover,
.next a:hover,
a:hover {
	color:##721013;
	text-decoration:none;
}

.list {
	list-style-image: url("../images/icons/bullet_red.jpg");
}

img {
	vertical-align: middle;
	border:0;
}

.pull-left {
	float: left!important;
}
.img-circle {
	border-radius: 50%;
	margin-right:40px;
	height:150px;
	width:150px;
	margin-top: 10px;
}

b, strong {
	font-weight: 600;
}

small {
	font-weight:400;
	font-size:75%;
}

h5 {
	font-size:16px;
	padding-top:20px;
}

h4 {
	font-size:19px;
}

h3 {
	font-size:22px;
}

.listshortevent {
	min-height:100px;
	margin-bottom:30px;
}

.listevent {
	min-height:150px;
	margin-bottom:30px;
}

.listevent p , .listshortevent p {
	margin-bottom:50px;
}

.eventlinks {
	margin-top:30px;
}

.eventtext {
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
}



#footer_box .panel {
	font-weight:400;
	font-size:16px;
	color:#AAA;
	border-bottom:0px dotted #AAA;
}

#footer_box .panel:hover {
	/*
		border-bottom:1px dotted #AAA;
	*/
	color:#888;
}


#fancybox-content, #fancybox-outer {
	border-radius:50%;
}

#fancybox-wrap {
	cursor: pointer;
}

.contactMapWrapper {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.contactMap {
	width:800px;
	height:460px;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: 2px 2px 8px 2px rgba(85, 85, 85, 0.2);
}



::selection {
	color: #000;
	-webkit-text-fill-color: #000;
	background: rgba(200, 200, 200, .99);
	text-shadow: none;
}

::-moz-selection {
	color: #000;
	background: rgba(200, 200, 200, .99);
	text-shadow: none;
}

img::selection {
	background: rgba(0, 0, 0, .3);
}

img::-moz-selection {
	background: rgba(0, 0, 0, .3);
}


/* more eyecandy */
.listevent .img-circle
{
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
	-moz-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
	-o-transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
	transition: all 0.5s cubic-bezier(.65,-1,.32,2.3);
}

/*
.listevent a .img-circle
{
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.33);
}
*/
/*
#home .listevent:hover a .img-circle
{
	transform: scale(1.25);
	-ms-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
}
*/
.listevent a .img-circle:hover, #home .listevent:hover .img-circle {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#home .listevent {
	cursor:pointer;
}
.polaroid {
	margin:0;
	padding:0;
	position:absolute;
	left:170px;
	transform-origin:center center;
	-webkit-transform-origin:center center;
	width:475px;
	height:562px;
}

.polaroid-bg {
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	top:30px;
	left:30px;
	background-size:cover;
	width:420px;
	height:430px;
	z-index:2;
	position:absolute;
}

.polaroid img {
	top:0px;
	left:0px;
	z-index:3;
	position:absolute;
}
</pre></body></html>