/* CSS Document */

/*
-----------------------
template: Archives Broughton Castle
designer: Candy Gourlay
url: mediagrafika.net
-----------------------*/

html, body {
  	margin:0px;
  	padding:0px;
	}
	
body {
	background:#fff;
	margin:0px auto;
	padding:0px;
	}

a:link {
	text-decoration:underline;
	color:#CC3300;
	}
	
a:hover {
	text-decoration:none;
	color:#666600;	
	}
	
a:visited, a:active {
	text-decoration:underline;
	color:#CC9966;
	}

p {
	font:Georgia,"Times New Roman", Times, serif;
	font-size:medium;
	color:#333333;
	letter-spacing:normal;
	line-height:1.2em;
	text-align:left;
	}

li {
list-style:none;
}

h1 {
	font-family:"Arial Narrow", Arial;
	font-size:x-large;
	color:#336699;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.1em;
}

h2 {
	font-family:"Arial Narrow", Arial;
	font-size:small;
	color:#336699;
	font-weight:bold;
	letter-spacing:.15em;
	line-height:1.1em;
	text-transform:uppercase;
	text-align:left;
}
	
/*container div
-----------------------*/
#content {
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:center;
	}


/* columnar content
------------------------*/

/* left col for index, news, opening times, archives, film*/
#text {	
	float:left;
	text-align:left;
	padding:0;	
	margin:20px 0 0 0;
	line-height:1.4em;
	font-style:normal;	
}	

#text p {font-style:normal; padding-right:200px;}


#text .byline {font-size:medium;}

#text ul {
	margin:0;
	padding:2.5%;
	background-color:#EED;
	width:250px;
	font-family:Arial, sans-serif;
	font-size:small;
	line-height: 1.2em;	
	}
#text li {line-height:1.5em;}

#box {
	float:right; 
	width:300px; 
	background-color:#EED;
	color:#333333;
	margin:20px 0 20px 20px;
	padding: 2.5% 2%;
	text-align:left;
	}


blockquote {
	margin:0;
	text-indent:25px;
	padding:0 0 0 20px;
	line-height:1.5em;
	color:#333333;
	width:320px;
	font-size:17px;
	font-weight:bold;
	background: url(../images/quote_1.gif) top left no-repeat;
	
}
.quotebackground {background: url(../images/quote_2.gif) bottom right no-repeat;}

#box a:link, #box a:hover, #box a:visited {font-weight:bold;}
#box p {padding-right:2.5%;}



	
/*NAVIGATION 
------------------------*/

/* for top of page */
#nav {
	margin-right:auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:20px;
	width:100%;
	height: auto;
	top: -8px;	
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;	
}


#nav a{
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;
	font-weight:lighter;
	text-decoration:none;	
}
	
#nav a:hover {
	color:#CC3300;
	letter-spacing:0.25em;
	text-decoration:underline;
	font-size: .8em;
	font-weight:lighter;
}

/* for bottom of page */
#navbottom {
	margin:0 auto;
	padding: 0 0 10px 0;
	width:100%;
	text-align:center; 
	color:#FFFFFF;
	}
	
html>body #navbottom {
	clear:both;
	}
	
	
#navbottom a{
	text-decoration:none; 
	color:#666600;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
	
#navbottom a.active, #navbottom a:hover {	
	text-decoration:underline;
	color:#CC3300;
	}
	
#navbottom a:hover {color:#CC3300;}

#navbottom a:visited {color:#CC9966;}


/* copyright styles
-------------------------------------*/

/* used in copyright notice centred at bottom of page*/
#copyright {
	clear:both;
	margin:10px auto;
	text-align:center;
	padding:10px auto;
	width:700px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

.copyright {
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:small;
	text-align:left;
	color:#666666;
	}

.imageright {
	float:right;
	margin: 0px 0 10px 10px;
	}

.imageleft {
	float:left;
	margin:0px 10px 10px 0;
	}