html {
	min-width: 800px;	
}
body { 
	color: #000000;
	background-color: #5e331a;
	font-family: Georgia, Times, serif;
	margin: 0;
	text-align: center;
}
h2 {
	margin-top: 25px;
	padding: 5px;
	font-size: 140%;
	color: orange;
}
#content h2 {
	width: 250px;
	border-top: 1px solid orange;
	text-align: right;
}
#sidebar h2 {
	font-size: 0.9em;
	border-top: 1px dotted orange;
}
#sidebar a.img_link {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
#sidebar a.img_link img { 
	border: none;
}
#content p {
	margin-bottom: 35px;
}
h3 {
	color: orange;
}
#main {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background-color: #333;
	color: #ddd;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#header {
	background: #af5a00;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 1000;
}
#header a.logo {
	display: block;
	float: left;
	margin: 0;
	background: transparent url(/static/img/logo.jpg) no-repeat scroll center top;
	height: 200px;
	width: 300px;
}

#header #contact  {
	float: right;
	margin: 30px 20px 0 0;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	width: 300px;
	border-color: #ddd;
	border-style: double;
	padding: 5px;
}
#header #contact span  {
	position: absolute;
	width: 300px;
	right: 50px;
	top: -175px;
	border-color: #ddd;
	border-style: double;
	padding: 5px;
}
#header #contact a {
	color: #ddd;
}
#pic {
	clear: left;
	margin: 0 auto;
	display: block;
	width: 800px;
	height: 200px;
	border-bottom: 2px solid #ddd;
}
#content, #sidebar {
	padding: 5px 25px 25px 25px;
	margin-top: 15px;
}
a:link, a:visited {
	color: orange;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#content {
	width: 425px;
}
#sidebar {
	clear: both;
	float: right;
	width: 225px;
	border-left: 1px dashed orange;
}
#footer {
	clear: both;
	background-color: #000;
	color: #ddd;
	padding: 20px 0;
	text-align: center;
	border-top: 2px solid #ddd;
}
html>body div#main {
	min-height: 800px;
}

/* you are here - navigation */
body#home #nav-home a,
body#menu #nav-menu a,
body#bar #nav-bar a,
body#contact #nav-contact a, 
body#friends #nav-friends a, 
body#gallery #nav-gallery a,
body#about #nav-about a {
	background: transparent;
	color: orange;
}
body#home #pic {
	background: transparent url(/static/img/wall.jpg) no-repeat scroll;
}
body#menu #pic {
	background: transparent url(/static/img/dip.jpg) no-repeat scroll;
}
body#bar #pic {
	background: transparent url(/static/img/beer.jpg) no-repeat scroll;
}
body#contact #pic {
	background: transparent url(/static/img/bramborak.jpg) no-repeat scroll;
}
body#about #pic {
	background: transparent url(/static/img/iron.jpg) no-repeat scroll;
}
body#jobs #pic {
	background: transparent url(/static/img/kvz.jpg) no-repeat scroll;
}
body#press #pic {
	background: transparent url(/static/img/bramborak.jpg) no-repeat scroll;
}
body#friends #pic {
	background: transparent url(/static/img/wall.jpg) no-repeat scroll;
}
body#gallery #pic {
	display: none;
}
body#thanks #pic {
	background: transparent url(/static/img/kvz.jpg) no-repeat scroll;
}
body#mailing #pic {
	background: transparent url(/static/img/iron.jpg) no-repeat scroll;
}
dt {
	font-weight: bold; 
}
dd {
   	margin-bottom: 10px;
}
form {
	margin-bottom: 10px;
}
p.errors {
	color: red;
	font-weight: bold;
}
ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
	color: yellow;
	display: block;
	font-weight: bold;
    margin: 0;
    padding: 0;
}
th, td {
	padding: 5px;
}
td.price {
	text-align: right;
}
form th {
	vertical-align: top;
}
#menucontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menucontainer li {
	margin: 0 0 2px 0;
}
#menucontainer a {
	display: block;
	background-color: #222;
	color: orange;
	width: 205px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
#menucontainer a:hover {
	background-color: #000;
	padding-left: 5px;
	border-left: 5px solid orange;
}
fieldset {
	width: 425px;
	border: 1px solid orange;
}
fieldset legend {
	color: orange;
	font-size: larger;
	padding: 10px;
}
body#page_not_found  #pic {
	display: none;
}
span.us {
	font-weight: bold;
}
h3.cat_heading {
	display: inline;
	margin-right: 25px;
}
table.bar_list {
	width: 425px;
}
table.bar_list th, td {
	vertical-align: top;
}
table.bar_list th {
	width: 200px;
}
table.bar_list td {
	width: 100px;
}
fieldset {
	padding: 0 0 25px 25px;
}
form label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
input[type="text"], input[type="password"] {
	width: 200px;
}
body#jobs form textarea,
body#mailing form textarea {
	width: 500px;
	height: 400px;
}
#navcontainer {
	clear: both;
	font-weight: bold;
}
#navcontainer ul
{
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #000;
	float: left;
	width: 100%;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	text-align: center;
}

#navcontainer ul li { 
	display: inline; 
	margin: 0;
	padding: 0;
}

#navcontainer ul li a
{
	padding: 5px 1em;
	height: 20px;
	text-align: center;
	width: 100px;
	background-color: #000;
	color: #ddd;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ddd;
}

#navcontainer ul li a:hover
{
	background-color: orange;
	color: #000;
}
a.phone_no {
	text-decoration: none;
}
body#thanks h2 {
	width: 100%;	
}
.radio label {
	display: inline;
}
#press cite {
	margin-left: 25px;
}
ul.outside {
	padding: 0 0 0 25px;
	list-style-position: outside;
}
h3.press_date {
	font-size: 75%;
}
em.press_title {
	font-weight: bold;
}
#friends #content {
	width: 500px;
}
#friends #content p {
	margin-left: 20px;
	margin-bottom: 10px;
}
#footer img {
	border: none;
	margin: 0;
	vertical-align: text-bottom;
}
#pics {
	padding: 50px 15px 0 15px;
	text-align: center;
}
#content .box {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #444;
	padding: 10px;
	margin: 15px 0;
	width: 400px;
}
#content .box h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .box p {
	margin-bottom: 5px;
}
