/* 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 {


font-family: Verdana, sans-serif;
background-image: url("http://i275.photobucket.com/albums/jj282/1483hm/layout%20stuf/solid06burn.png");
background-repeat: repeat;
background-attachment: scroll;
margin: 5px;


  background-color:      #fffab9;

  font-family:           Trebuchet MS;
  color:                 #3f1c04;
  font-size:             13px;
  line-height:            10pt;
  overflow-x:            hidden;
  margin:                 5px;
  margin-top:            0px;
}

html {
  scrollbar-face-color:       #fffab9;
  scrollbar-arrow-color:      #fffab9;
  scrollbar-highlight-color:  #fffab9;
  scrollbar-3dlight-color:    #9fc1d1;
  scrollbar-shadow-color:     #d7cec0;
  scrollbar-darkshadow-color: #9fc1d1;
  scrollbar-track-color:      #fffab9;
}

.pagealign {
  text-align: center;
}

.bodytable {
  width: 50%;
}

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

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

.border2 {
  border: 1px solid #594a36;
}

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

/* links when cursor is hovering over it */
a:hover, a:hover b, a:hover .nosubject {
  color:           #3f1c04;
  font-weight:     bold;
  text-decoration: none;
}

/* italicized text. Remove if you don't want it a different color */
i {
  
}

/* bolded text. Remove if you don't want it a different color */
b {
  
}

/* change to 'float:right' if you want your posting icon on the right. */
.userpic2 {
  float:        right;
  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: #594a36;
  font-size:        12px;
  letter-spacing:    2px;
  text-transform:   uppercase;
  padding-top:      10px;
  white-space:      nowrap;
}

#nav a {
  font-size:        12px;
  color:            #fffab9;
  text-decoration:  none;
  padding-left:     12px;
  padding-right:    10px;
  padding-top:       1px;
  background-color: #594a36;
}

#nav a:hover {
  color:            #3f1c04;
  background-color: #fffab9;
}

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

.sidetd {
  width: 175px;
}

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

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

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

/* links in the side column */
#sidecolumn a {
  color:           #594a36;
  font-size:       12px;
  text-decoration: none;
}

#sidecolumn a:hover {
  color:           #bc0d32;
  font-size:       12px;
  text-decoration: none;
}

/* the calendar on the side */
.calrow {
  clear:      both;
  width:      120px;
  text-align: center;
}

.calempty {
  width: 5px;
}

.calactitem {
  font-size:        11px;
  text-align:       center;
  background-color: #fffab9;
}

.calinitem {
  font-size:  11px;
  text-align: center;
}

/* days on the calendar page */
.bigday {
  font-size:   13px;
  font-weight: bold;
}

/* the text area on the Reply to Post or Comment page */
input, textarea, select {
  color:            #3f1c04;
  font-family:      Trebuchet MS;
  font-size:        13px;
  background-color: #fffab9;
  border:           1px solid #9fc1d1;
}

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

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

/* the following was causing issues in firefox */
/*
.entrytext {
  overflow-x:    hidden;
  text-overflow: clip;
  word-wrap:     break-word;
}
*/

.entrycontent {
  width: 50%;
}

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

/* tags */
.tags {
  color:            #594a36;
  font-size:        11px;
  background-color: #d7cec0;
  text-transform:   uppercase;
  padding:          1px;
}

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

/* the next three deal with the links at the bottom of each entry */
.entrylinks {
  font-size:        11px;
  padding-top:      2px;
  padding-bottom:   2px;
  background-color: #beab91;
  text-align:       center;
}
	
.entrylinks a {
  color:           #3c6f61;
  text-align:      center;
  text-transform:  uppercase;
  text-decoration: none;
  white-space:     nowrap;
}
	
.entrylinks a:hover {
  color:            #bc0d32;
  background-color: #8ba8b4;
  text-decoration:  none;
}

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

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

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

/* year in calendar page */
.systemtext {
  color:          #447369;
  font-weight:    bold;
  text-transform: uppercase;
}

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

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

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

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

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

/* 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: #97c5af;
}

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

.friendname {
  text-decoration: none;
}

