* {
	padding: 0; 
	margin: 0; 
}

body {
	color: #555;
	font: 0.7em/1.8em Helvetica, Arial, Sans-Serif; 
	background-color: #2E302D;
	text-align: center;
}

#shadow {
    position: fixed;
    background-image: url('/static/images/drop-shadow-top.png');
    height: 9px;
    left: 0px;
    position: fixed;
    top: -2px;
    width: 100%;
}

.head {
    height: 100px;
    margin: 0 20px;
}

.container {
    width: 328px;
    overflow: hidden;
    text-align: left;
}

.container-body {
    background-image: url('/static/images/container3/container-body.gif');
    padding: 4px;
}

.container-top {
    background-image: url('/static/images/container3/container-top.gif');
    height: 18px;
}

.container-bottom {
    background-image: url('/static/images/container3/container-bottom.gif');
    height: 7px;
}

.fentry {
    margin:0 30px;
}

.flickr {
    background-color: #000;
    margin: 0 -30px 5px -30px;
    text-align: center;
    padding: 0;
    height: 140px; 
    width: 320px; 
    overflow: hidden; 
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.flickr img {
    width: 320px;
    margin: -35px auto; 
    border: 0;
}

#photoblog {
    margin: 120px auto 50px auto;
}

.content {
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
}

.content h2 {
    margin: 0 30px 5px 30px;
}

.content h3 {
	margin: 30px 30px 5px 30px;
}

.image img,
.textimage img {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0;
    border-right: 0;
}

.textimage {
	margin-left: -30px;
	margin-bottom: 75px;
}

.entrytext {
    margin: 0 30px;
}

ul.linklist {
    list-style: none; 
    padding-left: 15px;
    margin-left: 15px; 
}

blockquote {
	border-left: 2px solid #ddd;
	padding-left : 5px;
}


