@import url(main_editor_styles.css);

/* 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 Arial,Helvetica,Sans-serif;
}

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

#body {
	margin:0;
	padding:0;
}
body {
	margin:0;
	background-color:#FFFFFF;
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin:13px 0 5px 0;
}
h2 {
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
h3 {
	color:#4c4c4c;
	font-size:18px;
	font-weight:normal;
	margin:12px 0;
}

a {
	color:#3c3a7c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}


/* header */

#header {
	width:909px;
	padding:15px 31px 14px 17px;
}
#header img.slogan {
	float:right;
	margin-top:64px;
}


/*banner */

#banner {
	background:top left #FFFFFF repeat url(../images/banner-bgnd.gif);
}

#banner .banner-content {
	width:955px;
	height:350px;
	padding-top:20px;
	background:top left no-repeat;
}

#banner .bgnd1 { background-image:url(../images/banner1.jpg); }
#banner .bgnd2 { background-image:url(../images/banner2.jpg); }
#banner .bgnd3 { background-image:url(../images/banner3.jpg); }
#banner .bgnd4 { background-image:url(../images/banner4.jpg); }
#banner .bgnd5 { background-image:url(../images/banner5.jpg); }
#banner .bgnd6 { background-image:url(../images/banner6.jpg); }
#banner .bgnd7 { background-image:url(../images/banner7.jpg); }

#banner a.banner-link {
	float:right;
	display:block;
}
#banner .bgnd1 a.banner-link { width:398px;	height:120px;	margin:4px 52px 0 0; }
#banner .bgnd2 a.banner-link { width:317px;	height:155px;	margin:130px 30px 0 0; }
#banner .bgnd3 a.banner-link { width:230px; height:169px;	margin:160px 8px 0 0; }
#banner .bgnd4 a.banner-link { width:302px;	height:164px;	margin:126px 34px 0 0; }
#banner .bgnd5 a.banner-link { width:390px;	height:133px;	margin:102px 28px 0 0; }
#banner .bgnd6 a.banner-link { width:325px;	height:131px;	margin:84px 60px 0 0; }
#banner .bgnd7 a.banner-link { width:420px;	height:131px;	margin:98px 29px 0 0; }


/* nav */

#banner .nav {
		height:216px;
}

.nav {
	width:210px;
	padding:23px 0 0 19px;
	background:top left repeat url(../images/nav-bgnd.png);
}
.nav ul, .nav li {
	margin:0;
	padding:0;
}
.nav li {
	list-style:none;
}
.nav li a {
	width:195px;
	height:28px;
	display:block;
	background:top left no-repeat;
}
.nav li a:hover {
	background-position:0 -28px;
}

.nav li.home a { background-image:url(../images/nav-home.gif); }
.nav li.who-we-are a { background-image:url(../images/nav-who-we-are.gif); }
.nav li.what-we-do a { background-image:url(../images/nav-what-we-do.gif); }
.nav li.whats-on a { background-image:url(../images/nav-whats-on.gif); }
.nav li.professional-development a { background-image:url(../images/nav-professional-development.gif); }
.nav li.vacancies a { background-image:url(../images/nav-vacancies.gif); }
.nav li.get-in-touch a { background-image:url(../images/nav-get-in-touch.gif); }
.nav li.home a span, .nav li.who-we-are a span, .nav li.what-we-do a span, .nav li.whats-on a span, .nav li.professional-development a span, .nav li.vacancies a span, .nav li.get-in-touch a span {
	display:none;
}
.nav ul ul {
	padding:2px 0 4px 13px;
}
.nav ul ul li a {
	width:177px;
	height:auto;
	padding:2px 0 2px 0;
	font-weight:bold;
	background:none !important;
}
.nav ul ul li a span {
	display:block !important;
}
.nav ul ul ul {
	padding:0 0 2px 13px;
}
.nav ul ul ul li a {
	height:17px;
	width:164px;
	font-weight:normal;
}


/* leftcol */

#leftcol {
	float:left;
	width:235px;
}

/*navbox */

#navbox {
	background:top left no-repeat url(../images/navbox-bgnd.gif);
}
#navbox .nav {
	background:none;
	padding:27px 0 21px 19px;
}
#navbox .bottom {
	height:8px;
	background:top left repeat-x url(../images/navbox-bottom-bgnd.gif);
}


/* color themes */

#navbox, #heading, #pre-footer { background-color:#616161; }
.green #navbox, .green #heading, .green #pre-footer { background-color:#bfd442; }
.purple #navbox, .purple #heading, .purple #pre-footer { background-color:#b3228d; }
.pink #navbox, .pink #heading, .pink #pre-footer { background-color:#ed207b; }
.blue #navbox, .blue #heading, .blue #pre-footer { background-color:#54bbe3; }
.orange #navbox, .orange #heading, .orange #pre-footer { background-color:#f89534; }
.yellow #navbox, .yellow #heading, .yellow #pre-footer { background-color:#ffde00; }
.red #navbox, .red #heading, .red #pre-footer { background-color:#ec2227; }
.darkblue #navbox, .darkblue #heading, .darkblue #pre-footer { background-color:#3C3A7C; }

.html .h1, .html .h2 .html a { color:#3c3a7c; }
.green .html .h1, .green .html .h2, .green .html a { color:#bfd442; }
.purple .html .h1, .purple .html .h2, .purple .html a { color:#b3228d; }
.pink .html .h1, .pink .html .h2, .pink .html a { color:#ed207b; }
.blue .html .h1, .blue .html .h2, .blue .html a { color:#54bbe3; }
.orange .html .h1, .orange .html .h2, .orange .html a { color:#f89534; }
.yellow .html .h1, .yellow .html .h2, .yellow .html a { color:#ffcb08; }
.red .html .h1, .red .html .h2, .red .html a { color:#ec2227; }
.darkblue .html .h1, .darkblue .html .h2, .darkblue .html a { color:#3C3A7C; }

/* newsbox */

#newsbox {
	padding:24px 5px 30px 10px;
}
#newsbox img.headimg {
	margin-bottom:8px;
}
#newsbox .html ul, #newsbox .html li {
	margin:0;
	padding:0;
}
#newsbox .html li {
	list-style:none;
}
#newsbox .html a img {
	margin-bottom:8px;
	border:1px solid #bcbcbc;
}
#newsbox .html a {
	color:#4c4c4c;
	font-weight:bold;
	text-decoration:underline;
}


/* menu */

#menu {
	width:955px;
	padding-top:1px;
	background:top left repeat-x url(../images/menu-bgnd.gif);
}
#menu ul, #menu li {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	display:inline;
}
#menu li a {
	float:left;
	width:137px;
	height:200px;
	display:block;
	background:top left no-repeat;
}
#menu li a:hover {
	background-position:0 -200px;
}
#menu li a span {
	display:none;
}
#menu li.green a { background-image:url(../images/menu-green-bgnd.gif); }
#menu li.purple a { width:136px; background-image:url(../images/menu-purple-bgnd.gif); }
#menu li.pink a { background-image:url(../images/menu-pink-bgnd.gif); }
#menu li.blue a { width:136px; background-image:url(../images/menu-blue-bgnd.gif); }
#menu li.orange a { background-image:url(../images/menu-orange-bgnd.gif); }
#menu li.yellow a { width:136px; background-image:url(../images/menu-yellow-bgnd.gif); }
#menu li.red a { width:136px; background-image:url(../images/menu-red-bgnd.gif); }


/* heading */

#heading {
	height:129px;
	padding:46px 0 0 255px;
	background:top left repeat-x #616161 url(../images/heading-bgnd.gif);
}
#heading img.logo {
	float:left;
	margin-right:14px;
}
#heading .heading-content {
	float:left;
	width:706px;
}


/* main */

#main { 
	float:left;
	width:706px;
	padding:20px 10px;
}
#main .left, #main .right {
	float:left;
	width:320px;
	padding:0 15px;
}

#main ul.event-links {
	margin-left:0;
	padding-left:0;
}
#main ul.event-links li {
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	list-style:none;
	clear:left;
	border-top:1px solid #CCCCCC;
}
#main ul.event-links li.first {
	border-top:none;
}
#main ul.event-links img {
	margin:3px 10px 6px 0;
	border:1px solid #CCCCCC;
}
#main ul.event-links .no-image {
	float:left;
	width:80px;
	height:80px;
	margin:3px 10px 6px 0;
}
#main ul.event-links a {
	font-size:16px;
}

#main .main-event img {
	border:1px solid #CCCCCC;
}


/* pre-footer */

#pre-footer {
	height:29px;
}


/* footer */

#footer {
	height:175px;
	padding:22px 0 0 15px;
	background:top left repeat-x url(../images/footer-bgnd.jpg);
}
#footer, #footer a {
	color:#8F713E;
}
#footer a:hover {
	text-decoration:none;
}


/* 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 { float:left; 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 legend { font-weight:bold;}
	.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 { 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; }
	.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; }


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

/* 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; }
b_label { float:left; }
