/*  
Theme Name: York Theme
Theme URI: http://www.roballison.co.uk
Description: York.
Version: 1.0
Author: Rob Allison
Author URI: http://www.roballison.co.uk/
*/

#testingbox {
	position:absolute;
	left:0px; 
	top:0px; 
}
object {
	wmode:transparent;
}
a {
	color:#3f1352;
}
img{border:none;}
body {
	background-image:url('background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	font-family: arial, "lucida console", sans-serif;
	background-color:#000;
}
#contentbox {
	line-height:1.7em;
	color:#333;
	font-size:12px;
}
#contentbox h1{
	color:#3f1352;
	font-size:17px;
	letter-spacing:0.2em;
	margin-bottom:10px;
}
.calendar-table {
	width:10px;
}
#wpcf7-f1-p26-o1{
	width:350px;
	padding:5px;
	margin:0 auto;
}
.thumb {
	rel:"thumbnail";
}
.aligncenter {
	margin:0 auto;
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	display: block;
}
.floatright{
	float:right;
}
.floatleft{
	border:#aaa 1px solid;
	padding:3px;
	background-color:#fff;
	float:left;
}
#scrollbox {
	height:490px;
	width:424px;
	overflow-y:auto;
	padding:0 10px;
	margin:0px 10px 10px 10px;
}
#menu {
	color:#333;
	padding:0 0 0 25px;
	height:33px;
	margin:120px auto 20px auto;
	text-align:center;
}
#main {
	width:890px;
	height:680px;
	margin:-10px auto -40px auto;	
}
#menulist {
	margin-left:-20px;
	display:inline;
	list-style:none;
}
#menulist li {
	display:inline;
	list-style:none;
	margin-left:-10px;
}
#menulist a {
	padding:5px 10px 5px 25px;
	border-right:1px solid #eee;
	border-left:1px solid #ddd;
	background-image:url('menu.jpg');
	text-decoration:none;
	color:#333;
}
#menulist a:hover {
	background-image:url('revmenu.jpg');
}
iframe{
	border:none;
	overflow:hidden;
}
#calendar {
	display:none;
	-webkit-box-shadow: 0px 0px 10px #000; 
	-moz-box-shadow:0 0 10px 10px rgba(34,34,34,0.3);
	padding:10px;
	background:#fff;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -455px;
	width:400px;
	border:solid 2px #eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.close {
	margin-top:-6px;
	display:block;
	text-align:right;
	padding:3px;
	font-size:0.7em;
}
.close a:hover {
	cursor: pointer;
	cursor: hand;
}
#calendarbutton:hover {
	cursor: pointer;
	cursor: hand;
}