/* Start of CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* End of CSS Reset */

body {
	background-color: #fcf5e5;
	text-align: center;
	margin: auto;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.smaller-text {
	font-size:10px;
	line-height:12px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 34px;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
	position:relative;
}

#nav {
	float: left;
	display: inline;
	width: 960px;
	height: 26px;
	margin: auto;
	text-align: center;
}

#nav a img {
	margin-right: 0px;
}

#image {
	float: left;
	display: inline;
	width: 960px;
	height: 436px;
}

#heading {
	float: left;
	display: inline;
	width: 733px;
	height: 64px;
}

#text {
	clear: left;
	float: left;
	display: inline;
	width: 723px;
	min-height: 368px;
	height: auto !important;
	height: 368px;
	padding: 0 10px 15px 0;
}

#right-content {
	float: right;
	display: inline;
	width: 227px;
}

#right {
	float: right;
	display:inline;
	clear: right;
	width: 190px;
	padding: 10px 0px 10px 15px;
}

#footer {
	margin: auto;
	font: 11px/34px Palatino,'Palatino Linotype', Georgia, serif;
	color: #231f20;
	text-align: left;
	width: 960px;
	height: 34px;
	background-image: url(images/footer_dot.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer a {
	font: 11px/34px Palatino,'Palatino Linotype', Georgia, serif;
	color: #231f20;
	text-decoration: underline;
}

#footer a:hover {
	color: #231f20;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* End of styling for main template */

h1{	
	font-size: 26px;
	text-transform: lowercase;
}

h2
{
	font-size:18px;
	margin-bottom:18px;
}

/* Right content styling */

#openingtime {
	float: left;
	display: inline;
	width: 157px;
	height: 207px;
	padding: 42px 21px 0 49px;
	background-image: url(images/opentimes_bg.jpg);
	background-position: center 17px;
	background-repeat: no-repeat;
	font: 12px/18px Palatino,'Palatino Linotype', Georgia, serif;
	color: #ffffff;
}

#openingtime-visitsister {
	float: left;
	display: inline;
	width: 325px;
	height: 296px;
	padding: 42px 21px 0 49px;
	background-image: url(images/opentimes_bg_visit_siter.jpg);
	background-position: center 17px;
	background-repeat: no-repeat;
	font: 12px/18px Palatino,'Palatino Linotype', Georgia, serif;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 450px;
	text-align: center;
}

#openingtime b, #privatehire b, #menutimes b, #december b {
	font: bold 12px/14px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;	
}
#december {
	float: left;
	display: inline;
	width: 157px;
	height: 298px;
	padding: 42px 21px 0 49px;
	background-image: url(images/bg_newopening.jpg);
	background-position: center 17px;
	background-repeat: no-repeat;
	font: 12px/18px Palatino,'Palatino Linotype', Georgia, serif;
	color: #ffffff;
}

#privatehire {
	float: left;
	display: inline;
	width: 157px;
	height: 458px;
	padding: 42px 21px 0 49px;
	background-image: url(images/privatehire_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font: 12px/18px Palatino,'Palatino Linotype', Georgia, serif;
	color: #ffffff;
}

#menutimes {
	float: left;
	display: inline;
	width: 157px;
	height: 265px;
	padding: 42px 21px 0 49px;
	background-image: url(images/menutimes_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font: 14px/18px Palatino,'Palatino Linotype', Georgia, serif;
	color: #ffffff;
}

#privatehire a {
	font: bold 10px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	text-decoration: underline;	
}

#privatehire a:hover {
	font: bold 10px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	text-decoration: none;	
}

/* end of right content styling */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 16px;
}

label {
	float: left;
	display: inline;
	width: 140px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #fcf5e5;
	font: 12px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	border: #000000 solid 1px;
	width: 225px;
}

select {
	background-color: #fcf5e5;
	font: 12px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	border: #000000 solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 68px;
}

.submit {
	background-color: #fcf5e5;
	font: 14px Palatino,'Palatino Linotype', Georgia, serif;
	color: #000000;
	border: #000000 solid 1px;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 140px;
	height: 21px;
}

/* End of Form Styling */

#voucher-outer {
	width:529px;
	height:182px;
	float;left;
	float:left;
	border:1px dashed #a3a2a2;
	background-color:#ffffff;
	padding:1px;
	font-family:Palatino,'Palatino Linotype', Georgia, serif;
	color:#000000;
	line-height:25px;
}

#voucher-image {
	width:529px;
	height:182px;
	float:left;
	display:inline;
	z-index:1;
	position:absolute;
}

#voucher-text {
	width:519px;
	height:172px;
	float:left;
	display:inline;
	position:absolute;
	z-index:2;
	padding:5px;
	font: 12px Palatino,'Palatino Linotype', Georgia, serif;
}

.voucher-large {
	font: bold 20px Palatino,'Palatino Linotype', Georgia, serif;
	text-transform:uppercase;
}

.voucher-terms {
	font: normal 9px/11px Palatino,'Palatino Linotype', Georgia, serif;
	width:519px;
	height:20px;
	float:left;
	display:inline;
	margin-top:50px;
}

.voucher-name {
	font: normal 12px Palatino,'Palatino Linotype', Georgia, serif;
}

.voucher-orange {
	color:#b48c42;
	text-decoration:none;
	font: normal 12px Palatino,'Palatino Linotype', Georgia, serif;
}.serving-opening-times {
	font: 12px/18px Palatino,'Palatino Linotype', Georgia, serif;
}
#index-form {
	float: left;
	display: inline;
	width: 500px;
}
#index-button {
	float: right;
	display: inline;
	width: 180px;
}

img, div { behavior: url(iepngfix.htc) }

.speed-date-button-holding {
	float: left;
	display: inline;
	width: 49%;
	text-align: center;
}

/*============================ Whats happeing above footer ========================*/
		#whats-happening{
			float:left;
			display:inline;
			position:relative;
			width:960px;
			margin: 20px 0 0 0;
			padding: 0px;
			background: url(images/footer_dot.jpg) top repeat-x;
		}
		
		/*============================ Whats Happeing ========================*/
			.whats-happening-title{
				float:left;
				width:214px;
				height:30px;
				margin:20px 0 -52px 0;
			}
			
			#whats-happening em {
				font-style: normal;
				font-weight: bold;
			}
		
			#whats-happening ul{
				font: 12px/16px Georgia, "Times New Roman", Times, serif;;
				float:left;
				display:inline;
				width:960px;
				margin:0;
			}
			
				#whats-happening ul li{
					display:inline; 
					float:left;
					margin-top: 10px;
					padding: 10px;
					width: 170px;
				}
					#whats-happening ul li.footer-weekend-brunch-roast{
						width:156px;
						height:63px;
						margin:74px 15px 0 0;
						padding:60px 13px 0 13px;
						text-align:center;
						font-size:14px;
						background:url(images/footer-weekend-brunch.gif);
					}
						#whats-happening ul li.footer-weekend-brunch-roast p{
							color:#4b444c !important;
						}
					
					#whats-happening ul li.footer-the-library{
						margin-top:71px;
					}
					
					#whats-happening ul li.footer-join-us{
						margin:72px 19px 0 0;
					}

					#whats-happening ul li.facebook{
						float: right; 
						text-align: right; 
						width: 60px;
					}
					
					#whats-happening ul li.facebook a:hover {
						text-decoration: none;
					}
					
					#whats-happening ul li.footer-opening-hours{
						width:158px;
						height:108px; 
						margin:33px 0 0 0;
						padding:56px 0 0 22px;
						background:url(images/footer-opening-hours.gif);
						font-size:11px !important;					
					}
						#whats-happening ul li.footer-opening-hours p{
							color:#fff !important;
						}
					
					#whats-happening ul li a{					
						float:left;
						display:inline;
						color: #443333; 
					}

#footer-address {
	float: left;
	display: inline;
	width: 660px;
	height: 50px;
	font: 12px/50px  Georgia, "Times New Roman", Times, serif;;
	color: #000;
}

#wifi, #urban-leisure { 
	float:right;
	display:inline;
	margin: 5px 0 0 15px;
}



#footer-siteby {
	background-image: url(images/propeller-logo.gif);
	background-repeat: no-repeat;
	bottom: 0;
}

	#footer-address a {
		font: 12px/50px  Georgia, "Times New Roman", Times, serif;;
		color: #000;
	}
	
	#footer-address a:hover {
		color: #fff;
	}
	
	





#shutter {
	background-image: url("../images/rotation/shutter.png");
	background-repeat: no-repeat;
	background-position: -814px 0px;
	height: 390px;
	position: absolute;
	width: 960px;
	z-index: 10;
}

.siteby {
	color:#231F20;
	font-family:Palatino,'Palatino Linotype',Georgia,serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:34px;
	text-decoration:underline;
	float:right;
	display:inline;
	clear:both;
}
