/* GENERAL */

html, body {
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	background-color: #777777;
	text-align: center;
	height: 100%;
}

body {
	border-top: 17px solid #777777;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 1.7em;
	height: 100.5%;
}

#container {
	background-color: #ffffff;
	border-bottom: 5px solid #de5c00;
	border-top: 5px solid #de5c00;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	width: 780px;
}

#page {
	background-color: #FFFFFF;
	padding: 0px 25px 8px 25px;
}

/* for bike kitchen logo */
h1 {
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 19px 0px;
	padding: 0;
}

/* for header at top of every page */
h2 {
	font-size: 115%;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	margin: 0px 0px 19px 0px;
	padding: 0;
	line-height: 1.7em;
}

/* for the "hours" text in header */
h3 {
	font-size: 115%;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 19px 0px;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: 0px;
}

/* content 1st header */
h4 {
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
	margin: 20px 0px 0px 0px;
	padding: 0;
	line-height: 1.2em;
}

/* content 2nd header */
h5 {
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	margin: 20px 0px 0px 0px;
	padding: 0;
	line-height: 1.2em;
}

a {
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #ffffff;
	background: #de5c00;
	text-decoration: none;
}

img {
	border-width: 0px;
}

img.slice {
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: -5px;
}

img.right {
	margin-left: 15px;
	margin-bottom: 15px;
}

object {
	border-width: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}

iframe {
	border-width: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
}

table {
	margin-top: 15px;
	width: 180px;
	line-height: 1.2em;	
}

table tr {
	margin: 0;
	padding: 0;
}

table td {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

/* HEADER */

#header {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
	padding-top: 18px;
	height: 165px;
}

#header-logo {
	float: left;
	width: 200px;
	height: 182px;
}

#header-logo img {
	border-width: 0px;
	padding: 0px;
}

#header-logo a:hover {
	background: #ffffff;
	text-decoration: none;
}

#header-tagline {
	text-align: center;
	height: 30px;
	padding-top: 15px;
}

#header-hours {
	text-align: center;
	height: 30px;
	padding-top: 32px;
}

#header-wtf-hours {
	font-size: 90%;
}

#header-nav {
	font-size: 120%;
	height: 20px;
	padding-top: 38px;
}

#header-nav ul {
	text-align: center;
	margin: 0px;
	padding-bottom: 7px;
	list-style-type: none;
}

#header-nav li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#header-nav li.active {
	color: #ffffff;
	background: #4c4c4c;
	border-style: solid;
	border-color: #4c4c4c;
	border-width: 1px;
	padding: 3px 6px;
}

#header-nav li a {
	text-decoration:none;
	padding: 3px 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	color: black;
}

#header-nav li a:hover {
	border-color: #de5c00;
	background: #de5c00;
	color: #ffffff;
}


/* BODY */

#content {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

#home-news {
	padding-bottom: 10px;
}

#home-about {
	border-top: 1px dashed #cccccc;
	clear: both;
}


/* TEMPLATE BOTTOM */

#sitenotes {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	display: block;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 1.0em;
	padding: 10px 0px 40px 0px;
	text-transform: uppercase;
	clear: both;
}

#sitenotes a {
	color: #3c3c3c;
}

#sitenotes a:hover {
	color: #b9b9b9;
	background: #3c3c3c;
	text-decoration: none;
}
