/*----------------------------------------------
	GLOBAL.CSS
	Author:		Engage Interactive
	Requires:	reset.css
	Colours:	#000000
				#FFFFFF
-----------------------------------------------*/

@import url(reset.css);

#webby {
	display:none;
	position:absolute;
	right:0;
	top:0;
	width:176px;
	height:176px;
	margin:0;
	z-index:10;
}

#webby a {
	display:block;
	width:176px;
	height:176px;
	background:url(/assets/giraffe/images/template/webby.gif);
	text-indent:-5000px;
}

#webby_question {
	display:none;
}

#cboxLoadedContent #webby_question {
	display:block;
	width:300px;
}

#webby_question img {
	margin-bottom:10px;
}

#webby_question p {
	padding:0 10px 10px;
	margin-bottom:0;
	text-align:left;
}

#webby_question a {
	display:block;
	background-image:url(/assets/giraffe/images/template/webby_question_buttons.gif);
	text-indent:-5000px;
}

#yes_vote {
	width:175px;
	height:36px;
	margin-top:5px;
}

#yes_vote:hover {
	background-position:0 100%;
}

#no_vote {
	float:right;
	width:115px;
	height:24px;
	margin-top:10px;
	background-position:-175px 0;
}

#no_vote:hover {
	background-position:-175px -24px;
}

.no_close #cboxLoadedContent {
	margin-bottom:0!important;	
}

.no_close #cboxClose {
	display:none !important;
}


/*-------------------------------
	GENERIC STYLES
-------------------------------*/

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	position: relative;
	height: 100%;
	background: #e2ddcf url(/assets/giraffe/images/template/background.jpg) center top repeat-x;
	font: 62.5% Helvetica, Arial, sans-serif;
	color:#3d1c05;
	text-align: center;
}


/*---------------------
	PARAGRAPH
*/

p {
	font-size:13px;
	margin-bottom: 14px;
	line-height:16px;
}
p.intro {
	margin-bottom:18px;
	font-size:18px;
	line-height:22px;
	font-style:italic;
}
.column_wrapper p.intro {
	padding-right:18px;
}

p.note {
	padding:10px;
	background:#FFF;
	
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.column_wrapper p.note {
	margin-right:18px;
}


/*---------------------
	LINKS
*/

a {
	color:#e00076;
	text-decoration: none;
}
.content a {
	font-weight:bold;
}
.content a:hover { 
	background:#e00076;
	color:#FFF;
	padding:0 2px;
	margin:0 -2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}


/*---------------------
	BUTTONS
*/

a.button {
	display:inline-block;
	padding:4px 10px;
	margin:0 0 14px 0;
	background:#634a44 url(/assets/giraffe/images/template/button_arrow.gif) left center no-repeat;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
a.button span {
	font-weight:bold;
}
a.button:hover {
	padding:4px 10px;
	margin:0 0 14px 0;
	background:#e00076 url(/assets/giraffe/images/template/button_arrow.gif) left center no-repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.cufon-active a.button {
	padding:2px 6px 2px 10px;
	font-size:20px;
	line-height:0;
}
.cufon-active a.button:hover {
	padding:2px 6px 2px 10px;
}


/*---------------------
	IMAGES
*/

img {
	margin-bottom:5px;
}

img.floatright {
	margin-left:20px;
}
img.floatleft {
	margin-right:20px;
}

.image {
	border:solid 3px #543933;
	padding:3px;
	margin-bottom:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:#F0ECE6;
}


/*---------------------
	LISTS
*/

ul.simple_list {
	padding:10px 10px 0;
	margin-bottom:14px;
	background:#e6e2d8;
	font-size:1.3em;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

ul.simple_list li {
	padding:1px 0 10px 30px;
	background:url(/assets/giraffe/images/template/bullet.gif) left top no-repeat;
}

ul.simple_list li.wifi {
	background:url(/assets/giraffe/images/template/bullet_wifi.gif) left top no-repeat;
}

ul.simple_list li strong {
	display:block;
	padding-bottom:4px;
}

ul.split {
	overflow:hidden;
}
ul.split li {
	width:40%;
	float:left;
}

ul.simple_list li ul {
	background:none;
	border:none;
	padding:8px 0 0 0;
	margin:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-size:12px;
}

ul.simple_list li ul li {
	padding:0 0 0 8px;
	margin:0 0 4px 8px;
	background:none;
	border-left:solid 1px #5D1C04;
}


/*-------------------------------
	HEADINGS
-------------------------------*/

h1 a {
	display: block;
	position:absolute;
	left:11px;
	top:49px;
	width: 146px;
	height: 78px;
	text-indent: -5000px;
	background: url(/assets/giraffe/images/template/logo.gif) no-repeat;
}


/*---------------------
	H2 - CUFON
---------------------*/

h2 {
	clear:both;
	margin-bottom:5px;
}

h2.setCufon {
	position:relative;
	height:47px;
	padding:14px 16px 0 16px;
	margin-right:5px;
	color:#FFF;
	font-size: 2.6em;
	font-weight:bold;
	text-transform:uppercase;
	background-position:right top;
	background-repeat:no-repeat;
}

.small_column h2 {
	margin-right:0;
}

.cufon-active h2.setCufon {
	height:53px;
	padding:8px 16px 0 16px;
	font-size: 4.8em;
	line-height:0;
}

h2.setCufon em {
	color:#000;
	font-weight:bold;
	font-style:normal;
}
h2.setCufon span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:8px;
	height:61px;
	background-position:left bottom;
}


/*---------------------
	COLOURS
*/

h2.blue,
h2.blue span {
	background-image:url(/assets/giraffe/images/headings/blue.gif);
	background-color:#1594cf;
}
h2.purple,
h2.purple span {
	background-image:url(/assets/giraffe/images/headings/purple.gif);
	background-color:#9200b9;
}
h2.green,
h2.green span {
	background-image:url(/assets/giraffe/images/headings/green.gif);
	background-color:#5a9f3a;
}
h2.pink,
h2.pink span {
	background-image:url(/assets/giraffe/images/headings/pink.gif);
	background-color:#d71451;
}
h2.orange,
h2.orange span {
	background-image:url(/assets/giraffe/images/headings/orange.gif);
	background-color:#ff8400;
}


h3 {
	font-size:20px;
	color:#543a33;
	margin-bottom:10px;
}
.cufon-active h3 {
	font-size: 32px;
	line-height:32px;
	text-transform:uppercase;
}

h4 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:10px;
}

h5 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:10px;
}


/*---------------------
	RANDOMS
*/

.hr {
	display:block;
	height:6px;
	margin-bottom:14px;
	background:url(/assets/giraffe/images/template/dotted_line.gif) left top repeat-x;
	clear:left;
}


/*-------------------------------
	PRIMARY CONTENT AREAS
-------------------------------*/

#header {
	position: relative;
	width: 960px;
	height:154px;
	margin: auto;
	z-index:20;
}

#wrapper {
	position:relative;
	width: 838px;
	padding:0 32px 0 90px;
	margin: 0 auto;
	text-align: left;
	background:url(/assets/giraffe/images/template/giraffe.gif) 6px 3px no-repeat;
	z-index:10;
}

#footer {
	position: relative;
	width: 833px;
	height:40px;
	clear:both;
}


/*-------------------------------
	SECONDARY CONTENT AREAS
-------------------------------*/

/*---------------------
	COLUMNS
---------------------*/

div.column_wrapper {
	overflow:hidden;
	padding-right:0;
}
.column,
.small_column,
.big_column {
	float:left;
	margin:0 5px 5px 0;
}

.two_columns .column {
	width:414px;
}


/*---------------------
	GENERIC ARTICLE
*/

.small_column {
	width:215px;
}

.big_column {
	width:618px;
	margin-right:0;
}

.big_column .two_columns .column {
	width:304px;
}
.big_column .three_columns .column {
	width:201px;
}


/*---------------------
	CONTENT AREA
*/

.content {
	padding:16px 18px 6px;
	margin-bottom:5px;
	background:url(/assets/giraffe/images/template/white.png);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
}
div.big_column div.content {
	margin-right:5px;
}
div.big_column div.column div.content {
	margin-right:0;
}

div.big_column div.content div.column {
	width:272px;
	padding-right:20px;
	margin-bottom:0;
}


/*---------------------
	RANDOMBAR
	A place for randomness
*/

#randombar {
	position:relative;
	width:819px;
	height:34px;
	padding:0 5px 0 0;
	margin:0 0 5px 14px;
}

#randombar img {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}

#randombar img.new {
	z-index:20;
}

#randombar a#random_reload {
	display:block;
	position:absolute;
	right:5px;
	top:0;
	width:34px;
	height:34px;
	background:url(/assets/giraffe/images/giraffefacts/reload.gif) 0 0 no-repeat;
	text-indent:-5000px;
	z-index:15;
}

#randombar a#random_reload:hover {
	background-position:0 100%;
}

/*-------------------------------
	NAVIGATION
-------------------------------*/

#navigation {
	position:absolute;
	left:258px;
	top:39px;
	display: block;
	width: 535px;
	height: 93px;
	background: url(/assets/giraffe/images/template/navigation.gif) left top no-repeat;
}

#navigation li {
	display: block;
	float: left;
}

#navigation li a {
	display: block;
	height:93px;
	text-indent:-9999px;
}

#navigation li a:hover,
#navigation li a.on {
	background-image: url(/assets/giraffe/images/template/navigation.gif);
}

#navigation li.home a {
	width:109px;
	background-position:-0px -93px;
}

#navigation li.menus a {
	width:126px;
	background-position:-109px -93px;
}

#navigation li.restaurants a {
	width:205px;
	background-position:-235px -93px;
}

#navigation li.shop a {
	width:95px;
	height:59px;
	margin-top:33px;
	background-position:-440px -126px;
}


/*---------------------
	OTHER STUFF
*/

#other_stuff {
	position:absolute;
	right:0;
	top:70px;
	width:164px;
	height:65px;
	overflow:hidden;
	z-index:500;
}

#other_stuff a.top {
	display:block;
	width:164px;
	height:65px;
	text-indent:-5000px;
	background:url(/assets/giraffe/images/template/other_stuff.png) 0 3px;
	z-index:510;
}
#other_stuff a.top:hover,
.hover #other_stuff_slider a.top,
.on #other_stuff_slider a.top {
	background-position:0 -62px;
}

#other_stuff span.top {
	position:relative;
	display:none;
	width:164px;
	height:10px;
	background:url(/assets/giraffe/images/template/other_stuff.png) 0 -133px;
	z-index:520;
}
#header div.hover span.top,
#header div.on span.top {
	display:block;
}

#other_stuff_slider {
	position:absolute;
	left:0;
	bottom:0;
	width:164px;
}

#other_stuff_slider ul {
	padding:12px 0;
	background:url(/assets/giraffe/images/template/other_stuff.png) 100% 100% repeat-y;
}
#other_stuff_slider ul li {
	margin-bottom:2px;
}
#other_stuff_slider ul li a {
	display:inline-block;
	padding:4px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#other_stuff_slider ul li a:hover,
#other_stuff_slider ul li a.on {
	padding-bottom:2px;
	border-bottom:solid 2px #FCFF00;
	color:#FCFF00;
	text-decoration:none;
}

.cufon-active #other_stuff_slider ul li a {
	font-size:22px;
	padding:0 2px 2px;
	font-weight:normal;
}
.cufon-active #other_stuff_slider ul li a:hover,
.cufon-active #other_stuff_slider ul li a.on {
	padding:0;
}


/*---------------------
	FOOTER
*/

#footer ul {
	position:absolute;
	right:124px;
	bottom:10px;
	padding:0 10px;
	background:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:1.1em;
}
#footer ul li {
	display:inline;
	padding-right:5px;
	margin-right:1px;
	background:url(/assets/giraffe/images/template/footer_nav.gif) right center no-repeat
}
#footer ul li.last {
	margin:0;
	padding:0;
	background:none;
}

#footer ul li a {
	display:inline-block;
	padding:3px;
	color:#5b2101;
	font-weight:bold;
}

#footer ul li a.twitter {
	padding-left:20px;
	background:url(/assets/giraffe/images/template/icon_twitter.gif) center left no-repeat;
}

#footer ul li a.facebook {
	padding-left:20px;
	background:url(/assets/giraffe/images/template/icon_facebook.gif) center left no-repeat;
}



/*---------------------
	ENGAGE LINK
*/

#engage {
	display:block;
	position:absolute;
	right:0;
	bottom:8px;
	width:110px;
	height:23px;
	background:url(/assets/giraffe/images/template/engage.gif);
	text-indent:-5000px;
}

/*---------------------
	WEBRING
*/

.webring {
	display:block;
	text-indent:-5000px;
}


/*-------------------------------
	DECORATION
-------------------------------*/

#leaves,
#face {
	position: relative;
	width:100%;
	min-height:100%;
	background: url(/assets/giraffe/images/template/leaves.gif) left top no-repeat;
}
#face {
	background: url(/assets/giraffe/images/template/face.gif) 100% 120px no-repeat;
}


/*-------------------------------
	POPUP
-------------------------------*/

#popup {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:3000;
	text-align:left;
}

#popup span.background {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:3010;
}

#popup_wrapper {
	position:absolute;
	left:50%;
	top:50%;
	width:595px;
	height:395px;
	padding:5px 0 0 5px;
	margin:-200px 0 0 -300px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#E2DDCF;
	overflow:hidden;
	z-index:3020;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
}

#popup_content {
	height:302px;
	margin-right:5px;
	overflow:auto;
	background:#FFFAEF
}

a#close_popup {
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	width:77px;
	height:30px;
	background:url(/assets/giraffe/images/template/close.png);
	text-indent:-5000px;
	z-index:3030;
}