/* ==================================================================
	File:     css/holdingpage.css
	Project:  The Queen's Head, Rye
	Purpose:  CSS file for public-facing pages
	
	Author:   Helen Lambert <helen@shinyideas.co.uk>
	Copyright (c) 2009-2010 Shiny Ideas - www.shinyideas.co.uk
   ================================================================== */


/* =========== ( General ) ========== */

body {
	color:				#000000;
	background:			url('../images/bg.gif') center top no-repeat;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	width:				100%;
	padding:			0;
	margin:				0;
}

a {
	color:				#450608;
	text-decoration:	none;
}

a:visited {
	color:				#6b7482;
	text-decoration:	none;
}

a:active {
	color:				#7b0c16;
	text-decoration:	none;
}

a:hover {
	color:				#7b0c16;
	text-decoration:	underline;
}

h1 {
	color:				#6f1a1d;
	font-size:			16px;
	margin:				10px 0 10px 15px;
}

#container {
	width:				980px;
	margin:				0 auto;
	font-size:			0.9em;
	position:			relative;
	padding:			0;
}

#header {
	width:				980px;
	height:				190px;
	margin:				0 auto;
	position:			relative;
	padding:			0;
}

.coat-of-arms {
	position:			absolute;
	top:				0;
	left:				670px;
}

.strapline {
	position:			absolute;
	top:				143px;
	left:				500px;
}

#page {
	width:				980px;
	margin:				0 auto;
	position:			relative;
	padding:			20px 0 0 0;
}

#top-photo {
	width:				940px;
	height:				190px;
	background:			url('../images/queens-head-inn.png') center top no-repeat;
	margin:				0 0 10px 20px;
	font-family:		Garamond,'Times New Roman',serif;
	font-size:			1.3em;
	font-weight:		bold;
	padding:			0;
	position:			relative;
}

.landgate-rye {
	position:			absolute;
	bottom:				0;
	right:				0;
}

#black-wrapper {
	background:			#000000;
	padding:			0 20px 20px 20px;
}

.grand-opening {
	width:				465px;
	height:				547px;
	float:				left;
	margin:				0 0 10px 10px;
}

.flyer {
	width:				465px;
	height:				658px;
	float:				left;
	margin:				0 0 10px 10px;
	border:				0;
}

#intro {
	width:				465px;
	height:				658px;
	padding:			0 0 5px 0;
	float:				left;
	margin:				0 0 10px 0;
	background:			#ffffff url('../images/intro-bg.png') right bottom no-repeat;		
	font-family:		Garamond,'Times New Roman',serif;
	font-size:			16px;
}

.under-new-management {
	width:				465px;
	height:				46px;
}

#intro p {
	margin:				0 15px 10px 15px;
	padding:			0;
}

#intro .first {
	background:			#ffffff url('../images/H.png') 0px 4px no-repeat;	
	margin:				10px 15px 10px 15px;
}

.pub-photo1 {
	width: 				230px;
	height:				200px;
	float:				left;
	margin:				0 10px 0 0;
	clear:				both;
}

.pub-photo2 {
	width: 				225px;
	height:				200px;
	float:				left;
	margin:				0 10px 0 0;
}

.pub-photo3  {
	width: 				230px;
	height:				200px;
	float:				left;
	margin:				0 10px 0 0;
}

#social-media {
	width:				225px;
	height:				200px;
	float:				left;
	margin:				0;
	padding:			0;
}

#social-media ul, #social-media li {
	list-style:			none;
	padding:			0;
	margin:				0;
}

.blog, .facebook {
	width:				225px;
	height:				61px;
	margin:				0 0 5px 0;
	border:				0;
}

.twitter {
	width:				225px;
	height:				61px;
	margin:				0;
	border:				0;
}

.clear {
	clear:				both;
}

#footer {
	width:				980px;
	margin:				0 auto;
	clear:				both;
	padding:			15px 0 40px 0;
	font-size:			0.8em;
}

.copyright {
	float:				left;
}

.contact {
	float:				right;
}

.contact ul {
	list-style:			none;
	padding:			0;
	margin:				0;
}

.contact li {
	float:				left;
	padding:			0 15px 0 15px;
	border-right:		1px solid #000000;
}

.contact li.last {
	border-right:		0;
	padding:			0 0 0 15px;
}
