/* Cleaned CSS: */

/* Hello! This is the stylesheet of Halffling @ LJ. */
/* My comments are placed between things like this */
/* in order to help you along. */

body {
  background-color:      #b9b3af;

  font-family:           Tahoma;
  color:                 #6e6762;
  font-size:             10px;
  line-height:            9pt;
  overflow-x:            hidden;
  margin:                 0px;
  margin-top:            0px;
}

html {
  scrollbar-face-color:       #dad6cc;
  scrollbar-arrow-color:      #888888;
  scrollbar-highlight-color:  #e0d7d0;
  scrollbar-3dlight-color:    #888888;
  scrollbar-shadow-color:     #e0d7d0;
  scrollbar-darkshadow-color: #888888;
  scrollbar-track-color:      #b9b3af;
}

.pagealign {
  text-align: center;
}

.bodytable {
  width: 50%;
}

/* borders along the page. */
/* To disable a border, change to 0px */
.border4 {
  border: 1px solid #a39b95;
}

.border3 {
  border: 2px solid #e0d7d0;
}

.border2 {
  border: 1px solid #7a7a7a;
}

/* links on page */
a, a b {
  color:           #444444;
  font-weight:     bold;
  text-decoration: none;
}

/* links when cursor is hovering over it */
.a, a:active, a:visited, a:hover {
	cursor: crosshair;
  color:           #6e6762;
  font-weight:     bold;
  text-decoration: uppercase;
}

/* italicized text. Remove if you don't want it a different color */
i {
  color: #98a4b0;
}

/* bolded text. Remove if you don't want it a different color */
b {
  color: #98a4b0;
}

/* change to 'float:right' if you want your posting icon on the right. */
.userpic2 {
  float:        left;
  text-align:   right;
  margin-top:   0px;
  margin-right: 0px;
}

/*if userpic in the sidebar is enabled. */
#userpic { 
  overflow:      visible; 
  text-align:    center;
  margin-bottom: 5px; 
  padding:       2px;
}

/* the next three deal with the navigation links at the top */
#nav {
  background-color: #a39b95;
  font-size:        9px;
  letter-spacing:    2px;
  text-transform:   uppercase;
  padding-top:      0px;
  white-space:      nowrap;
}

#nav a {
  font-size:        9px;
  color:            #e0d7d0;
  text-decoration:  none;
  padding-left:     12px;
  padding-right:    10px;
  padding-top:       1px;
  background-color: #a39b95;
}

#nav a:hover {
  color:            #6e6762;
  background-color: #e0d7d0;
}

/* main area of text */
#content {
  background-color: #dad6cc;
  padding:          2px;
}

.sidetd {
  width: 175px;
}

/* the columns */
.columncontent {
  font-size:        10px;
  text-align:       center;
  background-color: #e0d7d0;
  padding:           2px;
}

/* the header of each column */
.columncontent strong {
  font-size:      9px;
  color:          #6e6762;
  font-weight:    bold;
  text-transform: uppercase;
}

/* text area of the columns */
.columnitem {
  padding:          2px;
  margin-top:       4px;
  background-color: #b9b3af;
  border:           1px solid #7a7a7a;
  overflow:         visible;
}

/* links in the side column */
#sidecolumn a {
  color:           #7a7a7a;
  font-size:       9px;
  text-decoration: none;
}

#sidecolumn a:hover {
  color:           #1f1a0f;
  font-size:       9px;
  text-decoration: none;
}

/* the text area on the Reply to Post or Comment page */
input, textarea, select {
  color:            #000000;
  font-family:      Tahoma;
  font-size:        10px;
  background-color: #dad6cc;
  border:           1px solid #888888;
}

/* the subject of the post */
.subject {
  color:          #3d3d3d;
  font-size:      11px;
  font-weight:    bold;
  text-transform: uppercase;
  padding-top:     1px;
  padding-bottom:  1px;
}

/* the following deal with entries themselves */
.entry {
  font-size:     10px;
  margin-bottom: 10px;
}

.entrytext {
  overflow-x:    hidden;
  text-overflow: clip;
  word-wrap:     break-word;
}

.entrycontent {
  width: 50%;
}

/* mood & song */
.meta {
  text-transform: none;
  font-size:      9px;
  font-weight:    bold;
}

/* tags */
.tags {
  color:            #7a7a7a;
  font-size:        8px;
  background-color: #b9b3af;
  text-transform:   uppercase;
  padding:          1px;
}

/* the next two are where it says "posted by" */
.entryinfo {
  color:            #7a7a7a;
  font-size:        9px;
  font-weight:      bold;
  text-transform:   uppercase;
  background-color: #e0d7d0;
  padding-top:      2px;
  padding-bottom:   2px;
}

/* the next three deal with the links at the bottom of each entry */
.entrylinks {
  font-size:        8px;
  padding-top:      2px;
  padding-bottom:   2px;
  background-color: #888888;
  text-align:       center;
}
	
.entrylinks a {
  color:           #444444;
  text-align:      center;
  text-transform:  uppercase;
  text-decoration: none;
  white-space:     nowrap;
}
	
.entrylinks a:hover {
  color:            #1f1a0f;
  background-color: #a39b95;
  text-decoration:  none;
}

/* when a whole bunch of replies occurs and they turn to boxes */
.minicomment {
  font-size:        10px;
  padding:          4px;
  background-color: #e0d7d0;
  border:           2px solid #b9b3af;
}
	
.minicommentholder {
  border: 1px solid #888888;
}

.messageholder {
  border:        1px solid #888888;
  margin-bottom: 5px;
  margin-top:    5px;
}

/* when viewing comments, where it says "comments" */
.notablemessage {
  padding: 4px;
}

/* back, forward links, etc. */
.systemmessage {
  font-size:        10px;
  background-color: #e0d7d0;
  border:            2px solid #b9b3af;
}

.systemmessage a {
  padding-left:   10px;
  padding-right:  10px;
  padding-top:     2px;
  padding-bottom:  2px;
}

.systemmessage TD {
  font-size: 10px;
  padding:    2px;
}

/* on the comments page, the username of the commenter */
.postedby {
  font-size:      10px;
  text-transform: uppercase;
}

/* if you enabled IP logging */
.ip {
  color: #9a8e80;
}

/* if logged in, this edits the "mass action on selected comments" option */
.multiform {
  font-weight: bold;
}

/* the links that say 'back to top' at the bottom of each entry */
.backtop {
  text-align: right;
}

.backtop a {
  color: #000000;
}

/* I'm not sure if the next two really do anything */
.friendcolor {
  width:  10px;
  height: 10px;
}

.friendname {
  text-decoration: none;
}

