@charset "UTF-8";
/* CSS Document */


/* LAYOUT */

body {
    background-color: #fff;
    background-image: url(images/background.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 800px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border-width: 0 2px;
	border-color: #F37D21;
	border-style: solid;
	background-color: #fff;
}


/* NAVIGATION BAR */

.nav {
	background-color: #F37D21;
	margin: 0;
	padding: 6px;
}

.nav ul, .nav2 ul {
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
}

.nav ul li, .nav2 ul li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.nav a {
	text-decoration: none;
	color: #265e30;
	background-color: #FDEB00;
	margin: 0 5px;
	border: solid #265e30 1px;
	padding: 3px 7px 2px 7px;
	font-size: 14px;
	font-weight: bold;
}
.nav2 {
	background-color: #FDEB00;
	margin: 0;
	padding: 6px;
}
.nav2 a {
	text-decoration: none;
	color: #265e30;
	background-color: #FDEB00;
	margin: 0 5px;
	border: 0;
	padding: 3px 7px 2px 7px;
	font-size: 12px;
	font-weight: bold;
}


/* HEADERS */

h1 {
	color: #214498;
	font-weight: bold;
	font-variant: small-caps;
	margin: 18px 0 2px 0;
}
h2 {
	color: #214498;
	font-weight: bold;
	font-size: 24px;
}
h3 {
	color: #265e30;
	font-weight: bold;
	font-size: 20px;
}
h4 {
	color: #265e30;
	font-weight: bold;
	font-size: 18px;
}
h5 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
h6 {
	color: #265e30;
	font-weight: bold;
	font-size: 14px;
}


/* PAGE SPECIFIC STYLES */

p {
	margin: 0 0 12px 0;
	padding: 0;
}

#contact a {
	text-decoration: none;
	color: #F37D21;
	font-size: 16px;
	font-weight: bold;
}

#index, #contact, #menu, #mission {
	margin: 0;
	padding: 12px 0;
}

#mission {
	width: 400px;
	margin: 0 auto;
}
#mission p {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

#menu table {
	width: 80%;
	margin: 0 auto 8px auto;
	border: 0;
}
#menu table td {
	vertical-align: top;
	font-size: 14px;
	padding: 4px 0;
}
#menu .detail-text {
	font-size: 11px;
}
#menu_coffee, #menu_bburritos, #menu_wraps, #menu_tacos {
	width: 50%;
	float: left;
}
#menu .green-logo-font {
	color: #265e30;
	font-weight: bold;
	font-size: 14px;
}
#menu .menu_time {
	text-align: center;
	font-style: italic;
}
#menu .menu_detail {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin: 32px;
	color: #265e30;
}
#menu .col1of3 {
	width: 50%;
}
#menu .col2of3 .col3of3 {
	width: 25%;
}
#menu .col1of2 {
	width: 80%;
}
#menu .col2of2 {
	width: 20%;
}
#menu .col2of5, #menu .col3of5, #menu .col5of5 {
	width: 16%;
}
#menu .col1of5, #menu .col4of5 {
	width: 26%;
}