/*
Theme Name: Bunk
Version: 1.0
Author: Media Drink
Author URI: http://mediadrink.com/
*/
* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
	text-decoration: none;
	list-style: none;
}
html {
  overflow: scroll;
}
body {
	padding:60px 0;
	background: url(http://bunkbar.com/images/background.gif);
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	letter-spacing: normal;
	line-height:2em;
}
div {
	position: relative;
}
#container {
	width:700px;
	margin:auto;
	left:-5px;
}

#header {
	width:700px;
	background:#212121;
}
.navigation.site {
  text-align: right;
	height: 26px;
	padding-right:10px;
	padding-left: 170px;
	border-bottom: 1px solid #343030;
	background-color: #000;
	position:absolute;
  top:-26px;
  width:auto;
}
.navigation.site li {
  padding: 5px 10px;
  float: left;
}
.navigation.site li a {
  color: #fff;
  font-size: 1.1em;
}
.navigation.site li, .navigation.site li a {
}
h1 {
	background: #fff url(http://bunkbar.com/images/logo3.gif) no-repeat;
	width:146px;
  height:80px;
	text-indent: -9999px;
	float:left;
	border:solid 5px #212121;
	display: block;
	position: absolute;
	left: 0;
  top:-26px;
	z-index:1;
}

#header h2 {
	color:white;
	text-align:right;
	font-size:18px;
	padding-right:10px;
  clear:right;
  padding-top: 15px;
  white-space: nowrap;
}

h3 {
	color:black;
	font-size:16px;
	font-family:Arial Black, Arial;
}
h2 {
}
#content h2 {
 	font-family:Arial Black, Arial;
 	border-bottom:1px solid #FFFFFF;
 	font-size: 18px;
 	margin: 15px 0 0 0;
 	line-height: 1.2em;
}

#nav {
	width:150px;
	float:right;
}

#nav li {
	background:white;
	margin-bottom:4px;
}

#nav li a {
	color:#212121;
	padding:4px 3px 3px 10px;
	font-weight:bold;
	font-size: 16px;
	display: block;
	height:30px;
}

#nav li a:hover {
	background:#e1dfdf;
	}
	
#content {
		background:#212121;
		padding:5px;
		float: left;
		width:100%;
}

#leftContent {
	background: white;
	width:435px;
	float:left;
	color:#212121;
	padding:40px 50px;
}
#leftmenuContent {
	background: white;
	width:455px;
	float:left;
	color:#212121;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 50px;
}


.category-drinks{
	width:200px;
	float:left;
	padding-left: 0px;
}

.category-sides{
	float: right;
	width: 233px;
}

.category-lunch{
	width: 453px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}



#footer {
	width:680px;
	color:#606060;
	text-align: left;
	padding-left: 10px;
}

div#leftmenuContent p {
	line-height:120%;
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom:10px;
}
div#leftContent h3 {
	margin-top:1em;
}

a.darklinks:link {
	color: #CCFFCC;
}
a.darklinks:visited {
	color: #CCCCCC;
	
}
a.darklinks:hover {
	color: #FF9900;
}
a.darklinks:active {color: #CCFFCC; }


.menuh1 {
	margin-left:20px;
	margin-bottom:5px;
}

.image {
	padding-top:8px;
	padding-bottom:8px;
}

.clear {
	clear:both;
}
.active, li.current_page_item a {
background:#e1dfdf;
}
.email_signup {
  float: right;
  clear: right;
  width: 130px;
  background-color: #fff;
  padding: 5px 10px 10px 10px;
}
.email_signup h5 {
  color:#212121;
  font-size:16px;
  font-weight:bold;
}
.email_signup input {
  padding: 2px 5px;
  background-color: #e1dfdf;
  width: 120px;
}
.email_signup input[type=submit] {
  padding: 2px 5px;
  background-color: #f9f9f5;
  border: 1px solid #e1dfdf;
  width: 130px;
  margin-top: 10px;
  white-space: nowrap;
}