@import url(main_editor_styles.css);

/* Styles common to the MIX html editor and the website are entered here */
body {color:black;background:white;}
body, input, select, option, textarea {font:13px/1 Calibri, "Lucida Grande", Verdana, Sans-serif;}
.html a img {border: none;}
/* Styles for the public site are entered here */
#body {margin:0; padding:0; }
/**
 ** HEADER
 **/
#header {background:url('../images/banner-background.jpg') -30% top repeat-x black;margin:0;padding:0;}
#header-inner {width:900px;height:280px;padding:0 10px;margin:0 auto;position:relative;}
.home #header-inner {height:auto;}
h1#logo {top:-20px;right:15px;width:236px;height:139px;position:absolute;margin:0;padding:0;}
h1#logo a{background:url('../images/logo-eTheory.png') center no-repeat;position:absolute;top:0px;width:236px;height:139px;text-indent:-9999px; display:block;}
h1#logo a:focus , h1#logo a:active{outline:none;}

#header #quote{color:#bbb;color:rgba(255,255,255,0.5);float:left;position:absolute;top:130px;left:15px;cursor:default;}
#header blockquote {font-size:15px;float:left;padding:0;margin:0;display:block;}
#header blockquote p {line-height:1.3;padding:0;margin:0;text-indent:-0.4em;}
#header #quote span {font-size:35px;line-height:0.9;float:left;padding:0 10px;margin:0;display:block;}
#header #quote cite {font-size:15px; line-height:35px;float:left;padding:0;margin:0;display:block;}
#mix_admin_menu_container {z-index:1005;/*yes I am fully aware that these numbers are getting ridiculous. shut it. */}

#nav-main {float:left;margin:26px 0 150px;position:relative;z-index:930;}
#nav-main #nav-background,
#nav-main .nav-background{background:black; background:rgba(0,0,0,0.7); top:0;left:0; width:100%; height:100%;position:absolute; z-index:10;}
#nav-main ul,
#nav-main li {float:left;list-style-type:none;margin:0;padding:0;z-index:20;position:relative;}
#nav-main a {color:white;text-decoration:none;font-size:22px;display:block;white-space:nowrap;}
#nav-main span {position:relative; z-index:20; padding:10px 15px 15px; display:block; text-shadow:2px 2px 2px rgba(0,0,0,0.7);}

#body .hasBackground span{text-shadow:2px 2px 2px rgba(0,0,0,0);}
/*because text with and without shadow looks slightly different. and most browsers that support text shadow also support rgba*/
#nav-main .dropdown {display:none;position:absolute;left:0;top:47px;background:black;background:rgba(0,0,0,0.7);z-index:1000;}
#nav-main .dropdown ul {padding:7px 250px 7px 0;}
#nav-main .dropdown li {float:none;position:static;}
#nav-main .dropdown a {font-size:15px;color:#ccc;}
#nav-main .dropdown a:hover,
#nav-main .dropdown a:focus {color:white;}
#nav-main .dropdown span {padding:6px 15px;text-shadow:none;}
#nav-main .nav-background{display:none;}

#nav-main .mega-menu-content {width:240px;position:absolute;top:0;right:0;font-size:13px;white-space:normal;z-index:1010;padding-top:5px;}
/*It's so annoying when this happens. all mix styles should be flagged !important or something.*/
#nav-main .mega-menu-content .html {color:#999;line-height:1.4;}
#nav-main .mega-menu-content .mix_tab_menu span {padding:0;display:inline;}
#nav-main .mega-menu-content .mix_tab_menu li {float:left;position:relative; margin:0; padding:0 0 0 2px;}
#nav-main .mega-menu-content .mix_tab_menu ul {padding:0;}
#nav-main .mega-menu-content .mix_tab_menu a {padding-right:0.3em;}

.home #blurb {float:right;width:240px;color:white;}
.home #blurb .h1,
.home #blurb h1 {color:white;}
.home #blurb p,
.home #blurb h4,
.home #blurb .h4{color:#aaa;}
.home #blurb a {color:#fff;border-bottom-color:#444;}
.home #blurb a:hover {color:#d12907;}
#client-logos {height:33px;position:relative;width:900px;}
#client-logos .mix_edit {height:33px;position:relative;}
#client-logos ul {margin:0;padding:0;list-style-type:none;width:930px;position:absolute;top:0;left:0;height:33px;}
#client-logos li {width:105px;height:33px;float:left;margin:0;padding:0 27px 0 0;}
#client-logos a.imgbg {width:105px;height:33px; float:left; display:block; text-indent:-9999px;background:transparent center no-repeat;}
#trusted {background:#f0f0f0;font-style:italic;position:absolute;top:-45px;height:15px;left:0px;display:block;padding:3px;display:none;}

#nav-sub {position:absolute;bottom:0;left:15px;}
#nav-sub h1#title {float:left;margin:0;padding:0;font-size:20px;}
#nav-sub h1#title a{padding:0 15px; line-height:45px; display:block; margin:0; color:black;text-decoration:none; background:#f0f0f0;position:relative;}
#nav-sub h1#title span {display:block;position:relative;line-height:45px;height:45px;font-style:normal;}
#nav-sub ul,
#nav-sub li {float:left;list-style-type:none;padding:0;margin:0;}
#nav-sub ul a {font-size:13px;height:30px;line-height:30px;margin:5px 0 10px 10px;padding:0 10px; display:block; color:white; text-decoration:none;position:relative;}
#nav-sub span {z-index:10;position:relative;display:block;white-space:nowrap;}
#nav-sub a:hover {background:#333;}
#nav-sub .selected a {background:#d12907;}

#header-second {background:#f0f0f0;padding:30px 0;position:relative;}
#header-second #blurb {margin:0 auto;width:920px;padding-left:20px;}
#header-second #client-logos {margin:0 auto;width:900px;}
#header-second #blurb .blurb {width:430px;margin-right:18px;float:left;}
#header-second #blurb .columns-3 {width:450px;margin-right:-12px;}
#header-second #blurb .columns-3 .column{width:140px;margin:0 10px 0 0;float:left;}

/**
 ** CONTENT
 **/

#content {width:900px;margin:30px auto;clear:both;}

#content .columns-3 {width:920px;clear:both;}
#content .columns-3 .column {width:290px;margin:0 10px 0 0;float:left;}
#content .columns-2 {width:930px;clear:both;}
#content .columns-2 .column {width:425px;margin-right:23px;float:left;}
.column img {border:1px solid #999;}
#content .column.featureimage img {border:1px solid #CCC;}

.infochunk {width:230;margin:0 0 2em 45px;position:relative;}
.infochunk h2{padding:0;margin:0;}
.infochunk .image {width:40px;position:absolute; top:0;left:-45px;}
.infochunk img {border:0;}
#aux-section {background:#f0f0f0;float:left;width:880px;padding:10px;margin:2em -10px;}
#map_canvas {width: 100%; height: 600px; border-top:1px solid #ccc;}
/**
 ** ROUND CORNERS
 **
 ** separated out because round corners are infuriatingly complex, even using CSS3. */
/* CSS3 */
#trusted,
#aux-section,
#nav-main #nav-background,
#nav-main .nav-background,
#nav-sub ul a,
#nav-sub h1#title a,
#nav-main .dropdown {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;-khtml-border-radius:5px;}
#nav-main .dropdown {border-top-left-radius:0;-khtml-border-top-left-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;}
#nav-sub h1#title a,
#trusted,
#nav-main .has_children .nav-background{border-bottom-right-radius:0;-khtml-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;}
#nav-sub h1#title a,
#trusted,
#nav-main .has_children .nav-background{-khtml-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;}

/* Dirty Javascript Workaround Styles, rendering my complaints about the complexity of CSS3 are rather unreasonable. */

.corner{position:absolute;width:5px;height:5px;background-repeat:no-repeat;z-index:500;}
#nav-main #nav-background .corner,
#nav-main .nav-background .corner,
#nav-main .dropdown .corner     {background-image:url("../images/black70p-corners.png")  }
#nav-sub ul a:hover .corner     {background-image:url("../images/grey-corners.png");     }
#nav-sub ul .selected a .corner {background-image:url("../images/red-corners.png");      }
#trusted .corner,
#nav-sub h1#title a .corner     {background-image:url('../images/lightgrey-corners.png');}
.corners-tr {top:0;right:0;background-position:bottom left;}
.corners-tl {top:0;left:0;background-position:bottom right;}
.corners-bl {bottom:0;left:0;background-position:top right;}
.corners-br {bottom:0;right:0;background-position:top left;}
.corners-edge {width:5px;position:absolute;left:0;top:0;top:5px;bottom:5px;height:auto;}
.corners-r {right:0;left:auto;}
.corners-m {width:100%;height:100%;position:absolute;top:0;left:0;}
.corners-m div {auto;height:100%;margin:0 5px;}
#nav-main #nav-background .corners-m div, #nav-main .nav-background .corners-m div, #nav-main .dropdown .corners-m div,
#nav-main #nav-background .corners-edge, #nav-main .nav-background .corners-edge, #nav-main .dropdown .corners-edge,
#nav-main .dropdown .corners-tl, #nav-main .has_children .nav-background .corners-b {background-image:url("../images/black70p.png");}
#nav-sub h1#title a .corners-m div, #nav-sub h1#title a .corners-edge, #nav-sub h1#title a .corners-b,
#trusted .corners-edge, #trusted .corners-b, #trusted .corners-m{background:#f0f0f0;}
#nav-sub ul a:hover .corners-m div, #nav-sub ul a:hover .corners-edge{background:#333;}
#nav-sub ul .selected a .corners-m div, #nav-sub ul .selected a .corners-edge{background:#d12907;}
/* #nav-main #nav-background .corners-m div, #nav-main .nav-background .corners-m div, #nav-main .dropdown .corners-m div {} */

/* Some handy common styles */
a:active {outline:none;}
.html h1 a, h1 a{color:black;text-decoration:none;}
.html a {text-decoration:none;color:#595959;border-bottom:1px solid #CCC;}
.html a:hover {color:#d12907;}
.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; }

/* Our Team && Community Support*/
ul#greyfader {margin:0;padding:0;width:900px;}
ul#greyfader.community {width:930px;min-height:400px;}
#greyfader li {list-style-type:none;margin:0;padding:0;width:150px;height:220px;float:left;position:relative;cursor:pointer;}
#greyfader.community li {margin-right:30px;}
#greyfader a {width:150px;height:220px;display:block;position:relative;text-decoration:none;}
#greyfader .hovered,
#greyfader .grey,
#greyfader .colour {background:center no-repeat;height:150px;width:150px;position:absolute;top:0;left:0;display:none;}
#greyfader .colour {display:block;}
#greyfader div h2,
#greyfader div h3{text-align:center;position:absolute;width:150px;top:125px;left:0;color:#aaa;}
#greyfader div h3{font-size:12px;width:130px;padding:0 10px;bottom:auto;top:120px;}
#greyfader .hovered h2,
#greyfader .hovered h3{color:black;}
#greyfader .hovered{height:175px;background:url('../images/greyfader-overlay.png') center bottom no-repeat;}
#greyfader.community .hovered{height:190px;}
#greyfader.staff-list .description {text-align:center;color:black;width:150px;top:175px;position:absolute;left:0;font-weight:bold;background:white;}
#greyfader.staff-list a {cursor:default;}
#greyfader.community  .description {color:black;width:340px;top:190px;padding:10px 0 2em;position:absolute;left:-95px;background:url('../images/bracket-mid.png') center top no-repeat;}
#greyfader.community  .first .description{left:0;background-image:url('../images/bracket-left.png')}
#greyfader.community .last .description{left:auto;right:0;background-image:url('../images/bracket-right.png')}
#greyfader.community .edit .description {width:150px;left:0;}
#greyfader .mix_tab_menu li {width:auto;height:auto;padding-left:2px;}
#greyfader .mix_tab_menu a {width:auto;height:auto;}
#greyfader .edit {width:150px;overflow:hidden;}

/* Gallery */
.home #websites {width:620px;float:left;padding:0 0 40px;}
.home #websites ul {padding:0;margin:0;list-style-type:none;float:left;}
.home #websites li.mix_gallery_item {float:left;width:195px;height:120px;margin:0 10px 10px 0;position:relative;}
.home #websites .mix_gallery_item a {display:block;position:absolute;width:195px;height:120px;}
.home #websites .mix_gallery_item img {border:1px solid #333;padding:0;width:100%;height:100%;position:absolute;top:0;left:0;}
.home #websites .mix_gallery_item img.large {display:none;}
.mix_gallery_item img { border:none; padding:2px; }

#gallery_inner strong {font-size:1.1em;}
#gallery_inner {position:relative; width:642px;}
#gallery_inner p {clear:left;padding:1em 0;display:block;background-color:white;margin:0;} /*to solve IE's hideous blocky IE text*/
#gallery_inner img{display:block; border:1px solid #999;padding:0;}
#gallery_inner .mix_gallery_item {position:absolute;top:0;left:0;}

ul#gallery_thumbs {width:240px;padding:0;margin:0;float:right;}
#gallery_thumbs li {width:75px;height:75px;margin:0 5px 5px 0;padding:0;list-style-type:none;float:left;}
#gallery_thumbs a {width:73px;height:73px;border:1px solid #999;display:block;background:center no-repeat;}
#gallery_thumbs a:hover {width:69px;height:69px;border:3px solid black;}
#gallery_thumbs .selected a{width:69px;height:69px;border:3px solid #d12907;}

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

/* RSS */
.feed {padding:0;margin:0;list-style-type:none;width:620px;float:left;}
.feed li {padding:0 0 2em 36px;position:relative;margin:0;list-style-type:none;}
.feed .meta {padding:0;margin:0;}
.feed img {position:absolute;left:0px;top:5px;border:0;}
.feed h4{font-size:22px;font-weight:bold;font-style:italic;padding:0;margin:0;line-height:1.1}
.feed h4 a {border:0;color:black !important;}
.feed h4 a:hover {color:#D12907 !important;background-color:#FFFFCC;}
.feed div img {position:relative;}
.lastfm {width:240px;float:right;}
.lastfm ul{padding:0;margin:0;}
.lastfm li h4{font-size:13px;}
.lastfm li {padding-bottom:1em;}

/* Footer */
#footer {clear:both;background-color:#F0F0F0;margin-top:2em;height:7.2em;}
#footer, #footer a {color:#999;border:none;}
#footer a:hover {color:#666;}
#footer div {width:900px;margin:0 auto;padding:2em 0;}
#footer span, #footer address {display:block;float:left;padding:0 2em;}
#footer .contact {padding-left:0;}
#footer .contact, #footer .contact a {font-size:15px; line-height:1.2em; color:#666}
#footer .contact a:hover {color:#333;}
#footer .follow, #footer address {border-left:1px solid #CCC;font-style:normal;}
#footer .copyright {text-align:right;float:right;width:17em;}

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