/*

	-- -- -- -- -- -- --
	mezzoblue v6 Posts CSS file
	'Fountain' style
	last edit: 3 jan 09
	-- -- -- -- -- -- --

	File Contents:
	Extra style tweaks for post archives
	
*/




																					/* post items */
.post-frontpage {
	margin-top: 3em;
}
.item-post {
	width: 564px;
	background: url(../../i/fountain/ico-post.gif) no-repeat 0 0;
}
#main-content .item-post h2 {
	padding-left: 32px;
	margin-top: 2px;
}
#main-content .item-post .wrap h2 {
	padding-left: 0;
}


																					/* post image overflow control */
.item-post div.medium {
	left: -77px;
	margin-right: -50px;
}

.item-post .image-holder-grid, 
.item-post .image-holder-1up,
.item-post .image-holder-2up, 
.item-post .image-holder-3up, 
.item-post .block-img {
	width: 525px;
	overflow: hidden;
}
#main-content .item-post .three-up .wrapper, #main-content .item-post .four-up .wrapper {
	width: 525px;
	overflow: hidden;
}
.image-holder-grid a:link, .image-holder-grid a:visited {
	width: 175px;
}






#main-content .item-post .date {
	padding: 0 0 0.5em 32px;
	background: none;
}
.item-post .wrap {
	padding-left: 32px;
	position: relative;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
																					/* link items */
.item-link {
	background: url(../../i/fountain/ico-link.gif) no-repeat 0 3px;
}
.item-link .wrap {
	position: relative;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	padding: 0 0 1em 32px;
	margin-bottom: 2em;
}
.item-link h2 {
	padding-top: 5px;
}


																					/* tweet items */
.item-tweet {
	background: url(../../i/fountain/ico-quote.gif) no-repeat 0 0.6em;
}
#main-content .item-tweet .date {
	padding: 0;
	background: none;
	display: inline;
}
.item-tweet .wrap {
	padding-left: 32px;
	position: relative;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.item-tweet p.tweet {
	font-size: 1.5em;
	font-style: italic;
	font-family: Palatino, Georgia, serif;
	line-height: 2;
}


																					/* photo items */
.item-photo {
	background: url(../../i/fountain/ico-photo.gif) no-repeat 0 0;
}
#main-content .item-photo h2 {
	padding-top: 2px;
}
.item-photo .wrap {
	min-height: 8em;
	padding-left: 123px;
	position: relative;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.item-photo .photo img {
	display: block;
	margin: 0;
}
.item-photo .photo a, .item-photo .photo a:visited {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 30px;
	padding: 1px;
	margin: 0;
	background: #bbb;
	border: solid 2px #fff;
}
	.item-photo .photo a:hover {
		background: #fff;
		padding: 2px;
		border: solid 1px #bbb;
	}
/* full photos */
.full .wrap {
	padding-left: 32px;
}
.full .photo a, .full .photo a:visited {
	position: relative;
	top: 0;
	left: 0;
	width: 500px;
	background: #fff;
	border-width: 0;
}
	.full .photo a:hover {
		padding: 0;
		border-width: 1px;
	}

																					/* Common style overrides */

.item-post .meta, .item-photo .meta, .item-tweet .meta, .item-link .meta {
	text-transform: none;
	text-align: left;
	background: none;
}
#main-content .item-link h2, #main-content .item-photo h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.2em;
	padding-left: 32px;
}
.item-link h2 a, .item-link h2 a:visited,
.item-photo h2 a, .item-photo h2 a:visited {
	text-decoration: none;
	font-weight: bold;
}
	.item-link h2 a:hover, .item-photo h2 a:hover {
		text-decoration: underline;
	}
#main-content .item-link .date, #main-content .item-photo .date {
	display: inline;
	padding: 0;
	background: none;
}


																					/* pager */
.pager {
	width: 100%;
	overflow: hidden;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	margin-bottom: 2em;
	padding: 0 0 1em 0;
}

#main-content ul.pager li.prev {
	background: none;
	float: right;
	text-align: right;
	width: 40%;
	padding: 0;
}
#main-content ul.pager li.next {
	background: none;
	float: left;
	width: 40%;
	padding: 0;
}

.browse {
	text-align: right;
}




																					/* Header archive list */
.yearly {
	width: 376px;
	overflow: hidden;
	background: url(../../i/fountain/dotted-black-h2.png) repeat-x left bottom;
	margin: 0;
	padding: 0;
	display: block;
}
#header-content .yearly li {
	display: block;
	float: left;
	width: 92px;
	clear: none;
	background: none;
	padding: 2px 0 0 0;
}

.header-content-title {
	clear: left;
	background: url(../../i/fountain/dotted-white-h.png) repeat-x left bottom;
	overflow: hidden;
	margin-top: 2em;
	padding-top: 1px;
}
.full {
	margin-top: 0;
	padding-top: 0;
}
.selectors {
	background: url(../../i/fountain/dotted-black-h2.png) repeat-x left bottom;
	clear: left;
	line-height: 1.2;
	padding: 6px 0 6px 0;
}
.selectors select {
	margin-right: 10px;
}

