input {
  background: black;
  border: 1px solid #333;
  color: #999;
}

#maincontainer {
  width: 100%;
}

#main2 {
  width: 100%;
}

#header {
  width: 100%;
  border-bottom: 1px solid #222;
  margin-bottom: 10px;
}

#nametext {
  line-height: 24px;
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 10px;
}

#profileurl {
  font-size: 8pt;
  text-align: right;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

#leftcol {
  width: 170px;
  float: left;
}

#leftinfo {
  width: 150px;
  border: 1px solid #333;
  margin-bottom: 10px;
  background-color: #151515;
}

.leftpad {
  padding: 10px;
}

#useronline {
  background: url(http://i32.tinypic.com/30sdhtg.gif) no-repeat left;
  offline: http://i27.tinypic.com/2qwhndh.gif;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}

#mainpic {
  margin-top: 5px;
  margin-bottom: 4px;
}

.title {
  font-weight: bold;
}

.journal_entry{
  text-align:right;
}

.text {
  text-align: justify;
  padding: 10px;
  margin-bottom: 15px;
}

.topfriends td {
  height: 140px;
}

#friends {
  border: 1px solid #333;
  padding: 10px 10px 10px 10px;
  width:100%;
  margin-bottom: 20px;
}

#friends_title {
  margin-bottom: 10px;
}

#friendstable img {
  width: 100px;
  height: 100px;
}

#friendstable td {
  padding: 0 10px;
  text-align:center;
}

.morefriends {
  margin-top: 10px;
  text-align: right;
}


.sep {
  border-top: 1px solid #333;
  margin: 20px 0;
}

.comment_sep {
  border-top: 1px solid #333;
  margin: 5px 0;
}


.buttons1 a, .buttons1 a:link, .buttons1 a:visited {
  display: block;
  font-size: 7pt;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
  color: white;
  width: 120px;
  line-height: 22px;
  margin: 0 5px;
  background: #121212;
  border: 1px solid #222222;
  text-decoration: none;
  text-align: center;
}
.buttons1 a:hover { 
  border: 1px solid #222222;
  color: white;
  font-size: 7pt;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  background: #444;
}


.comments td {
  border-top: 1px solid #333;
  border-bottom: 0;
  border-left: 1px solid #333;
  border-right: 0;
  padding: 5px;
  padding-bottom: 15px;
}

.comments {
  border-top: 0;
  border-bottom: 1px solid #333;
  border-left: 0;
  border-right: 1px solid #333;
}

.comments div {
  padding: 5px;
  border: 1px solid #333;
  color: #666;
  background: #121212;
  margin-bottom: 10px;
  font-size: 8pt;
}




#buttons_br {
  font-size: 0;
  height: 10px;
}


.tagline { /* New feature- users fav quote / status info */
border: 1px solid #222222; 
padding: 5px;
font-style: italic;
}

