/*
THE BARN STYLESHEET
+++++++++++++++++++
For Peter Smith, barnaccomodation.co.uk
by Tom Wiltshire for Electric Druid
January 2009

Colours:
Bright blue: #3399CC
Dark blue:	#003399
Orange: #FF9900
*/
  
/* +++++ Overall stuff ++++++ */
body {
	/* Background styles */
	background-color: #3399CC;
	/* Text styles */
	color: #000000;
	font-family: "Times New Roman", "Times", serif;
	font-size: 110%;
	/* Margins and padding */
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	/* No heavy headings, please */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	padding: 2px 5px;
	margin: 0;
}

.page {	/* This is the central column */
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

.topbar {
	background-color: #3399CC;
	height: 180px;
	margin: 0;
	margin-right: 120px;	
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.topbar#frontpage {
	margin-right: 0;
}

.topbar h1 {
	margin: 0px;
	padding: 0px;
	height: 143px;
	background: url("graphics/barntitle.gif") no-repeat center top;
	text-decoration: none;
}

.topbar h1 span {
	visibility: hidden;
}

@media print {
   .topbar h1 span {		visibility: visible;	}
}

img#cottage {
	float: right;
}

/* +++++  Menu box styles   ++++++ */

ul.menu {
/*Remove all spacings from the list items*/
	list-style: none;
	display: block;
	background-color:	#003399;
	color: #FFFFFF;
	width: 90%;
	font-size: 80%;
	margin: 0 5%;
	padding: 4px;
}

ul.menu li {
	list-style: none;
	display: inline;
	background-color:	#003399;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
}

ul.menu li span {
	padding: 6px 8px;
}

ul.menu li a {
	padding: 6px 8px;
	text-decoration: none;
	color: #FFFFFF;
}

ul.menu li a:hover{
	color: #FF9900;
}



/* +++++  Content box styles   ++++++ */

.content {
	/* Margins and padding */
	margin: 10px;
	padding: 10px;
}

.content h1 {		font-size: 150%;		}
.content h2 {		font-size: 130%;		}
.content h3 {		font-size: 120%;		}
.content h4 {		font-size: 115%;		}
.content h5 {		font-size: 110%;		}
.content h6 {		font-size: 105%;		}

.content p  {
	margin: 4px 10px;
	padding: 0;
}

.content a, .content a:visited {
	color: #003399;
	text-decoration: none;
}

.content a:hover, .content a:active {
	color: #FF9900;
	text-decoration: underline;
}

.contentright {
	margin-left: 250px;
}

/* +++++  Footer box styles   ++++++ */

.footer {
	clear: both;
	/* Margins and padding */
	margin: 10px;
	padding: 10px;
	/* Text styles */
	color: #003399;
	font-size: 75%;
	text-align: center;
}


/* +++++ Text formatting styles ++++++ */
.subtle {
	color: #999999;
	font-size: x-small;
	text-align: right;
}

.offer {
	color: #FF9900;
}

/* +++++ Table formatting styles ++++++ */

table {
	border: none;
	width: 100%;
}

td, th {
	border: none;
	text-align: left;
}

th {
	color: #333333;
}

/* ++++ Image formatting styles +++++ */

img, a img {
	border: 0;	 /* No borders on linked images */
	margin: 0;
}

div.figure {
	/* This provides a box for a diagram or picture
	within the content area. It can have a caption.*/
	margin: 8px auto;
	padding: 4px;
	border: 1px solid #003399;
}

div.figureleft {
	/* This provides a box for a diagram or picture
	within the content area. It can have a caption.*/
	margin: 4px 8px;
	float: left;
	padding: 4px;
	border: 1px solid #003399;
}

div.figureright {
	/* This provides a box for a diagram or picture
	within the content area. It can have a caption.*/
	margin: 4px 8px;
	float: right;
	padding: 4px;
	border: 1px solid #003399;
}

p.caption {
	/* This style wraps a caption with an image for div.figure
	within the content area */
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-size: 75%;
	font-style: italic;
	text-indent: 0;
	text-align: center;
}

br.spacer {
	/* This prevents the image from overlapping the content box. */
	clear: both;
}

