/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}
	
table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img
{ 
	border:0;
}

address,caption,cite,code,dfn,th,var
{
	font-style:normal;
	font-weight:normal;
}

/* END RESET */

a#header
{
	display: block;
	width: 800px;
	height: 200px;
	margin: 0px auto 0px;
	background: url(c.png) no-repeat;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center;
}

a#header img
{
	margin: 0px auto 0px;
}

div#about
{
	margin: 0px auto 0px;
	width: 700px;
}
div#about a
{
	text-align: right;
	width: 200px;
	display: block;
	margin: 0px 0px 0px auto;
	font-family: Helvetica, serif;
	text-size: 20px;
	font-weight: bold;
	color: #b99;
	text-decoration: none;
	//text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

div.post
{
	margin: 0px auto 50px;
	width: 800px;
}

body
{
	font-family: Helvetica, sans-serif;
}

div.post > div
{
	width: 710px;
	padding: 0px 45px 0px;
}

div.post.type-normal
{
}

.post.type-basic > .middle > p
{
	text-indent: 0.75em;
	padding-bottom: 15px;
	font-size: 10pt;
	line-height: 15px;
	color: #100A00;
}

.post.type-basic > .middle
{
	overflow: hidden;
}

.post.type-basic > .middle > h1
{
	font-family: Georgia, serif;
	font-size: 20pt;
	font-weight: normal;
	color: #501033;
	line-height: 30px;
	padding-top: 15px;
}
.post.type-basic > .middle > h2
{
	font-family: Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #ff1033;
}
.post.type-basic > .middle > h4.date
{
	font-family: Georgia, serif;
	font-size: 8pt;
	text-indent: 5px;
	color: #705815;
	padding-bottom: 15px;
	line-height: 15px;
}

/* Images in picture frames must have a height that is (a multiple of 15) -25 */
.post.type-basic img
{
	margin: 0px;
	border: 1px solid black;
}
.post.type-basic .picture-frame
{
	margin: 15px;
	border: 1px solid #777;
	padding: 10px 10px 7px;
	background-color: white;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.picture-frame p
{
	font-family: Georgia, serif;
	color: black;
	font-size: 8pt;
	line-height: 15px;
	padding: 1px 5px 0px;
}
.float-right
{
	float: right;
	margin: 15px 0px 15px 15px !important;
}
.float-left
{
	float: left;
	margin: 15px 15px 15px 0px !important;
}

.post.type-basic > .top
{
	background: url(paper_top.png) no-repeat;
}
.post.type-basic > .middle
{
	background: url(paper_middle.png) repeat-y;
	padding-bottom: 20px;
}
.post.type-basic > .bottom
{
	background: url(paper_bottom.png) no-repeat;
}
.post > div
{
	min-height: 45px;
}
