.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

a {
	text-decoration: none;
	
}

a:link {
	color: #0096ff;
	color:#333;
	
}

a:visited {
	color: #0096dd;
	color: #333;
}

a:hover {
	color: red;
	color: #CC5566;
	text-decoration: underline;
	
}

#logo span {
	display: none;
}

#home {
	background-image: url(../assets/home.png);
	float: left;
	margin-left: 60px;
	width: 95px;
	height: 36px;
	}

#home span, #gallery span {
	display: none;
	}

#gallery {
	background-image: url(../assets/gallery.png);
	float: right;
	margin-right: 60px;
	width: 114px;
	height: 48px;
	}
#header img {
border: 0;
}
body {
	background-color: #ae996b;
	background-image: url(../assets/seacompass2.jpg);
	font-family: serif;
	font-size: 11pt;
	margin: 0;
}

#logo {
	background-image: url(../assets/seaofleaves.png);
	width: 409px;
	height: 98px;
	margin: 0 auto;
}

#header {
	width: 844px; 
	margin: 0 auto;
	text-align: center;
	
	}

#outside-wrapper {
	margin: 0;
	padding: 0;
	 }

#wrapper {
	background: transparent url(../assets/postbg_s.png) repeat-y;
	width: 844px; 
	margin: 0 auto;
	padding: 0;	
	height: 100%;
}

#footer {
	background: transparent url(../assets/postbgbottom.png);
	height: 120px;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

#footer_inner {
	margin: 0 auto;
	padding: 0;
}
#sidebar {
	float:left;
	margin:0;
	padding-left:40px;
	width:160px;
	
	
}

#links {
	

}

#content {
	float:right;	
	width: 570px;
	padding: 10px 45px 0px 0px;
}
.post_title {
letter-spacing: -0.05em;
font-size: 25px;
color: #333;
}
.post_body {
line-height: 19px;
}
.tags {
float: left;
}
.postCommentCount {
float: right;
}
.cl {
clear: both;
}
