@CHARSET "UTF-8";
/*
Colours
Background: #F4E8C1
Red: #E73939
Lighter Red: #F2664A
Green: #235842
Lighter Green: #3C9670
Darker Green: #063;
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*vertical-align: baseline;*/
	/*vertical-align: top;*/
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* SITE STYLES */

body {
	background: #F4E8C1 url(../images/bgcircles.gif) top center no-repeat;
	color: #222;
	font-family: Georgia, times, serif;
	font-size: 81%;
	font-weight: bold;
}

a {
	/*color: #3C9670;*/
	color: #063;
	text-decoration: none;
}

a:hover {
	/*color: #F2664A;*/
	color: #E73939;
}

#clr, .clr {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: url(../images/recordbg.gif) 0 0 no-repeat;
}

/* HEADER STYLES */

#header {
	width: 900px;
	height: 210px;
}

#header ul {
	position: absolute;
	top: 140px;
	left: 0;
	color: #E73939;
	font-size: 1.1em;
}

#header li {
	display: inline;
	margin-left: 15px;
	position: relative;
	top: 0;
}

p#address {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 0;
	color: #E73939;
}

img#logo {
	position: absolute;
	top: 40px;
	left: 0;
	border: 0;
	visibility: hidden;
}

img#twitter {
	position: absolute;
	top: 92px;
	left: 310px;
	border: 0;
}

img#facebook {
	position: absolute;
	top: 92px;
	left: 350px;
	border: 0;
}

img#youtube {
	position: absolute;
	top: 92px;
	left: 390px;
	border: 0;
}

#twitterfeed {
	color: #000;
	padding: 5px;
	background-color: #b5d7cb;
	font-size: 0.9em;
	font-weight: normal;
	width: 460px;
	position: absolute;
	top: -45px;
	left: 15px;
	z-index: 100;
	overflow: hidden;
	cursor: move;
	text-transform: uppercase;
}

/* CROSS PAGE STYLES */

#homecontent, #bookingscontent, #diarycontent, #contactcontent, #gallerycontent, #menuscontent {
	width: 900px;
	min-height: 400px;
	padding: 0 0 30px 0;
	position: relative;
}

* html #homecontent,* html #bookingscontent,* html #diarycontent,* html #contactcontent,* html #gallerycontent,* html #menuscontent {
	height: 400px;

}


#homecontent {
	background: url(../images/map3.gif) no-repeat 0 0;
	min-height: 480px;
}

* html #homecontent {
	height: 480px;
}

#menuscontent {
	min-height: 460px;
}

*html #menuscontent {
	height: 460px;
}

#gallerycontent {
	min-height: 390px;
}

*html #gallerycontent {
	height: 390px;
}

#contactcontent {
	background: url(../images/contactbg.gif) no-repeat 50px 50px;
	min-height: 480px;
}

* html #contactcontent {
	height: 480px;
}

#right {
	/*float: right;*/
	width: 500px;
	padding-top: 20px;
}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	/*text-align: right;*/
	width: 480px;
	padding: 5px 10px 3px 3px;
	/*margin: 20px 0 20px 290px;*/
	border-bottom: 2px solid #E73939;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

h3 {
	font-size: 18px;
}

p {
	margin: 5px 0;
}

/* HOME PAGE STYLES */
/*
img#frame {
	position: absolute;
	top: 15px;
	left: 5px;
	border: 0;
}

img#opening {
	border: 0;
	position: absolute;
	left: 270px;
	top: 50px;
}



#sister * {
	display: none;
}

#sister span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 30px;
	width: 190px;
	background:url(../images/sisterpubfade.png) 0 -36px no-repeat;
}
*/

#join {
	overflow: hidden;
	position: relative;
	top: 160px;
	left: 175px;
	width: 215px;
	height: 30px;
	display: block;
	z-index: 5;
	background: url(../images/joinfade.png) 0 0 no-repeat;
}

#join * {
	display: none;
}

#join span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 30px;
	width: 210px;
	background:url(../images/joinfade.png) 0 -36px no-repeat;
}

/*
#hire2 * {
	display: none;
}

#hire2 span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 33px;
	width: 155px;
	background:url(../images/hirefade.png) 0 -37px no-repeat;
}*/

#smalllogo {
	position: absolute;
	left: 15px;
	top: 120px;
}

#opening {
	position: absolute;
	left: 20px;
	top: 155px;
	font-size: 1.1em;
}

img#arrow {
	position: absolute;
	left: 97px;
	top: 190px;
}

#sister {
	position: absolute;
	top: 30px;
	left: 390px;
	/*color: #235842;*/
}

img#arrow2 {
	position: absolute;
	left: 347px;
	top: 22px;
}

img#crown {
	position: absolute;
	left: 390px;
	top: 55px;
}

img#burgers_home {
	border: 0;
	position: absolute;
	top: 285px;
	left: 120px;
	z-index: 5;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

img#happyhour_home {
	border: 0;
	position: absolute;
	top: 255px;
	left: 225px;
	z-index: 4;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}


img#jukebox {
	border: 0;
	position: absolute;
	left: 550px;
	top: 130px;
}

#hire2 {
	position: absolute;
	top: 240px;
	left: 55px;
	/*color: #235842;*/
}

img#dice {
	border: 0;
	position: absolute;
	right: 0;
	top: 210px;
	z-index: 5;
}

#monday {
	position: absolute;
	left: 555px;
	top: 220px;
	/*color: #235842;*/
}

/*
#monday:hover, #hire2:hover, #sister:hover {
	color: #E73939;
}
*/

/*
#monday * {
	display: none;
}

#monday span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 33px;
	width: 285px;
	background:url(../images/mondayfade.png) 0 -39px no-repeat;
} /*

/*
img#whatson {
	border: 0;
	position: absolute;
	left: 390px;
	top: 220px;
}*/

#hometext {
	position: absolute;
	right: 50px;
	top: 130px;
}

#takeaway {
	position: absolute;
	right: 120px;
	top: 240px;
}

#twitterwidget {
	position: absolute;
	left: 20px;
	/*bottom: 110px;*/
	top: -40px;
}

#twitterwidget .twtr-hd, #twitterwidget .twtr-ft {
	display: none;
}

#twitterwidget h3 {
	display: none;
}

#twitterwidget h4 {
	display: inline;
}

h3.whatson {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #E73939;
	width: 450px;
	position: absolute;
	right: 0;
	bottom: 220px;
	color: #E73939;
}

div.scrollable {
	/*position:relative; 
	left: 420px;
	top: 130px;*/
	position:absolute;
	bottom: 60px;
	right: 0;
    overflow:hidden; 
    width: 440px; 
    min-height:150px; 
	padding: 5px;
	background: #FEF8E6;
}

* html div.scrollable {
	height: 150px;
}

div.scrollable div.items {     
    position:absolute;  
    height:20000em;     
}

div.scrollable div.items div {
	margin-top: 10px;
	margin-bottom: 0;
	min-height: 150px;
	width: 440px;
}

* html div.scrollable div.items div {
	height: 150px;
}

span#contenttitle {
	font-size: 1.1em;
	/*color: #E73939;*/
	color: #E73939;
}

span#contentdate {
	color: #F2664A;
}

a#diarylink {
	position: absolute;
	bottom: 45px;
	right: 145px;
}

img.diaryimg {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid #666;
}

img#cmlogo {
	position: absolute;
	bottom: 260px;
	left: 0;
	border: 0;
}

span#credits {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.9em;
	/*color: #EEE;*/
}

/* SIGN UP FORM */

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#000;
	position:absolute;
	width:210px;
	min-height: 50px;
	z-index:100;
	border:2px solid #666;
	text-align:left;
	padding:12px;
	top: 140px; 
	left: 300px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#FFF;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	float: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #666;
	margin:0 0 5px;
	padding:3px;
	width:200px;
}
#signin_menu p {
	margin:0;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}

#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#09F;
	border:1px solid #FFF;
	width: 100px;
	color:#fff;
	padding:4px 10px 5px;
	margin:0 5px 0 0;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	cursor:pointer;
}

label.home {
	text-align: left;
}

div.error {
	color: #09F;
	font-weight: normal;
	float: left;
}

#message p {
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
}

img#close {
	border: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* BOOKINGS PAGE */ 

#bookingsform {
	margin: 20px 0 0 20px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	display: block;
	padding: 2px;
}

input {
	border: 0;
	width: 200px;
	margin: 2px;
}

textarea {
	border: 0;
	width: 200px;
	height: 80px;
	margin: 2px;
}

input.submit {
	background: #063;
	color: #FFF;
	width: 75px;
	position: relative;
	left: 150px;
	margin-top: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

label.error {float: none; color: #F09; }

#bookingsgallery {
	position: absolute;
	right: 0;
	top: 120px;
	width: 335px;
	height: 200px;
}

#bookingsgallery p {
	text-align: center;
}

/* DIARY CONTENT */

img#posters {
	position: absolute;
	top: 10px;
	left: 50px;
}

img#diarydice {
	position: absolute;
	top: 175px;
	left: 35px;
	z-index: 5;
}

#livemusic {
	width: 440px;
	float: left;
}

#tvfilmsport {
	width: 420px;
	float: left;
	margin-left: 40px;
}

p.diarycontent {
	min-height: 110px;
	width: 550px;
	margin-top: 5px;
}

ul.diarylist {
	/*margin-left: 50px;*/
	list-style: none;
}

ul.diarylist li {
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #3C9670;
	background: #FEF8E6;
}

ul.diarylist li div {
	clear: both;
	min-height: 120px;
}

/*
ul.diarylist li a:hover {
	color: #000;
}
*/

ul.filmlist {
	list-style: none;
}

ul.filmlist li {
	margin-top: 5px;
	padding: 3px;
	background: #F09;
}

ul.filmlist li a:hover {
	color: #000;
}

img.diaryimg {
	float: right;
	margin: 3px;
	padding: 2px;
	border: 1px solid #666;
}

/* CONTACT US PAGE STYLES */

p.contact {
	font-size: 1.1em;
	line-height: 18px;
}

/*
img#map {
	position: absolute;
	left: 55px;
	top: 30px;
	border: 0;
	z-index: 5;
}*/

#contact {
	position: absolute;
	left: 530px;
	top: 150px;
}

/* MENU PAGE STYLES */

span#menuname {
	font-size: 16px;
	color: #E73939;
}

ul.menus {
	list-style: none;
}

ul.menus li {
	margin-top: 5px;
}

ul.menus li a {
	color: #E73939;
}

ul.menus li a:hover {
	color: #063;
}


img#burgers {
	border: 0;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 4;
}

img#pizzas {
	border: 0;
	position: absolute;
	top: 220px;
	left: 375px;
	/* z-index: 3;*/
}

img#burgers {
	border: 0;
	position: absolute;
	top: 205px;
	left: 25px;
	z-index: 5;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

img#happyhour {
	border: 0;
	position: absolute;
	top: 175px;
	left: 175px;
	z-index: 4;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

img#sundays {
	border: 0;
	position: absolute;
	top: 90px;
	left: 170px;
	z-index: 5;
}

/* GALLERY PAGE STYLES */

#galleryright {
	/*float: right;*/
	width: 750px; 
	padding-top: 50px;
	position: relative;
}

#photogallery ul li, #bookingsgallery ul li {
	display: inline;
}

img.gallery {
	margin: 5px;
	border: 2px solid #235842;
}
