/*
Theme Name: Bluecrab Bar & Grill
Theme URI: http://bluecrab.ca/
Description: Bluecrab Theme created for Coast Hotels & Resorts
Version: 0.5
Author: Tater Design & Consulting
Author URI: http://taterdesign.com/
Tags: empty, clean, development, design
*/

/* BASICS */
@import url("layouts/sidebar_right.css"); 

#header {
	background: url('images/header.png') no-repeat bottom center;
	height: 515px;
	background-position:top left;
	}

#header_catering {
	background: url('images/header.png') no-repeat bottom center;
	height: 315px;
	background-position:top left;
	}
	
#banner {
	position:relative;
	top:175px;
	}

#banner2 {
	position:relative;
	top:175px;
	left:-125px;
	}
	
#submenu  {
	position:relative;
	top:-325px;
	right:-200px;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#24477e;
	line-height:2;
	overflow:hidden;
	float:right;
	clear:none;
	width:300px;
	
	}
	
#submenu li {
	border-bottom: 1px solid #ffffff;
	width:200px;
	padding:5px; 
	}

#footer {
	background: #071730 url('images/footer.jpg') no-repeat bottom center;
	height: 50px;
	background-position:top left;
	text-align:left;
	font-size:0.790em;
	padding: 20px 0px 0px 20px;
	}


/* -- just some ugly styling to make it easier to get started, can safely be removed */
.textwidget {color:#3769b9;font-size:12px;text-align:right;}
#respond {border:2px solid yellow;}
li.depth-1 {border: 2px solid orange;}
.navigation {border:2px dashed black;}
.post {margin-left:15px;}

/* - BASIC STUFF - */
body {background:#071730;background-image:url(/wp-content/themes/bluecrab/images/bg.gif);background-repeat:no-repeat;font:9pt/11pt Verdana, Geneva, sans-serif;color:#ffffff;margin:0 auto;padding:0 20px;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
#navmenu ul {text-align:left; margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; position:relative; top:165px;}
#navmenu a {text-decoration:none; color: white; }
#navmenu li {display: inline; padding: 0px 9px 5px 9px}
#navmenu a:hover {color: #3399ff; }


