/*------------------------------------------------------------------
[Camelot Theme Park - Master Stylesheet]

Project:		Camelot Theme Park
Version:		1.2
Changes:		1.1 [02-03-2010] Code for Win a family ticket - columns
				1.2 [12-07-2010] Reducing width of news box
Primary use:	Web site
-------------------------------------------------------------------*/
/* Layout */

html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
	margin: 0 auto;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	background:#010101;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; */ /* Previously set as it was required for IE5 - if left in, it centres all text */ 
	height: 100%;
	min-width:900px;
}
/* Structure */

/* Different background image used for certain pages */
.container {
	background:url(../media/background-homepage.jpg) no-repeat center;
}
.container-merlin {
	background:url(../media/background-merlin.jpg) no-repeat center;
}
.container-shortscroll {
	background:url(../media/background-shortscroll.jpg) no-repeat center;
}
.container-subpage {
	background:url(../media/background-subpage.jpg) no-repeat center;
}
.container-subpage2 {
	background:url(../media/background-subpage2.jpg) no-repeat center;
}
.container-blog {
	background:url(../media/background-blog.jpg) no-repeat center;
}
.container-winafamily {
	background:url(../media/background-winafamily.jpg) no-repeat center;
}
.container-medieval {
	background-image:url(../media/background-medieval-shows.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.main {
	width: 900px;
	/*height:707px;*/
	padding: 0px;
	margin: 0px auto;
	/*text-align: left;*/ /* Commented out otherwise all text was left aligned all the time and Contribute could not manually set the alignment */
	font-size:11px;
}
.header-tickets {
	height: 270px;
}
.header {
	height: 190px;
}
/* ID used for postioning of flash banner */
#flashbanner {
	position:relative;
	left: 26px;
	top: 26px;
}
.main-content {
	height: 200px;
	padding:0 0 0 25px;
	margin:0;
}
.main-content-nofeature {
	height: 379px;
	padding:0 0 0 25px;
	margin:0;
}
/*Classes for the layout of the main part of the web site with the 3 columns */

.main-left-scroll {
	float:left;
	width:200px;
	padding:5px;
	margin:0 15px 0 0;
	font-size:14px;
}


/* Used on home page for the news box - text  (and also the Win a Family Ticket pages) */
.main-left-scroll-news {
	padding:60px 0 0 10px;
	margin:0;
	color:#660000;
	width:180px;
}
.main-left-scroll-subpage {
	padding:26px 0 0 10px;
	margin:0;
	color:#660000;
}

.main-left-shortscroll-subpage {
	padding:26px 0 0 10px;
	margin:0;
	color:#660000;
	height:170px;
}
.main-middle-homepage {
	float:left;
	width:402px;
	margin:0 6px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
	height: 200px; /*height: 270px;*/
}
.main-middle {
	float:left;
	width:402px;
	margin:0 15px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
	height: 370px;
	overflow: auto;
	scrollbar-face-color:#CDBDAA;
	scrollbar-shadow-color:#B38A0F;
	scrollbar-highlight-color:#CDBDAA;
	scrollbar-3dlight-color:#B38A0F;
	scrollbar-darkshadow-color:#CDBDAA;
	scrollbar-track-color:#CDBDAA;
	scrollbar-arrow-color:#FFF;
}
/* Used on home page for the feature box - text */
.main-middle-feature {
	padding:5px 0 0 190px;
	margin:0;
	color:#FFFFFF;
	line-height:18px;
	font-size:14px;
}
.main-middle-feature1 {
	padding:5px 0 0 0;
	margin:0;
	color:#FFFFFF;
	line-height:18px;
	font-size:14px;
	float:left;
	width:190px;
}
.main-middle-feature2 {
	padding:5px 0 0 0;
	margin:0;
	color:#FFFFFF;
	line-height:18px;
	font-size:14px;
	float:left;
	width:210px;
}
.main-right {
	float:left;
	width:205px;
}
/* Used if page is only 2 columns - 1 left sidebar and main content */

.main-2columns {
	float:left;
	width:607px;
	padding:0;
	margin:0 15px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
	height: 370px;
	overflow: auto;
	scrollbar-face-color:#CDBDAA;
	scrollbar-shadow-color:#B38A0F;
	scrollbar-highlight-color:#CDBDAA;
	scrollbar-3dlight-color:#B38A0F;
	scrollbar-darkshadow-color:#CDBDAA;
	scrollbar-track-color:#CDBDAA;
	scrollbar-arrow-color:#FFF;
}
/* Temporary for the test page using graphical scroll and transparent scroll bar - used with temp/demo page admission-prices2.php */

.main-2columns2 {
	float:left;
	width:607px;
	padding:0;
	margin:0 15px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
	height: 370px;
	overflow: auto;
	filter:chroma(color=#FF0000);
	scrollbar-face-color:#FF0000;
	scrollbar-shadow-color:#FF0000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-3dlight-color:#FF0000;
	scrollbar-darkshadow-color:#FF0000;
	scrollbar-track-color:#FF0000;
	scrollbar-arrow-color:#FF0000;
}

/* Used when no DIV scroll is to be used */



/* Used on main site - opening times page */
.main-2columns-noscroll {
	float:left;
	width:607px;
	padding:0;
	margin:0 15px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
}

/* Used for the blog */

.main-blog {
	float:left;
	width:832px;
	padding:0;
	margin:0 15px 0 0;
	color:#000000;
	padding: 0 10px 0 0;
	height: 370px;
	overflow: auto;
	scrollbar-face-color:#CDBDAA;
	scrollbar-shadow-color:#B38A0F;
	scrollbar-highlight-color:#CDBDAA;
	scrollbar-3dlight-color:#B38A0F;
	scrollbar-darkshadow-color:#CDBDAA;
	scrollbar-track-color:#CDBDAA;
	scrollbar-arrow-color:#FFF;
}
/* "Features" on the home page */
.features {
	height: 179px;
	padding: 0px 0 0 20px;
	color:#FFFFFF;
	font-size:11px;
}
/* Columns set up for the features */

.feature {
	width: 191px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	padding:5px;
	line-height:13px;
	height: 170px;
}
.feature-graphic {
	height: 110px;
}
/* "Shortcut" links on the bottom of every page */
#quicklinks {
	height: 46px;
	padding:7px 0 0 28px;
}
/* Columns set up for the quicklinks */

.quicklinks-item {
	width: 135px;
	float:left;
	margin-right:6px;
	color:#FFFFFF;
	text-align:center;
}
/* Footer */

.footer {
	height: 67px;
	padding:0 0 0 25px;
}

.footer-left {
	width: 400px;
	float:left;
}

.footer-right {
	text-align:right;
	width:472px;
	float:left;
}

/* Box */
.box {
	margin-left: 15px;
}
.box-text {
	font-size: 9px;
	padding:9px;
	color:#FFFFFF;
}
.clear {
	clear: both;
}
/* Navigation */
/* Main */

.navigation {
	height: 70px;
	padding:10px 0 0 48px;
	margin:0;
}
#navigation {
	margin: 0;
	padding: 0;
	/*position:relative;
	left:49px;
	top:5px;*/
	color:#FFFFFF;
}
#navigation li {
	float:left;
	padding:0 32px 0 0;
	margin:0;
	list-style: none;
}
#navigation li a {
	display: block;
	width: 60px;
	text-align: center;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding:0;
}
#navigation li a:hover {
	text-decoration:underline;
}
/* Headings/lists/general etc */

ul {
	margin-left:15px;
	margin-bottom: 5px;
	padding:0;
}
li {
	margin-left:0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 22px;
	padding: 0;
	margin: 0;
	/* Hide from screen readers */
	position: absolute;
	left: 2000px;
	display:none;
}
h2 {
	font-size: 18px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	color:#453608;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#453608;
}
p {
	margin-top: 3px;
	margin-bottom: 7px;
}
/* Links */
a {
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
.feature a {
	color:#FFFFFF;
}
#quicklinks a {
	color:#FFFFFF;
	font-weight:normal;
}
.main-left-scroll-news a {
	color:#660000;
	font-weight:normal;
}
.main-left-scroll-subpage a {
	color:#660000;
	font-weight:normal;
}
.main-left-shortscroll-subpage a {
	color:#660000;
	font-weight:normal;
}
.link-selected {
	background-color:#CDBDAA;
	width:160px;
}
/* form */

form label {
	display: block;
	float: left;
	width: 230px;
}

#contact_name {
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	margin: 2px;
	padding: 2px;
}
#email_address {
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	margin: 2px;
	padding: 2px;
}
form input {
	margin: 3px;
}
form textarea {
	margin: 3px;
}
.submitbutton {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
.hideform {
	display: none;
}

.shortlabel{
	display: block;
	float: left;
	width: 170px;
}

.autowidthlabel{
	display: block;
	float: left;
	width: auto;
}
/* Calendar - opening times */

.calendar-month {
	background-color: #8C6D4A;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.calendar-day {
	background-color: #BA9D7E;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.calendar-date {
	background-color: #CEB390;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.calendar-disabledate {
}
.calendar-activedate {
	background-color: #40347C;
	color:#FFFFFF;
}

/* Short scroll sideimage pages - The Farm, Merlins Wizardry */

.shortscroll-sideimage{
	margin-top:35px;
}

/* Win a family ticket */

.winafamilyticket-col1{
	width: 180px;
	float:left;
}

.winafamilyticket-col2{
width: 330px;
	float:left;

}





