@charset "utf-8";

/* html tags */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5f401a;
	background-color: #d3bda4;
	background-image: url(../images/common/body-background-2.png);
	background-repeat: repeat-x;
	font-size: 11px;
}

a img, :link img, :visited img {
	border: 0;
}

a {
	text-decoration: none;
	color: #5f401a;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:hover .hover {
	text-decoration: underline;
}

span:hover .hover {
	text-decoration: underline;
}

.nohover:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


ul {
	list-style-type: disc;
	list-style-position: inside;
}


li {
	line-height: 16px;
}


ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ol li {
	font-weight: bold;
}

ol li span {
	line-height: 16px;
	font-weight: normal;
}

input {
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

embed, object {
	outline: none;
}

sup {
	font-size: 0.9em;
	vertical-align: text-top;
}

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

.profile-link {
	text-decoration: underline;
	font-weight: bold;
}

/* Video Player */

#video-overlay-320-240 {
	position: absolute;
	width: 490px;
	height: 444px;
	z-index: 5000;
}

#video-overlay-320-240 .background {
	position: absolute;
	width: 490px;
	height: 444px;
	background-image: url(../images/common/video-player/320-240-overlay-background.png);
}

#video-overlay-320-240 .title {
	position: absolute;
	margin: 9px 0px 0px 17px;
	width: 400px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#video-overlay-320-240 .close {
	position: absolute;
	margin: 9px 0px 0px 429px;
}

#video-overlay-320-240 .close img {
	cursor: pointer;
}

#video-player-swf {
	position: absolute;
	width: 480px;
	height: 406px;
	margin: 31px 0px 0px 3px;
	background-color: #CCC;
	
}

/* font classes */

/* Fixes main site color against colored backgrounds */
.color-alt {
	color: #573a18;
}

.font-lubalin-demi-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.font-lubalin-demi-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.font-lubalin-demi-13 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

.font-lubalin-demi-15 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.font-lubalin-demi-16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.font-lubalin-demi-18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.font-lubalin-demi-20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.font-arial-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}


#blocker {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	opacity: 0.45;
	filter: alpha(opacity = 45);
	z-index: 1001;
	margin: 0px;
}


/* stars */

.star-full-12 {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/common/stars/full-12.png);
	overflow: hidden;
}

.star-half-12 {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/common/stars/half-12.png);
	overflow: hidden;
}


/* Edit forms for baker club members */

span.star {
	overflow: hidden;
	margin: 0px 1px;
}

span.star input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

span.star-container {
	cursor: pointer;
	display: inline-block;
}

span.star-default {
	display: inline-block;
	width:  13px;
	height: 13px;
	background-image: url(../images/common/stars/none-13.png);
	cursor: pointer;
	margin: 0px 1px;
}

span.star-default input {
	display: none;
	margin: 0px;
}

span.star-selected {
	background-image: url(../images/common/stars/full-13.png);
}


.member-form label {
	font-weight: bold;
	line-height: 16px;
	display: block;
	margin: 8px 0px 1px 0px;
}

.member-form em {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

.input-text {
	margin: 0px;
	padding: 2px;
	height: 16px;
	border: solid 1px;
}

.input-select {
	margin: 0px;
	padding: 0px;
	height: 22px;
	border: solid 1px;
}

/* This is for the red submit buttons at the bottom of the form */
.member-form input.image {
	height: 26px;
	border: none;
	padding: 0px;
}

.member-form textarea {
	margin: 0px;
	padding: 2px;
	border: solid 1px;
}



.member-form-message {
	line-height: 16px;
	padding-bottom: 5px;
}

.member-form-message h1 {
	display: block;
	font-size: 14px;
	font-weight:bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.member-form-message p {
	padding: 1px 0px 2px 20px;
}

.member-form .radio-table td {
	vertical-align: middle;
	padding-right: 4px;
}

.dialog-message {
	font-size: 12px;
	font-weight: bold;
}

.success {
	color: #008800;
}

.error {
	color: #dc0f0f;
}



/* base site layout elements */

#rap {
	width: 976px;
	margin: 0px auto;
}
#background-wrap {
	max-width: 1204px;
	margin: 0 auto;
	background: transparent url(../images/common/background-wrap.png) no-repeat center 0;
}

#header {
	width: 976px;
	height: 51px;
	margin-top: 16px;
	background-image: url(../images/header/header-background.png);
}
#header .facebook-link {
	position: absolute;
	display: block;
	top: 0px;
	margin-left: 4px;
	width: 97px;
	height: 32px;
	text-indent: -5000px;
	background: url(../images/header/facebook-callout.png) no-repeat;
	overflow: hidden;
}

#header .tab-promotion {
	position: absolute;
	width: 155px;
	height: 33px;
	margin: 1px 0px 0px 600px;
}

#header .tab-contact-us {
	position: absolute;
	width: 96px;
	height: 33px;
	margin-left: 659px;
}

#header .tab-member {
	position: absolute;
	width:  133px;
	height: 33px;
	margin-left: 755px;
	overflow: hidden;
	font-weight: bold;
}

#header .tab-member .text {
	position: absolute;
	width:  120px;
	margin-top: 12px;
	margin-left: 10px;
	color: #614422;
}

#header .tab-login {
	position: absolute;
	width: 64px;
	height: 33px;
	margin-left: 889px;
	cursor: pointer;
}

#main {
	width: 976px;
	background-image: url(../images/common/main-background.png);
}

#site-logo {
	width: 145px;
	height: 116px;
	z-index: 1000;
	position: absolute;
	margin: -33px 0px 0px -10px;
}

#main-nav {
	height: 42px;
	width:  928px;
	background-color: #a57232;
	margin-left: 20px;
	overflow: hidden;
}

#main-nav-left-edge {
	width:  8px;
	height: 42px;
	float:  left;
	background-image: url(../images/main-nav/edge-left.png);
	overflow: hidden;
}
#main-nav-menu {
	width: 659px;
	height: 42px;
	float: left;
	background-color: #5f3e16;
	background-image: url(../images/main-nav/menu-background.png);
	overflow: hidden;
}

#main-nav-right-edge {
	width:  8px;
	height: 42px;
	float:  left;
	background-image: url(../images/main-nav/edge-right.png);
	overflow: hidden;
}

.nav-menu-selected-item {
	float: right;
	height: 42px;
}

.nav-menu-item {
	float: right;
	height: 42px;
}

.nav-menu-seperator {
	width: 2px;
	height: 42px;
	background-image: url(../images/main-nav/seperator.png);
	float: right;
	overflow: hidden;
}

#main-nav-search {
	width:  253px;
	height: 42px;
	float: left;
	background-image: url(../images/main-nav/search-box.png);
	overflow: hidden;
}

#nav-search-text-input {
	position: absolute;
	margin-top:  13px;
	margin-left: 22px;
	width: 202px;
	background: none;
	border: none;
	font-size: 11px;
	color: #5f401a;
}

#nav-search-submit {
	position: absolute;
	width:  24px;
	height: 24px;
	margin-top: 9px;
	margin-left: 228px;
	border: 0px;
	background:	none;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

#main-subnav {
	height: 26px;
	width:  928px;
	background-image: url(../images/subnav/subnav-background.png);
	background-repeat: repeat-x;
	margin-left: 20px;
}

#main-subnav-items {
	position: absolute;
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.main-subnav-item {
	height: 21px;
	float: left;
	margin-left: 10px;
}

.main-subnav-left-edge {
	width: 4px;
	height: 21px;
	float: left;
}

.main-subnav-right-edge {
	width: 4px;
	height: 21px;
	float: left;
}

.main-subnav-middle {
	height: 21px;
	float: left;
}

.main-subnav-text {
	padding: 4px 2px 0px 2px;
}

.main-subnav-selected-item {
	height: 21px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}

.main-subnav-item a {
	text-decoration: none;
	color: #785325;
}

.main-subnav-item a:hover {
	text-decoration: underline;
}

.main-subnav-selected-item .main-subnav-left-edge {
	background-image: url(../images/subnav/highlight-left-edge.png);
}

.main-subnav-selected-item .main-subnav-right-edge {
	background-image: url(../images/subnav/highlight-right-edge.png);
}

.main-subnav-selected-item .main-subnav-middle {
	background-image: url(../images/subnav/highlight-background.png);
}

.main-subnav-selected-item a {
	text-decoration: none;
	color: #FFFFFF;
}

.main-subnav-selected-item a:hover {
	text-decoration: none;
}



#main-top {
	margin-top: 3px;
	margin-left: 20px;
}

#main-middle {
	width: 938px;
	margin: 10px 0px 0px 20px;
	padding-bottom: 18px;
}

#main-sidebar {
	width: 248px;
	float:left;
}

#main-content {
	width: 670px;
	min-height: 152px;
	float: left;
	margin-left: 11px;
}

#main-bottom-frame {
	width:  976px;
	height: 10px;
	background-image: url(../images/common/main-bottom-border.png);
	overflow: hidden;
}

#footer {
	width:  946px;
	min-height: 22px;
	margin: 6px 0px 0px 18px;
	font-size: 11px;
}

#footer-links {
	float: left;
}

#footer-copyright {
	float: right;
}


/*-----------------------------------------------------------*/
/*                    Inline Dialog Boxes                    */
/*-----------------------------------------------------------*/

.dialog {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1100;
}

.dialog input {
	display: block;
}

.dialog label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	white-space: nowrap;
}

.dialog label em {
	font-weight: normal;
}

.dialog .error-label {
	white-space: nowrap;
	color: #ec0e14;
}

.dialog .error-label a {
	color: #ec0e14;
	text-decoration: underline;
}

.dialog .button-close {
	position: absolute;
	width: 40px;
	height: 9px;
	background-image: url(../images/dialogs/button-close.png);
	cursor: pointer;
	overflow: hidden;
}

/* Login Dialog Box */

#dialog-login {
	width: 462px;
	height: 160px;
	font-size: 12px;
	overflow: hidden;
}

#dialog-login .header {
	margin-top: 28px;
}

#dialog-login .background {
	position: absolute;
	margin: 0px;
	width: 462px;
	height: 160px;
	background-image: url(../images/dialogs/login/background.png);
	overflow: hidden;
}


#dialog-login .button-close {
	margin: 10px 0px 0px 406px;
}

#dialog-login div {
	position: absolute;
	z-index: 1102;
	margin-left: 40px;
}

#dialog-login div div {
	margin: 0px;
}


#dialog-login input.tf-login {
	border: solid 1px #aed4d7;
	height: 18px;
}

#dialog-login .error-container {
	margin-top: 45px;
}

#dialog-login .username-container {
	margin-top: 64px;
}

#dialog-login .password-container {
	margin-top: 64px;
	margin-left: 200px;
}

#dialog-login .help-text {
	margin-top: 108px;
	line-height: 15px;
}

#dialog-login .submit {
	position: absolute;
	width: 70px;
	height: 25px;
	background-image: url('../images/common/buttons-red/log-in.png');
	margin-top: 77px;
	margin-left: 350px;
	cursor: pointer;
}

/*
#dialog-login input.tf-register {
	border: solid 1px #b6cc8d;
	height: 18px;
}
*/

/* Report Content Dialog Box */

#dialog-report-content {
	width: 520px;
	height: 196px;
	font-size: 12px;
	overflow: hidden;
}

#dialog-report-content .background {
	position: absolute;
	margin: 0px;
	width: 520px;
	height: 196px;
	background-image: url(../images/dialogs/report-content/background.png);
	overflow: hidden;
}

#dialog-report-content .button-close {
	margin: 10px 0px 0px 466px;
}

#dialog-report-content .header {
	margin-top: 28px;
}

#dialog-report-content .help-text {
	margin-top: 60px;
	width: 440px;
	line-height: 15px;
}

#dialog-report-content .error-container {
	margin-top: 98px;
}

#dialog-report-content .dropdown-container {
	margin-top: 115px;
}


#dialog-report-content .submit {
	margin-top: 150px;
	width: 109px;
	height: 26px;
	cursor: pointer;
	background-image: url(../images/common/buttons-red/send-report.png);
}


#dialog-report-content div {
	position: absolute;
	z-index: 1102;
	margin-left: 40px;
}

#dialog-report-content div div {
	margin: 0px;
}


/* Announce Enchancements Dialog */

#dialog-announce-update {
	width: 595px;
	height: 427px;
	font-size: 12px;
	overflow: hidden;
}

#dialog-announce-update .background {
	position: absolute;
	margin: 0px;
	width: 595px;
	height: 427px;
	background-image: url(../images/dialogs/announce-update/background.png);
	overflow: hidden;
}

#dialog-announce-update .button-close {
	margin: 28px 0px 0px 574px;
	width: 13px;
	height: 13px;
	background-image: url(../images/dialogs/announce-update/button-close.png);
}

#dialog-announce-update .note {
	margin-top: 396px;
	font-size: 11px;
}

#dialog-announce-update .checkbox {
	position: absolute;
	margin-left: 86px;
	width: 17px;
	height: 18px;
	background-image: url(../images/dialogs/announce-update/checkbox.png);
	overflow: hidden;
}

#dialog-announce-update .check-item {
	position: absolute;
	margin-left: 108px;
	font-size: 15px;
}


#dialog-announce-update .inner {
	position: absolute;
	z-index: 1102;
	margin-left: 86px;
}


#dialog-photo-viewer {
	position: absolute;
	margin: 0px auto;
	
}

.facebook-like {
	width: 90px;
	background-color: transparent;
}

