/* 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:#b5b5b5;
	background-image:url();
	background-attachment: fixed;
	background-repeat:repeat;
	font-family:trebuchet ms;
	color:#9a9a9a;
	font-size:7pt;
	overflow-x:hidden;
	margin:0px;
	margin-top:0px;
	}


.subject img[src="http://stat.livejournal.com/img/icon_protected.gif"]{
		width: 0;
		height: 0;
		padding: 0 8px 10px 0;
		background: url(http://img.photobucket.com/albums/v607/wayapi/oxygen-lock.gif);
		}

	.subject img[src="http://stat.livejournal.com/img/icon_private.gif"]{
		width: 0;
		height: 0;
		padding: 0 8px 10px 0;
		background: url(http://img.photobucket.com/albums/v607/wayapi/oxygen-lock.gif);
		}

	.ljuser img { 
  		width: 0;
  		height: 0;
  		background-repeat: no-repeat;
  		background-color:transparent;
  		/* so that IE users will still see an image */
  		background-image: url(http://img.photobucket.com/albums/v607/wayapi/person.png); 
  		padding: 12px 12px 0 2px;
		}

	.ljuser img[src="http://stat.livejournal.com/img/userinfo.gif"] {
		background-color:transparent;
  		background-image: url(http://img.photobucket.com/albums/v607/wayapi/person.png);
  		padding: 12px 12px 0 2px;
		}

	.ljuser img[src="http://stat.livejournal.com/img/community.gif"] {
		background-color:transparent;
 		background-image: url(http://img.photobucket.com/albums/v607/wayapi/heart.png);
 		padding: 12px 12px 0 2px;
		}


html {
	scrollbar-face-color:#b5b5b5;
	scrollbar-arrow-color:#333333;
	scrollbar-highlight-color:#b5b5b5;
	scrollbar-3dlight-color:#b5b5b5;
	scrollbar-shadow-color:#b5b5b5;
	scrollbar-darkshadow-color:#b5b5b5;
	scrollbar-track-color:#b5b5b5;
	}

.pagealign {
	text-align:center;
	}

.bodytable {
	width:50%;
	}

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

.border3 {
	border:0px solid #FFFFFF;
	}

.border2 {
	border:0px solid #FFFFFF;
	}

/* links on page */
a, a b {
	color:#5b9da4;
	cursor: default;
	font-weight:none;
	text-decoration:none;
	text-transform:uppercase;
	}

/* links when cursor is hovering over it */
a:hover, a:hover b, a:hover .nosubject {
	color:#e3e3e3;
	cursor: default;
	font-weight:none;
	text-transform:uppercase;
	text-decoration:none;
	}

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

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

	color:#6ac1b1;
	font-family:century gothic;
	
	}

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

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

/* the next three deal with the navigation links at the top */
#nav {
	font-size:9px;
	text-transform:none;
	padding-top:0px;
	width: 100%;
	white-space:nowrap;
	}

#nav a {
	font-size:9px;
	font-family: tahoma;
	color:#dc7666;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
	}

#nav a:hover {
	color:#95c72b;
	
	}

/* main area of text */
#content {
	background-color:#ffffff;
	padding:0px;
	width: 493px;
	}

.sidetd {
	width:200px;
	background-color:#ffffff;
	}

/* the columns */
.columncontent {
	font-size:9px;
	text-align:justify;
	background-color:#FFFFFF;
	padding:5px;
	}

/* the header of each column */
.columncontent strong {
	font-size:9px;
	color:#428997;
	font-family: century gothic;
	text-transform: uppercase;
	}

/* text area of the columns */
.columnitem {

	color: #afada6;
	line-height:7pt;
	padding:0px;
	margin-top:0px;
	background-color:#ffffff;
	border:0px solid #ffffff;
	overflow:visible;
	}

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

#sidecolumn a:hover {
	color:#2d8074;
	font-size:9px;
	text-decoration:none;
	text-transform:lowercase;	
}

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

.calempty {
	width:5px;
	}

.calactitem {
	font-size:9px;
	font-family:arial narrow;
	text-align:center;
	background-color:#f0f0f0;
	}

.calinitem {
	font-size: 9px;
	font-family:arial narrow;
	text-align:center;
	}

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

/* the text area on the Reply to Post or Comment page */
input, textarea, select {
	color:#b5b5b5;
	font-family:tahoma;
	font-size:9px;
	background-color:#ffffff;
	border:0px solid #E8E8E8;
	}

/* the subject of the post */
.subject {
	font-size:13px;
	color:#626262;
	text-align: left;
	background-color: #ffffff;
	border-bottom:0px dotted #CDE587;
	font-family: century gothic;
	font-weight:none;
	letter-spacing: 0px;
	text-transform: lowercase;
	padding-top:0px;
	padding-bottom:0px;
	}

/* the following deal with entries themselves */
.entry {
	font-size:9px;
	border-left: solid 1px #F2F2F2;
	padding-left:10px;
	text-align: left;
	margin-bottom:5px;
	}

.entrytext {
	overflow-x:hidden;
	text-overflow:clip;

	word-wrap:break-word;
	}

.entrycontent {
	width:50%;
	}

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

/* tags */
.tags {
	color:#cccccc;
	font-size:9px;
	font-family:arial narrow;
	background-color:#ffffff;
	text-transform:uppercase;
	padding-bottom:5px;
	}

/* the next two are where it says "posted by" */
.entryinfo {
	color:#cccccc;
	font-size:9px;
	font-family:arial narrow;
	font-weight:none;
	text-transform:uppercase;
	background-color:#ffffff;
	padding-top:0px;
	padding-bottom:0px;
	}

/* the next three deal with the links at the bottom of each entry */
.entrylinks {
	font-size:9px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: arial narrow;
	background-color:#ffffff;
	text-align:center;
	}
	
.entrylinks a {
	color:#7ad3c0;
	text-align:center;
	
	text-transform:lowercase;
	text-decoration:none;
	white-space:nowrap;
	}
	
.entrylinks a:hover {
	color:#e3e3e3;

	text-decoration:none;
	}

/* when a whole bunch of replies occurs and they turn to boxes */
.minicomment {
	font-size:9px;
	padding:0px;
	background-color:#ffffff;
	border:0px solid #ffffff;
	}
	
.minicommentholder {
	border:0px solid #cccccc;
	}

.messageholder {
	border:0px solid #cccccc;
	margin-bottom:0px;
	margin-top:0px;
	}

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

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

/* back, forward links, etc. */
.systemmessage {
	font-size:9px;
	font: arial narrow;
	background-color:#ffffff;
	border:0px solid #ffffff;
	}

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

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

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

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

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

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

.friendname {
	text-decoration:none;
	}

