@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/page_bak.gif) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 url(../images/header_bak.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
	height: 190px;
	position: relative;
	clear: both;
}
#header h1 {
	margin: 0 0 25px 20px;
	font: italic normal 3em/1 Georgia, "Times New Roman", Times, serif;
}
#mainContent {
	margin: 20px;
	background: url(../images/mainContent_bak.png);
	font-size: 0.75em;
	line-height: 1.5;
	clear: both;
}
#mainContent form{
	margin: 0;
}
#footer {
	padding: 1em 20px;
	border-top: 1px solid #666;
}
#footer a:link, #footer a:visited {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#control, #categories, #nav {
	list-style: none;
	margin: 0;
	width: 100%;
	float: left;
	padding-top: 2px;
}
#control {
	padding-top: 5px;
	float: right;
	width: 150px;
	font-size: 0.75em;
}
#tag, #all {
	margin-right: 20px;
	color: #333;
}
#color {
	margin-right: 20px;
	color: #333;
}
#control li {
	float: left;
	padding: 0em .75em;
}
#categories {
	/*margin: 0 0 10px 0;*/
}
#categories li {
	float: left;
	height: 230px;
	margin: 10px 0 0 10px;
	width: 230px;
	background: #06C;
	position: relative;
	background-color: #000000;
}
#categories li h2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#categories li h2 a {
	color: #FFF;
	text-decoration: none;
}
#nav {
	clear: both;
	margin-top: -10px;
	height: 50px;
}
#nav ul{
	list-style: none;
	margin: 0 0 0 20px;
}
#nav li {
	float: left;
	
	border-bottom: 1px solid #999;
}
#nav li h2 a:link, #nav li h2 a:visited{
	color: #CCC;
	display: block;
	font: normal .75em Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 .5em;
}
#nav li h2 a:hover {
	color: #FFF;
	border-bottom: 2px solid #FC3;
}

#header h2#subtitle {
	line-height: 1.1;
	margin: -10px 0px 20px 20px;
}
#header span {
	background: url(../images/header.jpg) no-repeat;
	height: 190px;
	width: 550px;
	position: absolute;
	left: -1px;
	top: 0px;
}
.clear {clear: both;}

.curved-corners {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari and chrome */
	-khtml-border-radius:10px; /* Linux browsers */
	border-radius:10px;
}

#control a:link, #control a:visited, #artist {
	color: #FFF;
	text-decoration: none;
}

#control a:hover {
	color: #CCC;
	text-decoration: none;
}
#control h3, #control label {
	color:#FFF;
	display: block;
	margin-top: 10px;
}
#control input {
	padding: 3px;
	border: 1px solid #999;
}
#control input, #control select {
	background: #DDD;
}
#control #specials {
	margin-top: 5px;
}
.floatleft { float: left; }
.floatright { float: right; }
#info {
	float: right;
	text-align:right;
	width:200px;
	font-weight: normal;
}

#info h3 {
	margin: 0 0 3px;
	font-weight: normal;
	font-size: .94em;
}

#temp{
	font: bold large Georgia, "Times New Roman", Times, serif;
	color: #FF6;
	letter-spacing: 1px;
	padding-top: 10px;
	text-align: center;
}
