/* @override
	http://192.168.1.100/~cosmo/stylesheets/screen.css
*/

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}

img {
	border: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #1e1314;
	text-align: center;
}

a { color: #ccc3ff; }

h1 {
	font-size: 1.5em;
	color: #2c1414;
	background: url(../images/logo.png) no-repeat left center;
	border-bottom: 1px solid gray;
	padding: 10px 0px 8px 28px;
}

h2 {
	color: beige;
	font-size: 1.2em;
	padding: 10px 0px 8px 15px;
}

h3 {
	color: beige;
	font-size: 1.0em;
	padding: 10px 0px 8px 10px;
}

#header {
	background: black url(../images/header.jpg) no-repeat center;
	background-color: #1e1314;
	height: 182px;
}

/* navigation */
#navbar {
	margin: 0 auto 0 auto;
	width: 810px;
	text-align: left;
	list-style-type: none;
	background: black url(../images/rpi.png) no-repeat right center;
	padding: 5px 0;
}

#navbar li { display: inline; }

#navbar a {
	color: beige;
	text-decoration: none;
	font-size: 14px;
	padding: 0 22px;
}

#navbar a:hover { color: orange; }

a#currentPage { color: orange; }

/* content area */
#content {
	margin: 0 auto 0 auto;
	background-color: #b4171c;
	color: #edecff;
	font-size: 0.9em;
	width: 798px;
	text-align:left;
	padding: 0 6px 15px;
}

/* tables */
table {
	color: #edecff;
	border: 1px solid black;
}

tfoot td {
	background-color: black;
	text-align: right;
	padding: 3px 5px;
	text-transform: uppercase;
	border-bottom: 0;
	font: normal 0.75em Georgia, Verdana, Helvetica, Arial, sans-serif;
}
	
th {
	font: bold 0.8em Georgia, Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background-color: #1a1a1a;
	padding: 5px;
	line-height: 25px;
	color: beige;
}

.notransform { text-transform: none; }

.nobottom { border: 0; }

td {
	padding: 6px 5px;
	border-bottom: 1px solid black;
	font-size: 0.9em;
	line-height: 150%;
}

#directions p {
	text-indent: 10px;
	padding-bottom: 8px;
	line-height: 140%;
	border-bottom: 1px solid gray;
	width: 600px;
	margin-left: 5px;;
}

#directions h2 {
	line-height: 100%;
	text-indent: 10;
}

.contact {
	border-style: solid;
	border-width: 1px;
	width: 15em;
	float: left;
	margin-right: 12px;
}

.contact a, .contact p {
	padding-left: 12px;
}

#thumbnails img {
	margin: 5px;
}