@charset "utf-8";

html {
 	height: 100%;
}
body {
	background-color: #999;
	font: 62.5%/1.6em "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444;
	height: 100%;
	margin-top: 0;
}
a, 
a:link,
a:visited {
	color: #0000cc;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #ccc;	
}
h1, h2, h3, 
h4, h5, h6 {
 	font-family: "Century Gothic", Helvetica, Verdana, Arial,  sans-serif;
 	line-height: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}
p {
 	font-size: 1.1em;
}
img,
img a {
 	border: none;
}
h1 {
 	font-size: 2.2em;
}
fieldset {
 	border: 1px solid #fff;
}
hr {
 	background-color: #fff;
	height: 1px;
}
strong {
 	font-size: 1em;
}
#wrapper {
	position: relative;
 	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
	-moz-box-shadow: 5px 2px 5px #444;
	-webkit-box-shadow: 5px 2px 5px #444;
	box-shadow: 5px 2px 5px #444;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#444444, Direction=135, Strength=7);

}
#header {
 	background-color: #000;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 1em 0;
 	height: 75px;
 }
#header h1 {
 	display: none;
}
#header img {
 	float: left;
	padding-left: 1.5em;
}
/* @navigation */
#nav a {
 	font-size: 1.4em;
	font-weight: bold;
	padding: .5em 1em;
}
#nav ul {
 	text-align: center;
	margin-top: 5.5em;
}
#nav ul li {
 	display: inline;
	padding: 0 2em
}
#intro-text {
	padding: 1em 2em 0; 
}
.intro-text {
 	font-size: 1.3em;
}
p.intro-text:first-letter {
 	font-size: 2em;
	line-height: 1.3em;
	font-weight: normal;
}
p.intro-text:first-line {
	font-weight: bold;
}
#lower-nav {
 	background: #000;
	border-top: 1px solid #fff;
	height: 2.4em;
	text-align: center;
	color: #fff;
	padding: .2em 0;
}
#lower-nav a {
 	font-size: 1.3em;
	color: #fff;
	display: block;
	padding: .3em;
}
#flash-slideshow {
 	margin: 2px;
	padding: 1px;
	border: solid 1px #999;
}
#about-column {
	width: 420px;
	display: block;
	float: left;
	margin-top: 3em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
}
#news-column {
	width: 400px;
	display: block;
	float: right;
	padding: 2em;
}
#news-column.whats-on {
	width: 420px;
	display: block;
	float: right;
	
	margin: 4em 1em 1em 0;
	padding: 1em 1em 0 1em;
	background: #ddd;
	border: solid 1px #333;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
#news-column h2.whats-on {
	background: #fff;
	text-align: center;
	padding: .5em 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

#item {
 	min-height: 400px;
 	padding: 2em;
}	
#item p {
 	
}
#item h3 {
 	font-size: 1.1em;
}
#item img {
 	white-space: pre;
	padding: 1em;
	float: left;
}
#footer {
 	width: 890px;
 	background-color: #000;
	color: #fff;
	min-height: 75px;
	clear: both;
	padding: 5px;
	text-align: center;
}
#copyright {
 	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	clear: both;
}
#email-form {
 	background-color: #fff;
	width: 410px;
}
#email-form ul li {
 	color: #ff0000;
	font-weight: bold;
	float: none;
}  
#header h1 {
 	color: #fff;
}
#nav ul li a, #footer ul li a {
 	color: #fff;
}
#nav ul li a:hover,
#nav ul li a:focus, 
#footer ul li a:hover,
#footer ul li a:focus {
 	color: #ccc;
}
#map_canvas {
	width: 400px;
	height: 300px;
	margin-top: 2em;
}
#footer ul {
	text-align: center;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
}
#footer p {
 	color: #ccc;
 	text-align: center;
	clear: both;
	font-size: .9em;
}
#news-column h3 {
 	color: #555;
	font-size: 1.1em;
 }
* html #news-column h3 {
	font-size: 12px;	
}
#links {
	margin: 1em auto;
	padding: 0 2em;
	min-height: 400px;
}
#links ul li {
	padding: 1em 0;
}
#links ul li a { 
	text-decoration: underline;
}
a[href^="http://"] {
	background: url(../img/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}
a[href^="http://www.barnabasartshouse.co.uk"] {
	background: none;
	padding-right: 0;
}
a[href^="mailto:"] {
	background: url(../img/email.png) no-repeat right top;
	padding-right: 15px;
}

p.errors  {
 	color: #ff0000;
 	font-weight: bold;
}
#address {
 	color: #fff;
	text-align: right;
	float: right;
	padding: 0 2em 0 1em;
}
form {
 	background-color:#ddd;
	padding-left: 3px;
	-webkit-box-shadow: 3px 3px 3px #999; /* Safari */
	-moz-box-shadow: 3px 3px 3px #666; /* Firefox */
	box-shadow: 3px 3px 3px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=5)
}
form label {
	font-weight: bold;
}
ul.facilities {
 	font-size: 1em;
	font-weight: bold;
 	list-style: circle;
}
.firstline {
 	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	
}
.emphasis {
 	font-size: 1.1em;
	font-style: italic;
}

 /* IE6 hack */
* html h2 {
 	font-size: 16px;
}
* html h3 {
 	font-size: 14px;
}
* html ul.facilities {
	padding: 0 0 1em 3em;
}
 /* IE7 hack */
*h2 {
 	font-size: 16px;
}
*h3 {
 	font-size: 14px;
}
*ul.facilities {
	padding: 0 0 1em 3em;
}
a.my-link {
	position: absolute;
	bottom: .5em;
	right: 1em;
	color: #999;
}
