@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#000 url(../images/crown-body.jpg) no-repeat center top;
	font-family: arial,helvetica,sans-serif;
}

#crown-header{ background:#9F9066 url(../images/crown-bg-header.jpg) no-repeat scroll 0 0;
height:113px;
position:relative;
}

#crown-header img { position:relative; left:7px; top:5px }

.btf {background:#000 url(../images/contentback.jpg) no-repeat center top;  } 
.content {
	background:#E6DCB9;
	width: 958px;
	margin : 0px auto;
	padding :0px;
	position:relative;
	top:0px;
	border: 1px solid #BFA977;
	border-width: 0px 1px
	
	
	/*
	opacity: .95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter:alpha(opacity=95);
	*/
}


.contentbody  {
	padding: 20px

}
.text p {
	font-size:.8em;
	color: #fff;
	
}

.times{ clear:left }
.times p {width: auto
}

.blurb {
	position:relative;
	top:90px;
	width:400px;
	float:left;
	padding-left: 20px;
}


a.home {
	width:800px;
	height: 250px;
	display:none;
	position:relative;
	top: 0px;
	margin: 0px auto;
}
.images {
	width: 210px;
	float:right;
	margin-right: 0px
}
.images a img {
	border: none;
	background:#fff;
	padding: 5px;
	margin: 5px 0px
}
a.book, a.times, a.seats {
	text-decoration:none;
	color: #fff;
	background: brown;
	padding: 10px;
	
	display:block;
	margin: 0 5px 5px;

	border:1px solid #000
}
a.book:hover, a.times:hover, a.seats:hover {
	text-decoration:underline;
	background:#F8BA31;
	color: #000;
}
.error {color: #fff ;  background:#C33}





/*
 * [IRES LOCAL BRANDED SITE CSS]
 *
 * This is the stylesheet that formats the iRes widgets like the search results,
 * search forms and other iRes specific elements. Use this as a template for your site.
 * 
 * @author Samuel Richardson
 * @date 20050426
 *
 */

/* iRES */
/* --------------------------------------------------------------- */
.ires
{
}

/* iRES Colours */
/* --------------------------------------------------------------- */

/*
  Color Guide:
  Two primary colours are picked, then a darker and darkest shade are 
  taken of them, followed by sixty, thirty and seven % tints of them.
*/

/* Primary Colour */
.maintintshadetwo
{
  background-color : #5D7031;
}

.maintintshadeone
{
  background-color : #7C6A2C;
}

.maintintprimary
{
  background-color : #B3D335;
}

.maintintfifty
{
  background-color : #DCEBA0;
}

.maintinttwenty
{
  background-color : #CEC19E;
}

.maintintseven
{
  background-color : #FAFCF1;
}

/* Secondary Colour */
.secondtintshadetwo
{
  background-color : #002951;
}

.secondtintshadeone
{
  background-color : #003F7C;
}

.secondtintprimary
{
  background-color : #0054A5;
}

.secondtintfifty
{
  background-color : #7FA9D2;
}

.secondtinttwenty
{
  background-color : #CCDDED;
}

.secondtintseven
{
  background-color : #FCFBF5;
}

/* Fonts */
/* --------------------------------------------------------------- */
.ires p
{
}

.ires li
{
}

.ires a:link
{ 
}

.ires a:visited
{
}

.ires h1
{
}

.ires h2
{
}

.ires h2 a
{
}

.ires h3
{
}

.ires .error
{
  color : #ffffff !important;
  background-color : #cc6666;
}

/* Page Elements */
/* --------------------------------------------------------------- */
.sort
{
  color : #ffffff;
}

.ires .formrow
{
  margin : 5px 0 0 0;
}

.resultrow /* Each row in the search results */
{
  border-top : 1px solid #7FA9D2; /* Should be Second Tint 50 */
}

#paymentform {background: #fff}

#footer {width: 100% ; clear:both}
#footer ul {width:auto}


#footer ul {
  list-style : none;
  margin : 5px 0 5px 0;
  padding : 0 0px 5px;
  text-align : center;
  width : auto;
  
}

 #footer li {
  display : inline;
  font-size : .7em;
}

 #footer li a {
  color : #030200;
}

#disclaimer
{
  
  text-align : left;
   font-size:.7em; width:700px; float: left; margin-top:5px; margin-left:10px; padding: 0px;
}


#footerbar { border:0px solid #DCE7F1; background:#D3CAA3; padding-top:5px;  padding-bottom: 5px }


#sitecontact 
{
  text-align : left;  
  padding : 15px 20px 15px 0; color: #003399;
}
#sitecontact  a { color: #003399; }

p#sitecontact   {width:170px ; font-size:.7em }


.footeraddress { text-align:center; font-size:.9em; color:#6D8FB1 ; float:left; padding-left:140px}

