/* *Author: DL
 * *Changelog:
 * *04/05/2010 - Project Start
 * */ @media screen and (-webkit-min-device-pixel-ratio:0) {
  html:lang(en) > body #topic-jump {
    position: absolute !important;
    top: 17px !important;
  }
  html:lang(en) > body #cse-search-box input {
    position: absolute !important;
    top: -3px !important;
  }
  html:lang(en) > body #cse-search-box button {
    position: absolute !important;
    top: -1px !important;
  }
  html:lang(en) > body #usercptools cufon {
    position: relative !important;
    bottom: 4px !important;
  }
  html:lang(en) > body #usercptools img {
    position: relative !important;
    bottom: 3px !important;
  }
  html:lang(en) > body ul#navigation li cufon {
    padding-top: 2px !important;
  }
}

/* Basic Elements */
body {
  font: 11px/130% Arial, Verdana, sans-serif;
  color: #111111;
  background: #efe8dd;
  padding: 0 15px;
}

/* links */
a {
  text-decoration: none;
  color: #b35400;
}

/* extras */
.grey {
  color: #c1bbb0;
}

.alignleft {
  float: left;
  margin: 10px;
  display: inline;
}

.alignright {
  float: right;
  _margin: 10px;
  _display: inline;
}

/* old clearfix === .clearfix{clear:both;display:block;line-height:1px;height:1px;font-size:1px;} === */
.clearfix {
  visibility: hidden;
  display: block;
  content: ".";
  clear: both;
  height: 0;
}

/* start commented backslash hack */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.clearfix2 {
  clear: both;
  display: block;
  line-height: 0px;
  height: 0px;
  font-size: 1px;
}

/* containers */
#container {
  min-width: 918px;
  margin: 0 auto;
}

#header { /* position: relative; */ height: 67px; background: #53360c url(../images/headerbg.png) top left;}

#header #rightcol-header { float:right; padding:20px 0 0; width:640px; position:relative; z-index:4500;}

#logo { /*  position: absolute;  top: 15px; left: 17px; */  float:left; margin:15px 0 0 17px;
  width: 242px;
  height: 34px;
  background: url(../images/sitelogo.png) top left no-repeat;
}
#logo a {
  text-indent: -9999px;
  height: 100%;
  display: block;
}

.header-boxes { /* position: absolute; top: 20px; */ float:left; height: 27px; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; margin-right:8px; }

#topic-options {
  right: 405px;
  width: 239px;
  z-index:3000;
}

a#slidertoggle { width:225px;
  display: block;
  background: #ffdf4a url(../images/postbutton.png) bottom left repeat-x;
  padding: 7px;
  color: #3f3019;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a#slidertoggle.active {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#devices {
  display: none;
  position: absolute;
  width: 237px;
  z-index: 2500;
  border: 1px solid #ebe1d6;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 50;
}
#devices ul li {
  position: relative;
  border-bottom: 1px solid #ebe1d6;
}
#devices ul li:last-child {
  border-bottom: none;
}
#devices ul li a {
  display: block;
  padding: 7px 10px;
  background-color: #f7f4ef;
}
#devices ul li a:hover {
  text-decoration: underline;
}
#devices ul ul {
  position: absolute;
  visibility: hidden;
  top: -1px;
  left: 100%;
  width: 237px;
  border: 1px solid #ebe1d6;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#topic-jump {
	position:relative;
  right: -2px;
  width: 169px;
}
#topic-jump input {
  border: 1px solid #eeeeee;
  color: #000000;
  font-weight: bold;
  padding: 4px 5px;
  width: 155px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#header-search { right:0; position:relative; width: 204px; }
	#cse-search-box { position:relative; }
#header-search input {
/*  position: absolute;
  border: 1px solid #eeeeee;
  color: #a7a7a7;
  padding: 4px 5px;
  width: 126px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
}
body #container #loginmenu_mh form #checkboxfix { left:288px !important; }
button#header-search-go {
  position: absolute;
  display: block;
  top: 0;
  right: 38px;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
  border: 0;
}

#cse-search-box {
	width: 250px;
	height: auto;
	float: left!important;
	margin-top: -1px!important;
}

#cse-search-box .div1 {
	width: 130px!important;
	height: 30px!important;
	float: left!important;
}

#cse-search-box .div2 {
	width: 30px!important;
	height: 29px!important;
	float: left!important;
}

#gsc-input {
	width: 118px;
	height: auto;
	float: left!important;
	padding: 7px!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	background-image: none!important;
	border: none!important;
}

#gsc-submit {
	width: 30px!important;
	height: 29px!important;
	float: left!important;
	text-indent: -1000em!important;
	background-color: transparent!important;
	background: url(http://forum.xda-developers.com/images/icons/search-go.png);
	background-repeat: no-repeat!important;
	background-position: center center!important;
	border: none;
	margin-top: 3px;
	margin-left: 5px;
}

#advansearch {
	width: auto!important;
	height: auto!important;
	float: left!important;
	margin-top: 0px;
	margin-left: 10px!important;
}

.gsc-wrapper {
	width: auto;
	height: auto;
	background-color: #FFF!important;
}

.gsc-resultsbox-visible {
	border: 1px solid #999!important;
}

#navbar { /* position: relative; */  border-top: 1px solid #56401e; height: 40px;
  background: #3d2b11 url(../images/navbarbg.png) top left repeat-x;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

ul#navigation { font-size: 13px; font-weight: bold; /* position: absolute; top: 0; left: 0; */ }
	ul#navigation li { float: left; height: 15px; padding: 10px 14px; border-right: 1px solid #443218; border-left: 1px solid #573e1b; display: inline; }
		ul#navigation li a { color: #c2bdb5; font-size: 12px; text-transform: uppercase; font-weight: normal; font-family: Verdana, Arial, sans-serif; }
		ul#navigation li a:hover { color: #ffd200; }
	ul#navigation li#nav-home { width: 41px; height: 20px; border-left: none; padding:10px 0 0 0; }
		li#nav-home a { background: url(../images/icons/nav-home.png) center center no-repeat; display: block; }
	ul#navigation li#nav-last { border-right: none; }


p#usernav {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}
p#usernav a {
  color: #ffd200;
  padding: 0 10px;
}

ul#usernav { color: white; font-size: 13px; float:right; /* position: absolute; top: 0; right: 0; */ }
ul#usernav li {
  display: inline;
  float: left;
  padding: 9px 5px;
}
ul#usernav li:last-child {
  border-left: 1px solid #573e1b;
  height: 17px;
}
ul#usernav li a {
  color: #ffd200;
  padding: 0 10px 0 5px;
}

#stats {
  position: relative;
  display: block;
  min-height: 270px;
}
#stats .forumbox {
  margin-right: 348px;
  min-height: 270px;
}

.forumbox-section {
  float: left;
  width: 50%;
  display: inline;
}

html > body .forumbox-section {
  float: left;
  width: 49.95%;
  display: inline;
}

.forumbox-section h3 {
  background: #dddddd;
  padding: 10px 20px;
  color: #341e00;
  font-size: 13px;
  font-weight: bold;
}

ul#forum-stats {
  padding: 18px 0 0 56px;
  background: url(../images/icons/stats.png) 14px 14px no-repeat;
  line-height: 160%;
}

p#birthdays {
  display: block;
  padding: 18px 18px 0 58px;
  background: url(../images/icons/birthdays.png) 0 8px no-repeat;
  line-height: 160%;
  min-height: 200px;
}

#info-footer {
  position: relative;
}

ul#legends {
  padding: 15px 0 0 15px;
  height: 32px;
}
ul#legends li {
  float: left;
  padding: 10px 40px;
  background: url(../images/icons/newposts.png) top left no-repeat;
  height: 12px;
  display: inline;
}
ul#legends li#no-posts {
  background: url(../images/icons/nonewposts.png) top left no-repeat;
}

#info-footer-time {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 15px;
}

#footer {
  position: relative;
}

#footer-credits {
  padding: 10px 12px 20px;
}

#footer-nav {
  position: absolute;
  top: 10px;
  right: 15px;
}
#footer-nav p {
  display: inline-block;
  padding: 5px 15px;
}

.categorybox {
  display: block;
  clear: both;
  background: #fbf8f4;
  margin: 10px 0;
  padding: 47px 10px 10px 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left:1px solid #e0dad0;
  border-right:1px solid #e0dad0;
  border-bottom:2px solid #d5ccbe;
/*   box-shadow: 0 1px 1px #bbb09f;
  -moz-box-shadow: 0 1px 1px #bbb09f;
  -webkit-box-shadow: 0 1px 1px #bbb09f; */
}
.categorybox .forumbox {
  padding: 0 !important;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.categorybox .forumbox ol.forumlist {
  border-left: 1px solid #e6dbcc;
  border-right: 1px solid #e6dbcc;
  border-bottom: 1px solid #e6dbcc;
  padding-bottom: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.categorybox .forumbox ol.forumlist li:last-child {
  border-bottom: none;
}

.forumbox {
  display: block;
  clear: both;
  background: white;
  margin: 14px 0;
  padding: 0px 0 13px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left:1px solid #e0dad0;
  border-right:1px solid #e0dad0;
  border-bottom:2px solid #d5ccbe;
  /* box-shadow: 0 1px 1px #bbb09f;
  -moz-box-shadow: 0 1px 1px #bbb09f;
  -webkit-box-shadow: 0 1px 1px #bbb09f; */
}
.forumbox a:hover {
  text-decoration: underline;
}

.forumbox-header {
  background: url(../images/forumbox-headingbg.png) top left repeat-x;
  height: 32px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position:relative;
}
.categorybox .forumbox-header { position:relative; }
.forumbox-header h2 { display: block; color: white; background: url(../images/forumbox-heading-tail.png) bottom left no-repeat; left: 15px; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 17px; padding: 10px 0 0 10px; float:left; }
.forumbox-header h2 a {
  color: white;
}
.forumbox-header h2 a:hover {
  color: #ffd200;
  text-decoration: none;
}
.forumbox-header .button-toggle { float:right; width: 32px; border-left: 1px solid #3c2e19; text-align: center; height: 32px; overflow: hidden; }
.forumbox-header .button-toggle a:hover {
  background: #403320;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  border-left: 1px solid #251d12;
  text-align: center;
  height: 30px;
  overflow: hidden;
  -moz-border-radius-topright: 5px;
  -moz-box-shadow: 0 1px 1px #231c11;
  border-top-right-radius: 5px;
}
.forumbox-header .button-toggle img {
  padding: 10px 7px;
  height: 12px;
  border-left: 1px solid #5e441e;
}

.forumbox .text {
  font: 13px/130% Arial, Verdana, sans-serif;
  padding: 10px 15px 0;
}
.forumbox .text p {
  padding: 5px 0;
}
.forumbox .text a {
  font-weight: bold;
  color: #b35400;
}

.forumbox-footer {
  position: relative;
  height: 30px;
  margin: 0 0 10px -10px;
}

.forumdisplay-footer {
  position: relative;
  height: 130px;
  margin: 0 0 10px -10px;
}

.forumheader {
  position: relative;
  background: #ece8df;
  font-size: 13px;
  color: #341e00;
  z-index: 0;
  border-bottom: 1px solid #dcd3c6;
}

.forumheader-title {
  padding: 10px 25px;
}

.forumheader-rating {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 353px;
  width: 100px;
  text-align: right;
}

.forumheader-stats {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 263px;
  width: 90px;
  text-align: right;
}

.forumheader-last {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 40px;
  width: 208px;
  text-align: left;
}

ol.forumlist.iconlist li {
  min-height: 60px;
}
ol.forumlist li {
  position: relative;
  border-bottom: 1px dashed #d2d2d2;
  padding: 3px 320px 3px 0;
  min-height: 32px;
  background-color: white;
}

.thread ol.forumlist li {
  padding: 3px 423px 3px 0;
}

ol.forumlist li:hover {
  background-color: #f8f5f0;
}

img.deviceicon {
  float: left;
  vertical-align: middle;
  margin: 8px 0 0 30px;
}

.forumdetails {
  padding-left: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 6px;
}
.forumdetails h3 {
  font-size: 13px;
}
.forumdetails img {
  margin: 0 10px 5px 0;
}

.forumrating {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 363px;
  width: 100px;
  text-align: right;
}
.forumrating img {
  margin: 10px 0;
  vertical-align: middle;
}

.forumstats {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 263px;
  width: 100px;
  text-align: right;
}

.forumlast {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 40px;
  width: 208px;
  text-align: left;
}

a.forumlinkgo {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 19px;
  height: 19px;
  background: url(../images/icons/forumicon.png);
}
a.forumlinkgo:hover {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 19px;
  height: 19px;
  background: url(../images/gohover.png);
  text-decoration: none;
}

.iconlist li .forumdetails {
  margin-left: 144px;
}

ol.largeindent {
  padding-left: 325px;
}
ol.largeindent li .forumstats {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 243px;
  width: 80px;
  text-align: right;
}
ol.largeindent li .forumlast {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 50px;
  width: 178px;
  text-align: left;
}
ol.smallindent {
  padding-left: 142px;
}

/* Pagination */
#hpagination {
  position: absolute;
  top: 10px;
  right: 0;
}
#hpagination a {
  background-image: url(../images/paginationabg.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 27px;
}
#hpagination a:hover {
  text-decoration: none;
  color: white;
  background-image: url(../images/paginationabghover.png);
  height: 27px;
  width: 28px;
}
#hpagination #current_page {
  text-decoration: none;
  color: white;
  background-image: url(../images/paginationabghover.png);
  height: 27px;
  width: 28px;
}

#visitor_message_tab_footer table td.smallfont a, a.currentlink1, table td#pagenav1 a {
  background-image: url(../images/paginationabg.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 27px;
}

#visitor_message_tab_footer table td.smallfont a:hover, a.currentlink1:hover, table td#pagenav1 a:hover {
  text-decoration: none;
  color: white;
  background-color: #3a2f1f;
  background-image: url(../images/paginationabghover.png);
  height: 27px;
  width: 28px;
}

#visitor_message_tab_footer table td.smallfont a.pagination-next, a.pagination-next, table td#pagenav1 a.pagination-next {
  background: url("../images/next2.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  width: 28px;
  height: 27px;
}

#visitor_message_tab_footer table td.smallfont a.pagination-forward, a.pagination-forward, table td#pagenav1 a.pagination-forward {
  background: url("../images/forward3.png") no-repeat scroll 0 0 transparent;
  border: medium none;
}

#visitor_message_tab_footer table td.smallfont a.pagination-next:hover, a.pagination-next:hover, table td#pagenav1 a.pagination-next:hover {
  background: url(../images/next2hover.png) no-repeat;
  text-decoration: none;
}

#visitor_message_tab_footer table td.smallfont a.pagination-forward:hover, a.pagination-forward:hover, table td#pagenav1 a.pagination-forward:hover {
  background: url(../images/forward3hover.png) no-repeat;
  text-decoration: none;
}

a#currentlink {
  background-image: url(../images/paginationabg.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 27px;
}

#vpagination {
  position: absolute;
  top: 50px;
  left: -29px;
}
#vpagination a {
  display: block;
  margin: 4px 0;
  padding: 5px 7px;
  width: 15px;
  background: #e5d8c4;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}
#vpagination a#current_page {
  background: white;
}
#vpagination .verthorz {
  display: none;
}

/*menu controls */
.postmenu {
  position: absolute;
  top: 10px;
  left: 10px;
}

.threadmenu {
  position: absolute;
  top: 10px;
  right: 0;
}

ul.threadcontrols {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
ul.threadcontrols a:link {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.threadcontrols li {
  float: left;
  background: #f5f2ed url(../images/forumbuttonbg.png) bottom left repeat-x;
  border: 1px solid #e8d8c8;
  border-bottom: 1px solid #8f8f8f;
  display: inline;
  cursor: pointer;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.threadcontrols li a {
  display: inline-block;
  padding: 5px 10px;
  color: #786549;
 /* text-shadow: 0 1px 1px white; */
}
ul.threadcontrols li img {
  margin: 0;
}
ul.threadcontrols li.postreply {
  background: url(../images/postreply.png) no-repeat;
  width: 114px;
  height: 28px;
  border: none;
}
ul.threadcontrols li.postreply a:hover {
  float: left;
  background: url(../images/hpostreply.png) no-repeat;
  width: 114px;
  height: 27px;
  text-decoration: none;
}

.postreply a:hover, li.postreply:hover {
  float: left;
  background: url(../images/hpostreply.png) no-repeat;
  width: 114px;
  height: 27px;
  text-decoration: none;
}

.forumcontrols a, .forumcontrols label {
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
}

.forumcontrols .options   {
    padding-top: 4px;
}
.forumcontrols .advanced2 {
    padding-top: 0px;
    padding-left: 28px;
}
.forumcontrols .advanced3 {
    padding-top: 0px;
    padding-left: 14px;
}


/* Posts */
.post {
  position: relative;
  border: 1px solid #e4dbcb;
  margin-bottom: 10px;
  /* overflow: hidden; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



.post-header {
  position: relative;
  background: #ece8df;
  border-bottom: 1px solid #ded5c7;
}

.post-author {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 30px;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 0 1px 1px white;
}
.post-author img {
  vertical-align: middle;
}

.post-date {
  padding: 8px 0;
  margin-left: 170px;
  margin-right: 260px;
}

.post-options {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
}
.post-options a {
  font-weight: bold;
}
.post-options ul li {
  float: left;
  border-right: 1px solid #f4f2ed;
  height: 16px;
  padding: 7px;
  border-left: 1px solid #dad1c3;
  display: inline;
}
.post-options ul li:first-child {
  border-left: none;
}
.post-options ul li:last-child {
  border-right: none;
}
.post-options ul li img {
  vertical-align: middle;
}

li.post-options-retweet {
  text-shadow: 0 1px 1px white;
}
li.post-options-retweet img {
  margin-right: 5px;
}

.post-content {
  position: relative;
  margin: 10px 10px 10px 150px;
  padding-bottom: 50px;
  padding-left: 19px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  color: #111111;
  border-left: 1px solid #e4dbcb;
  min-height: 200px;
}

.post-content .post-message{
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height:150%;
}

.post-content.wrmargin {
  margin: 10px 310px 10px 150px;
}
.post-content p {
  padding: 10px 0;
  line-height: 150%;
}
.post-content .threadcontrols {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-content .threadcontrols li:hover {
  background: #3a2f1f url(../images/forumbuttonhover.png) bottom left repeat-x;
  border: 1px solid #655136;
}
.post-content .threadcontrols li a:hover {
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 1px black;
}
.post-content blockquote {
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 10px;
  background: #ebe7e5;
  border: 1px solid #ebe2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post-content blockquote blockquote {
  background: white;
}
.post-content blockquote strong {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.post-info {
  position: absolute;
  top: 41px;
  left: 0;
  width: 150px;
  text-align: center;
  color: #000;
}

.post-avatar {
  position: relative;
  height: 100px;
}
.post-avatar img.avatar {
  position: absolute;
  left: 34px;
  top: 0;
}
.post-avatar img.flag {
  position: absolute;
  left: 32px;
  top: 43px;
}
.post-avatar img.carrier {
  position: absolute;
  left: 34px;
  top: 63px;
}

/* Modules */
.module {
  clear: both;
  display: block;
  margin: 0 10px;
  border: 1px solid #e4dbcb;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.module-header {
  position: relative;
  background: #ece8df;
  border-bottom: 1px solid #ded5c7;
  color: #474747;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 10px;
  text-shadow: 0 1px 1px white;
}

.module-content {
  position: relative;
  padding: 15px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
}
.module-content .threadcontrols {
  position: absolute;
  top: 10px;
  right: 0;
}
.module-content .threadcontrols li:hover {
  background: #3a2f1f url(../images/forumbuttonhover.png) bottom left repeat-x;
  border: 1px solid #655136;
}
.module-content .threadcontrols li a:hover {
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 1px black;
}

ul.threadguide li {
  float: left;
  width: 14%;
  margin: 1%;
  padding: 0;
  display: inline;
}
ul.threadguide li img {
  vertical-align: bottom;
  margin: 5px 10px 0 10px;
}

.ad-leaderboard {
  background: white;
  margin: 14px 125px 14px 0px;
  padding: 10px 12px 7px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left:1px solid #e0dad0;
  border-right:1px solid #e0dad0;
  border-bottom:2px solid #d5ccbe;
}

#ad-billboard-bottom {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  width: 300px;
  height: 249px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left:1px solid #e0dad0;
  border-right:1px solid #e0dad0;
  border-bottom:2px solid #d5ccbe;
}

#forumlist-ad {
  float: left;
  margin: 15px 10px 15px 15px;
  width: 300px;
  padding:0;
  border:none;
}

/* Condensed Styles */
.view-condensed-item {
  float: left;
  width: 222px;
  margin: 13px 0 0 13px;
  border: 1px solid #e6dbcc;
  display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.view-condensed-item h3 {
  background: #ece7e0;
  font-size: 13px;
  padding: 8px 10px;
  color: #b35400;
  font-weight: normal;
  border-bottom: 1px solid #e6dbcc;
}
.view-condensed-item h3 a {
  color: #b35400;
}

#pagination {
  background: white;
  color: #333333;
  font-size: 13px;
  margin: 14px 0;
  padding: 20px;
  text-align: center;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 1px #bbb09f;
}
#pagination ul {
  margin: 0 auto;
}
#pagination ul li {
  border-right: 1px solid #e0d6c8;
  display: inline;
  padding: 5px 10px;
}
#pagination ul li.last {
  border: 0;
}
#pagination ul li img {
  vertical-align: middle;
  margin: 0 5px;
}

#forum-jump {
  background: white;
  color: #5f5f5f;
  font-size: 13px;
  margin: 14px 0;
  padding: 20px;
  position: relative;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 1px #bbb09f;
}

.forum-jump-time {
  color: #878787;
  font-size: 11px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 10px;
}

.forum-jump-control {
  color: #58401d;
}
.forum-jump-control span {
  float: left;
  margin: 8px 10px 0 0;
}

.forum-jump-selectbox {
  background: url("../images/forumbuttonbg.png") repeat-x scroll left bottom #f5f2ed;
  border-color: #e8d8c8 #e8d8c8 #8f8f8f;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  float: left;
  width: 338px;
  -moz-border-radius: 5px 5px 5px 5px;
}
.forum-jump-selectbox img {
  margin: 0 10px 0 0;
  vertical-align: bottom;
}

.forum-jump-text {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 10px;
}

#quick-reply {
  padding: 10px;
}
#quick-reply .post-header {
  color: #474747;
  font-weight: bold;
  padding: 12px 0 10px 10px;
}
#quick-reply .toolbox {
  background: #f5f5f5;
  border-bottom: 1px solid #e6dbcc;
  color: #58401d;
  padding: 5px;
}
#quick-reply .toolbox img {
  vertical-align: middle;
}

.quick-reply-area {
  height: 200px;
}

#quick-reply table.tborder {
  margin: 0px;
  position: relative;
  width: 100%;
}

#breadcrumbs {
  background: white;
  height: 28px;
  margin-top: -5px;
  padding: 13px 0 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 1px #bbb09f;
}
#breadcrumbs ul {
  padding-left: 15px;
}
#breadcrumbs ul li {
  display: inline;
  float: left;
  padding: 0 0 2px 0;
}
#breadcrumbs ul li span {
  padding: 0 8px;
}

.breadcrumbs-options {position:absolute !important; float: right; right:10px !important; top:12px !important; }

#breadcrumbs .date {
  color: #5f5f5f;
  font-size: 11px;
  float: left;
}
#breadcrumbs .date span {
  color: #878787;
}
#breadcrumbs .notifications {
  background: #f7f5f0;
  border: 1px solid #e5ddd3;
  float: left;
  margin: 0 15px;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 1px 1px #bbb09f;
}
#breadcrumbs .notifications ul {
  padding: 0;
}
#breadcrumbs .notifications ul li {
  border-bottom: 1px solid #e7ddd1;
  display: block;
  float: none;
  padding: 10px 20px;
  width: 150px;
}
#breadcrumbs .notifications ul li:hover {
  background: white;
  cursor: pointer;
}
#breadcrumbs .notifications ul li.last {
  border: 0;
}
#breadcrumbs .notifications ul li h3 {
  color: #341e00;
  display: inline;
}
#breadcrumbs .notifications ul li img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

#loginmenu_mh { top:8px !important; }

.vba100 {
  position: absolute;
  margin-left: -20px;
  padding-top: -100px;
}

.vba200 {
  position: absolute;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

#vpagination .pagination-forward {
  background: url(../images/forward2.png) no-repeat;
  height: 15px;
}
#vpagination a.pagination-forward:hover {
  background: url(../images/forward2hover.png) no-repeat;
  text-decoration: none;
  height: 15px;
}
#vpagination .pagination-next {
  background: url(../images/next.png) no-repeat;
  height: 15px;
}
#vpagination a.pagination-next:hover {
  background: url(../images/nexthover.png) no-repeat;
  text-decoration: none;
  height: 15px;
}
#vpagination .pagination-prev {
  background: url(../images/prev.png) no-repeat;
  height: 15px;
}
#vpagination a.pagination-prev:hover {
  background: url(../images/prevhover.png) no-repeat;
  text-decoration: none;
  height: 15px;
}

#hpagination .pagination-forward {
  background: url(../images/forward3.png) no-repeat;
  border: none;
}
#hpagination a.pagination-forward:hover {
  background: url(../images/forward3hover.png) no-repeat;
}
#hpagination .pagination-next {
  background: url(../images/next2.png) no-repeat;
  border: none;
}
#hpagination a.pagination-next:hover {
  background: url(../images/next2hover.png) no-repeat;
}
#hpagination .pagination-prev {
  background: url(../images/prev2.png) no-repeat;
  border: none;
}
#hpagination a.pagination-prev:hover {
  background: url(../images/prev2hover.png) no-repeat;
}
#hpagination .pagination-prev2 {
  background: url(../images/previous3.png) no-repeat;
  border: none;
}
#hpagination a.pagination-prev2:hover {
  background: url(../images/previous3hover.png) no-repeat;
}

#qr_submit20 {
  background: url(../images/postquick.png);
}

ul.threadcontrols2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
ul.threadcontrols2 li {
  float: left;
  border: 0px solid #e8d8c8;
  border-bottom: 0px solid #8f8f8f;
  display: inline;
  cursor: pointer;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.threadcontrols2 li a {
  display: inline-block;
  padding: 5px 10px;
  color: #786549;
  text-shadow: 0 1px 1px white;
}
ul.threadcontrols2 li img {
  margin: 0;
}
ul.threadcontrols2 li.postreply {
  border: 0px solid #ffd71c;
  border-bottom: 0px solid #878787;
}
ul.threadcontrols2 li.postreply a {
  color: #493415;
}
ul.threadcontrols2 li.postreply a:hover {
  text-decoration: none;
}

#threadtools {
  width: 145px;
  height: 28px;
}

#threadsearch {
  width: 186px;
  height: 28px;
}

#displaymodes {
  width: 151px;
  height: 28px;
}

#imod, #forumtools {
  width: 129px;
  height: 28px;
}

#forumsearch {
  width: 163px;
  height: 28px;
}

.retweet-threads {
  float: right;
}

.thread-options {
  float: right;
  margin-right: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
}
.thread-options a {
  font-weight: bold;
}
.thread-options ul li {
  float: left;
  border-right: 1px solid #3c2e19;
  height: 16px;
  padding: 7px;
  border-left: 1px solid #6f5124;
  display: inline;
}
.thread-options ul li:first-child {
  border-left: none;
}
.thread-options ul li:last-child {
  border-right: none;
}
.thread-options ul li img {
  vertical-align: middle;
}

#threadrating_current {
  background: none;
}

.forumheader2 {
  position: relative;
  background: white;
  font-weight: bold;
  font-size: 13px;
  color: #341e00;
  z-index: 0;
  border-bottom: 1px solid #dcd3c6;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-right: 1px solid #dcd3c6;
  border-left: 1px solid #dcd3c6;
}

.vba1000 {
  margin-top: -20px !important;
  padding-top: -20px !important;
}

#imod_menu {
  margin-left: -76px;
}

#threadtools_menu {
  margin-left: -43px;
}

#threadsearch_menu {
  margin-left: -75px;
}

#displaymodes_menu {
  margin-left: -49px;
}

#threadrating_menu {
  margin-left: 28px;
}

.header-boxes2 {
  position: relative;
  top: 5px;
  height: 28px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
}

#header-search2 {
  left: 10px;
  right: 10px;
  width: 240px;
}
#header-search2 input {
  position: relative;
  border: 1px solid #d9d4ce;
  color: #a7a7a7;
  padding-top: 4px;
  width: 191px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 21px;
}

button#header-search2-go {
  position: absolute;
  display: block;
  top: 0;
  right: 19px;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
  border: 0;
}

.advanced2 {
  font-size: 10px;
  padding-top: 10px;
  padding-left: 30px;
}

.advanced3 {
  position: absolute;
  padding-top: 10px;
  padding-left: 8px;
}

#navbar_username, #navbar_password {
  border: 1px solid #d9d4ce;
  color: #a7a7a7;
  padding-top: 4px;
  font-family: Arial, verdana, sans-serif;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 21px;
  width: 120px;
  margin-bottom: 10px;
}

#vbagoogle {
  position: absolute;
  width: 236px;
  height: 64px;
}

ul#navigation li #usercptools_menu a {
  text-decoration: none !important;
  text-transform: none;
}

ul#navigation li #usercptools_menu td.subitem a {
  color: #b35400;
  display: block;
  font-size: 12px;
  padding: 0.45em 1em;
}

#usercptools_menu { left:0; top:28px; }

#menucontainer {
  float: left;
  position: relative;
  width: 250px;
  height: 104px;
}

#results {
left:0 !important;
margin-top:0;
position:absolute;
top:-65px !important;
z-index:60;
}
#results ul {
  z-index: 60;
  position: absolute;
  top: 94px;
  left: 0px;
  border: 1px solid #bfbfbf;
  list-style: none;
  width: 208px;
  display: block;
  margin: 0;
  padding: 0;
}
#results ul li {
  z-index: 60;
  position: relative;
  margin: 0;
  padding: 0;
  width: 198px;
}
#results ul li a {
  display: block;
  color: #444444;
  background: white;
  text-decoration: none;
  padding: 1px 4px 2px 6px;
  width: 198px;
}

* html #results ul li a {
  margin: 0;
  padding: 0;
  display: block;
}

#results ul li a strong {
  color: black;
}
#results ul li a:hover, #results ul li a.hover {
  background: #0056f4;
  color: white;
}
#results ul li a:hover strong, #results ul li a.hover strong {
  color: white;
}

.xdaclear {
  clear: both;
  overflow: hidden;
}

#vbnew {
  float: left;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 78px;
  height: 28px;
}
#vbnew a {
  float: left;
  background: url(../images/qpic.png) no-repeat;
  width: 78px;
  height: 28px;
}
#vbnew a:hover {
  float: left;
  background: url(../images/hqpic.png) no-repeat;
  width: 78px;
  height: 28px;
  text-decoration: none;
}

#vbnew1 {
  float: left;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 82px;
  height: 28px;
}
#vbnew1 a {
  float: left;
  background: url(../images/thanks.jpg) no-repeat;
  width: 82px;
  height: 28px;
}
#vbnew1 a:hover {
  float: left;
  background: url(../images/thankspush.jpg) no-repeat;
  width: 82px;
  height: 28px;
  text-decoration: none;
}

#vbnew2 {
  float: left;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 108px;
  height: 28px;
}
#vbnew2 a {
  float: left;
  background: url(../images/quickpic.png) no-repeat;
  width: 108px;
  height: 28px;
}
#vbnew2 a:hover {
  float: left;
  background: url(../images/hquickpic.png) no-repeat;
  width: 108px;
  height: 28px;
}

.again {
  width: 108px;
  height: 28px;
  text-decoration: none;
}

#vbnew3 {
  float: left;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 78px;
  height: 28px;
}
#vbnew3 a {
  float: left;
  background: url(../images/epic.png) no-repeat;
  width: 78px;
  height: 28px;
}
#vbnew3 a:hover {
  float: left;
  background: url(../images/hepic.png) no-repeat;
  width: 78px;
  height: 28px;
  text-decoration: none;
}

ul.threadcontrols3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  text-transform: uppercase;
  margin-bottom: 10px;
  float: right;
}
ul.threadcontrols3 a:link {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.threadcontrols3 li {
  float: left;
  display: inline;
  cursor: pointer;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.threadcontrols3 li a {
  display: inline-block;
  padding: 5px 10px;
  color: #786549;
  text-shadow: 0 1px 1px white;
}
ul.threadcontrols3 li img {
  margin: 0;
}
ul.threadcontrols3 li.postreply {
  background: url(../images/postreply.png) no-repeat;
  width: 114px;
  height: 28px;
}
ul.threadcontrols3 li.postreply a:hover {
  float: left;
  background: url(../images/hpostreply.png) no-repeat;
  width: 114px;
  height: 27px;
  text-decoration: none;
}

.postreply a:hover, li.postreply:hover {
  float: left;
  background: url(../images/hpostreply.png) no-repeat;
  width: 114px;
  height: 27px;
  text-decoration: none;
}

#viewunread {
  background: url(../images/viewfirstunread.png) no-repeat;
  width: 142px;
  height: 28px;
  border-style: none;
}

li#viewunread a:hover, #viewunread a:hover, li#viewunread:hover {
  float: left;
  background: url(../images/hviewfirstunread.png) no-repeat;
  width: 142px;
  height: 27px;
  text-decoration: none;
}

.qrbutton {
  background: url("../images/postquickreply.png") no-repeat;
  width: 156px;
  height: 27px;
  border-style: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 3px 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.qrbutton:hover {
  background: url("../images/hpostquickreply.png") no-repeat;
  width: 156px;
  height: 27px;
  border-style: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 3px 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.goadvancedbutton {
  background: url("../images/goadvanced2.png") no-repeat;
  width: 116px;
  height: 27px;
  border-style: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 3px 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.goadvancedbutton:hover {
  background: url("../images/hgoadvanced.png") no-repeat;
  width: 116px;
  height: 27px;
  border-style: none;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 3px 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button:hover {
  display: inline;
  background: #675337;
  color: white;
  font-weight: bold;
  border: 1px solid #3a2f1f;
  border-bottom: 1px solid #878787;
  height: 26px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0 1px 1px black;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px #3a2f1f;
  -webkit-box-shadow: inset 0 0 5px #3a2f1f;
}

.threadbit-tr:hover {
  background-color: #f8f5f0;
}
.threadbit-tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 5px;
  padding-left: 5px;
}

#hpagination .verthorz2 {
  display: inline;
}

.darrow {
  padding-left: 8px;
}

#tmenu10 {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#mq10 {
  width: 112px;
  height: 28px;
  margin-right: 4px;
}
#mq10 img {
  position: absolute;
  top: 0px;
  margin-left: -6px;
}

#mq20 {
  width: 99px;
  height: 28px;
  margin-right: 4px;
}
#mq20 img {
  position: absolute;
  top: 0px;
  margin-left: -10px;
}

html > body #ad-billboard-bottom {
  padding: 17px;
}

#minicontact menu {
  z-index: 150;
}

/* Added by Nathaniel Jones (nathaniel@220interactive.com) on
 * May 24th, 2010 */
/* Quoting previous messages when previewing a reply
 * */

body table.tborder tbody tr td blockquote strong {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.5em;
}
body table.tborder tbody tr td blockquote strong strong {
  font-weight: bold;
  margin-bottom: 0;
}
body table.tborder tbody tr td blockquote p, body table.tborder tbody tr td blockquote li {
  font-style: italic;
}
body table.tborder tbody tr td blockquote ol, body table.tborder tbody tr td blockquote ul {
  margin: 0.8em 0.5em 0.8em 3em;
}
body table.tborder tbody tr td blockquote li {
  margin-top: 0.5em;
}
body form table tbody tr td div.panel div table tbody tr fieldset {
  border: 2px groove threedface;
  margin: 1em;
  padding: 0.5em;
}
body form table tbody tr td div.panel div table tbody tr fieldset legend {
  color: #0000c0;
  margin-left: 0.5em;
  padding: 0.2em;
}
body form table tbody tr td div.panel div table tbody tr fieldset table tbody tr td img.inlineimg {
  padding: 3px 5px;
}
body ul.threadcontrols3 li#vbnew span.forward a {
  background-image: url("../images/pm_reply.png");
}
body ul.threadcontrols3 li#vbnew span.forward a:hover {
  background-image: url("../images/hpm_reply.png");
}
body div#posts div.post div.vbmenu_popup {
  margin-top: 27px;
  margin-left: 40px;
}

/* Notifications Menu
 * */
#notifications_menu { /* margin-left: -102px; */ left:-100px; }

/* Ignore transformations on menus inside threadcontrols
 * */
ul.threadcontrols li div.vbmenu_popup {
  text-transform: none;
}
ul.threadcontrols li div.vbmenu_popup a:link {
  text-transform: none;
}

#threadtools img, #threadsearch img, #displaymodes img, #imod img { visibility: hidden }

#threadtools img.alignright, #threadtools #threadtools_menu img, #threadsearch img.alignright, #threadsearch #threadsearch_menu img, #displaymodes img.alignright, #displaymodes #displaymodes_menu img, #imod img.alignright, #imod #imod_menu img { visibility: visible }

.panelsurround div.panel{position:relative;}

.panelsurround div.panel div{position:relative;}

