
/* Styles common to the MIX html editor and the website are entered here */

@import url(main_editor_styles.css);

/* Styles for the public site are entered here */

#body {
	margin:0;
	padding:0;
	background:top center no-repeat;
	background-attachment:fixed;
}

html, body { height: 100%; }
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -48px; width:777px; background:top center no-repeat url(../images/main-bgnd.gif);  }
.push { height: 48px; }

.hidden{ display:none; }

a { color:#B5865F; text-decoration:underline; }
a:hover { color:#c71b20; }

#signature { font-size:11px; font-family:Helvetica,Arial,Sans-serif; position:fixed; right:10px; bottom:10px; color:#FFFFFF; }
#image_wrapper{height:100%; width:100%; position:fixed; top:0; left:0; overflow:hidden; z-index:-1;}

#header, #main, #footer { width:777px; margin:0 auto; }
#top { position:absolute; width:100%; height:33px; background:top center repeat-x url(../images/top-bgnd.png); }

/* header */

#header { width:777px; height:200px; padding-top:42px; background:top center no-repeat url(../images/header-bgnd.png); }
#header img.logo { margin:7px 0 0 245px; }
#header a.cafe { float:right; width:36px; height:73px; margin-right:8px; display:block; }
#header a.slsc { clear:right; float:right; width:36px; height:72px; margin-right:8px; display:block; }
#header ul, #header li { margin:0; padding:0; list-style:none; }
#header ul { padding:24px 0 0 128px; }
#header li { float:left; display:inline; }
#header li a { width:87px; height:32px; display:block; background:top left no-repeat; }
#header li a span { display:none; }
#header li.food { padding:0 13px 0 8px; }
#header li.about { padding:0 3px 0 12px; }
#header li.home a { width:77px; background-image:url(../images/nav-home.gif); }
#header li.food a { background-image:url(../images/nav-food.gif); }
#header li.gallery a { width:120px; background-image:url(../images/nav-gallery.gif); }
#header li.about a { width:88px; background-image:url(../images/nav-about.gif); }
#header li.contact a { background-image:url(../images/nav-contact.gif); }

/* main */

#main .content { width:690px; margin:0 auto; }
#main .left { float:left; width:356px; padding:8px 38px 12px 38px; background-color:#ffffff; }
#main .right { float:right; width:230px; padding:20px 14px; text-align:center; background-color:#b5865f; }
#main .left .crumb { padding-bottom:10px; font-size:10px; color:#6e85b7; text-transform:uppercase; }
#main .left .crumb a { color:#d50b13; text-decoration:none; }

/* footer */

#footer .content { position:relative; width:690px; margin:0 auto; height:38px; padding-top:10px; font-size:10px; text-align:center; color:#c00d13; text-transform:uppercase; background-color:#fac9cc; }
#footer a { color:#c00d13; text-decoration:none; }
#footer img.horse { position:absolute; left:-108px; bottom:0; }
#footer p { margin:0 12px 0 0; display:inline-block; vertical-align:top; padding-top:5px; }
#footer .fb_iframe_widget span { width:235px !important }


/* Some handy common styles */

.html a { color:#B5865F; text-decoration:underline; }
.html a:hover { color:#c71b20; }

.html img[align=right] {
	clear:right;
	margin:0 0 2px 10px;
}
.html img[align=left] {
	clear:left;
	margin:0 10px 2px 0;
}

.clear { clear:both; }

/* Gallery */
.mix_gallery_item {float:left}
.mix_gallery_item img { border:none; padding:2px; }

#gallery_popup { padding:0; margin:0; background-color:#000000; color:#999999; font-size:12px }
#gallery_popup .gallery_caption, #gallery_popup .gallery_footer { width:152px; margin:14px 14px 14px 0 }
#gallery_popup .gallery_caption { position:absolute; top:0; right:0 }
#gallery_popup .gallery_caption h1 { color:#FFFFFF; font-weight:normal; font-size:16px; margin-top:0 }
#gallery_popup .gallery_footer { position:absolute; bottom:0; right:0; border-top:1px #666666 dotted }
#gallery_popup .gallery_footer h2 { color:#FFFFFF; font-weight:normal; font-size:1em; line-height:1.1em; margin:1em 0 0 0 }
#gallery_popup .gallery_browser { margin-top:1em }
#gallery_popup .gallery_browser img { margin-right:1px }
#gallery_popup #mix_ip_image { border-right:solid 1px #FFFFFF }

/*.fieldset {padding: 0 0 20px 0;}
label {display: inline-block;vertical-align: top;width: 200px;margin: 0 0 20px 0;}
input, select, textarea {display: inline-block;vertical-align: top;margin: 2px;}
div.checkbox{margin: 10px 0 20px 80px; }
div.radio {margin: 10px 0 20px 200px;}	
.radio input {margin-top: 3px;width: 20px;}
.radio label {margin: -3px;width: 100px;}
div.checkboxOption {float: none;display: inline-block;width: 200px;}
div.checkboxOption input {width: 20px;display: inline-block;vertical-align: top;margin-top:4px;}
div.checkboxOption label {display: inline-block;vertical-align: top;margin: -2px 0 0 0;width: 160px;}*/

/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }
.form_standard div {margin-bottom: 5px;}
.form_standard p.legend {color: black; font-weight: normal; padding: 0;margin: 0px;font-size: 12px;}

	/* Radio button groups */
	.form_standard fieldset fieldset { clear: left; }
	.form_standard fieldset.radio {  } /* margin: 1em 0 0 -1em; */
	.form_standard fieldset.radio input { position: static; clear: both; float: left; }
	.form_standard fieldset.radio label { position: relative; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal; }
	.form_standard fieldset.radio span { position: relative; }
	.form_standard fieldset.radio span span { position: normal; top: 0; }
	.form_standard input.radio {width: 20px; float: left; clear: left;}
	.form_standard .radio label {width: auto;clear: none;}


	/* Labels */
	.form_standard fieldset legend {color: black; font-weight: normal; padding: 0;margin: 0px;}
	.form_standard fieldset legend.bold { font-weight: bold; }
	.form_standard label { clear: both; float: left; display: block; width: 9em; font-weight:bold; line-height: 20px; }
	.form_standard label.no_input { position: relative; left: 5em; display: block; margin:0; padding:3px 0 3px 0; font-weight:normal; width: 18em;}
	.form_standard span.email_address {line-height: 20px;}

	/* Normal inputs */
	.form_standard input { position: relative; display: block;/*width: 250px;*/}
	.form_standard textarea { position: relative;  display: block; width:200px;height:100px;}
	.form_standard span.text { position: relative; display: block; width: 250px; }
	.form_standard input.submit { clear: both; margin-left: 9em;width: auto;}
	.form_standard input.submit.nopad {margin-left: 0px;}
	.form_standard input.left { left: 1em; }
	.form_standard select { position: relative; display: block; }

	/* Smarty Date inputs - used in additional fields */
	.form_standard div { clear:both;}
	.form_standard div select.month { display:inline; margin-right: 4px; }
	.form_standard div select.day { display:inline; margin-right: 4px; }
	.form_standard div select.year { display:inline; }

	.form_standard div.date_range { width: 300px; }
	.form_standard div.date_range div { float:left;clear:both; margin-left: 5px; font-weight:normal; }
	
	/* Delete Checkbox */
	.form_standard div.delete_checkbox{ padding:4px; }
	.form_standard div.delete_checkbox label {position: relative; top: -2.3em; left: 11em; display: block;font-weight:normal;}
	
	/* User Image Upload */
	.form_standard div.user_image_upload { float:left; margin:0 8px 8px 0; border:1px solid #EBDAC7; padding:10px; width:130px; height:180px; background-color:#FFFFFF }
	.form_standard div.user_image_upload:hover, .form_standard div.user_image_upload.selected { border:2px solid #FFCC00; padding:9px; background-color:#FFFFCC }
	

	.fieldset_checkbox_scroll { width:350px;height:250px;overflow:auto; }

/* Contact Form */

.error_text {color:#FF0000; font-style:italic;font-size:10px;padding:10px 10px 30px 10px;}
.form_inline strong, strong.form_inline, label.form_inline { clear:left; float:left; display:block; width:100px; }

/* Shop */

.shopcrumb, .shopcrumb a { color:#666666; }

.shop_prod_list, .shop_prod_list li { clear:left; list-style:none; margin:0; padding:0; }
.shop_prod_list { width:80%; }
.shop_prod_list li { padding-bottom:20px; }
.shop_prod_list img { float:left; border:none; margin:0 10px 10px 0; }
.shop_prod_list .price_box { float:right; width:150px; margin:0 0 0 10px; font-weight:bold; text-align:right; }

.shop_pics { float:left; padding:0 15px 15px 0; width:100px; }
.shop_buynow { float:right; margin:0 0 15px 15px; width:170px; }
.shop_buynow form { margin:0; padding:0; }

/* Checkout */

.checkout_box { float:left; width:175px; margin:0px 15px 15px 0px; }
.checkout_box_input { float:left; width:35px; }
.checkout_box_label { float:left; width:150px; }
.checkout_subtle label { font-size:11px; color: #999; cursor: pointer; }
.checkout_textarea { width:200px; height:80px; }
.checkout_error { color:#FF0000; font-style:italic; }
.checkout_payment_options { list-style:none; margin-left:20px; padding-left:0; }
.checkout_subtract { color: red; }
.address_block {display: block; float: left;line-height: 18px;margin-left: 10px;}

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{}
.checkout_order_summary tr.row_shipping td	{}
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }

.checkout_credit_card{margin-left:25px;}

/* User Signup */

.signup_text_label { float:left; clear:left; display:block; width:120px; font-weight:bold; }


/* User Media */
.user_media_browser {float:left;margin:0 0 10px;text-indent:0; padding:10px;}
.user_media_browser li.thumb {float:left;list-style-type:none;padding:0;margin:10px;text-indent:0;width:100px;position:relative;}
.user_media_browser a.thumb {width:100px;height:100px;display:block;position:relative;background:center center no-repeat;}
.user_media_browser h2 {font-size:10px;}
.user_media_browser_admin li.thumb {width:220px;}
.user_media_browser_admin a.thumb {float:left;}
.user_media_browser_admin .info {width:100px;float:right;}

.user_media_browser_admin ul.actions li{margin:0;padding:0;list-style-type:none;text-indent:0;}
.edit a, .delete a {display:block;padding-left:20px;background:url('../images/user_media/icon_edit.png') center left no-repeat;}
.delete a{background-image:url('../images/user_media/icon_delete.png')}

.user_media_comments {width:280px;margin:20px 0;float:left;}
.user_media_comments .date {position:absolute;top:0;right:0;}
.user_media_comments .comment {border:0;border-bottom:1px solid #c4a86f;position:relative;margin:9px 0;padding:0;}
.user_media_comments .comment h3 {padding:0;margin:0 0 3px;}
.user_media_comments .comment p {padding:0;margin:0 0 3px;}
.user_media_comments textarea {width:270px;}
.user_media_comments input {float:right;margin-right:-1px}


div.album_picker form{float:right;margin-top:10px;}
div.album_picker h1{float:left;}
div.alert {padding:10px;background:#f4eedf;border:1px solid #ead6af;} /*where is this? */
li.alert, p.alert {font-style:italic;font-weight:bold;}
#displimit {font-size:9px;font-family:arial;margin-left:110px; } /*what is this*/
/* /END */

/* upload page */
form p{font-size:10px;}
.checklabel{ float:left; width:110px;}
.cbr_group img{vertical-align:middle;}
.cbr_group label{display:block;padding-bottom:10px;}


/* Workshop */
.workshop_container { border: 1px solid black; width: 760px; }
.workshop_container legend { font-weight: bold; padding: 0; margin: 0; }

.workshop_build_preview { float: left; width: 200px; }
.workshop_build_canvas { display:block; }
.workshop_build_canvas ul { }
.workshop_build_canvas li { display: inline; padding-right: 25px; }

.workshop_build_scroll {  height: 400px; overflow: auto; }
.workshop_build_scroll_item { float:left; padding:5px; width:150px; border: 2px solid white; }
.workshop_build_scroll_item {  }
.workshop_build_scroll_radio p { margin-left: 25px; }

.workshop_build_scroll p { clear:both; }

.workshop_cat_tree { margin: 0 0 0 1em;	padding: 0;	overflow: auto; }
.workshop_cat_tree ul {	margin: 0; padding: 0; padding-left: 20px;	background: url(../admin/images/workshop_tree_menu.gif) no-repeat left top; }
.workshop_cat_tree li {	list-style: none;	margin: 0; padding: 0; }
.workshop_cat_tree span {	position: relative;	top: -0.3em; }

.workshop_build_sel { background-color: #eee; }

.workshop_fieldset { border: 1px solid black; margin: 5px; padding:5px; }
.workshop_fieldset legend { font-weight: normal; }
.workshop_fieldset p label { float: left; width: 100px; }

.workshop_panel_selected { font-weight: bold; }

.workshop_swatch_label { border: 1px dotted #000; padding: 4px; }
.workshop_swatch_image { text-align: center; padding: 4px; margin: 0;}
.workshop_swatch_image img { border: 1px solid #000; }

.workshop_swatch_pick { width: 35px; height: 35px; border: 1px solid black; }

/* forum */
.forum_input label {display:block;}
.forum_input textarea {width:50%;height:12em}
.forum_input input {width:30%;}
.forum_input .submit {width:auto;}
.forum_input .checkbox {width:auto;float:left;}

.cb_label { float:left; }

/* Box on Forum startpage */
#currentuser { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */
.forum_currentuser { font-weight:bold; }
.forum_userdetails { clear: both; font-style: italic; }
.forum_userdetails_posts { clear: both; }

#alluserposts { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */
