/* CSS Document */

.borderless {
	border: 0px;
}

img { behavior: url("/pngbehavior.htc"); }

.newTitleBackground {
	background-image: url(/img/text.png);
	width: 404px;
	padding: 3px;
}

.rssEntry {
	padding-bottom: 15px;
}

html { 
	background: top left url(/img/leafies.jpg) fixed black no-repeat; 
}

a { 
	color: #A43A25;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #72200F
	}
	
a.sitename {
	text-decoration: none;
	color: #FFF;
}
	
.entry {
/*	background-color: #000;*/
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	width: 400px;
	background-image: url(/img/text.png);
	
}
	
.sitetitle {
/*	background-color: #000;*/
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	line-height: 16px;
	width: 200px;
	background-image: url(/img/text.png);
}

.who {
/*	background-color: #000;*/
	color: #FFF;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	width: 200px;
	background-image: url(/img/text.png);
}

.textie {
/*	background-color: #000;*/
	color: #fff;
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	background-image: url(/img/text.png);
}

.linkie {
/*	background-color: #000;*/
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}

.quote {
	padding-left: 10px;
	padding-right: 10px;
}

.entryTitle {
/*	background-color: #CCC;*/
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	width: 404px;
	background-image: url(/img/text2.png);
}

.whoTitle {
/*	background-color: #CCC;*/
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
	width: 204px;
	background-image: url(/img/text2.png);
}

.titlebox {
	font-family: verdana; 
	font-size: 10px; 
	color: #000;
	letter-spacing: 1.2em;
	font-weight: bold;
	}
	
.titleboxLL {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	position: relative;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-color: #FFF;
	padding-right: 4px;
	}
	
.titleboxLR {
	font-family: verdana;
	font-size: 10px;
	color: #000;
	position: relative;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: #FFF;
	padding-left: 4px;
	font-style: italic;
	}

a.titlelink { 
	color: #ffffff;
	}
	
form {
	padding: 0px;
	margin: 0px;
}

input {
	padding: 0px;
	margin: 0px;
}

.date {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}

.comment {
	margin: 0 0 1em 0;
	border: 0px 0px 1px 0px;
	border-style: solid;
	border-color:  #fff;
}

.links {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 10;
	font-family: verdana;
	font-size: 10px;
	color: #111111;
        background-image: url(/img/text.png);
	padding: 10px;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #FFF;	
}

.login {font-size: 10px; background-color: #CCC; color: #000; font-weight: bold;}
