div.box2 {
  background: #3c3c3c;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid #232323;
}

div.box2 div.tl {
  background: transparent url(/images/corner-tl.gif) left top no-repeat;
}

div.box2 div.tr {
  background: transparent url(/images/corner-tr.gif) right top no-repeat;
}

div.box2 div.bl {
  background: transparent url(/images/corner-bl.gif) left bottom no-repeat;
}

div.box2 div.br {
  background: transparent url(/images/corner-br.gif) right bottom no-repeat;
}

div.box2 div.boxcontent {
  padding: 10px;
}

div.box2 div.content:after,
div.box2:after {
content:".";display:block;height:0;clear:both;visibility:hidden;
}

div.box2 .head {
  position: relative;
}

div.box2 .head h2 {
  margin: 0;
}

div.box2 .head div.close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/images/close.gif) 2px 4px no-repeat;
  cursor: pointer;
}

div.box2 .head div.open {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/images/open.gif) 2px 4px no-repeat;
  cursor: pointer;
}

/****/

html, body {
  height: 100%;
  margin: 0 0.5em 0 0.5em;
  padding: 0;
}

html {
  /* Turn on scroll bar */
  overflow-y: scroll;
}

body {
  background: #232323 url(/images/bg.jpg) top left repeat-x;
  padding:0;
  margin: 0 0.5em 0 0.5em;
  font-size: 62.5%;
  color: #fff;
}

* {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
}

hr {
  height: 1px;
  color: #666;
  border-width: 0px;
  padding: 0px;
  background-color: #666;
  color: #666;
}

a,
#content p,
#content a {
  color: #fff;
}

a:hover {
  color: #ccc;
}

a:focus, a:active {
  outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}

img {
  border-color: #fff;
}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select, optgroup {
  font-size: 1.1em;
  color: #000;
}

input[type=text],
input[type=password],
input[type=file],
textarea,
select,
optgroup {
  background-color: #E6E6E6;
}

optgroup {
  font-style: normal;
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
}

h2 {
  font-size: 1.6em;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}

h3 {
  font-size: 1.4em;
  margin: 0;
  color: #fff;
}

h4 {
  font-size: 1.2em;
  margin: 0;
  color: #fff;
}

p,
.block {
  font-size: 1.2em;
  margin: 10px 0;
  color: #fff;
}

#content ul.list,
#content ol.list {
  font-size: 1.2em;
  color: #fff;
}

.spacer {
  clear: both;
}

.small {
  font-size: 1.0em;
}

.disabled {
  cursor: default;
  opacity: .5;
  -moz-opacity: .5;
  filter: Alpha(Opacity=50);
}

.userhtml {
	font-size: 1.2em;
}

.userhtml * {
	font-size: inherit;
}

div.msg {
  background: #E6E6E6 url(/images/form-input-bg.gif) repeat-x;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 1.2em;
  color: #232323;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/***/

ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.links li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 4px;
  overflow: visible;
}

ul.links a,
ul.links a:link,
ul.links a:active,
ul.links a:visited {
  font-size: 1.2em;
  display: block;
  margin: 0;
  padding: 0 8px;
  border-right: 1px dotted #555;
  line-height: 1em;
}

ul.links li:first-child a {
  padding-left: 0;
}

ul.links li:last-child a {
  border-right: 0;
}

/***/

#page {
/*  width: 97.0em; */
  max-width: 151.0em;
  min-width: 98.0em;
  text-align: left;
  padding-bottom: 40px;
}

div#line {
  position: absolute;
  width: 100%;
  height: 10px;
  border-top-width: 4px;
  _border-top-width: 5px;
  border-top-style: solid;
  top: 73px;
  _top: 72px;
  left: 0;
  z-index: 1;
}

#head {
  height: 73px;
}

#head .logo {
  float: left;
  width: 18.0em;
  overflow: hidden;
}

#bar {
  height: 33px;
  border-top: 4px solid #afafaf;
}

#bar div.search {
  width: 35.0em;
  float: left;
}

#bar div.search * {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

#bar div.search label {
  font-size: 1.3em;
}

#bar div.search a {
  font-size: 1.1em;
  margin-top: 7px;
	color: #fff;
}

#bar div.search input[type=text] {
  width: 12.5em;
  margin-top: 2px;
}

#bar div.user {
  width: 58.0em;
  float: right;
}

#bar div.user div {
  float: right;
  margin-top: 7px;
  font-size: 1.2em;
}

#bar div.user a {
  font-weight: bold;
	color: #fff;
}

#banner {
/*  width: 97.0em; */
  width: 100%;

  margin-top: 2px;
  background: #3c3c3c;
  padding: 5px 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  text-align: center;
  z-index: 1;
}

#banner > div,
.boxbanner > div {
  margin: auto;
}

.google {
  z-index: 1;
}

#content {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content.legacy{
    width:97em;
    margin-left:auto;
    margin-right:auto;
}

#content div.left {
/*  width: 68em;
  float: left; */
  width: auto; 
 /* padding-right:1.8em; */
  overflow: hidden;
}

#content div.right {
  width: 27em;
  margin-left:1.8em;
  float: right;
}

#content div.right ul,
#content div.right ol {
  font-size: 1.2em;
  margin: 10px 0;
  padding: 0;
  padding-left: 20px;
  list-style: square;
}

#content div.right .thumb {
  border: 2px solid #fff;
}

div.box {
  background: #3c3c3c;
  -moz-border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
  border: 0;
  color: #fff;
}

div.innerbox {
  background: #232323;
  /*-moz-border-radius: 8px;*/
  padding: 10px 10px;
  margin: 10px 0;
  clear: both;
  border: 0;
  color: #fff;
}

div.innerbox-piqs {
    margin: 10px 28px;
}

div.innerbox:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

#footer {
  margin-top: 20px;
  /*border-top: 1px solid #3c3c3c;*/
}

#footer ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  position: relative;
}

#footer ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 10px;
}

#footer a {
  color: #999;
}

#footer hr {
  height: 1px;
  color: #232323;
  border-width: 0px;
  padding: 0px;
  background-color: #232323;
  color: #232323;
}

#footer .box {
  padding: 5px 0;
  margin: 0;
}

/* added */
div#splash {
  margin-bottom: 10px;
}

div#splash-image-wrapper{
    background: #191919;
}

div#splash div a img.splash-image {
  width: 100%;
}

div#splash .avatar {
  float:left;
  padding:3px;
  margin-right:5px;
  margin-bottom: 10px;
}

.right .tagcloud {
   margin: -5px 0;
   height: 83px;
   overflow: hidden;
}

.tagcloud a,
.tagcloud .earliest {
   text-decoration: none;
   line-height: 32px;
   color: #fff;
}

.right .tagcloud a,
.right .tagcloud .earliest {
   text-decoration: none;
   line-height: 19px;
   color: #fff;
}

#content .tagcloud a:hover,
#content .right .tagcloud a:hover {
   background-color: #fff;
   color: #232323;
}

.pagination { text-align: center; }
.pages { font-size: 1.2em; margin-left: auto; margin-right: auto; }
.pages a, .current { color: #fff; padding: 2px 6px; border: solid 1px #3c3c3c; background: #232323; text-decoration: none; }
.pages a:visited { padding: 2px 6px; border: solid 1px #3c3c3c; background: #232323; text-decoration: none; }
.pages .prev { margin-right: 5px; padding: 2px 6px; border: solid 1px #3c3c3c; background: #232323; }
.pages .break { padding: 2px 6px; border: none; background: #232323; text-decoration: none; }
.pages .next { margin-left: 5px; padding: 2px 6px; border: solid 1px #3c3c3c; background: #232323;}
.pages .current {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #232323; }
.pages a:hover {background: #3c3c3c; border-color: #666; text-decoration: none;}

.pagination div.results { text-align: center; font-size: 1.1em; margin: 10px 0; }