* {
	outline:none;
	}
body {
	background-color:#faaaff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
.container {
	font-size:small;
	width:100%;
	color:#000;
	}
#banner {
	width:800px;
	margin:0 auto;
	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 {
	float:left;
	font-size:80%;
	color:#333;
	}

.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;
	}

#navigate {
   width: 154px;
   margin: 0 auto;
}
#navigate a {
  float: left;
}
#navigate a#homelink {
  float: left;
  margin-right: 5px;
}
#navigate a#homelink:hover {
  color: #fff;
  background: none;
  border: none;
}
#navigate a:hover {
  background: none;
}
#navigate a#prevlink {
  width: 48px;
  height: 48px;
  background: url(../arrow_left.png) no-repeat;
  margin: 0 5px 0 0;
}
#navigate a#prevlink:hover {
  background: url(../arrow_left_green.png) no-repeat;
}
#navigate a#nextlink {
  width: 48px;
  height: 48px;
  background: url(../arrow_right.png) no-repeat;
}
#navigate a#nextlink:hover {
  background: url(../arrow_right_green.png) no-repeat;
}

#navigate img {
  border: none;
}
.menu a.light {
	background-color:#FFF;
	border:1px solid #333;
	width:35px;
	}
.menu a.dark {
	background-color:#111;
	border:1px solid #333;
	width:35px;
	}
.menu a.pink {
	background-color:#faaaff;
	border:1px solid #333;
	width:35px;
	}
.menu a.blue {
	background-color:#80a7ed;
	border:1px solid #333;
	width:35px;
	}
.mainBody {
	width:100%;
	clear:both;
	}
#details, #comments {
	width:100%;
	display:none;
	clear:both;
	}
.wrapper {
	width:800px;
	margin:0 auto;
	overflow:auto;
	}


h2 {
	font-size:120%;
	}

.wrapper h3 {
	font-size:105%;
	}
.notes, .commentList {
	width:400px;
	float:left;
	margin-bottom:100px;
	}
.details, .commentForm {
	margin-left:400px;
	margin-bottom:100px;
	}
.content {
	padding:10px;
	line-height:160%;
	}
.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 {
	width:100%;
	clear:both;
	text-align:center;
	}


.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;
	}
#imgLinks {
  float: left;
  margin-top: 10px;
}
#imgLinks a {
  float: left;
  color: #333;
  font-size: 11px;
  margin: 0 7px 0 0;
}
#imgLinks a:hover {
  color: #fff;
}
.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;
	}
