
* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #888888;
    font-size: 12px;
    font-family: "Lucinda GRande", Helvetica, Arial, sans-serif;
}


a { color:#000; text-decoration: none; font-weight: bold;}
a:hover { color:#ff9900; text-decoration: underline }

p {margin: 0px; }

.container {
    margin: 0 auto;
    padding: 0;
    width: 640px;
}


.header {
	border-bottom: 1px solid #888888;
    margin-bottom: 40px;
	padding: 15px 0 15px 0px;
	text-align: left;
	width: 100%;
	height:20px;
    background-image: url(http://basti.com/scs.gif);
    background-repeat: repeat-y;
}


.post {
	padding:0;
	margin-bottom: 80px;
	text-align:left;
    width:100%;
}

.post img {
	border: 0px solid #000000;
}

.title,.where { 
    font-size: 10px;
    font-weight: normal;
    margin-top:5px;

}

.title {
	float: left;
}

.where {
	float: right;	
}


.nav {
	border-top: 1px solid #888888;
	padding:0;
	margin-bottom: 100px;
    width:100%;
}

.previous {
	float: left; 
}
    
.next {
	float: right; 
}

.previous, .next {
    font-size: 12px;
    font-weight: normal;
    margin-top:15px;
}

.about {
    font-size: 14px;
    line-height: 18px;
}

.about p {
	margin-top: 20px;
}


