/*  
Theme Name: Low302
Theme URI: http://www.low302.com.au/
Description: Low302 Bar Website
Version: 0.1
Author: The Crew
Author URI: http://www.makebelieve.me/


*/

* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;         /* required */
}
body {
	background: #000;
	background-image: url('http://www.low302.com.au/wordpress/wp-content/themes/low302/images/background-grey.jpg');
	background-position:center;
	background-repeat:no-repeat;
	
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */	
	font-size:12px;
	font-family: Gill Sans, Helvetica, trebuchet ms, arial, verdana, sans-serif;
	color:#FFFFFF;
	font-size: 10px;

}

body a { color:#999;
			text-decoration:none;	
}

div#distance { 
	margin-bottom: -321px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 563px;         /* required - desired height */
	width: 1024px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#navigations {
	float:left;
	list-style: none;
	width:500px;
	padding-top:55px;
	padding-left:30px;
	
}
#navigations a {
	font-size: 17px;
	text-decoration:none;
	text-transform:lowercase;
	font-weight: lighter;
	letter-spacing:0em;	
	
	
}

#navigations li {
	display: inline;
	list-style-type: none;
	padding-right: 37px;
}

#navigations a:hover {
	color:#fff;
}

.current_page_item a {
	color:#fff;
}

.current_page_parent a {
	color:#fff;
}

img.logo {
	float:right;
	margin-bottom:27px;
}

.window {
	position: absolute;
	top:100px;
	width:398px;
	background:#fff;
	z-index:2;
}

.background {
	position:absolute;
	width:100%;
	height:418px;
	background:#000;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity:.6;
	z-index:1;
}

.text {
	position:absolute;
	margin: 15px 30px 0;
	z-index:3;
	font-weight: lighter;
	font-size:14px;
	float:left;
}

.text a {
	color:#CC0066;
}

p + p { margin-top: 10px; }

p {margin-bottom:10px; }
	
.Buzz_padding {
	left: 0px;
}
.Drinks_padding {
	left: 67px;
	width:920px;
	line-height:21px;
}

.Eats_padding {
	left: 140px;
	width:520px;
	line-height:21px;
}
.Snaps_padding {
	left: 205px;
}
.Find_padding {
	left: 205px;
}
.Chat_padding {
	left: 267px;	
}

#menu_name	{float:left; clear:both; }
#menu_desc	{padding-left:30px; float:left; font-style:italic;}
#menu_price	{padding-left:30px;  float:left; text-align:right; }
#left {float:left; padding-bottom:10px; clear:both;}


.footer {
	position: relative;
	top:50px;
	color:#454545;
	font-size:10px;
}

