<style>
/* base
----------------------------------------------- */


body { 
margin: 0px 0px 0px 0px;
font: Normal 11px tahoma, arial, sans-serif;
background-color: #ffffff;
text-align: center;
} 

body {margin-top:-1px}

#container {
width: 515px;  
padding: 20px; 
padding-top:10px;
text-align:left;
float:left;background-color:white;
}
#supernav {  
width: 400px;
float:left;
}

img#rss {
width: 36px;
height: 19px;
border-width: 0px;
float: right;
margin-left: 30px;
margin-bottom: 10px;
}

h1 {
color: #666;
margin: 0px 0px 10px 0px;
font-weight: normal;
font-size: 40px;
letter-spacing: -1px;
}
 

#description {
color: #777;
font-size: 11px;
line-height: 18px;
padding-right: 70px;
margin-bottom: 30px;
}

.date {
margin: 0px 0px 12px 0px;
color: #999999;
font-size: 14px;
text-align: left;
letter-spacing: 1px; padding-bottom:2px;
border-bottom: solid 1px #cdcdcd;
}

div.post {
margin-bottom: 20px;
position: relative;
}
 


div.post img.permalink {
border-width: 0px;
width: 23px;
height: 9px;
position: absolute;
top: 5px;
right: 5px;
display: none;
}

div.post:hover img.permalink {
display: block;
}

div.post h2 {
font-size: 14px;
color: #444;
margin: 0px 0px 5px 0px;
}
 

/* Regular Post */
div.post div.regular {
font: Normal 11px Tahoma, Arial, sans-serif;
line-height: 17px;
}

div.post div.regular blockquote {
font-style: italic;
}

div.post div.photo div.caption a {
color: #336699;
}
div.post div.photo div.caption a:hover {
color: #999999; text-decoration:none;
}

div.post .title {font-size:18px;}

div.post a:link, div.post a:visited {
	color:#336699; 
	text-decoration: none;
	border-bottom: dotted 1px #dedede;
}

div.post a:hover {
	color:#dcdcdc; 
}

div.post .bodytext {color:#333333; font-size:11px; line-height:19px;}

#navigation {
font-size: 11px;
font-weight: bold;
}

#navigation a {
color:#336699;
text-decoration: none;
}
 

div#footer {
    font: Normal 11px tahoma, arial, sans-serif; 
	color: black;
}

#footer a {
	color: #336699;
	text-decoration:none;  
}

  #footer a:hover {
	color: #999999; text-decoration:none;
}


.thumb {
position: relative;
	height: 52px;
	width: 52px; 
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 3px double #aaaaaa;
	clip: rect(50px, 50px, 50px, 50px);
}

.thumb img {
    DISPLAY: BLOCK;
	position: relative;
	top: -60px;
	left: -50px;
}

div.post div.photo div.caption img {border:4px double #cccccc} 

