body {
    background: #fff url(/images/bg_ett.png) no-repeat center top;
    margin: 0;
    font: 14px helvetica neue, arial, verdana, sans-serif;
    text-align: center;
}

h1, h2 {
	font-weight: normal;
	font-size: 22px;
}

a {
	color: #06c;
}

h1 a {
	font-size: 12px;
}

#pageboundary {
    margin: 30px auto;
    width: 700px;
}

#pageboundary p {
	text-align: left;
	padding: 0 10px;
}

#pageboundary p, #photos {
	margin: 10px 0;
}

#posts {
	width: 500px;
	float: left;
}

#photos {
	float: right;
	width: 170px;
	padding: 10px 5px 5px 10px;
	border: 1px solid #ebebeb;
}

#photos h2 {
	margin: 0 0 10px 0;
}

.post strong {
    color: #666;
}

.post .datetime {
    font-size: 12px;
    color: #666;
	white-space: nowrap;    
}

#pageboundary #post1 {
	font-size: 28px;
	border: 2px solid #ebebeb;
	padding: 10px;
}

ul#footer {
	font-size: 12px;
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	clear: both;
}

ul#footer li {
	display: inline;
	padding: 0 10px;
}

ul#footer li+li {
	border-left: 1px solid #ccc;
}

/* flickr */

.wwwflickr {
	font-weight: bold;
}

.wwwflickr .er {
	color: #ff1c92;
}


a.flickrthumb {
	float: left;
}

.flickrthumb img {
	border: 2px solid #ccc;
}

a.flickrthumb {
	margin-right: 5px;
	margin-bottom: 5px;
}

