/*** Josh's style sheet ***/

/* ########## BODY ########## */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #336633;
	margin: 10px;
}

#josh_root {
	background-color: white;
	border: thick solid #339933;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#josh_head {
	padding: 0px 20px 0px 20px;
	height: 100px;
	background: #666600 url('/images/road_bkgnd.jpg') no-repeat top right;
	text-align: right;
	font-family: Georgia, serif;
	color: white;
	line-height: 100px;
}

#josh_head h1 {
	font-size: 2.5em;
}

#josh_body {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}

#josh_page_menu {
	text-align: center;
	margin-bottom: 10px;
}

#josh_link_back {
	text-align: center;
	font-size: larger;
}

#josh_footer {
	margin-top: 10px;
}

#josh_copyright {
	margin-top: 10px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
}

.josh_links_line {
	text-align: center;
}

.nobr {
	white-space: nowrap;
}

/* ########## LINKS ########### */

a {
	color: #009900;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/* ########## LIST ########## */

ul {
	padding-left: 20px;
	margin-top: 12px;
}

li {
	margin-bottom: 12px;
}

ul.tight {
	margin-top: 6px;
}

ul.tight li {
	margin-bottom: 6px;
}

/* ########## FORMS ########## */

form {
	margin: 0px;
}

/* special case to keep ie's original fieldset */
form>fieldset {
	border: 1px #CCCCCC solid;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ########## IMAGES ########## */

img {
	border-width: 0px;
	vertical-align: middle;
	text-decoration: none;
}

img.spaced {
	margin: 10px;
}

img.divider {
	display: block;
	margin: 20px auto 20px auto;
}

/* ########## MISC ########## */

h1, h2 {
	margin: 0px;
	/* font-size: 1em;
	font-weight: normal; */
}

table.ingredients {
	margin: 6px 0px 6px 0px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}

table.ingredients th, table.ingredients td {
	border-left: 1px dotted black;
	border-top: 1px dotted black;
	padding: 3px;
}

table.schedule {
	margin-bottom: 12px;
}

table.schedule th {
	vertical-align: top;
	text-align: center;
	padding: 4px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}

table.schedule th.time {
	white-space: nowrap;
}

table.schedule td {
	vertical-align: middle;
	text-align: center;
	padding: 4px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}