@import url(main_editor_styles.css);
/*SWATCH
 * Ruby: #E00730
 */
/* Styles common to the MIX html editor and the website are entered here */

body {
	color:#000000;
}
body, input, select, option, textarea {
	font:normal normal normal 12px Tahoma,Arial,Sans-serif;
}
/* Macro */
#body {margin:0;padding:0 0 1.5em 0;}
#header {height:150px;background:black;z-index:2;position:relative;}
#content {min-height:390px;height:auto;background:#e7e7e7;margin:20px 0;z-index:1;position:relative;}
* html #content {height:390px;}
#header-inner,
#content-inner,
#footer{margin:0 auto;width:926px;padding:0 30px;}
#mix_admin_menu_container {z-index:1000;}

/*Header*/

#header-inner {background:url('../images/logo.png') no-repeat 30px center;height:150px;position:relative;}
h1#title {position:absolute;top:5px;right:40px;color:white;background:url('../images/logo-text.png') no-repeat;width:547px;height:32px;text-indent:-9999px;overflow:hidden;}
#nav {position:absolute;bottom:20px;right:40px;}
#nav li {background:url('../images/divider.png') no-repeat left 7px;padding:0;margin:0 0 0 -1px;}
* html #nav li {width:1%;white-space:nowrap;}
#nav li.first {background:transparent;}
#nav li a {height:28px;width:auto;line-height:28px;color:white;z-index:2;position:relative;background:url('../images/corners-left.png') no-repeat left 28px;padding:0;margin:0;}
#nav li a span {cursor:pointer;background:url('../images/corners-right.png') no-repeat right 28px;display:block;padding:0 10px;height:28px;position:relative;}
#nav li a:hover {z-index:3;position:relative;background-position:left -56px;background-color:#4d4d4d;}
#nav li a:hover span{background-position:right -56px;}
#nav li a.highlighted {z-index:3;background-position:left -84px;background-color:#4d4d4d;}
#nav li a.highlighted span{background-position:right -84px;cursor:default;}
#nav li.selected a {background-position:left 0;background-color:#E00730;}
#nav li.selected a span{background-position:right 0;}
#nav li.selected a.highlighted {background-position:left -28px;}
#nav li.selected a.highlighted span{background-position:right -28px;}
#nav ul {background:black;}

#nav ul ul {margin:0 0 0 1px;background:#4d4d4d;}
#header #nav ul ul li {margin:0;}
* html #nav ul ul li {width:200px;}
* html #nav li a.dont-click-me:hover {background-position:left -84px;background-color:#4d4d4d;}
* html #nav li a.dont-click-me:hover span {background-position:right -84px;}
* html #nav li.selected a.dont-click-me:hover {background-position:left -28px;background-color:#E00730;}
* html #nav li.selected a.dont-click-me:hover span {background-position:right -28px;}
#header #nav ul ul a{line-height:1;height:auto;padding:10px 3px;background:transparent;}
#header #nav ul ul .selected a {background:#E00730}
#header #nav ul ul a:hover {background:#E00730;}
#header #nav ul ul a span {background:transparent;height:auto;}
#nav .dont-click-me,
#nav .dont-click-me span {cursor:default;}
/* Content */
.columns {float:left;margin:1em -2px 0 0;}
.column{width:228px;margin-right:2px;float:left;}
.column-double{width:458px;}
.column-triple{width:688px;}
.home {/*padding-top:30px;*/}

.column-double p {padding-right:55px;}
.column-triple p {padding-right:70px;}
.column p {padding-right:25px;}
.login-form {padding-top:50px;}
/* footer */
#footer, #footer .camo{color:#c5c5c5;text-decoration:none;}
#footer-nav {float:left;width:926px;margin:0 -2px 20px 0;padding:0;}
#footer-nav li {list-style-type:none;display:block;width:228px;height:60px;float:left;text-align:center;padding:0;margin:0 2px 0 0;}
#footer-nav a {color:#666;display:block;height:46px;width:208px;background:#e7e7e7;padding:7px 10px;line-height:1.2;font-size:18px;font-weight:bold;text-decoration:none;}
#footer-nav li.short a {padding-top:18px;height:35px;}
#footer-nav li.highlight a {background:#E00730;padding:18px 10px;color:white;height:24px;}
#body #footer-nav a:hover {background:black;color:white;}

.html a {color:#E00730;text-decoration:none;border-bottom:}
.html a:hover {  }
.html ul {margin:0 25px 0 0;padding:0;}
.html ul li {display:block;list-style-type:none;padding-left:15px;background:url('../images/bullet.png') no-repeat 5px 0.7em;margin:0;}
/* Utility */
.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 }
#gallery_inner {width:460px;height:390px;position:relative;}
#gallery_inner img{position:absolute;top:0;left:0;display:block;}

.sidebar-gallery {width:228px;height:393px;border:2px solid white;border-top:0;border-bottom:0;margin:0 -2px -3px -2px;}
.sidebar-gallery img {border-bottom:3px solid white;display:block;float:left;clear:left;}
/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin:0; 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; width:auto;}
	.form_standard fieldset.radio label {display: inline; width: 160px; margin: 1em 0 0; font-weight: normal; }
	.form_standard fieldset.radio span { position: relative; top: 0em; font-weight:normal;display:block;left:1em;}
	.form_standard fieldset.radio span span { position: normal; top: 0; }


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

	/* Normal inputs */
	.form_standard input {display: block; margin:0 0 0; width:180px;}
	.form_standard textarea {display: block; margin: 1em 0 0;width:180px;height:100px;}
	.form_standard span.text {display: block; width: 250px; }
	.form_standard input.submit { clear: both;}
	.form_standard input.left { left: 1em; }
	.form_standard select {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; }
	.login input {margin:0 0 1em;}
	.login {margin:1em 0;}
/* 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_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*/

#slogan {font-family:"Century Gothic", "Futura", "Futura Std", sans-serif; font-size:42px; color:#c5c5c5; text-align:justify; text-justify:distribute; text-align-last:justify; width:926px; margin:0 auto 15px auto;}

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

