/*
	Default Style Sheet for Daily Columns

	Wyatt Houtz
	wyatt@havenofbliss.com
	http://www.havenofbliss.com

	June 12th, 2002


*/

BODY {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
	background-color:white;
}

TABLE  {
}

TD {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
}

INPUT {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
}

TEXTAREA {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
}

A	{
	text-decoration:none;
	color: navy;
}

A:hover {
	color: black;
}

/* Top Header */
.toptdheader {
	font-family: georgia, times new roman;
	font-size:	12px;
	background-color:#EEEEEE;
}

/* next prev */
.dailynextprev {
	font-family: verdana, helvetica, arial, tahoma;
	font-size:	10px;
	background-color:#EEEEEE;
}
/* Bottom Header */
.bottdHeader {
	font-family: verdana, helvetica, arial, tahoma;
	font-size:	10px;
	background-color:#EEEEEE;
}

/* title of the section */
.nametitle {
	font-family: helvetica, arial, tahoma;
	font-size:	16px;
}

/* item */
.item {
	font-weight: bold;
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
}

/* item's value */
.value {
	font-weight: normal;

}

/* left table cell */
.tdleft, .tdright, .tdright_bio {
	font-family: georgia, tahoma, arial;
	font-size:12px;
}

/* right table cell - contains image */

.comment {
	font-family: courier new, courier, clean;
	font-size:	12px;
	background-color:#E0E0E0;
}

.commenter {
	font-family: courier new, courier, clean;
	font-size:	12px;
	color:#666666;
}

/* Top Header */
.commenttitle {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
	background-color:navy;
	color: white;
}

.commentbody {
	background-color:#cccccc;
}

/* Top Header */
.dailytoptdheader {
	font-family: georgia, times new roman;
	font-size:	12px;
	background-color:#EEEEEE;
}

.controlbar A  {
	color:orange;
}
.controlbar A:hover  {
	color:yellow;
}

.printlist A {
	font-size:1.25em;
}

.briefsummary_timestamp, .briefsummary_continuelink {
	font-style:italic;
}

.briefsummary_link, .briefsummary_number {
	font-size:1.5em;
}

.briefsummary_item {
	font-family: georgia, times new roman;
	font-size:	12px;
	line-height:1.5em;
	margin: 10px;
}
.printlist {
	font-family: georgia, times new roman;
	font-size:	12px;
	line-height:2em;
}

.controlbar  {
	font-weight:bold;
	background-color:red;
	color:white;
	padding:1px;
	margin:0px;
}

/* Bottom Header */
.dailybottdHeader {
	font-family: helvetica, arial, tahoma;
	font-size:	10px;
	background-color:#EEEEEE;
}

/* title of the section */
.dailynametitle {
	font-family: helvetica, arial, tahoma;
	font-size:	16px;
}

/* title of the article */
.dailytitle {
	font-family: helvetica, arial, tahoma;
	font-size:	16px;

}
/* by section under title value */
.dailysubtitle {
	font-weight: normal;

}

/* left table cell */
.dailytext {
	font-family: helvetica, arial, tahoma;
	font-size:	12px;
}

/* TEXTAREA of style edit box */
.styleedit {
	font-family: courier new, courier;
	font-size:	12px;
}


.thisurl {
	font-size:10pt;
	font-family:times new roman;

}



.comments_inline {
	font-family:tahoma, arial, helvetica;
	font-size:10pt;
}

.commentinlinetitle {
	font-family:tahoma, arial, helvetica;
	font-size:12pt;
}


.dailycontent {
	margin:20px;
	width:520px;
	padding:25px;
}

.searchfield {
	white-space:nowrap;
}

.blogitem {
	font-size:11pt;
}

.blog_title {
	font-family:georgia, times new roman;
	font-size:18pt;
	text-align:center;
}

.blog_title_all {
	font-family:georgia, times new roman;
	font-size:18pt;
}

.printlist {
	text-align:center;
	font-weight:bold;
}

.printalllist TD {
	font-family:georgia, times new roman;
	font-size:12px;
}

.blog_bio {
	width:100px;
}


.tdright_bio {
	width:300px;
}
 
.tags, .lastupdatedatetime {
	font-size:8pt;
	font-family:tahoma, verdana;
}

.status_public, .status_private, .status_hidden, .status_restricted {
	font-size:9px;
	font-family:tahoma, verdana;
}

.status_hidden {
	color:#FF9999;
}

.status_private {
	color:orange;
}

.status_restricted {
	color:red;
}


.update_textarea {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

.refs {
	font-size:10px;
	vertical-align: super;
	font-family: arial, helvetica;
}









