* {
	outline:none;
	}
body   { font-family: Osaka, Verdana, Arial, Helvetica, "Lucida Grande"; background-color: #fff; margin: 0 0 0; padding: 0; border-top: 6pt outset #000}
.container {
	font-size:small;
	width:100%;
	color:#000;
	}
#top { position:absolute; top:0; left:0; width:101%; color:#000; font-size: 11px; background-color: #000; height:20px; border-bottom:2px solid black; padding:4px; }
#banners  { margin: 0 auto; width: 800px; height: 35px }
#banner h1 {
	margin:0;
	padding:0;
	font-size:110%;
	float:right;
	line-height:35px;
	font-weight:normal;
	}
#banner h1 a:link, #banner h1 a:visited, #banner h1 a:hover {
	color:#333;
	text-decoration:none;
	background:none;
	}
.menu  { color: #333; font-size: 80%; float: left }

.menu a:link, .menu a:visited {
	
	padding:0 3px 0 0;
	line-height:35px;
	text-decoration:none;
	
	color:#555;
	}
.menu a:hover {
	color:#FFF;
	background-color:#333;
	}
.menu a.light {
	background-color:#FFF;
	border:1px solid #333;
	width:35px;
	}
.menu a.dark {
	background-color:#111;
	border:1px solid #333;
	width:35px;
	}
.mainBody {
	width:100%;
	clear:both;
	}
#details, #comments {
	width:100%;
	display:none;
	clear:both;
	}
.wrapper  { margin: 0 auto; width: 800px; overflow: auto }


h2 {
	font-size:120%;
	}

.wrapper h3  { font-size: 105%; text-decoration: underline }
.notes, .commentList {
	width:400px;
	float:left;
	margin-bottom:100px;
	}
.details, .commentForm {
	margin-left:400px;
	margin-bottom:100px;
	}
.content  { line-height: 160%; padding: 10px; border-width: 0 }
.commentList ul {
	margin:0;
	padding:0;
	list-style:none;
	}	
.commentList ul li {
	margin-bottom:10px;
	background-color:#F4F4F4;
	border-left:3px solid #888;
	padding:8px;
	}
	
	
#mainImg   { text-align: center; width: 100%; clear: both; outline-width: 0 }
.archive {
	width:800px;
	margin:0 auto;
	}
.archive h2 {
	margin:0;
	padding:0;
	font-size:110%;
	}
.tags {
	margin-bottom:10px;
	}

.thumbs a {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}
.thumbs a img {
	border:none;
	}

.about {
	width:800px;
	margin:0 auto;
	}
.aboutText {
	width:580px;
}
.sidebar {
	width:200px;
	float:right;
	margin:0 0 10px 20px;
	}
.sidebar ul, .column ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	}
.sidebar ul li, .column ul li {
	margin-bottom:10px;
	}
.columns {
	clear:both;
	overflow:auto;
	height:1%;
	}
.column {
	width:33%;
	float:left;
	}
.footer {
	width:800px;
	margin:10px auto;
	font-size:80%;
	text-align:center;
	clear:both;
	}
a:link,  a:visited {
	color:#555;
	text-decoration:none;
	}
 a:hover {
	color:#FFF;
	background-color:#333;
	}
	
#EXIF {
	position:absolute;
	z-index:10;
	width:200px;
	top:0px;
	left:0px;
	text-align:left;
	background-color:#FFF;
	color:#111;
	display:none;
	font-size:85%;
	}
#EXIF .title {
	background-color:#CCC;
	margin:0;
	padding:4px 10px;
	}
#EXIF .title .links {
	float:right;
	}
#EXIF .title .links a:link, #EXIF .title .links a:visited {
	color:#333;
	background:none;
	font-weight:bold;
	}
#EXIF .title .links a:hover {
	color:#000;
	background:none;
	}
