/* begin page block layouts */
div#page { width: 90%; 
	margin: 0 auto; 
	}
#header { width: 100%; 
	text-align: center;
}
.sidemenus { display: none; 
	}
#copy { width: 100%; 
	line-height: 1.5em; 
	}
#footer { clear: both; 
	width: 100%; 
	margin: 1em 0; 
	text-align: center; 
	font-size: 90%;
}

/* end page block layouts */

/* begin header or logo*/
#header a.logo { display: none; 
	}

#header h1, #header .description { display: block; 
	}

/* end header or logo */

/* begin posts */
.post { background: #fff; 
	color: #000; 
	margin: 1em 0; 
	padding: 0 2em 2em 2em; 
	clear: both; 
	border: 1px solid }

.post h2 { width: 73.5%; 
	float: left; 
	font-weight: bold; 
	font-size: 1.4em; 
	letter-spacing: .09em; 
	text-align: right; 
	color: #fff; 
	margin: 0; 
	max-height: 2.7em; 
	}
.post h2 a { text-align: right; 
	display: block; 
	text-align: right; 
	color: #000; 
	padding: .5em 10% .75em 1%; 
	width: 89%; 
	background: url("images/title_back_pink.png") no-repeat right bottom; 
	}
h2 a:hover { text-decoration: none; 
	color: #000; 
	 }

.count1 h2 a { background: url("images/title_back_02.png") no-repeat right bottom; }
.count2 h2 a { background: url("images/title_back_01.png") no-repeat bottom right; }
.count3 h2 a { background: url("images/title_back_03.png") no-repeat bottom right; }

	/* post date citations */
.date { display: block; 
	width: 21%; 
	margin: 0 0 0 1%; 
	padding: 1.75em 1.25% 1.75em 2.75% ; 
	min-height: 3.3em; 
	float: left; 
	font-size: 80%; 
	line-height: 1.1em; 
	text-align: right; 
	font-family: Courier New, monospace; 
	}
.date cite { font-size: 125%; 
	font-style: normal; 
	}
.count3 .date { background: url("images/arrow_back_02.png") no-repeat left; }
.count2 .date { background: url("images/arrow_back_03.png") no-repeat left; }
.count1 .date { background: url("images/arrow_back_01.png") no-repeat left; }

	/* post paragraphs */
.post p { margin: 1em 0 }

.post blockquote {
	background: url("images/quote.png") no-repeat top left;
	padding: 2px 30px;
	margin: .75em 1.5em;
	color: #fff;
	font-size: 95%;
	font-family: Georgia, serif;
	}
.post blockquote p { margin: 0; 
	padding: 0; 
	}

.post img {	padding: 0;	max-width: 100%; 
	}

	/*post captioned images*/
.post .capL { float: left; 
	font-size: 80%; 
	width: auto; 
	max-width: 33%; 
	margin: 0 1.5em 1.5em 0; 
	}
.post .capL img, .post .capR img { display: block; 
	margin-bottom: .5em;
}
.post .capR { float: right; 
	font-size: 80%; 
	width: auto; 
	max-width: 33%; 
	margin: 0 0 1.5em 1.5em; 
	}

	/* post metadata */
.postmetadata { font-size: 85%; 
	list-style-type: none; 
	}
.postmetadata li { display: inline; 
	}
.postmetadata cite { font-style: normal; 
	}

	/*post navigation*/
.navigation { display: none; 
	}

.entry { clear: both; 
	width: 100%; 
	padding-top: .25em; 
	}

/* end posts */

/*begin comments*/

.commentlist { padding: 0; 
	}
.commentmetadata,.nocomments { margin: 0; 
	}
.commentlist li, #commentform input, #commentform textarea { font: 90% Verdana, Arial, sans-serif;	}

.commentlist li { margin: .75em 0 .75em .5em; 
	padding: .5em; 
	list-style: none; 
	font-weight: bold; 
	}

.commentlist cite, .commentlist cite a { font-weight: bold; 
	font-style: normal; 
	font-size: 100%; 
	}

.commentlist p { font-weight: normal; 
	line-height: 1.5em; 
	margin: 1em 0; 
	}

#commentform p { margin: 1em 0; 
	}

.commentmetadata { font-weight: normal; 
	}

.alt { padding: .75em; 
	}

.nocomments { text-align: center; 
	padding: 0; 
	}

.commentmetadata { display: block; 
	}

/*end comments*/

/* Begin Form Elements */
form { display: none }

/* End Form Elements */



