/* ---------------------------------------------

	GLOBAL.CSS

-----------------------------------------------*/

@import url(/assets/global/styles/reset.css);

a#christmas {
	display: none;
}

html, body {
	height: 100%;
}

body {
	font: 62.5% arial, verdana, sans-serif;
	color: #606060;
	text-shadow: 1px 0 0 #FFF;
	background: #eaeaea url(/assets/belgo/images/template/page_back.jpg) top center;
}
		
a { 
	text-decoration:none;
	color:#b09863; 
	font-weight:bold;
} 

a:hover { 
	color:#705e37;
	text-decoration:none;
} 

p {
	line-height:1.8em;
}

p.intro {
	font-size:1.25em;
	line-height:1.5em;
	font-style:italic;
	font-weight:bold;
}

p.small {
	font-size:0.9em;
	line-height:1.5em;
}

p.error {
	font-weight:bold;
	color:red;
}

.hide {
	display:none;
}


/* ---------------------------------------------

	TOP LEVEL FORM STYLES

-----------------------------------------------*/

input, textarea {
	color:#979797;
	border:1px solid #979797;
	padding:5px;
	font-style:italic;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
}

button {
	display:block;
	background:#979797;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding: 5px 8px;
}

button:hover {
	background:#333;
}


/* ---------------------------------------------

	PAGE TITLES

-----------------------------------------------*/


h1 a
{
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-178px;
	display:block;
	text-indent: -5000px;
	width:356px;
	height:107px;
	background:url(/assets/belgo/images/template/logo.png);
	z-index:20;
}


h2 {
	width:410px;
	height:29px;
	margin:15px 0 17px 0;
	text-indent:-5000px;
}

#sidebar h3 {
	width: 275px;
	height: 20px;
	text-indent: -5000px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

/* ---------------------------------------------

	CONTENT AREAS

-----------------------------------------------*/

#pipe_left {
	position:absolute;
	top:0;
	left:0;
	width:217px;
	height:194px;
	background:url(/assets/belgo/images/template/pipe_left.png);
	z-index:50;
}

#pipe_right {
	position:absolute;
	top:0;
	right:0;
	width:160px;
	height:160px;
	background:url(/assets/belgo/images/template/pipe_right.png);
	z-index:40;
}

#header_wrap{
	width:100%;
	height:321px;
	background:url(/assets/belgo/images/template/header_back.jpg) center top;
	text-align:left;
}

#header {
	position:relative;
	width:100%;
	height:321px;
	z-index:10;
}

#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	font-size:1.2em;
}

#flash_header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:292px;
	z-index:10;
	overflow:hidden;
}

#content {
	width:450px;
	float:left;
	padding-right:30px;
	margin-bottom:20px;
}

#sidebar {
	width:290px;
	float:left;
	padding-left:30px;
	margin-bottom:20px;
}

#footerwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

.footer, .push {
	height: 42px;
}


/* ---------------------------------------------

	SIDEBAR

-----------------------------------------------*/

/* -------- Sidebar signup form ----------*/

#signup {
	width: 220px;
	height: 145px;
	padding: 25px 15px;
	border: 5px solid #fff;
	background: url(/assets/belgo/images/template/signup_bg.gif);
	
	box-shadow: 2px 4px 0px #c6c6c6;
}

#signup p {
	color: #fff;
	text-shadow: 1px 1px 1px #635b04;
}

#signup button {
	background: #ffe04d;
	color: #803800;
}

#signup button:hover {
	background: #fff;
	color: #803800;
}

#signup h3 {
	text-indent: -5000px;
}

#sidebar p {
	margin:0 0 5px 0;
	line-height:1.5em;
}


#sidebar form.signup input {
	width:200px;
	margin-bottom:5px;
}

#sidebar form.signup input.send {
	cursor:pointer;
}

#sidebar form.signup label {
	display:none;
}

/* -------- Book online ----------*/

a.book_online {
	display: block;
	text-indent: -5000px;
	width: 273px;
	height: 129px;
	margin-top: 15px;
	background: url(/assets/belgo/images/template/book_online.jpg) 0 0 no-repeat;
}

a.book_online:hover {
	background: url(/assets/belgo/images/template/book_online.jpg) 0 100% no-repeat;
	cursor: pointer;
}

/* -------- Twitter panel ----------*/

#twitter {
	display: block;
	width: 240px;
	padding: 10px 15px;
	margin: 20px 0 0 10px;
	background-color: #d1d1d1;
	background-color:rgba(0,0,0,0.1);
	border-radius: 3px;
	overflow: hidden;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#twitter div {
	position: relative;
	width: 240px;
	padding: 10px 0;
	overflow: visible !important;
}

.ie7 #twitter div,
.ie6 #twitter div {
	overflow: hidden !important;
}

#twitter p.tweet,
#twitter .loading {
	display: none;
	width: 220px;
	text-overflow: ellipsis;
	background-color: #fff;
	padding: 10px;
	box-shadow: 1px 1px 0px 1px #bebebe;
	
	-webkit-box-shadow: 1px 1px 0px 1px #bebebe;
	-moz-box-shadow: 1px 1px 0px 1px #bebebe;

}

#twitter p.tweet {
	position: absolute;
}

#twitter .loading {
	display: block;
	position: relative;
	height: 54px;
	background: #FFF url(/assets/belgo/images/template/loading.gif) 50% 50% no-repeat;
	text-indent: -5000px;
}

a.twitter_name {
	font-size: 24px;
	color: #777;
}

a.twitter_name:hover {
	color: #a80000;
}

span.white_tail {
	position: absolute;
	bottom: -30px;
	left: 70px;
	display: block;
	width: 20px;
	height: 30px;
	background: url(/assets/belgo/images/template/white_tail.png);
}

.ie6 span.white_tail,
.ie7 span.white_tail {
	display: none;
}

a.twitter_link {
	display: block;
	text-indent: -5000px;
	width: 235px;
	height: 130px;
	background: url(/assets/belgo/images/template/twitter_link.png) 0 0 no-repeat;
}

a.twitter_link:hover {
	background: url(/assets/belgo/images/template/twitter_link.png) 0 100% no-repeat;
	cursor: pointer;
}

/* --------  Style the 'Go' button and select dropdown box  ----------*/


#sidebar select {
	float:left;
	padding:4px;
	font-size:1.2em;
	width:200px;
	color:#979797;
	font-style:italic;
	font-size:1.2em;
}

#sidebar input.send {
	float:right;
	width:28px;
	height:18px;
	background:url(/assets/belgo/images/template/button_go.gif);
	margin:5px 46px 0 0;
	display:inline;
	border:0;
	cursor:pointer;
}

/* --------  Specials  ----------*/

h3.specials {
	width:275px;
	height:20px;
	background:url(/assets/belgo/images/titles/side_specials.gif);
	text-indent:-5000px;
	margin:20px 0 15px 0;
}

div#specials {
	width:271px;
	height:183px;
	background:url(/assets/belgo/images/template/specials_back_home.gif);
	padding:5px;
}




/* ---------------------------------------------

	FOOTER

-----------------------------------------------*/

.footer {
	background:url(/assets/belgo/images/template/footer_back.jpg) center top;
	color:#FFF;
	text-shadow: none;
	font-size:1.1em;
	padding-top:5px;
	height:36px;
}

.footer ul {
	position:relative;
	margin:0 auto;
	width:750px;
	padding-left:0px;
	overflow:auto;
}

.footer li {
	float:left;
	padding:0 10px;
	margin-top:6px;
	color:#f5f5f5;
	border-left:1px solid #CCC;
	border-right:1px solid #666;
}

.footer .facebook{
	border:none;
	background:none;
}

.footer .facebook a{
	display:block;
	width:87px;
	height:17px;
	background:url(/assets/belgo/images/template/footer_facebook.gif) top no-repeat;
	text-indent:-5000px;
}

.footer .facebook a:hover{
	background:url(/assets/belgo/images/template/footer_facebook.gif) bottom no-repeat;
}

.footer li.first {
	border-left:none;
}

.footer li.last {
	border-right:none;
	border-left:none;
	margin-top:0;
}

.footer li.top {
	border-right:none;
}

.footer li a {
	color:#f5f5f5;
	font-size:11px;
	font-weight:normal;
}

.footer li a:hover {
	text-decoration:underline;
}

.footer a.engage {
	display:block;
	width:119px;
	height:32px;
	background:url(/assets/belgo/images/template/footer_logo.gif);
	text-indent:-5000px;
}



