#wrapper {
	margin: 40px;
	position: relative;
/*	width: 900px;*/
}

#banner {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 20;
}

#content {
	width: 670px;
/*	width: 80%;
	min-width: 400px;
	max-width: 900px;
	float: left;	*/
}

#sidebar {
	position: absolute;
	left: 720px;
	width: 250px;
	text-align: left;
}

#logo {
	margin-left: -20px;
}
#logo a {
	border: 0;
}
#logo img {
	border: 0;
	padding: 0;
	margin: 0;
}


#nav {
	font-size: 1.75em;

}
#nav ul {
	margin-left: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: .9em;
	letter-spacing: -1.2px;
	font-weight: normal;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;	
}
#nav a {
	border: 0;

}

#search .query {
	width: 150px;
}

#selections ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#selections ul li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}
#selections a {
	padding: 3px;
	display: block;
	border: 1px dotted #000;
}

#story {
	clear: both;
}
#story p {
	font-size: .75em;
	line-height: 1.5em;
}
#story img {
	margin-bottom: 1em;
	width: 200px;
	
}

#footer {
	clear: both;

}

#pagination {
	font-family: Times;
	font-size: 1.5em;	
	line-height: 2em;	
	color: #fff;
	float: left;
	background: #000;
	padding: 5px;
	-moz-border-radius: 0 5px 5px 0;
		
}
#pagination .counter {
	float: left;
	background: #000;	
	padding: 0 20px;	
}
#pagination .divider {
	font-size: .7em;
	color: #666;
	font-style: italic;
} 
#pagination .number {
	font-size: 2em;
	vertical-align: -.2em;
}
#pagination a {
	float: left;
	color: #666;

}
#pagination a:hover {
	color: #fff;
	background: none;
}


.credit {
	font-size: .7em;
	color: #999;
}
.credit a {
	color: #999;
	border-bottom-color: #999;
}

a.permalink {
	position: absolute;
	top: 6px;
	left: 8px;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	margin: 0;
	display: inline;
	color: #000;
	border: 0;
	z-index: 1;
}
a.permalink:hover {
	color: red;
}
.page .permalink {
	display: none;
}



.post {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
/*	height: 390px;*/
/*	height: 200px;*/
}
.post.even {
/*	height: 330px;*/
/*	float: right;*/
/*	height: 200px;	*/
}

.photobox {
/*	width: 180px;*/
/*	height: 200px;*/
/*	overflow: hidden;*/
/*	-moz-border-radius: 10px;
	border: 1px solid #999;
	padding: 5px;*/
	position: relative;
}
.photobox img {
	height: 130px;
/*	width: 280px;*/

	
}
.photobox a {
	border: 0;
}

.post.first .photobox img {
	height: 200px;
}
.post.even .photobox img {
	height: 200px;
}

.quote big {
	display: none;
}
.quote {
	padding-left: .5em;
}
.quote .quote {
	font-size: 2.5em;
	font-style:italic;
	line-height:0.9em;
	margin-top:20px;

}
.quote .source {
	margin-top: .75em;
}

/* Hide posts tagged "Postbox" or "Page" on the index page */
.post.postbox,
.post.page {
	display: none;
}
#tag .post.postbox,
#tag .post.page,
#view .post.postbox,
#view .post.page {
	display: block;
}

.date {
	text-align: left;
	font-size: .7em;
	letter-spacing: 1px;
	font-family: Futura, Helvetica;
	float: left;
	margin-left: -20px;
	background: #000;
	color: #fff;
	padding: 4px;
	margin-top: 50px;
	text-transform: uppercase;
	display: none;
}
.date p {
	margin: 0;
}

.caption {
	margin-top: 20px;
	text-align: left;
	width: 500px;
	height: 110px;
	display: none;
}
.caption ul {
	margin: 0;
}
.caption ul li {
	list-style: none;
	line-height: 1em;
}
.caption i {
	color: #999;
	font-size: .9em;
	margin: 12px 0;
	line-height: 1.3em;
	display: block;
}

#view #content {
	margin: 30px 0 0 30px;
}
#view .date {
	display: block;
}
#view .photobox img {
	min-width: 500px;
	height: auto;
}
#view .caption {
	display: block;
}


/*#view #story,
#tag #story {
	display: none;
}
#view .page .date {
	display: none;
}*/