@import url(main_editor_styles.css);

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

body {
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:120%;
}
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;
	background:top left repeat-x #DBDBDB url(../images/page-bgnd.png);
}

h1 {
	margin-top:0;
	color:#FFFFFF;
	font-size:27px;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	margin-top:0;
	color:#004679;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	margin:0;
	color:#004679;
	font-size:14px;
	font-weight:normal;
}
a {
	color:#004779;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


#header, #nav, #banner, #homehead, #main, #footer {
	width:900px;
	margin:0 auto;
}


/* header */

#header {
	width:870px;
	padding:27px 0 28px 30px;
}


/* nav */

#nav {
	width:875px;
	height:28px;
	padding:7px 25px 0 0;
	color:#FFFFFF;
	background:top left no-repeat #A9A9A9 url(../images/nav-bgnd.gif);
}
#nav ul, #nav li {
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	display:inline;
}
#nav li a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:25px;
}

#nav .right {
	float:right;
	margin-top:2px;
}
#nav .right span {
	color:#CCCCCC;
}
#nav .right a {
	color:#FFFFFF;
}
#nav .right span.name {
	color:#FFFFFF;
	margin-right:10px;
}
#nav .right a.login {
	margin-right:10px;
}
#nav .right a.register {
	margin-left:10px;
}
#nav .right a.profile {
	margin:0 10px;
}


/* homehead */

#homehead {
	width:810px;
	height:85px;
	padding:15px 45px 0 45px;
	background:top left no-repeat url(../images/homehead-bgnd.jpg);
}


/* main */

#main {
	width:880px;
	padding:1px 10px 11px 10px;
	background-color:#FFFFFF;
}

#main .homecolumn {
	float:left;
	width:200px;
	padding-top:10px;
	margin-right:20px;
}
#main .homecolumn h2 {
	margin-top:6px;
}
#main .homecontent {
	float:left;
	width:440px;
}
#main .homecontent a.win-button {
	float:left;
	width:395px;
	height:50px;
	margin-top:8px;
	display:block;
	background:top left no-repeat url(../images/button-earn-100.gif);
}
#main .homecontent a.win-button:hover {
	background-position:0 -50px;
}


#main .column {
	float:left;
	width:200px;
	padding-top:21px;
	margin-right:20px;
}
#main .columnright {
	float:left;
	width:200px;
	padding-top:21px;
	margin-left:20px;
}
#main a.twitter {
	float:left;
	padding:5px 0 5px 32px;
	background:top left no-repeat url(../images/twitter-icon.jpg);
}
#main .advert {
	margin-top:20px;
}


#main .main-content {
	float:left;
	width:400px;
	margin:0 20px 0 20px;
}
#main .main-area {
	float:left;
	width:400px;
	margin:0 20px 0 20px;
	padding-top:20px;
}

#main .topic ul, #main .topic li {
	margin:0;
	padding:0;
}
#main .topic li {
	list-style:none;
	margin-bottom:1px;
}
#main .topic li a {
	width:146px;
	height:20px;
	padding:4px 0 0 28px;
	display:block;
	color:#004679;
	background:top left no-repeat url(../images/topic-link-bgnd.gif);
}
#main .column .topic li a {
	width:171px;
	background:top left no-repeat url(../images/topic-link-big-bgnd.gif);
}
#main .topic li a:hover, #main .topic li.selected a {
	color:#FFFFFF;
	text-decoration:none;
	background-position:0 -24px;
}
#main .topic.directory-list {float:right; width:180px; padding-top:40px;}


/* blog list */

.module_event_list {
	padding-top:17px;
}

.module_event_list h3 {
	height:29px;
	padding:12px 0 0 15px;
	background:top left no-repeat url(../images/blog-list-heading-bgnd.gif);
}
.module_event_list ol, .module_event_list li {
	margin:0;
	padding:0;
}
.module_event_list li {
	list-style:none;
	padding-top:8px;
	border-top:1px solid #004779;
}
.module_event_list li.first {
	border:none;
}

.module_event_list h2.heading {
	margin:0;
}
.module_event_list img.bloglistimg {
	margin-bottom:20px !important;
}
.module_event_list li a.continue {
	text-decoration:none;
}
.module_event_list li a:hover.continue {
	text-decoration:underline;
}

.module_event_list p {
	line-height:150%;
}




/* blog entry */

.main-content h2.bloghead {
	margin:18px 0 0 0;
	font-size:24px;
	font-weight:bold;
}
.main-content p.small {
	font-size:9px;
}
.main-content p.small span {
	text-transform:uppercase;
}

.main-content .blogger {
	width:391px;
	height:61px;
	padding:12px 0 0 9px;
	margin:15px 0 21px 0;
	background:top left no-repeat url(../images/blogger-bgnd.gif);
}
.main-content .blogger img {
	float:left;
	margin-right:9px;
}
.main-content .blogger p {
	margin:0;
	color:#999999;
}

.main-content p.descptn {
	line-height:150%;
}

.main-content h3.comnthead {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
}
.main-content .commentbox {
	padding:8px 12px 10px 9px;
	margin-top:11px;
}
.main-content .commentbox img.user {
	float:left;
	margin-right:9px;
}
.main-content .commentbox p.small {
	margin:0;
	float:right;
	text-transform:uppercase;
}
.main-content .commentbox h3 {
	margin-top:1px;
}

.main-content .postcomment {
	margin-top:11px;
}
.main-content .postcomment .left {
	float:left;
	width:50px;
	padding:0 9px;
}
.main-content .postcomment .right {
	float:left;
}
.main-content .postcomment form.form_standard fieldset {
	margin:0;
}
.main-content .postcomment form.form_standard textarea {
	left:0;
	top:8px;
	width:322px;
	height:120px;
	margin-bottom:10px;
	border:1px solid #666666;
}
.main-content .postcomment form.form_standard input {
	left:0;
	top:0;
}



/* user list */

#main .user-search {
	width:400px;
	padding-top:21px;
}
#main .user-search form {
	margin:0;
	padding:30px 10px 0 10px;
	background:top left #e4e4e4 no-repeat url(../images/user-search-top-bgnd.gif);
}
#main .user-search .bottom {
	width:400px;
	height:5px;
	background:top left no-repeat url(../images/user-search-bottom-bgnd.gif);
}

#main .user-search input {
	width:150px;
}

#main .user-search fieldset.radio div {
	clear:both;
	display:block;
	float:left;
	width:100px;
}
#main .user-search fieldset.radio input {
	clear:none;
	width:auto;
}
#main .user-search fieldset.radio label {
	clear:none;
	display:block;
	float:left;
	left:-20px;
	top:-0.8em;
}


.member-list, .member-list li {
	display: inline;
	list-style:none;
	padding:0;
	margin:0;
}
.member-list a, .member-list .container {
	clear:left;
	display: block;
	min-height: 50px;
	padding:0 0 0 56px;
	margin-bottom: 1.5em;
	line-height: 1em;
	background: top left no-repeat url(../images/icon-user-default.gif);
}
.member-list .container {
	cursor:pointer;
}
.member-list a:hover {
	text-decoration: none;
}
.member-list .title {
	color:#004779;
	display: block;
	font-weight: bold;
}
.member-list span {
	display: block;
	color: #999;
}
.member-list span.now_online {
	width: 107px;
	height: 28px;
	padding: 3px 0 0 47px;
	margin: 4px 0 0 -34px;
	color: #FFF;
	background: top left no-repeat url(../images/now-online-bgnd.png);
}


/* user profile */

#main .user-profile {
	line-height:150%;
}
#main .user-profile img {
	float:right;
	margin-left:12px;
}
#main .user-profile h2 {
	margin:0px 0 5px 0;
	padding-top:17px;
	font-size:24px;
	font-weight:bold;
}
#main .user-profile ul.details, #main .user-profile .details li {
	margin:0;
	padding:0;
}
#main .user-profile .details li {
	list-style:none;
	font-weight:bold;
}



/* user inbox */

.mix_user_inbox li {margin-bottom:0.5em;}
.mix_user_inbox_message {}



/* footer */

#footer {
	color:#B0B0B0;
	padding-top:12px;
}
#footer img {
	float:left;
	margin-right:5px;
}
#footer p {
	margin-top:6px;
}
#footer a {
	color:#B0B0B0;
}


/* MAP */
/* ends up like an image-map with no javascript*/
#nav-map {background:url('../images/maps/off-2.png') top left no-repeat;width:192px; height:270px;position:relative;}
#nav-map a {display:block;position:absolute;text-indent:-9999px;background-repeat:no-repeat;}
#nav-map .auckland-northland {left:85px;top:0;width:65px;height:75px;z-index:3;background-position:-85px 0;}
#nav-map .waikato-central {left:120px;top:68px;width:60px;height:33px;z-index:5;background-position:-120px -68px;}
#nav-map .manawatu-taranaki {left:107px;top:75px;width:80px;height:62px;z-index:4;background-position:-107px -75px;}
#nav-map .wellington-wairarapa {left:115px;top:122px;width:40px;height:40px;z-index:6;background-position:-115px -122px;}
#nav-map .nelson-cantebury {left:38px;top:122px;width:80px;height:100px;z-index:1;background-position:-38px -122px;}
#nav-map .southland {left:0px;top:194px;width:75px;height:65px;z-index:2; background-position:0 -194px;}

#nav-map .auckland-northland:hover,
#nav-map .southland:hover,
#nav-map .manawatu-taranaki:hover {background-image:url('../images/maps/north-mid-south-2.png');}
#nav-map .waikato-central:hover,
#nav-map .wellington-wairarapa:hover {background-image:url('../images/maps/taupo-wellington-2.png');}
#nav-map .nelson-cantebury:hover {background-image:url('../images/maps/cantebury-2.png');}
/* 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; float:left; }
.mix_gallery_item {display:block; float:left; width:180px; margin:0 20px 10px 0;}
.mix_gallery_item_feature a {
	width:186px;
	height:28px;
	padding:90px 6px 0 6px;
	margin-bottom:11px;
	display:block;
	color:#FFFFFF;
	font-size:11px;
	line-height:110%;
	border:1px solid #D8D8D8;
}

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

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


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

/* handling hidden pages */
.hidden{color:#C7C7C7;}
