body, td{
	font-size:.75em;
	font-family:verdana, sans-serif;
	line-height:140%;

}
body{
	margin:0px;
	padding:0px;
	background-color:#8EAFDB;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.header{
	font-weight:bold;
	color:blue;
}

.flickrimg{
	padding:0px;
	margin-left:8px;
	border-width:5px;
	border-color:#fff;
}
.flickr{
}
ul.none{
	list-style:none;
	margin:0px;
	padding:0;

}
ul.clean{
	margin-top:0;
	margin-bottom:0;
	padding-left:15px;
	padding-top:0;
	padding-bottom:0;

}
.masterindex{
	line-height:170%;
}
.tags{
	font-size:80%;
}
#top{
	background-color:#8EAFDB;
	width:650px;
	padding-top:15px;
}
.menu{
	line-height:70%;
	font-size:180%;
	font-weight:bold;
	color:black;
}
#title{
	font-family:century,times, serif;
	line-height:190%;
	font-size:25px;
	font-weight:bold;
	color:white;
	margin:0px;
}
.title{
	font-family:"Lucida Grande", Verdana;
	line-height:130%;
	font-size:130%;
	font-weight:bold;
	color:black;
	margin-bottom:8px;
}

.nums{
	font-size:75%;
}
.linklink{
	color:green;
	font-size:75%;
}

div.clearme {clear: both; line-height: 0; height: 0;padding:0;margin:0;}

#main {
	background-color:white;
	padding:20px;
}

#footer {
	background-color:white;
	padding:10px 20px 10px 20px;
	margin-top:9px;
	margin-bottom:9px;
}

#rightcontent{
	float:right;
	margin:0 0 12px 12px;
}

.sidebox{
	border:1px solid #333;
	padding:12px;
	background-color:#eee;
	margin-bottom:10px;
}

.formbox{
	border:1px solid #333;
	padding:4px;
	background-color:#eee;
	margin-bottom:6px;
}

/* border table for feed news */
.fd_bordertable {
	border-style: solid;
	border-width: 0px;
	border-color: #CCCCCC;
	padding: 0;
	width: 125px;
}

/* maintable table for feed news */
.fd_maintable {
	border-width: 0;
	font-size:90%;
}

/* header cell with header text and xml button */
.fd_header {
	padding: 0px;
	font-size: 0px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	visibility:hidden;
}

/* item description area */
.fd_itemcell {
	padding-top: 8px;
	line-height: 130%;
	color: black;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: white; text-decoration: none; }
.fd_itemlink:visited { color: #336699; text-decoration: none }
.fd_itemlink:hover { color: #fff; text-decoration: none }

.post{
	padding-top:14px;
}
.highlight{
	background-color:yellow;
}
hr{
	border:1px solid #ccc ;
}
.tags{
	font-size:85%;
}
#filterclear{
	position:relative;
}
.clear{
	font-size:65%;
	color:#F00;
}
.plusminus{
	padding:1px;
	font-size:75%;
	color:#F00;
	margin:2px;
}
.action{
	font-size:75%;
	color:#F00;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

b{
font-size:110%;
}
blockquote{
	padding:10px 10px 10px 38px;
	margin:0 0 0 12px;
	border-left:solid #c0c0c0 1px;
	background-color:#FAFAFA;
	width:60%;
	background-image:url(images/quote.gif);
	background-position:top left;
	background-repeat:no-repeat;
}