@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);

img {
	border: 0;
	line-height: normal
	}

#House {
	display: block;
	position:relative;
	align: center;
	width:650px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #000000;
	}
	
#Attic {
	display: block;
	width: 650px;
	height: 180px;
	overflow: hidden;
	}
	
#MainFloor {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 650px;
	background-image: url(../images/FranksHead_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#RoomWest {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 195px;
	background-image: url(../images/WestRoom-BG.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#RoomEast {
	display: block;
	float: right;
	width: 405px;
	padding-right: 50px;
	}

#Basement {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	display: block;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../images/Basement-Paint.png);
	background-repeat: repeat-x;
	background-position: right center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	}

body {
	background-attachment: scroll;
	background-image: url(../images/site-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	margin: 0;
	color: #aaaaaa;
	}
	
p { margin-top: 0px;
	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	}
	
a:hover {
	text-decoration: none;
	color: #fbfbfb;
	}

a:visted {
	color: #ffe4b1;
	}

nav {
	margin-bottom: 10px;
	line-height: normal
	}
	
#Navigation {
	list-style: none;
	line-height: normal;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 25px;
	}

#Navigation li {
	height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	}

#Navigation li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	padding: 5px 0px 7px 6px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	line-height: normal;
	text-transform: capitalize;
	background-color: #CC0000;
	background-position: center center;
	background: rgb(213,19,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,19,29,1) 0%, rgba(193,19,25,1) 50%, rgba(181,13,13,1) 51%, rgba(146,32,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,19,29,1)), color-stop(50%,rgba(193,19,25,1)), color-stop(51%,rgba(181,13,13,1)), color-stop(100%,rgba(146,32,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5131d', endColorstr='#922014',GradientType=0 ); /* IE6-9 */
	}
	
#Navigation li a:hover {
	position: relative;
	left: 10px;
	background-color: #CC0000;
	background-position: center center;
	background: rgb(213,19,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,19,29,1) 0%, rgba(193,19,25,1) 50%, rgba(181,13,13,1) 51%, rgba(146,32,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,19,29,1)), color-stop(50%,rgba(193,19,25,1)), color-stop(51%,rgba(181,13,13,1)), color-stop(100%,rgba(146,32,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5131d', endColorstr='#922014',GradientType=0 ); /* IE6-9 */
	}

#SecondaryNavigation {
	display: block;
	margin: 25px 0px 0px 25px;
	}
	
#ThreeCol {
	display: block;
	column-count: 3;
	column-gap: 0px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-moz-column-gap: 0px;
	-webkit-column-gap: 0px;
	line-height: normal;
	margin-bottom: 15px;
	margin-top: 10px;
	}
	
#ThreeCol img {
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 0px;
	padding-top: 0px;
	}
#House #MainFloor #RoomEast #slider {
	margin-bottom: 30px;
}


h1 {
	font-size: 37px;
	line-height: normal;
	font-family: 'Lora', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6pt;
	padding-bottom: 6pt;
	margin-top: 0pt;
	color: #FFF;
	font-weight: normal;
	}
	
h2 {
	font-size: 23px;
	line-height: normal;
	font-family: 'Lora', Georgia, "Times New Roman", Times, serif;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: normal;
	color: #FFF;
	}
		
h3 {
	font-size: 16px;
	line-height: normal;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 6pt;
	margin-top: 8pt;
	font-weight: normal;
	color: #FFF;
	}
	
h4 {
	font-size: 17px;
	line-height: normal;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 13px;
	margin-top: 0;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
h5 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
	} 
	
hr {
	size: 1;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #222222;
	display: block;
	clear: both;
	width: 100%;
	}
		
.LargeText {
	font-size: 15pt;
	line-height: normal
	}
	
.EventBlock {
	display: block;
	width: 405px;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	height: auto;
	position: relative;
	border-top: #333333 dashed 1px;
	clear: left;
	}
	
.EventBlockDate {
	display: block;
	overflow: hidden;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF;
	text-transform: uppercase;	
	padding: 10px 5px 3px 5px;
	background-color: #990000;
	background-position: center center;
	background: rgb(213,19,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,19,29,1) 0%, rgba(193,19,25,1) 50%, rgba(181,13,13,1) 51%, rgba(146,32,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,19,29,1)), color-stop(50%,rgba(193,19,25,1)), color-stop(51%,rgba(181,13,13,1)), color-stop(100%,rgba(146,32,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(213,19,29,1) 0%,rgba(193,19,25,1) 50%,rgba(181,13,13,1) 51%,rgba(146,32,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5131d', endColorstr='#922014',GradientType=0 ); /* IE6-9 */
	}
	
.EventBlockText {
	display: block;
	float: right;
	height: auto;
	width: 335px;
	margin: 0px;
	padding: 0px;
	}
	
.EventBlock img {
	float: left;
	margin: 0px 15px 20px 0px;
	padding: 0px;	
	}
	
.OngoingBlock {
	display: block;
	width: 405px;
	margin-bottom: 20px;
	clear: left;
	height: auto;
	padding-top: 8px;
	border-top: #333 dashed 1px;
	}
	
.OngoingBlock img {
	position: relative;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	margin-top: 3px;
	}
	
.footer {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 145%;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	}
	
form textarea {
	width: 405px;
	}
	
form #name, form #email, form textarea {
	background-color: #000;
	border: #444 solid 1px;
	padding: 5px;
	color: #FFFFFF;
	}
	
form #name:focus, form #email:focus, form textarea:focus {
	border: #c50000 solid 1px;
	}
	
.footer a {
	color: #ffeac6;
	}
	
.RotatingEventImages {
	display: block;
	height: auto;
	width: 100%;
	}
	
div .RotatingEventImages img {
	margin-bottom: 30px;
	}

