/*------------------------------------------------------
Black Bean Soup Cook-Off styles (screen)
------------------------------------------------------*/

body, table, div, p, img, button {
	margin: 0;
	padding: 0;
	border: 0;
}

body, table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #663333 url("../images/bg_body.gif") fixed repeat-x top;
	overflow: -moz-scrollbars-vertical !important; /* Firefox - keep scrollbar enabled */
}

a {
	color: #a14646;
}

ul, ol, p {
	line-height: 1.5em;
}

ul.error li {
	color: #ff0000;
}

li {
	margin-bottom: 7px;
	color: #333333;
}

img, a img {
	vertical-align: baseline;
}

p {
	margin-bottom: 10px;
	text-indent: 15px;
	color: #333333;
}

p.no-indent {
	text-indent: 0;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}

button.submit {
	background: transparent;
	cursor: pointer;
}

.center {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------------------
Main container
------------------------------------------------------*/
#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#masthead {
	position: relative;
}

#header {
	width: 760px;
	height: 160px;
	background: url("../images/header.gif") no-repeat;
}

#header img {
	display: none; /* Hide for screen, show for print */
}

/*------------------------------------------------------
Menu
------------------------------------------------------*/
#menu {
	/*height: 25px;*/
	height: 35px;
	padding-top: 10px;
	background: url("../images/bg_menu.gif") no-repeat;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*margin-left: 10px;*/
	margin-left: 50px;
}

#menu li {
	display: inline;
	float: left;
	margin: 0 5px;
}

#menu a, #menu a:hover {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #333333;
	background: #cc9999 url("../images/tab-left-hover.gif") no-repeat top left;
	padding: 10px 0;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}

#menu a span, #menu a:hover span {
	background: url("../images/tab-right-hover.gif") no-repeat top right;
	padding: 10px 0;
	padding-right: 10px;
}

#menu a:hover {
	color: #ffffff;
	background: #CC9999 url("../images/tab-left-hover.gif") no-repeat top left;
}

#menu a:hover span {
	background: url("../images/tab-right-hover.gif") no-repeat top right;
}

#menu a.selected, #menu a.selected:hover {
	color: #000000;
	background: #ffffff url("../images/tab-left.gif") no-repeat top left;
}

#menu a.selected span, #menu a.selected:hover span {
	background: url("../images/tab-right.gif") no-repeat top right;
}

/*------------------------------------------------------
Content container
------------------------------------------------------*/
#content {
	position: relative;
	text-align: left;
	padding: 0 10px;
	padding-bottom: 30px;
	background: #ffffff;
	zoom: 1; /* trigger "hasLayout" for IE */
}

/*------------------------------------------------------
Right sidebar column
------------------------------------------------------*/
#sidebar {
	width: 250px;
	margin: 0 0 10px 20px;
	float: right;
	text-align: center;
}

.sponsor_title {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin-bottom: 5px;
}

.sponsor_category {
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	padding: 3px 0;
	color: #a14646;
	text-decoration: underline;
}

.sponsor {
	font-size: 11px;
	margin: 5px 10px;
	padding: 0;
	text-align: left;
	list-style: none;
}

.sponsor a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 3px 0;
}

.sponsor a:hover {
	background: #eeeeee;
	color: #333333;
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
	position: relative;
	background: #663333 url("../images/footer_bg.gif") no-repeat;
	height: 250px;
	font-size: 9pt;
	text-align: left;	
	margin-bottom: 20px;
}

#footer ul {
	line-height: 1.2em;
}

#footer li {
	color: #663333;
}

#footer a {
	color: #663333;
}

.the_bean {
	position: absolute;
	right: 40px;
	bottom: 90px;
	z-index: 3;
}

.black_beans {
	position: absolute;
	right: -50px;
	bottom: 0;
	z-index: 2;
}

/*------------------------------------------------------
Header styles
------------------------------------------------------*/
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 25pt;
	font-weight: bold;
	padding: 15px 0 5px 0;
	color: #a14646;
	margin: 0;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding: 10px 0 5px 0;
}

h3, caption {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 10px 0 5px 0;
}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}

h1 img, h2 img, h3 img {
	vertical-align: middle;
}

caption {
	text-align: left;
}

/*------------------------------------------------------
Little Miss Bean Queen
------------------------------------------------------*/
#bubble {
	position: absolute;
	top: -60px;
	right: 3px;
	z-index: 1;
	background: url("../images/bean-queen.gif") no-repeat;
	cursor: pointer;
	display: block;
	width: 182px;
	height: 146px;
}

#bubble:hover {
	background: url("../images/bean-queen-over.gif") no-repeat;
}

#bubble span {
	display: none;
}

/*------------------------------------------------------
Blank container
------------------------------------------------------*/
.whitecontainer {
	text-align: left;
	margin-bottom: 10px;
}

/*------------------------------------------------------
Rounded grey container
------------------------------------------------------*/
.roundcontainer {
	background: #dfdfdf;
	width: 100%;
	text-align: left;
}

.roundcontainer p {
	margin: 0 10px;
}

.roundtop { 
	width: 100%;
	background: url("../images/tr.gif") no-repeat top right; 
}

.roundbottom {
	width: 100%;
	background: url("../images/br.gif") no-repeat top right; 
}

.roundtop span, .roundbottom span {
	display: block;
	width: 15px;
	height: 15px;
}

.roundtop span {
	background: url("../images/tl.gif") no-repeat top left; 
}

.roundbottom span {
	background: url("../images/bl.gif") no-repeat top left; 
}

/*------------------------------------------------------
Tables
------------------------------------------------------*/
table.border {
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

table.border th, table.border td {
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

table.border th {
	border-bottom: 3px solid #aaaaaa;
}

table.form td strong {
	color: #993333;
	font-weight: bold;
}

.required {
	color: #ff0000;
}

/*------------------------------------------------------
Neat Fractions
------------------------------------------------------*/
.fraction {
	white-space: nowrap;
}

.fraction .n, .fraction .d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.fraction .n { vertical-align: 0.7ex; }
.fraction .d { vertical-align: -0.3ex; }

/*------------------------------------------------------
Custom jQuery
------------------------------------------------------*/
.ui-datepicker-trigger {
	margin-left: 5px;
}

.ui-neat-align p {
	font-size: 10pt; margin-bottom: 0.75em; text-align: left; text-indent: 0;
}
.ui-neat-align p span.label {
	display: inline; margin: 0; text-align: right; vertical-align: middle; float: left; width: 10em; padding-right: 1em; font-weight: normal; color: #663333;
}
.ui-neat-align p span.label-error {
	font-weight: normal; color: #cd0a0a;
}
.ui-neat-align p input, .ui-neat-align p textarea, .ui-neat-align p select, .ui-neat-align p button, .ui-neat-align p img, .ui-neat-align p a {
	display: inline; vertical-align: middle;
}
.ui-neat-align p button {
	font-size: 8pt;
}
.ui-neat-align p span.text {
	display: block; margin-left: 11em; text-align: left;
}
.ui-neat-align p button span.text {
	display: block; margin-left: 0; text-align: left;
}
* html .ui-neat-align p span.text {
	display: inline-block; margin-left: 0; /* IE6 - needs this */
}

fieldset {
	border: 0;
}

legend {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
	margin: 0;
	padding: 10px 0;
}

label.error {
	margin-left: 0.3em; color: red; font-size: 8pt;
}
