/**
 * Sydney Cove Oyster Bar Master CSS
 *
 * Copyright 2006 digital Wranglers
 * You know the deal: feel free to take a look around,
 * but please don't steal our stuff.
 *
 * @category    SCOB
 * @package     SCOB
 * @author      Piers Warmers <piers@wranglers.com.au>
 * @copyright   2006 digital Wranglers, Inc. All Rights Reserved.
 */



/**
 * Body and generic typography, main structural elements
============================================= */

* 				{ padding:0; margin:0; font-family:helvetica,verdana,Arial,"MS Trebuchet",sans-serif; font-size:11px; color:#666; }
body			{ text-align:center; background:url("../images/body_bg.jpg") repeat-x #fff; }
#container		{ height:800px; width:779px; margin:20px auto; text-align:left; background:url("../images/side_left.jpg") no-repeat #fff; }
#inner			{ height:800px; background:url("../images/side_right.jpg") 100% 0 no-repeat; }


/**
 * Logo and Weather
============================================= */

#header			{ height:100px; position:relative; }
#header	h1		{ font-size:20px; }
#header	h1 span	{  }
#weather		{ display:none; }


/**
 * Navigation menu
============================================= */

#nav-area		{ display:none; float:left; width:0px; }
#nav-area ul	{ list-style:none; margin-top:15px; }
#nav 			{ margin-left:85px; }
#nav li			{ margin-bottom:15px; }
#nav ul li		{ margin-left:15px; }
#nav a			{ color:#211D70; text-transform:uppercase; text-decoration:none; }
#nav a:hover	{ color:#000; text-decoration:underline; }
#nav ul a		{ color:#666; text-transform:lowercase; }
#nav ul .here a	{ color:#211D70; }


/**
 * Content area
============================================= */

#content		{ position:relative; left:-19px; width:705px; float:right; }
#banner			{ display:none; }


/**
 * General content
============================================= */

#content h1		{ margin:0 30px 25px 0; letter-spacing:3px; font-size:12px; font-weight:normal; text-transform:uppercase; line-height:17px; }
#content h2		{ margin:0 30px 0px 0; font-size:11px; font-weight:bold; line-height:25px; color:#666; }
p				{ margin:0 30px 25px 0; line-height:25px; }
#menu-wrapper .left p { margin-bottom:20px; padding-bottom:15px; border-bottom:1px solid #E5E5E5; }
#content a:hover{ color:#666; }
#content .left	{ margin-right:179px; }
#content .right	{ float:right; width:178px; }
#content .right	img	{ margin-bottom:3px; }
#content .right p	{ margin:0 0 25px 0; line-height:15px; }
#content ul		{ margin:0 30px 25px 0; list-style:none; }
#content li		{ line-height:25px; padding-left:15px; background:url("../images/bullet.gif") 0 8px no-repeat; }


/**
 * General content
============================================= */

#footer			{ clear:both; margin-top:44px; padding-top:25px; padding-bottom:30px; border-top:1px solid #E5E5E5; }
#footer	a		{ color:#999; text-decoration:none; }
#footer	a:hover	{ color:#666; text-decoration:underline; }


/**
 * Forms
============================================= */

form			{ line-height: 18px; color:#666; }
label			{ font-weight:bold; color:#999; }
input[type=text]			{ border:1px solid #E5E5E5; padding:15px; width: 350px; color:#666; }
textarea.type1	{ height:100px; }
#send			{ border:1px solid #999; margin-top:5px;padding:5px; font-weight:bold; color:#666; cursor:pointer; }


/**
 * Some misc. pieces
============================================= */

a img			{ border: none; }

#header	h1, #header	h1 span		{ font-size:20px; }




