/*
THEME NAME: Fulwood
THEME URI: http://www.fulwoodarms.com
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors
VERSION: 1.0
AUTHOR: <a href="http://www.igoo.co.uk/">ben waldron</a> @ <a href="http://www.igoo.co.uk/">igoo</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  
@import url('sandbox-layouts/2c-l.css');
*/

@import url('css/reset.css');

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('css/layout.css');

@import url('css/weather.css');
@import url('css/search.css');
@import url('css/eventscal.css');
@import url('css/gallery.css');
@import url('css/upcomingevents.css');
@import url('css/wp-table.css');
@import url('css/thickbox.css');


body
{
	background:#000 url('images/bgnew.jpg') no-repeat fixed top center;
	font-size:10px;
	color:#fff;
	font-family:verdana;
	text-align:center;
	overflow-x:hidden;
}

div#curtainoverlay
{
	position:fixed;
	z-index:25;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:url('images/bgcurtains.png') no-repeat top center;
}

#header,
#access
{
	display:none;
}

div#wrapper
{
	width:1000px;
	bbackground:url('images/bg.gif') repeat-x fixed top center;
	min-height:800px;
	margin:0 auto;
	text-align:left;
}


div#wrap1
{
	min-height:800px;
}


.sidebar
{
	display:none;
}

a#logo
{
	position:fixed;
	top:0;
	width:250px;
	height:150px;
	margin:20px 0 0 -480px;
	z-index:102;
	background:url('images/logo.png') no-repeat;
}
a#logo h1,
a#logo h1 a{display:none;}


#menu
{
	position:fixed;
	top:65px;
	z-index:99;
	margin:0 0 0 300px;
	width:450px;
}
#menu ul
{
	
}
#menu ul li
{
	display:inline;
}
#menu ul li a
{
	display:block;
	float:left;
	height:24px;
	background-position:top center;
	background-repeat:no-repeat;
}
#menu ul li a span
{
	display:none;
}
#menu ul li a:hover
{
	background-position:center -22px;
}

#menu ul li.page-item-3 a	{width:80px;background-image:url('images/nav-home.png');}		/* welcome page */
#menu ul li.page-item-4 a	{width:100px;background-image:url('images/nav-drinks.png');}	/* drinks */
#menu ul li.page-item-5 a	{width:70px;background-image:url('images/nav-food.png');}		/* food */
#menu ul li.page-item-6 a	{width:100px;background-image:url('images/nav-gallery.png');}	/* gallery */
#menu ul li.page-item-14 a	{width:100px;background-image:url('images/nav-jukebox.png');}	/* jukebox */
#menu ul li.page-item-8 a	{width:100px;background-image:url('images/nav-contact.png');}	/* contact */
#menu ul li.page-item-9 a	{width:80px;background-image:url('images/nav-news.png');}	/* contact */



#logooo,
#menuuu{display:none;}


#content
{
	padding:160px 0 80px 0;
}

#content p
{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 40px 0;
	background:url('images/orn2.gif') no-repeat bottom center;
	line-height:150%;

	background:none;
	padding:0;
}

#content div.intro p
{
	color:#d7a42d;
	font-size:120%;
	background:none;
	margin:0;
	padding:0;
}



#content a
{
	color:#CB9E2A;
	text-decoration:none;
	border-bottom:1px solid #CB9E2A;
}
#content a:hover
{
	border:none;
}


h2.entry-title
{
	display:block;
	margin:0 0 20px 0;
	font-size:200%;
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
	width:480px;
	text-align:center;
	text-transform:capitalize;
	font-family:georgia, times, "times new roman", serif;
}
h2.entry-title span{display:none;}

div.welcome-to-the-fulwood-arms	h2	{background-image:url('images/bgt-welcome.gif');}
div.gallery	h2						{background-image:url('images/bgt-gallery.gif');}
div.welcome-to-the-fulwood-arms	h2	{}

/*== NEW ==*/
div.drinks h2						{background-image:url('images/bgt-drinksmenu.gif');}
div.food h2							{background-image:url('images/bgt-foodmenu.gif');}
div.contact h2						{background-image:url('images/bgt-contact.gif');}



h2.events {background-image:url('images/bgt-events.gif');margin:30px 0 0 0;}
h2.recentnews {background-image:url('images/bgt-recentnews.gif');}
h2.upcomingeventscal {background-image:url('images/bgt-upcomingeventscal.gif');}


div.entry-content
{
	
}
div.entry-content strong
{
	color:#d7a42d;
	font-size:120%;
	line-height:150%;
}


div.ni
{
	margin:0 0 15px 0;
	height:100px;
}
div.ni h2
{
	display:block;
	margin:0 0 5px 70px;
	font-size:160%;
	font-family:georgia;
}
div.ni h2 a
{
	color:#fff;
	text-decoration:none;color:#d7a42d;
}

span.nidate
{
	float:left;
	display:block;
	width:50px;
	padding:0 0 25px 0;
	text-align:center;
	background:url('images/orn2.gif') no-repeat bottom center;
}
span.nidate b
{
	display:block;
}
span.nidate b.day
{
	font-size:120%;
	text-transform:uppercase;
}
span.nidate b.dat
{
	font-size:180%;
	font-style:italic;
	font-family:georgia;
	margin:3px 0;
	
}
span.nidate b.mon
{
	font-size:120%;
	text-transform:uppercase;
}

span.nicontent
{
	display:block;
	margin:0 0 0 70px;
	line-height:150%;
	color:#eee;
}





div#footer
{
	position:absolute;
	bottom:0;
	text-align:center;
	display:none;
}
div#footer p
{
	color:#666;
}
div#footer p b,
{
	color:#999;
}
div#footer p a
{
	color:#fff;
}

div#foot
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:url('images/bgfoot.png') repeat-x;
	text-align:center;
}







body.pageid-3 #content p
{
	text-align:justify;
}










div#jukebox
{
	position:fixed;
	z-index:100;
	margin:70px 0 0 810px;
}


/*----------------------------
	INTRO PAGE 
----------------------------*/


div#intrologo
{
	position:absolute;
	top:130px;
	left:50%;
	margin:0 0 0 -400px;
}


body.pageid-20
{
	width:100%;
	height:100%;
	background:#000 url('images/bgoverlay.jpg') no-repeat top center;
}


body.pageid-20 div#curtainoverlay
{
	background:none;
}

body.pageid-20 div#wrapper
{
	background:none;
}

body.pageid-20 div#wrap1
{
	background:none;
}




a#amberbadge
{
	float:right;
	display:block;
	width:160px;
	height:120px;
	margin:0 0 0 20px;
	background: url('images/amber.gif') no-repeat top center;
	border:none !important;
}
a#amberbadge:hover
{
	background-position:center -126px;
}
a#amberbadge span
{
	display:none;
}