@import url(main_editor_styles.css);
/* Swatches:
		white
		orange: #D26E22;
		rose:   #C03946;
		dark-orange: #84381D;
		yellow:      #F7A021;
		30%onpurple:
			white: #8B536B;
			orange:#83262B;
			rose:  #771633;
 */
/* Styles common to the MIX html editor and the website are entered here */

body {
	color:#FFFFFF;background-color:#300116;width: 100%; overflow-x: hidden;
}
body, input, select, option, textarea {
	font:normal normal normal 12px Arial,Helvetica,Sans-serif;
}
.html p {color:white;font-size:14px;}
.html .h1orange,
.html .h1white,
 h1{font-size:24px;font-weight:normal;}
.html .introorange,
.html .introwhite{font-size:19px;}
.html .h1orange,
.html .introorange,
h1{color:#D26E22;}
.html .h1white,
.html .introwhite,
h1.white{color:white;}
/* Styles for the public site are entered here */
a,
a:link,
a:visited{color:#C03946;}
a:focus,
a:hover {color:#D26E22;}
a:active {color:white;}
h1 {margin:0 0 20px; padding:0;}
#body {	margin:0;	padding:0;}
#background {position:absolute;z-index:1;width:100%;height:100%;}
#mix_admin_menu_container {z-index:20;}
#wrapper {z-index:2;position:relative;text-align:center;padding-bottom:20px;}

#searchbar { height:34px; padding:4px 19px 0 0; background:top left repeat-x url(../images/searchbar-bgnd.png); /*display:none;*/ }
#searchbar .twitter { position:absolute; top:9px; left:14px; width:140px; }
#searchbar .facebook { position:absolute; top:9px; left:154px; width:120px; }
#searchbar form { float:right; margin:0; padding:0; }
#searchbar label { float:left; padding-right:11px; }
#searchbar input.box { float:left; width:136px; height:18px; padding:2px 0 0 10px; margin-top:5px; border:none; background:top left no-repeat #FFFFFF url(../images/searchbox.gif); }
#searchbar input.submit { float:left; width:22px; height:20px; margin-top:5px; border:none; cursor:pointer; background:top left no-repeat url(../images/search-btn.gif); }

#container{width:890px;padding:6px;margin:0 auto; text-align:left;}
#content {margin:20px 0;float:left;}
#header {position:relative;}
/*#header .twitter { position:absolute; top:162px; right:120px; width:140px; }
#header .facebook { position:absolute; top:162px; right:0; width:120px; }*/
#nav{float:left; position:relative; left:50%; font:bold 12px/1 verdana, sans-serif;}
#nav ul{list-style:none; position:relative; left:-50%; padding:0;margin:0;height:35px;}
#nav li{float:left;position:relative;}
#nav a{text-decoration:none; margin:0 4px 0 0; background:url('../images/tabs-left.png') top left no-repeat; float:left;  text-align:center; white-space:nowrap;  text-transform:uppercase;color:white; display:block;}
#nav a span {background:url('../images/tabs-right.png') top right no-repeat; line-height:35px; height:35px; display:block; padding:0 10px;margin-right:-3px;}
#nav .selected a,
#nav a:hover{background-position:bottom left;}
#nav .selected a span,
#nav a:hover span {background-position:bottom right;}

#banner {background:url('../images/banner-background.png') center; padding:6px; margin:0 -6px; width:887px; height:200px;clear:left;position:relative;top:-6px;}
#crumbs {color:#8B536B;margin-top:-9px;}
#crumbs a {color:#8b536b;text-transform:capitalize;}
#crumbs a:hover{color:white;}
#nav-sub ul {margin:0 0 20px;padding:0;}
#nav-sub li {list-style-type:none;margin:0;padding:0;}
#nav-sub a {text-decoration:none;display:block;padding:3px 0 3px 20px;background:url("../images/bullet.png") center left no-repeat;font-size:16px;}
#nav-sub a:link,
#nav-sub a:visited {color:#D26E22;}
#nav-sub a:focus,
#nav-sub a:hover,
#nav-sub a:active {color:#F7A021;}
.gallery {margin:0 0 20px;}
.gallery ul {margin:0;padding:0;clear:both;}
.gallery li {list-style-type:none;float:left;width:80px;height:120px;font-size:11px;line-height:1;margin:0 20px 0 0;}
.gallery li li {width:auto;height:auto;margin:0;}
.gallery .img {padding:1px;background:url('../images/thumb-border.png') center no-repeat;display:block;width:78px;height:78px;overflow:hidden;}
.gallery a .img_inner {height:78px;width:78px;background:#83262B center no-repeat;display:block;}
.gallery a:hover .img_inner {background-color:#9a2d33;}
.gallery a {text-decoration:none;}
.gallery .mix_tab_menu li{width:auto;height:auto;}
.gallery-large li {width:230px;height:210px;margin-right:10px;}
.gallery-large .img {width:228px;height:188px;background-image:url('../images/thumb-border-large.png');}

.gallery_root ul {margin:0;padding:0;clear:both;}
.gallery_root li {list-style-type:none;display: inline-block;vertical-align: top;width:160px;font-size:11px;line-height:1; padding-bottom: 20px;}
.gallery_root li li {width:auto;height:auto;margin:0;}
.gallery_root a .img {padding:1px;display:block;width:160px;height:159px;position: relative;z-index: 1 !important;border: none;text-decoration: none;}
.gallery_root a .img_inner {height:160px;width:160px;display:block; background: url('../images/product_overlay.png')  top left no-repeat ;}
.prod_desc {display: block; padding: 14px; width: 128px; position: relative; margin: -5px 0 0 1px;background-color: #83262b;border: solid 2px #AD502A;z-index: 0;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;}
.gallery_root a:hover .prod_desc {background-color:#D26F23;}
.gallery_root a {text-decoration:none; color: white; font-size: 16px;}
.gallery_root .mix_tab_menu li{width:auto;height:auto;}
.padding_top {padding-top: 20px;}

.no-labels li{height:90px;margin-right:10px;}
.callout {margin:3px 0 20px 0;width:314px;position:relative;clear:left;}
.callout .background{position:absolute;top:2px;left:0;bottom:2px;right:0;width:100%;z-index:3;padding:2px 0;background:url('../images/callout-bg.png') center repeat-y;}

.callout .author {position:absolute;background:url('../images/callout-bottom.png') top left no-repeat;height:30px;width:314px;bottom:-28px;left:0;text-indent:50px;line-height:2;z-index:2;color:#D26E22;}
.callout .top {top:-1px;left:0;background:url('../images/callout-top.png') top left no-repeat; height:3px; width:314px;position:absolute;z-index:1;}
.callout blockquote {z-index:10;position:relative;margin:0;padding:0;font-size:14px;color:white;font-style:italic;padding:20px;}
.callout .flame {display:block;background:url('../images/callout-bg-flame.png') bottom right no-repeat;position:absolute;top:0;right:4px;height:100%;width:100%;z-index:5;}
.callout .author .mix_tab_menu{float:right;width:auto;text-indent:0;}

.ctolink {white-space:nowrap;display:block;float:left;background:url('../images/cto-left.png') top left no-repeat;height:30px;margin:10px 10px 10px 0;padding:0;}
.ctolink a, .ctolink input{display:block;height:30px;line-height:30px;color:#340018 !important;margin-right:-2px;padding:0 10px 0 30px;text-decoration:none;background:url('../images/cto-right.png') top right no-repeat;}
.zoom-instruction {float:right;padding:0 20px 0 22px;background:url('../images/icon-magnify.png') center left no-repeat;height:22px;color:#8B536B;width:auto;font-size:10px;line-height:1}

.left {float:left;width:440px;  margin-top:20px;}
.right {float:right;width:400px; margin-top:20px;}
.imagemenu .left {width:340px; }
.imagemenu .right {width:500px;}
.imagemenu .right h1 {float:left;}
.imagemenu .buy_now { width:129px; height:30px; display: block; cursor:pointer; text-indent: -9999px; border:none; background: url("../images/add-to-quote.gif") no-repeat scroll center center transparent; }
.gallerypage .left {width:350px; }
.gallerypage .right {width:490px;}
.slideshowpage .left {width:600px;position:relative;}
.slideshowpage .right {width:300px;position:absolute;right:-310px;top:0;}
.slideshowpage .gallery {margin:0;padding:0;}
.home #footer {text-align:left;}
#footer {text-align:right;clear:both;padding:20px 20px 0 0;}
#footer h1 {margin:0;padding:0;}
#footer p,
#footer a{color:#83262B;padding:0;margin:0;text-decoration:none;}
.wrapper {position:relative;overflow:visible;}
.inner {width:596px;height:348px;padding:1px; background:url('../images/slideshow-border.png') center no-repeat;} /* this number will need to change if there's an $i.desc that shows up. chur. */
.inner img {display:block;position:absolute;top:1px;left:1px;width:596px;height:348px;}
.wrapper .gallery {height:350px;overflow:auto;}
#slideshow { width:596px; height:350px; }
#slideshow .wrapper { float:left; width:596px; }
#slideshow .inner .img { width:596px; height:348px; position:absolute; background:center center no-repeat #000; }
#gallery_preload { float:left; width:1px; height:1px; overflow:hidden; }
#mini_basket {width:140px;height:40px;padding:9px 0 0;background:url('../images/cart-bg.png') center no-repeat;color:#E85070;text-align:center; position:absolute;top:80px;right:0;}
#mini_basket a {color:white;font-weight:bold;text-decoration:none;display:block;text-align:center;}

ul.basket {list-style-type:none;padding:0;margin:0;}
ul.basket a {font-size:14px;color:white;text-decoration:none;}
ul.basket li {border-top:1px solid #8B536B;clear:right;padding:5px 100px 5px 30px; line-height:20px;position:relative;}
ul.basket li.first {border-top:0;}
ul.basket img {position:absolute;left:0;top:5px;border:0;}
ul.basket .delete_button{display:block;position:absolute;right:0;top:5px;border:0;padding-left:15px;background:url('../images/icon-delete.png') center left no-repeat transparent; color:#D26E22; cursor:pointer;}

.homefeature {width: 190px; float: left; margin-bottom: 20px;display: block; height: 190px;position: relative;}
.homefeature.padded {margin-left: 20px;}
.feature_inner {width: 190px; height: 190px; display: block;position: relative;border: solid 2px #A04727;border-radius: 3px; -moz-border-radius: 3px;}
.feature_text {width: 190px; position: absolute; bottom: 0px; left: -7px;width: 170px;}
.feature_text .ctolink {margin: 0px;width: 197px;}
.feature_text a.featurelink {width: 170px; padding: 10px;background: url(../images/overlay.png) top left repeat;display: block;font-size: 16px; color: #EA8420; text-decoration: none;}
.homefeature a:hover {color: #F7A021;}
.homefeature.extrapad {margin-bottom: 80px;}

.search-results h1 { font-weight:bold; margin-bottom:32px; }
.search-results h1 span { color:#FFFFFF; }
.search-results a { color:#D26E22; text-decoration:none; }
.search-results h2 { margin:0; }
.search-results p { margin:2px 0 28px 0; }

/* Some handy common styles */

.html a {  }
.html a:hover {  }

.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 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 }

/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }

	/* 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; top: 0.5em; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal; }
	.form_standard fieldset.radio span { position: relative; top: 0.3em; }
	.form_standard fieldset.radio span span { position: normal; top: 0; }


	/* Labels */
	.form_standard fieldset legend { color: black; font-weight: normal; padding: 0; margin: 5px 0 0 0; }
	.form_standard fieldset legend.bold { font-weight: bold; }
	.form_standard label { clear: both; float: left; display: block; width: 9em; margin-top: -0.8em; font-weight: bold; color: white; }
	.form_standard label.first { margin-top: 0.6em; }
	.form_standard label.no_input { position: relative; top: -1.6em; left: 9em; display: block; margin:0; padding:3px 0 3px 0; font-weight:normal; width: 18em;}

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

	/* Smarty Date inputs - used in additional fields */
	.form_standard div { clear:both; width:250px; }
	.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; }

	#container .form_standard .ctolink input {position:static;top:0;left:0;border:0;margin:0; cursor:pointer;display:block;width:auto;float:left;}

	#container .form_standard .ctolink {position:relative;left:12em;display:block;}

/* Contact Form */

.error_text {color:#FF0000; font-style:italic;font-size:10px;padding-bottom:30px;}
.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_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; }

/* 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 */

