@import "reset.css";

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	behavior: url("style/csshover2.htc");
	margin-top: 20px;
}

h2 {
	color: #006;
	font-size: 16px;
	margin-bottom: 4px;
}

h1 {
	padding-top: 0px;
	margin-top: 0px;
}

a {
	color: #000;
}

div.site {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.banner {
}

/* MENU */
ul.menu {
	text-align: center;
	font-size: 12px;
	font-family: "gill sans", sans-serif;
	text-transform: uppercase;
	background-color: #efefef;
	color: #666;
	line-height: 12px; 
	height: 18px;
	border: 1px solid #999;
}


ul.menu li {
	float: left;
	border-right: 1px solid #999;
	position: relative;
}

ul.menu li a {
	color: #666;
	text-decoration: none;
	display: block;	
	padding: 3px 15px 3px 15px;
	background-color: #efefef;
}

ul.menu li a:hover {
	background-color: red;
	color: #fff;
}

ul.menu a.active {
	background-color: #fff;
}

/* SUBMENU */
ul.menu ul.submenu {
	position: absolute;
	font-size: 12px;
	font-family: "gill sans", sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #666;
	border: 1px solid #999;
	border-bottom: 0;
	margin-left: -1px;
	display: none;
	z-index: 100304;
}

ul.submenu li {
	clear: left;
	border-bottom: 1px solid #999; 
	border-right: 0;
	width: 140px;
}

ul.submenu li a {
	padding: 3px 0 3px 15px;
	background-color: #fff;
}

ul.submenu li a:hover{
	color: #006;
	background-color: #efefef;
}

ul.submenu li a.sel {
	color: #006;
	background-color: #efefef;
}

ul.menu li.item:hover > a {
	background-color: red;
	color: #fff;
}

ul.menu li.item:hover ul.submenu {
	display: block;
}


/* CONTENT */
div.content {
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

div.content ul {
	list-style:circle;
	line-height: 1px;
	margin: auto auto auto 30pt;
}
div.content li {
	line-height: 16px;
	list-style-type: circle;
}

div.content div.blog {
	border: 1px solid #999;
	width: 342px;
	height: 400px;
	padding: 10px;
	overflow: auto;
	float:left;
	background-color: #efefef;
}

div.blog .title {
	text-align: right;
	color: #006;
}

div.blog div {
	margin-bottom: 10px;
}

div.blog a {
	color: #006 ;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}

div.blog span {
	color: #666;
	font-size: 10px;
}

div.blog-text .date {
	color: #666;
	font-size: 10px;
	margin-bottom: 10px;
}

div.content div.contact {
	width: 378px;
	padding-right: 18px;
	float:left;
}

.calendar {
	width: 351px;
	float: left;
}

.calendar .month {
	height: 30px;
	border-collapse: collapse;
}

.month table {
	border-collapse: collapse;
	height: 30px;
}

.calendar table {
	border-collapse: collapse;
	width: 100%;
}

.calendar .navBar {
	margin-bottom: 10px;
}

.calendar .weekdays td {
	text-align: center;
	font-weight: bold;
	width: 50px;
}

.calendar .days td {
	text-align: right;
	vertical-align:bottom;
	cursor: pointer;
}

.calendar .activity {
	margin-top: 10px;
	margin-bottom: 10px;
}

.calendar .activity span {
	margin-right: 5px;
}

.day {
	float: left;
	width: 320px;
}

.day .date {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	padding-top: 6px;
}

.day table {
	border-collapse: collapse;
	width: 380px;
}

.day .activity {
	margin-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

.day .activity span {
	width: 13px;
	padding-left: 13px;
	margin-right: 10px;
}

.day .price {
	padding-top: 10px;
}

.day .price div {
	padding-top: 5px;
	padding-bottom: 10px;
}

.expandBtn {
	height: 20px;
	position: relative;
	top: 3px;
}

div.gallery {
	width: 800px;
}

div.gallery table {
	width: 100%;
	border-collapse: collapse;
}

div.gallery td.navbtn {
	vertical-align: middle;
}

div.gallery td.navbtn  a {
	font-size: 20px;
	text-decoration: none;
}

div.gallery div.scrollable {
	margin-top: 5px;
	position:relative;
	overflow:hidden;
	height: 72px;
	margin-bottom: 10px;
}

div.gallery div.scrollable div.items {
	width:20000em;
	position:absolute;
}

div.scrollable div.items div {
	width: 110px;
	height: 70px;
	float: left;
	text-align: center;
	border: 1px #000 solid;
	margin-right: 2px;
}

div.items div:hover {
	cursor: pointer;
	background-color: #CCC;
}

div.items div.active { 
	background-color: #CCC;
}

div.photocontent {
	margin-top: 30px;
}
