/* ###################### FONTS ########################### */
@font-face {
    font-family: 'myriad_probold_italic';
    src: url('myriadpro-boldit-webfont.eot');
    src: url('myriadpro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-boldit-webfont.woff') format('woff'),
         url('myriadpro-boldit-webfont.ttf') format('truetype'),
         url('myriadpro-boldit-webfont.svg#myriad_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'myriad_pro_lightbold_italic';
  src: url('myriadpro-semiboldit-webfont.eot');
  src: url('myriadpro-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
       url('myriadpro-semiboldit-webfont.woff') format('woff'),
       url('myriadpro-semiboldit-webfont.ttf') format('truetype'),
       url('myriadpro-semiboldit-webfont.svg#myriad_pro_lightbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* ###################### RESETS ########################## */

.scrollbar::-webkit-scrollbar,
.editor::-webkit-scrollbar,
.rich_editor_frame::-webkit-scrollbar {
    width: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*
.scrollbar::-webkit-scrollbar-track,
.editor::-webkit-scrollbar-track,
.rich_editor_frame::-webkit-scrollbar-track {
  background-color: #222222;
}*/

::-webkit-resizer {
  background: transparent url('../images/layout/resize-grab.png') no-repeat bottom right scroll;
  background-size: 17px 6px;
}


.scrollbar::-webkit-scrollbar-thumb,
.editor::-webkit-scrollbar-thumb,
.rich_editor_frame::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#292929;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html, body {
  height: 100%;
}

html, body, textarea {
  background-color: #282828;
	color: #FFFFFF;
  font-family:   Verdana, Arial, sans-serif;
	font-size:     12px;
  line-height:   18px;
  word-wrap: break-word;
  /*text-rendering: optimizeLegibility;*/
}

div.box-comment div.post {
	font-size:     13px;
  line-height:   19px;
}

span.bbc_size {
  line-height:   normal;
}

del {
  color: #828282;
}



body, form, table, div, p, div, dl {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic
}



div, img, fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}



div.quote-box.expanded {padding-bottom: 1em;}
div.quote-header {font-style: italic;}
blockquote {
  margin-top: 8px;
  margin-right: 12px;
  margin-left: 0;
  margin-bottom: 24px;
	padding-left: 12px;
	border-left: 1px solid #0066db;
  font-style: italic
}

a.quote-link {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url('../images/layout/quote-link_x2.png') no-repeat 0 0 scroll;
  background-size: 12px 12px;
}

h1, h2, h3, h4 {
  font-family: 'myriad_probold_italic';
  text-decoration: none;
  font-weight: normal;
}
div.post-foot a.button-thanks,
div.row-title,
span.tag {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica,'myriad_pro_lightbold_italic';
  font-size: 10pt;
}

div.box-header,
div.inline-title,
h3.accordion-header,
div.row-title span.title,
div.row-title span.subject {
  font-family: 'myriad_probold_italic';
  font-size: 13pt;
  font-style: normal;
}

#login_box div.tab a,
div#attach_imgurl,
input.button_submit,
div.row-title span.author,
div.box-header {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,'myriad_pro_lightbold_italic';
}

div.row-title span.subject {
  font-size: 12pt;
}
div.row-title span.author {
  font-size: 11pt;
}

span.label-w45,
span.label-w10 {
  font-family: 'myriad_pro_lightbold_italic';
  font-size: 12pt;
}

div.bbc-box-head,
div.menu-box-top,
div.menu-box-foot,
div.msgbox-head,
div.errors h2.title {
  font-family: 'myriad_probold_italic';
  font-size: 18pt;
  font-style: normal;
  line-height: 40px;
}

div.menu-box-top,
div.menu-box-foot {
  font-size: 14pt;
}

div.inline-title,
h3.accordion-header,
div.row-title span.title,
div.row-title span.subject,
div.row-title span.subject a,
span.label-w45,
.op70 {
  /*opacity: 0.7;*/
  color: #cccccc;
}

h3.accordion-header {
  color: #bebebe;
}



h3.accordion-header.inactive-header:hover,
div.box-row:hover div.row-title span.title,   div.box-row:focus div.row-title span.title,
div.box-row:hover div.row-title span.subject, div.box-row:focus div.row-title span.subject {
  /*opacity: 0.95;*/
  color: #f4f4f4;
}

div.row-counter,
span.label-w10,
.op30 {
  /*opacity: 0.3;*/
  color: #676767;
}

div.box-row:hover div.row-counter,         div.box-row:focus div.row-counter,
div.box-row:hover span.tenure,             div.box-row:focus span.tenure,
div.box-row:hover div.row-title span.op30, div.box-row:focus div.row-title span.op30,
div.box-row.unread div.row-counter {
  /*opacity: 0.45;*/
  color: #878787;
}


a, a:visited {
	color: #187fff;
  text-decoration: none;
}

a:hover,
div.text-links a:hover {
  text-decoration: underline;
}

a.subtle,
a.box-header-crumb,
a.box-header-crumb:visited,
div.pagination a,
div.colhead-button,
div.pagination a:visited,
div.pagination div.pagenums span,
div.colhead-text {
  color: #8e8e8e;
}

div.colhead-button:hover,
div.colhead-button:focus,
div.button-frame a:hover,
div.button-frame a:focus {
  color: #f4f4f4;
  text-decoration: none;
}

a.subtle:hover,
a.subtle:focus,
div.text-links a,
div.text-links a:visited,
a.box-header-crumb:hover,
a.box-header-crumb:focus,
a.verification-refresh:hover,
a.verification-refresh:focus,
div.pagination a:hover,
div.pagination a:focus {
  color: #0066db;
  text-decoration: none;
}

div.menu-list a.menu-list-item,
div.menu-list a.menu-list-item:visited {
  font-family: Arial, Verdana, "Lucida Grande", sans-serif;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica,'myriad_pro_lightbold_italic';
  font-weight: bold;
  font-size: 13pt;
}

div.allowed_extensions {
  font-size: 10px;
  font-style: italic;
}


div.pagination div.pagenums span.current,
div.colhead-button.current {
  cursor: pointer;
  color: #0d0d0d;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #5F5F5F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #5F5F5F;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #5F5F5F;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #5F5F5F;
}

:focus::-webkit-input-placeholder{ /* WebKit browsers */
  color: transparent;
}
:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

#si_footer-links     {color: #a1a1a1; line-height: normal;}
#si_footer-copy      {color: #a1a1a1; line-height: normal;}
div.register-text,
input,
div.si_checkbox,
div.si_radio,
#si_tooltip,
a.verification-refresh,
textarea               {color: #929292;}
#edit_section textarea {color: #909090;}
div.attached-files span.attachment,
div.si_checkbox:hover,
div.si_checkbox.focus,
div.si_radio:hover,
div.si_radio.focus,
input:focus,
textarea:focus         {color: #f4f4f4;}
div.allowed_extensions {color: #737373;}
div.row-title          {color: #ffffff;}
div.box-header         {color: #565656;}
div.topic span         {color: #8e8e8e;}
#login_box div.content-text,
#login_box div.content-info,
div.bbc-box-head,
div.menu-box-top,
div.menu-box-foot,
div.msgbox-head,
div.accordion-content,
div.post,
div.errors h2.title    {color: #c6c6c6;}
div.topic span.starter,
div.quote-box          {color: #8a8a8a;}

div.row-rating,
div.star-rating {
  color: #848484;
}
div.row-rating {
  font-size: 14px;
  color: #676767;
}
div.row-rating span {
  font-size: 14px;
}
div.star-rating.hl                    {color: #225fb1;}
div.box-comment-hl div.star-rating.hl {color: #2469c2;}


div.member-box a,
div.member-box div.mid,
div.button-frame a,
div.si_button a,
div.file-upload a,
div.icon-frame a,
input.button_submit,
div.si_input div.tip  {
  color: #929292;
}

div.member-box a:hover,
div.member-box a:focus,
div.member-box:hover div.mid,
div.member-box:focus div.mid,
div.si_button a:hover,
div.si_button a:focus,
div.file-upload a:hover,
div.file-upload a:focus,
div.icon-frame a:hover,
div.icon-frame a:focus,
input.button_submit:hover,
input.button_submit:focus {
  color: #f4f4f4;
  text-decoration: none;
}

h1,
div.member-box,
div.topic span.starter,
div.row-rating,
div.star-rating,
a.box-header-crumb,
div.box-header-crumb,
div.bbc-box-head,
div.menu-box-top,
div.menu-box-foot,
span.label-w45,
span.label-w10 {
  /*text-shadow: 0px -1px 1px #000000;*/
}

h1 {font-size: 25pt; margin: 1.5em 0; color: #cccccc;}
h2 {font-size: 20px; margin: .75em 0;}
h3 {font-size: 18px; margin: .75em 0;}
h4 {font-size: 16px; margin: .7em 0; color: #cccccc;}
h1.bbc_title {font-size: 20pt; margin-top: 12px; margin-bottom:6px;}
h1.page-title {margin-top: 40px; margin-bottom: 28px;}

h1.bbc_title+br:first,
div.quote-box+br {
  display: none;
}

span.red {
  color: #b22222;
}

.animate-height {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

/* ###################### GRID ############################ */


div.full-width {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

div.inner-width {
  width: 874px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

div.col-33 {
  float: left;
  width: 33%;
}

div.full-width.clear-25 {
  height: 25px;
}

div.full-width.clear-43 {
  height: 43px;
}

a.main-logo {
  display: block;
  float: left;
  width: 199px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: transparent url('../images/layout/main-logo.png') no-repeat 0 0 scroll;
  background-size: 199px 45px;
}


/* ###################### BASE LAYOUT ##################### */

#si_page-tile {
  background-color: #282828;
  width: 1024px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#si_head,
#si_page-head {
  width: 874px;
  margin-left: auto;
  margin-right: auto;
}

#si_head {
  width: 894px;
  padding-left: 10px;
}

#si_page-head {
  min-height: 75px;
}

#si_page-head {
  overflow: visible;
}

#si_body {
  width: 100%;
  overflow: hidden;
}

#si_footer,
#si_footer-logo,
#si_footer-ads {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
/*
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);*/
}

div.basebox.blue {
  position: relative;
  text-align: center;
  width: 100%;
  color: #ffffff;
  background-color: #0090ff;
}
div.basebox.blue a,
div.basebox.blue a:hover {
  color: #ffffff;
}

div#si-footer {
  font-family: Helvetica, Arial;
  font-size: 8pt;
  line-height: 1.5em;
  margin-top: 80px;
}

a#main-logo {
  display: block;
  position: absolute;
  z-index: 999;
  margin-top: 50px;
  width: 200px;
  height: 50px;
  background: transparent url('../images/layout/procreate_x2.png') no-repeat;
  background-size: 200px 50px;
}

a.foot-icon {
  display: inline-block;
  position: relative;
  width: 129px;
  height: 138px;
  font-size: 10pt;
  line-height: 1.5em;
  text-decoration: none;
  background: #0090ff url('../images/layout/foot_twitter_x2.png') no-repeat center top;
  background-size: 129px 119px;
}
a.foot-icon.facebook  {background-image: url('../images/layout/foot_facebook_x2.png');}
a.foot-icon.handbook  {background-image: url('../images/layout/foot_handbook_x2.png');}
a.foot-icon.press     {background-image: url('../images/layout/foot_press_x2.png');}
a.foot-icon.community {background-image: url('../images/layout/foot_community_x2.png');}
a.foot-icon.contact   {background-image: url('../images/layout/foot_contact_x2.png');}

a.foot-icon span {
  color: #b7e0ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
a.foot-icon:hover span {
  color: #ffffff;
}

#si_footer-ads {
  height: 493px;
  background: transparent url('../images/layout/si_footer-ads.jpg') no-repeat center center scroll;
  background-size: 1024px 493px;
}

#si_footer {
  height: 263px;
  background: transparent url('../images/layout/si_footer.png') no-repeat center center scroll;
  background-size: 1024px 263px;
  margin-top: 43px;
}

#si_footer-logo {
  height: 118px;
  background: transparent url('../images/layout/si_footer-logo.png') no-repeat center center scroll;
  background-size: 1024px 118px;
}

#si_footer-social  {
  padding-top: 64px;
  padding-left: 75px;
}

#si_footer-links  {
  padding-top: 75px;
  padding-left: 25px;
}

#si_footer-copy {
  padding-top: 70px;
}


#si_footer {
  font-size: 12px;
  font-family: Arial, Verdana, "Lucida Grande", sans-serif;
  font-weight: bold;
}

#si_footer-links a {
  text-decoration: none;
	color: #a1a1a1;
}

#si_footer-links a:hover {
	color: #3389d2;
}

#si_footer-social a  {
  text-indent: -9999px;
  display: block;
  margin-bottom: 8px;
  width: 230px;
  height: 56px;
  background: transparent url('../images/layout/si_social.png') no-repeat 0 0 scroll;
  background-size: 460px 180px;
}

#si_footer-social a#si_social-tw        {background-position: 0px 0px;}
#si_footer-social a#si_social-fb        {background-position: 0px -62px;}
#si_footer-social a#si_social-dl        {background-position: 0px -126px;}
#si_footer-social a#si_social-tw:hover  {background-position: -230px 0px;}
#si_footer-social a#si_social-fb:hover  {background-position: -230px -62px;}
#si_footer-social a#si_social-dl:hover  {background-position: -230px -126px;}

div#user_box {
  float: left;
  width: 600px;
  padding-top: 17px;
  overflow: visible;
}

/*
#search_box {
  margin-top: -81px;
  float: right;
  height: 75px;
}*/

#search_box {
  margin-top: 23px;
  float: right;
}

#si_reply {
  display: none;
}

#ajax_in_progress {
  position:fixed;
  text-align: center;
  color: #8e8e8e;
  height: 60px;
  width: 180px;
  z-index: 500;
  top:50%;
  left:50%;
  margin:-75px 0 0 -15px;
  line-height: 60px;
  background-color: #252525;

  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  overflow: visible;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
}

#ajax_in_progress a {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  top: -25px;
  background: transparent url('../images/layout/ajax-close.png') repeat-y 0 0 scroll;
  background-size: 50px 50px;
}


/* ###################### POPUPS ########################## */


#lightbox * {
  overflow: visible;
}

#underlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  z-index:8888;
}

#image_box {
  display: none;
  position: absolute;

}


#underlay.tint {
  background-color: #121212;
  opacity: 0.75;
}

#login_box,
#first_login {
  text-align: center;
  position: absolute;
  width:752px;
  height: 352px;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin-left: -376px;
  margin-top: -176px;
  overflow: visible;
  background-color: #262626;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

#first_login .button-now,
#first_login .button-later {
  display: block;
  position: absolute;
  width: 223px;
  height: 194px;
  top: 98px;
  left: 115px;
  background: transparent url('../images/layout/first-login-button-now_x2.jpg') no-repeat 0 0 scroll;
  background-size: 223px 194px;
}
#first_login .button-later {
  left: 408px;
  cursor: pointer;
  background-image: url('../images/layout/first-login-button-later_x2.jpg');
}
#first_login .button-now:hover,
#first_login .button-later:hover {
  opacity: 0.8;
}


.box-close {
  width:50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  background: transparent url('../images/layout/login-box-close_x2.png') no-repeat 0 0 scroll;
  background-size: 50px 50px;
}

.lb-fullsize {
  display: inline-block;
  position: absolute;
  margin-left: 8px;
  width: 45px;
  height: 45px;
  background: transparent url('../images/layout/icon-fullsize.png') no-repeat 0 0 scroll;
  background-size: 45px 45px;
}

.lb-prev:hover, .lb-prev.pulse {
  background: url('../images/layout/icon-prev.png') left 48% no-repeat;
  background-size: 39px 53px;
}

.lb-next:hover, .lb-next.pulse {
  background: url('../images/layout/icon-next.png') right 48% no-repeat;
  background-size: 39px 53px;
}

#login_box h1 {
  margin: 34px;
}


#login_box div.tab-buttons {
  position: absolute;
  height: 44px;
  top: 90px;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  text-align: center;
}

#login_box div.tab {
  display: inline-block;
  height: 44px;
  margin: 0 28px;
}

#login_box div.tab a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #8e8e8e;
  font-size: 17px;
  text-decoration: none;
}

#login_box div.tab:hover a {
  color: #f4f4f4;
  text-decoration: none;
}

#login_box div.tab.active:hover a,
#login_box div.tab.active a {
  color: #0066db;
}

#login_box div.tab-box {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 134px;
  bottom: 0;
  overflow: visible;
  background-color: #323232;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#login_box div.tab-box.active {
  display: block;
}

#login_box div.content-login {
  display: inline-block;
  margin-top: 56px;
  overflow: visible;
}

#login_box div.content-register {
  margin-top: 20px;
  padding-left: 20px;
}


div.register-text {
  text-align: left;
  width: 711px;
  height: 142px;
  padding-left: 8px;
  padding-right: 4px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}

div.v-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 4px;
}

#login_box div.label,
#login_box div.si_input {
  height: 30px;
  margin-bottom: 17px;
}

#si_fbconnect {
  margin-top: 18px;
  display: block;
  width: 278px;
  height: 44px;
  background: transparent url('../images/layout/fb_connect.png') no-repeat 0 0 scroll;
  background-size: 278px 44px;
}

div.menu-box {
  position: absolute;
  z-index: 9999;
  top: 6px;
  left: 50%;
  margin-left: -114px;
}

div.menu-box.sm {
  left: 50%;
  margin-left: -108px;
}

div.menu-box.sm.up {
  left: 50%;
  margin-left: -108px;
  top: auto;
  bottom: 0;
}

div.animate-out.hidden {
  transform: scale(.95,.95);
  -ms-transform: scale(.95,.95); /* IE 9 */
  -webkit-transform: scale(.95,.95); /* Safari and Chrome */
  -o-transform: scale(.95,.95); /* Opera */
  -moz-transform: scale(.95,.95); /* Firefox */

  transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out; /* Firefox 4 */
  -webkit-transition: all 150ms ease-in-out; /* Safari and Chrome */
  -o-transition: all 150ms ease-in-out; /* Opera */

  opacity: 0;
  visibility: hidden;
}

div.menu-box div.cancel-zone {
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 8888;
  background: transparent url('../images/layout/menu-box-point-sm_x2.png') no-repeat center bottom scroll;
  background-size: 28px 13px;
}
div.menu-box.sm div.cancel-zone {
  background: transparent url('../images/layout/menu-box-point-sm_x2.png') no-repeat center bottom scroll;
  background-size: 28px 13px;
}
div.menu-box.up div.cancel-zone {
  bottom: 0;
  background: transparent url('../images/layout/menu-box-point-sm-up.png') no-repeat center top scroll;
  background-size: 28px 13px;
}


div.menu-box-top {
  text-align: center;
  margin-top: 40px;
  width: 228px;
  height: 36px;
  line-height:36px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

div.menu-box-top.sm {
  width: 217px;
}

div.menu-box-top.sm.up {
  margin-top: 28px;
}

div.menu-box-mid {
  width: 228px;
  background-color: rgba(32,32,32,0.94);
}

div.menu-box-mid.sm {
  width: 217px;
}

div.menu-box-div.sm {
  width: 217px;
  height: 10px;
  margin-bottom: 5px;
}

div.menu-box-foot {
  width: 228px;
  height: 31px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

div.menu-box-foot.sm {
  width: 217px;
}

div.menu-box-foot.sm.up {
  height: 56px;
}


div.menu-box-foot.sm.up {
  margin-bottom: 40px;
  height: 31px;
}

div.menu-box a.menu-button,
div.menu-box a.menu-button:visited {
  display: block;
  position: relative;
  text-align: left;
  text-indent: 30px;
  width: 217px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0,0,0,0.16);
}
div.menu-box a.menu-button:hover {
  color: #c6c6c6;
}

#tags a.menu-button {
  text-align: left;
  text-indent: 9px;
}

span.menu-button-checked {
  display: block;
  position: absolute;
  width: 35px;
  height: 45px;
  right: 0px;
  top: 0px;
  background: transparent url('../images/layout/menu-button-tick_x2.png') no-repeat center center scroll;
  background-size: 35px 30px;
}


div.bbc-box div.si_input {
  background-color: rgba(0,0,0,0.16);
}
div.menu-box.sm
  margin-left: 30px;
  margin-top: 14px;
  background-color: rgba(0,0,0,0.16);
}
div.menu-box.sm div.si_input input {
  text-align: left;
  margin-top: 2px;
  padding: 0;
}
#si_pagenum {
  text-align: center;
}

div.menu-list a.menu-list-item,
div.menu-list a.menu-list-item:visited {
  display: block;
  text-align: left;
  text-indent: 14px;
  width: 228px;
  height: 42px;
  line-height: 42px;
  color: #a8a8a8;
  background-color: rgba(0,0,0,0.16);
}
div.menu-list a.menu-list-item:hover {
  color: #dbdbdb;
}

span.menu-list-checked {
  display: block;
  float: right;
  width: 47px;
  height: 42px;
  background: transparent url('../images/layout/menu-list-tick_x2.png') no-repeat 0 0 scroll;
  background-size: 47px 42px;
}



/* ###################### CONTENT BOXES ################### */

#attachments {
  width: 100%;
  float: left;
}
div.attached-files {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 125px;
  padding-right: 20px;
}
div.attached-files span.attachment {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  height: 34px;
  line-height: 34px;
  font-size: 10px;
  padding-right: 20px;
  padding-left: 30px;
  padding-bottom: 10px;
  background: transparent url('../images/layout/attach-file_x2.png') no-repeat 0px 5px scroll;
  background-size: 24px 24px;
  overflow: hidden;
}
input.attachment {
  position: absolute;
  left: -9999px;
}
div.attachments div.attachment {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.attached-files span.attachment.image {background-image: url('../images/layout/attach-image_x2.png');}

div.attached-files span.attachment.delete {
  text-decoration: line-through;
  opacity: 0.5;
}

div.attached-files span.attachment a {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/layout/attach-delete_x2.png') no-repeat 0 0 scroll;
  background-size: 24px 24px;
}

span.inline-file {
  cursor: pointer;
}


div.attachment.image.tute {
  margin-top: 10px;
  text-align: center;
}


div.hr {
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #242424;
}


div.bbc-box {
  width: 588px;
  position: absolute;
  bottom: -8px;
  left: -68px;

  z-index: 9999;
}
div.bbc-box-head {
  padding-top: 10px;
  text-align: center;
  width: 588px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
div.bbc-box-mid {
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  width: 588px;
  height: auto;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
div.bbc-box-foot {
  width: 588px;
  height: 69px;
  background: transparent url('../images/layout/menu-box-point-sm-up.png') no-repeat center top scroll;
  background-size: 28px 13px;

}
div.bbc-box-content {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

div.field-w45,
span.label-w10,
span.label-w45 {
  display: block;
  float: left;
  width: 45%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
span.label-w10 {
  width: 10%;
}
div.field-w45 {
  text-align: left;
  height: 40px;
}
div.field-w45.right {
  text-align: right;
}
div.field-w45.right div {
  float: right;
}
div.allowed_extensions {
  text-align: center;
  padding-right: 20px;
  line-height: 14px;
}

div.box-plain,
div.box-reply {
  width: 874px;
  height: auto;
  background-color: #323232;
  background-size: 874px 4px;
}

div.check-list {
  float: left;
  width: 33%;
}

div.box-reply {
  padding-bottom: 16px;
}

div.errors {
  height: auto;
  margin-bottom: -18px;
}
div.box-reply div.errors {
  padding-left: 125px;
  width: 874px;
}

div.error-excl {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 155px;
  height: 156px;
  background: transparent url('../images/layout/error-excl_x2.png') no-repeat 0 0 scroll;
  background-size: 155px 156px;
  z-index: 50;
}

div.errors h2 {
  margin-bottom: 0;
}



div.post.edit div.box-reply {
  width: auto;
  background: none;
}

div.box-reply div.textarea {
  float: right;
  margin-top: 38px;
  margin-right: 38px;
  width: 711px;
  min-height: 136px;
  max-height: 800px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow-y: auto;
}

div.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
}

div.ui-resizable-s {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0px;
  right: -1px;
  cursor: s-resize;
  background: transparent url('../images/layout/resizer_x2.png') no-repeat right bottom scroll;
  background-size: 16px 16px;
}

div.post.edit div.box-reply div.textarea {
  margin-top: 15px;
}

div.box-reply div.textarea div.top {
  width: 711px;
  height: 6px;
  /*background: transparent url('../images/layout/box-reply-textarea-top.png') no-repeat 0 0 scroll;*/
  background-size: 711px 6px;
  resize: none;
}

div.box-reply div.textarea div.mid {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 6px;
  overflow: visible;
  /*background: transparent url('../images/layout/box-reply-textarea-mid.png') repeat-y 0 0 scroll;*/
  background-size: 711px 5px;
  resize: none;
}

#qr_buttons {
  float: right;
  margin-top: -30px;
  margin-right: 38px;
  width: auto;
  height: 30px;
}

#preview_section {
  padding-top: 38px;
  padding-right: 38px;
  padding-bottom: 45px;
  width: 748px;
  min-height: 136px;
}

div.post.edit  #preview_section {
  padding-top: 0;
}

#preview_body {
  width: 700px;
}



div.box-header {
  background-color: #212121;

  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

  padding-left: 10px;
  padding-right: 23px;
  height: 44px;
  resize: none;
}

a.box-header-crumb,
div.box-header-crumb,
div.box-header-div,
div.box-header-bar {
  line-height: 44px;
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
}

div.box-header-div {
  width: 21px;
  height: 44px;
  background: transparent url('../images/layout/box-header-div_x2.png') no-repeat top center scroll;
  background-size: 17px 44px;
}

div.box-header-bar {
  padding-left: 10px;
  padding-right: 10px;
  width: 1px;
  height: 44px;
  background: transparent url('../images/layout/box-header-bar_x2.png') no-repeat top center scroll;
  background-size: 1px 44px;
}


div.box-topichead {
  height: 125px;
  background-color: #1B1B1B;
}

div.box-topichead.alternate {
  height: 100px;

}

div.box-colhead {
  line-height: 40px;
  padding-right: 20px;
  height: 40px;
  background-color: #212121;
  overflow: visible;
}

div.box-comment-hl,
div.box-comment-unapproved {
  background: transparent url('../images/layout/hl-tile.png') repeat 0 0 scroll;
  background-size: 50px 50px;
}
div.box-comment-unapproved {
  background-image: url('../images/layout/mod-tile.png');
}

div.raised {
  background-color: #323232;
}
div.sunken {
  background-color: #262626;
}
div.raised.mod {
  background-color: #472e30;
}
div.sunken.mod {
  background-color: #3f2628;
}

div.raised div.tile,
div.sunken div.tile {
  background-color: transparent;
}
div.alternate div.tile {background-image: url('../images/layout/box-topichead-tile.png');}


div.meta {
  float: left;
  width: 125px;
  height: 100%;
}
div.box-comment div.meta {
  min-height: 145px;
}
div.box-comment div.meta.short {
  min-height: 100px;
}
div.box-comment div.meta.tall {
  min-height: 245px;
}


div.member-box {
  float: left;
  height: 40px;
  overflow: visible;
}

div.member-box div.left {
  float: left;
  width: 30px;
  height: 40px;
  /*background: transparent url('../images/layout/member-box-left.png') no-repeat 0 0 scroll;*/
  background-size: 30px 40px;
}

div.member-box div.mid {
  float: left;
  text-align: center;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 12px;
  /*background: transparent url('../images/layout/member-box-mid.png') repeat-x 0 0 scroll;*/
  background-size: 2px 40px;
}

div.member-box div.right {
  float: left;
  width: 20px;
  height: 40px;
  /*background: transparent url('../images/layout/member-box-right.png') no-repeat 0 0 scroll;*/
  background-size: 20px 40px;
}

div.member-box img.avatar {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.member-box a.popup {
  display: block;
  position: absolute;
  top: 3px;
  width: 100%;
  height: 34px;
  background: transparent url('../images/layout/member-drop-arrow.png') no-repeat top right scroll;
  background-size: 34px 68px;
}
div.member-box a.popup.hl {
  background-position: right -34px;
}


div.avatar-frame {
  width: 125px;
  height: 105px;
}
div.avatar-frame.big {
  width: 125px;
  height: 125px;
}

div.box-row.fixed-70 div.avatar-frame {
  margin-top: -27px;
  margin-left: 10px;
}
div.box-row.fixed-70 span.tenure {
  float: right;
  height: 70px;
  line-height: 70px;
  margin-right: 35px;
}



div.avatar-frame img {
  position: absolute;
  top: 32px;
  left: 30px;
  width: 66px;
  height: 66px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
div.box-row.online div.row-title span.subject {
  color: #0066db;
}

div.avatar-frame.big img {
  top: 28px;
  left: 28px;
  width: 68px;
  height: 68px;
}

div.avatar-frame div {
  width: 125px;
  height: 95px;
  background: transparent url('../images/layout/avatar-frame.png') no-repeat 0 0 scroll;
  background-size: 125px 95px;
}
div.avatar-frame.big div {
  width: 125px;
  height: 125px;
  background: transparent url('../images/layout/avatar-frame-big.png') no-repeat 0 0 scroll;
  background-size: 125px 125px;
}

div.avatar-frame.reply div {
  background-image: url('../images/layout/avatar-frame-reply.png');
}

div.avatar-frame.si div {
  width: 125px;
  height: 105px;
  background: transparent url('../images/layout/avatar-si_x2.png') no-repeat 0 0 scroll;
  background-size: 125px 105px;
}
div.box-topichead div.avatar-frame.si div {
  background-position: 0 -8px;
}

div.avatar-frame a,
div.avatar-frame a:visited,
div.avatar-frame a:hover {
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 66px;
  height: 66px;
  text-decoration: none;
}
div.avatar-frame.big a {
  top: 28px;
  left: 28px;
  width: 68px;
  height: 68px;
}


div.user-meta {
  text-align: center;
  font-style: italic;
  width: 125px;
  line-height: 140%;
}

div.pagination,
div.colhead-text {
  margin-left: 125px;
  float: left;
}

div.pagination{
  margin-left: 114px;
}
div.pagination div.pagenext {
  margin-left: 10px;
}

div.colhead-button {
  float: left;
  margin-right: 20px;
  height: 22px;
  margin-top: 9px;
  line-height: 22px;
  padding: 0 10px;
}

div.colhead-button.current {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color:#0066db;
}

div.colhead-button div {
  float: left;
  width: 20px;
}

div.pagination div {
  float: left;
}

div.pagination div.pagenums a,
div.pagination div.pagenums span {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

div.pagination div.pagenums span {
  float: left;
  display: block;
  width: 18px;
}

div.pagination div.pagenums span.current {
  width: 24px;
  height: 24px;
  margin: 8px;
  line-height: 24px;
  font-weight: bold;
  background-color: #0066db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.box-row {
  height: 70px;
  background-color: #242424;
}
#si_members div.box-row.fixed-70 div.avatar-frame {margin-top: -24px;}
#si_members div.box-row.fixed-70 div.avatar-frame.si {margin-top: -29px;}
#si_members div.box-row {height: 80px;}
#si_members div.row-title.nosub {padding-top: 32px;}
#si_members div.box-row.fixed-70 span.tenure {line-height: 80px;}


div.raised.hl,
div.sunken.hl {
  border-left: 4px solid #0066db;
}
div.raised.hl div.tile,
div.sunken.hl div.tile {
  margin-left: -4px;
}

div.circle-wrap {
  display: table-cell;
  width: 125px;
  height: 72px;
  vertical-align: middle;
}

div.circle {
  display: block;
  width: 42px;
  height: 42px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0066db;
  transition: width 200ms, height 200ms, transform 200ms;
  -webkit-transition: width 200ms, height 200ms, -webkit-transform 200ms;


    -mox-box-shadow: 0 0 1px #0066db;
    -webkit-box-shadow: 0 0 1px #0066db;
    box-shadow: 0 0 1px #0066db;
}

div.box-row:hover div.circle {
  width: 50px;
  height: 50px;
}

img.row-icon,
div.row-icon {
  width: 125px;
  height: 70px;
  background-size: 125px 70px;
}

div.row-title {
  position: absolute;
  top: 0;
  left: 125px;
  width: 571px;
  height: 70px;
  padding-top: 18px;
}

div.box-row.fixed-70 div.row-title {
  width: auto;
  right: 0;
  border-top: 1px solid #303030;
}

div.box-row.fixed-70.first div.row-title {
  border-top: none;
}



div.row-title.nosub {
  padding-top: 26px;
}


div.row-counter {
  position: absolute;
  top: 0;
  right: 40px;
  width: 104px;
  height: 70px;
  padding-top: 18px;
  text-align: right;
}

div.row-rating {
  position: absolute;
  top: 0;
  right: 182px;
  height: 70px;
  padding-top: 27px;/*
  padding-left: 24px;
  background: transparent url('../images/layout/row-rating.png') no-repeat 0 0 scroll;
  background-size: 24px 70px;*/
}


a.unread {
  display: block;
  position: absolute;
  width: 76px;
  height: 68px;
  top: 1px;
  right: 100px;
  background: transparent url('../images/layout/icon-unread_x2.png') no-repeat center center scroll;
  background-size: 41px 12px;
  z-index: 600;
}

div.last-post {
  display: block;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 600;
}

div.box-comment div.post {
  float: left;
  width: 749px;
  margin-top: 40px;
  min-height: 70px;
}
div.box-comment div.post.no-meta {
  min-height: 20px;
}
div.box-comment.alternate div.post {
  margin-top: 10px;
}

div.box-plain div.post {
  float: none;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 20px;
  width: auto;
}

div.box-comment div.post.edit {
  overflow: visible;
}

div.box-comment div.post-foot {
  float: right;
  width: 749px;
}

div.box-comment div.post-foot .padding {
  padding-top: 12px;
  margin-left: -6px;
  width: 722px;
}

div.box-comment div.padding {
  margin-bottom: 18px;
  width: 712px;
  min-width: 712px;
}

div.box-topichead div.topic {
  float: left;
  /*width: 590px;*/
  /*height: 125px;*/
  white-space: nowrap;
  overflow: hidden;
}
div.box-topichead div.topic h1,
#first_login h1 {
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 40px;
  width: 580px;
}
div.box-topichead div.topic h1.small {margin-top: 26px;}
#first_login h1 {width: auto;}

div.box-topichead div.labels {
  width: 512px;
}

div.box-topichead div.topic span.label,
div.box-topichead div.topic span.value {
  display: block;
  float: left;
  width: 72px;
}
div.box-topichead div.topic span.value {
  width: 184px;
}



/* ###################### FORM ELEMENTS ################### */

div.file-upload {
  height: 30px;
  width: 230px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0,0,0,0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div#attach_imgurl {
  text-align: right;
  padding-right: 4px;
  font-size: 16px;
}


div.si_checkbox,
div.si_radio {
  cursor: pointer;
  padding-left: 48px;
  width: 100%;
  height: 40px;
  float: left;
  margin-left: -5px;
  margin-top: -6px;
  background: transparent url('../images/layout/checkbox_x2.png') no-repeat 0 0 scroll;
  background-size: 40px 80px;
  line-height: 40px;
}
div.si_radio {
  background-image: url('../images/layout/radio-dot_x2.png');
}

div.content-login div.si_checkbox {
  width: auto;
}



div.si_checkbox input,
div.si_radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  cursor: pointer;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
}


div.si_checkbox.checked,
div.si_radio.checked {
  background-position: 0px -40px;
}



div.si_input {
  overflow: visible;
  height: 30px;
  background-color: rgba(32,32,32,0.94);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div.si_input.left {
  float: left;
}

div.si_input div.left {
  width: 9px;
  height: 30px;
  float: left;/
}

div.si_input div.mid {
  float: left;
  height: 30px;
}

div.si_input div.right {
  float: left;
  height: 30px;
  width: 9px;
}

div.si_input div.icon {
  float: left;
  width: 18px;
  height: 30px;
}

div.si_input div.icon.search {
  background: transparent url('../images/layout/input-icon-search.png') no-repeat 0 0 scroll;
  background-size: 18px 30px;
}

div.si_input div.indicator {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  right: -3px;
}

div.si_input.error div.indicator,
div.si_input.tick  div.indicator {
  display: block;
  background: transparent url('../images/layout/input-error_x2.png') no-repeat 0 0 scroll;
  background-size: 40px 40px;
}
div.si_input.tick  div.indicator {background-image: url('../images/layout/input-tick_x2.png');}
/*
#si_tooltip {
  display: none;
  position: absolute;
  width: 145px;
  z-index: 10000;
}

#si_tooltip div {
  width: 145px;
}

#si_tooltip div.tip-head {
  height: 20px;
  background: transparent url('../images/layout/tooltip-head_x2.png') no-repeat 0 0 scroll;
  background-size: 145px 20px;
}

#si_tooltip div.tip-body {
  background: transparent url('../images/layout/tooltip-body_x2.png') repeat-y 0 0 scroll;
  background-size: 145px 1px;
  padding-left: 17px;
  padding-right: 17px;
}

#si_tooltip div.tip-foot {
  height: 35px;
  background: transparent url('../images/layout/tooltip-foot_x2.png') no-repeat 0 0 scroll;
  background-size: 145px 35px;
}
*/


#si_tooltip {
  display: none;
  position: absolute;
  height: 60px;
  z-index: 10000;
}

#si_tooltip div {
  float: left;
  height: 60px;
}

#si_tooltip div.tip-left {
  width: 15px;
  background: transparent url('../images/layout/tip-left_x2.png') no-repeat 0 0 scroll;
  background-size: 15px 60px;
}

#si_tooltip div.tip-mid {
  background: transparent url('../images/layout/tip-mid_x2.png') repeat-x 0 0 scroll;
  background-size: 15px 60px;
}

#si_tooltip div.tip-body {
  background: transparent url('../images/layout/tip-arrow_x2.png') repeat-y top center scroll;
  background-size: 26px 60px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 46px;
  white-space: no-wrap;
}

#si_tooltip div.tip-right {
  width: 15px;
  background: transparent url('../images/layout/tip-right_x2.png') no-repeat 0 0 scroll;
  background-size: 15px 60px;
}

input, textarea {
  width: 100%;
  height: 24px;
  margin-top: 3px;
  padding: none;
  padding-left: 7px;
  background-color: transparent;
  border: none;
   /*-webkit-user-modify: read-write-plaintext-only;*/
   -webkit-tap-highlight-color: transparent;
}

input {
  margin-top: 3px;
  padding-left: 10px;
}

input#search {
  padding-left: 7px;
}

/* ###################### ICONS/BUTTONS ################### */

div.si_button {
  height: 40px;
  float: left;
  line-height: 40px;
}

div.si_button.right {
  float: right;
}

div.si_button div.left{
  width: 10px;
  height: 40px;
  float: left;
  background: transparent url('../images/layout/button-left_x2.png') no-repeat 0 0 scroll;
  background-size: 10px 40px;
}

div.si_button a.mid {
  display: block;
  float: left;
  height: 40px;
  min-width: 80px;
  text-align: center;
  background: transparent url('../images/layout/button-mid_x2.png') repeat-x 0 0 scroll;
  background-size: 10px 40px;
}

div.si_button div.right {
  float: left;
  height: 40px;
  width: 10px;
  background: transparent url('../images/layout/button-right_x2.png') no-repeat 0 0 scroll;
  background-size: 10px 40px;
}

div.attachments a img {
  vertical-align: middle;
}

a.divgrow-showmore {
  padding-left: 4px;
}

a.verification-refresh {
  display: block;
  float: left;
  height: 30px;
  margin-top: 10px;
  margin-left: -6px;
  padding-left: 30px;
  line-height: 28px;
  background: transparent url('../images/layout/icon-refresh_x2.png') no-repeat 0 0 scroll;
  background-size: 30px 30px;
}

input.button_submit {
  margin: 0;
  padding: 0;
  margin-left: 18px;
  margin-right: 2px;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  height: 30px;
  /*background: transparent url('../images/layout/button-90x30.png') no-repeat 0 0 scroll;*/
  background-size: 90px 30px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
}

fieldset input.button_submit {
  margin: 0;
}

div.add-icons,
div.bb-icons {
  float: left;
  margin-top: 15px;
  width: auto;
  height: 30px;
}

div.add-icons div.divider,
div.bb-icons div.divider {
  display: inline-block;
  width: 35px;
  height: 30px;
}

div.add-icons img,
div.bb-icons img {
  background-size: 35px 30px;
}

div.add-icons img {
  cursor: pointer;
}
div.add-icons img:hover {
  background: transparent url('../images/bbc/bbc_hoverbg.png') no-repeat 0 0 scroll;
  background-size: 35px 30px;
}

/*
a.icon-sprite, a.icon-sprite:visited {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: transparent url('../images/layout/icon-sprite_x2.png') no-repeat 0 0 scroll;
  background-size: 315px 60px;
}*/
/*
a.icon-sprite.bold      {background-position:    0px 0px;} a.icon-sprite.bold:hover,      a.icon-sprite.bold:active, a.icon-sprite.bold:focus           {background-position:    0px -30px;}
a.icon-sprite.underline {background-position:  -35px 0px;} a.icon-sprite.underline:hover, a.icon-sprite.underline:active, a.icon-sprite.underline:focus {background-position:  -35px -30px;}
a.icon-sprite.italics   {background-position:  -70px 0px;} a.icon-sprite.italics:hover,   a.icon-sprite.italics:active, a.icon-sprite.italics:focus     {background-position:  -70px -30px;}
a.icon-sprite.strikeout {background-position: -105px 0px;} a.icon-sprite.strikeout:hover, a.icon-sprite.strikeout:active, a.icon-sprite.strikeout:focus {background-position: -105px -30px;}
a.icon-sprite.link      {background-position: -140px 0px;} a.icon-sprite.link:hover,      a.icon-sprite.link:active, a.icon-sprite.link:focus           {background-position: -140px -30px;}
a.icon-sprite.image     {background-position: -175px 0px;} a.icon-sprite.image:hover,     a.icon-sprite.image:active, a.icon-sprite.image:focus         {background-position: -175px -30px;}
*/

a.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

div.box-topichead div.icons
 {
  display: block;
  float: right;
  margin-top: 49px;
  margin-right: 30px;
}

a.icon-plus,
a.icon-follow,
a.icon-announce,
a.icon-pm
 {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin-left: 12px;
  background: transparent url('../images/layout/icon-plus_x2.png') no-repeat 0 0 scroll;
  background-size: 38px 76px;
  background-color: #080808;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
a.icon-plus.hl,
a.icon-follow.hl,
a.icon-announce.hl
{
  background-position: 0px -38px;
  background-color: #0066db;
}

a.icon-follow {
  background-image: url('../images/layout/icon-follow_x2.png');
  right: 94px;
}

a.icon-announce {
  background-image: url('../images/layout/icon-announce_x2.png');
  right: 94px;
}

a.icon-pm {
  background: transparent url('../images/layout/icon-pm_x2.png') no-repeat 0 0 scroll;
  background-size: 50px 44px;
  right: 94px;
}
div.box-row.fixed-70 a.icon-pm {
  position: absolute;
  top: 14px;
  right: 40px;
}


a.icon.post {
  background: transparent url('../images/layout/icon-post_x2.png') no-repeat 0 0 scroll;
  background-size: 44px 44px;
}

a.icon.reply {
  background: transparent url('../images/layout/icon-reply_x2.png') no-repeat 0 0 scroll;
  background-size: 44px 44px;
}


div.box-header a.icon.follow {
  background: transparent url('../images/layout/icon-follow-brd_x2.png') no-repeat 0 0 scroll;
  background-size: 44px 88px;
} div.box-header a.icon.follow.hl {background-position: 0px -44px;}

div.buttons {
  float: right;
  overflow: visible;
}

#user_box a.icon,
div.post-foot a.icon,
div.blog-container a.icon,
div.icon-frame {
  display: inline-block;
  /*vertical-align: -6px;*/
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background: transparent url('../images/layout/button-reply_x2.png') no-repeat center center scroll;
  background-size: 25px 25px;
  background-color: rgba(27,27,27,0.38);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.post-foot a.icon:first-of-type {
  margin-left: 0px;
}
div.post-foot .permalink {
  float:right;
  line-height: 32px;
}
div.post-foot .permalink a {
  color: #575757;
}


#user_box div.icon-frame,
#user_box a.icon {
  margin-left: 3px;
  width: 40px;
  height: 40px;
  background-size:40px 80px;
  background-position: 0 0;
}
#user_box a.icon.hl {
  background-position: 0px -40px;
  background-color: #0066db;
}

div.post-foot   a.button-quote  {background-image: url('../images/layout/button-quote_x2.png');}
div.post-foot   a.button-report {background-image: url('../images/layout/button-report_x2.png');}
div.post-foot   a.button-action {background-image: url('../images/layout/button-action_x2.png');}
div.post-foot   a.button-tag    {background-image: url('../images/layout/button-tag_x2.png');}
div.post-foot   a.button-thanks {background-image: url('../images/layout/button-thanks_x2.png');
  background-size: 32px 64px;
  background-position: 0 0;
  min-width: 32px;
  width: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #aaaaaa;
}
div.post-foot a.button-thanks {
  background-size: 32px 96px;
}
div.post-foot a.button-thanks.hl {
  background-position: 0 -32px;
  background-color: #0066db;
  color: #0d0d0d;
}
div.post-foot a.button-thanks.act {
  background-position: 0 -64px;
  color: #0066db;
}
div.post-foot a.button-thanks.txt {
  font-size: 14px;
  line-height: 32px;
  padding-left: 32px;
  padding-right: 10px;
  vertical-align: 10px;
  text-decoration: none;
}
div.post-foot a.button-thanks.txt:hover {
  text-decoration: none;
}

#user_box a.menu-report {background-image: url('../images/layout/menu-button-report_x2.png');}
#user_box a.menu-plus   {background-image: url('../images/layout/menu-button-plus_x2.png');}
#user_box a.menu-action {background-image: url('../images/layout/menu-button-action_x2.png');}


div.icon-frame {
  background: transparent;
  overflow: visible;
}

div.icon-frame a.icon {
  margin-left: 0;
  vertical-align: baseline;
}

div.star-rating {
  float: right;
  height: 30px
}

div.star-rating div {
  height: 30px;
  background: transparent url('../images/layout/star-rating-sprite_x2.png') no-repeat 0 0 scroll;
  background-size: 175px 30px;
}

div.star-rating.hl div.left                    {background-position:      0 0;}
div.box-comment-hl div.star-rating.hl div.left {background-position:  -11px 0;}
div.box-comment-hl div.star-rating div.left    {background-position:  -22px 0;}
div.star-rating div.left                       {background-position:  -33px 0;}
/* div.star-rating.hl div.mid                  {background-position:  -44px 0;} these are no good until we have sprite "repeat" ability :-(
div.box-comment-hl div.star-rating.hl div.mid  {background-position:  -47px 0;}
div.box-comment-hl div.star-rating div.mid     {background-position:  -50px 0;}
div.star-rating div.mid                        {background-position:  -53px 0;} */
div.star-rating.hl div.right                   {background-position:  -56px 0;}
div.box-comment-hl div.star-rating.hl div.right{background-position:  -86px 0;}
div.box-comment-hl div.star-rating div.right   {background-position: -116px 0;}
div.star-rating div.right                      {background-position: -146px 0;}

div.star-rating div.left {
  float: left;
  width: 10px;
}

div.star-rating div.mid {
  float: left;
  width: auto;
  line-height: 30px;
  padding-left: 2px;
  padding-right: 2px;
  background: transparent url('../images/layout/star-rating-mid_x2.png') repeat-x 0 0 scroll;
  background-size: 2px 30px;
}
div.star-rating.hl div.mid                    {background-image: url('../images/layout/star-rating-mid-hl_x2.png');}
div.box-comment-hl div.star-rating div.mid    {background-image: url('../images/layout/star-rating-mid-si_x2.png');}
div.box-comment-hl div.star-rating.hl div.mid {background-image: url('../images/layout/star-rating-mid-si-hl_x2.png');}


div.star-rating div.right {
  float: right;
  width: 29px;
}

div.box-comment,
div.box-comment-hl,
div.box-comment-unapproved,
div.box-comment div.tile,
div.post-foot,
div.post-foot div.padding {
  overflow: visible;
}

div.button-frame {
  float: left;
  text-align: center;
  margin-left: 20px;
  width: 121px;
  height: 40px;
  /*background: transparent url('../images/layout/button.png') no-repeat 0 0 scroll;
  background-size: 121px 40px;*/
  overflow: visible;
  line-height: 40px;
}

div.button-frame.right {
  float: right;
}

div.button-frame a,
div.file-upload a {
  display: block;
  width: 100%;
  height: 100%;
}


#user_box div.button-frame {
  margin-left: 0;
}


div.menu-box a {
  display: block;
  height: 40px;
}

div.button-frame a span.button-arrow {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 40px;
  background: transparent url('../images/layout/button-arrow_x2.png') no-repeat 0 0 scroll;
  background-size: 20px 80px;
}

div.button-frame a:hover span.button-arrow {
  background-position: 0px -40px;
}

div.button-frame a span.button-arrow.up {
  background-position: -10px 0px;
}
div.button-frame a:hover span.button-arrow.up {
  background-position: -10px -40px;
}


div.row-icon {
  background: transparent url('../images/layout/row-icon-sprite_x2.png') no-repeat 0 0 scroll;
  background-size: 125px 520px;
}

div.row-icon.normal_post,
div.row-icon.my_normal_post {
  background: none;
}


div.row-icon.my_hot_post,
div.row-icon.my_veryhot_post               {background-position: 0 0;}

div.row-icon.my_hot_post_locked,
div.row-icon.my_veryhot_post_locked        {background-position: 0 -75px;}

div.row-icon.normal_post_locked,
div.row-icon.my_normal_post_locked         {background-position: 0 -150px;}

div.row-icon.hot_post_sticky,
div.row-icon.veryhot_post_sticky,
div.row-icon.my_hot_post_sticky,
div.row-icon.my_veryhot_post_sticky        {background-position: 0 -225px;}

div.row-icon.hot_post_locked_sticky,
div.row-icon.veryhot_post_locked_sticky,
div.row-icon.my_hot_post_locked_sticky,
div.row-icon.my_veryhot_post_locked_sticky {background-position: 0 -300px;}

div.row-icon.normal_post_locked_sticky,
div.row-icon.my_normal_post_locked_sticky  {background-position: 0 -375px;}

div.row-icon.normal_post_sticky,
div.row-icon.my_normal_post_sticky         {background-position: 0 -450px;}

div.box-header a.icon {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  float: right;
  margin-left: 10px;
}

div.box-row div.icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  float: left;
  left: 28px;
  top: 6px;
}

div.member-stars {
  display: block;
  width: 9px;
  height: 9px;
  margin: 4px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url('../images/layout/star_x2.png') repeat-x 0 0 scroll;
  background-size: 9px 9px;
}
div.member-stars.hl {
  background-image: url('../images/layout/star_x2.png');
}

div.box-row.fixed-70 div.member-stars {
  position: absolute;
  right: 200px;
  top: 31px;
}

div.star-2 {width: 18px;}
div.star-3 {width: 27px;}
div.star-4 {width: 36px;}
div.star-5 {width: 45px;}


/* ------------------------------------ Navigation Pop-Out */

div#navbox {
  position: absolute;
  overflow: visible;
  color: #b8b8b8;
  background-color: #3d3d3d;
  width: 200px;
  height: 100%;
  right: -200px;
  z-index: 9999;
}

div#navbox a#navopen {
  display: block;
  position: absolute;
  background: transparent url('../images/layout/navbox-grab_x2.png') no-repeat center;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  left: -75px;
  top: 0;
}

div#navbox div#navitems {
  display: block;
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
}

div.nav-slide {
  width: 100%;
  display: block;
  position: relative;
  right: 0;
}

div#navbox a.navitem {
  display: block;
  text-align: left;
  text-indent: 28px;
  background-color: #323232;
  color: #b8b8b8;
  font-size: 12pt;
  width: 100%;
  line-height: 47px;
  height: 47px;
  text-decoration: none;
}

div#navbox a.navitem.active {
  background-color: #0075ff;
  color: #ffffff;
}

div#navbox a.navitem:hover {
  color: #ffffff;
}

div#navbox a.navitem.appstore {
  background: #323232 url('../images/layout/navitem-appstore_x2.png') no-repeat;
  background-position: 0px 0px;
  background-size: 200px 90px;
  text-indent: -9999px;
}

div#navbox a.navitem.appstore:hover {
  background-position: 0px -45px;
}

div#navbox a.navitem.newgroup {
  margin-top: 47px;
}



/* ###################### STATUS TAGS ###################### */
span.status {
  display: inline-block;
  height: 14px;
  vertical-align: -3px;
  margin-right: 7px;
  text-indent: -500px;
  background: transparent url('../images/layout/status-sprite_x2.png') no-repeat 0 0 scroll;
  background-size: 217px 147px;
}

span.status.resolved         {background-position:  -14px -16px; width: 48px}
span.status.released         {background-position: -118px -16px; width: 48px;}

span.status.acknowledged     {background-position:  -14px -41px; width: 76px}
span.status.considered       {background-position: -118px -41px; width: 60px;}

span.status.not-a-problem    {background-position:  -14px -67px; width: 76px}
span.status.planned          {background-position: -118px -67px; width: 48px;}

span.status.awaiting-release {background-position:  -14px -92px;  width: 87px}
span.status.not-planned      {background-position:  -14px -117px; width: 66px}


span.tag {
  display: inline-block;
  height: 15px;
  line-height: 14px;
  padding: 0 5px;
  vertical-align: text-bottom;
  margin-right: 7px;
  font-size: 10px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  background-color: #505050;
  color: #a4a4a4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
span.tag.blue {background-color: #0066db; color: #b8caf0;}

/* ###################### BBCODE STYLING ################## */
span.bbc_u {
  text-decoration: underline;
}

img.bbc_img {
  max-width: 709px;
}

@media screen and (max-width: 1024px){
  #si_body {min-width: 980px;}
  #si_page-tile {width: 980px;}
  div.full-width {width: 980px;}

  #si_footer,
  #si_footer-logo,
  #si_footer-ads {width: 980px;}

  div#navbox a#navopen {
    left: -60px;
    margin-top: -14px;
  }
}


/* ###################### Stylus Ads ################## */
a.stylus-button {
  display: block;
  text-indent: -9999px;
  width: 124px;
  height: 42px;
  background: transparent url('../images/layout/stylus-button_x2.png') no-repeat 0 0 scroll;
  background-size: 124px 42px;
}

#si_footer-ads div.prod-text {
  position: absolute;
  display: none;
  top: 75px;
  left: 75px;
}

#si_footer-ads div.prod-text.active {
  display: block;
}

#si_footer-ads div.prod-image {
  position: absolute;
  top: 0px;
  right: -555px;
  width: 550px;
  height: 400px;
  opacity: 0;
}

#si_footer-ads div.prod-image.active {
  right: 0px;
  opacity: 1;
}

#image-pogo {
  background: transparent url('../images/styli/stylus-image-pogo.png') no-repeat 0 0 scroll;
  background-size: 550px 400px;
}
#image-hex {
  background: transparent url('../images/styli/stylus-image-hex.png') no-repeat 0 0 scroll;
  background-size: 550px 400px;
}
#image-jot {
  background: transparent url('../images/styli/stylus-image-jot.png') no-repeat 0 0 scroll;
  background-size: 550px 400px;
}

#si_footer-ads div.prod-pager {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 75px;
  text-align: center;
}

#si_footer-ads div.prod-pager a {
  display: inline-block;
  cursor: pointer;
  margin-left: -3px;
  margin-right: -3px;
  width: 38px;
  height: 38px;
  background: transparent url('../images/layout/stylus-pager_x2.png') no-repeat 0 0 scroll;
  background-size: 38px 76px;
}

#si_footer-ads div.prod-pager a.active {
  cursor: default;
  z-index: 50;
  background-position: 0px -38px;
}


#sec_footer {
  width: 100%;
  color: #868686;
  background-repeat: repeat-x;
  background-color: #191919;
  background-image: url('/common-assets/images/sec_footer.jpg');
  background-size: 30px 354px;
  position: relative;
}
#sec_footer div.section-body {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  height: 354px;
  background-image: url('/common-assets/images/sec_footer_img.jpg');
  background-size: 1024px 354px;
}
#sec_footer div.contact {
  float: left;
  height: 46px;
  padding-left: 30px;
  margin-top: 36px;
}
#sec_footer div.contact a {
  float: left;
  display: block;
  margin-left: 8px;
  width: 55px;
  height: 46px;
  background-size: 55px 46px;
}
#sec_footer div.contact a.mail     {background-image: url('/common-assets/images/social_mail.jpg');}
#sec_footer div.contact a.twitter  {background-image: url('/common-assets/images/social_twitter.jpg');}
#sec_footer div.contact a.facebook {background-image: url('/common-assets/images/social_facebook.jpg');}
#sec_footer div.contact a.tumblr   {background-image: url('/common-assets/images/social_tumblr.jpg');}

#sec_footer div.links {
  float: right;
  padding-right: 30px;
  margin-top: 52px;
}
#sec_footer div.links a {
  margin-right: 38px;
  color: #8e8e8e;
}
#sec_footer span.body-text {
  position: absolute;
  display: block;
  left: 128px;
  right: 128px;
  font-weight: normal;
  text-align: center;
  line-height: 165%;
  top: 292px;
  font-size: 14px;
}


.navigation-container {
  float: right;
  display: block;
  margin: 30px 10px 0 0;
}

#menu {
  float: left;
}

#menu > ul {
  position: relative;
  margin-top: 10px;
  margin-left: 0;
}

.nav-menu ul li {
  position: relative;
  display: inline;
  float: left;
}
/*
.nav-menu ul .current-menu-item > a {
  background-color: rgba(255,255,255,0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-menu ul .current-menu-item > a, .nav-menu > ul > li:hover > a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
*/
.nav-menu ul .current-menu-item a, .nav-menu li:hover a {
  color: #0088FF;
}

.nav-menu ul li a {
  /*font-size: 13px;*/
  font-family: arial;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #373737;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-menu ul li a {
  display: block;
  padding: 2px 14px;
}

.nav-menu ul .current-menu-item > a, .nav-menu > ul > li:hover > a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.nav-menu > ul > li > a:hover:after, .nav-menu > ul > li:hover > a:after {
  bottom: 5px;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  margin-top: -2px;
}

.nav-menu > ul > li > a:hover:after, .nav-menu > ul > li:hover > a:after {
  bottom: 5px;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  margin-top: -2px;
}

.nav-menu > ul > li > a:after {
  position: relative;
  top: 4px;
}

.nav-menu > ul > li > a:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 5px;
  left: 50%;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  width: 0px;
  height: 0px;
  background: #ffffff;
  content: '-';
  text-indent: -999em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}