




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: url(wood2.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}


/* For IE */
@font-face {
	font-family: 'Journal';
	src: url('journal.eot');
}
/* For Other Browsers */
@font-face {
	font-family: 'Journal';
	src: local('Journal Regular'),
	     local('Journal-Regular'),
	     url('journal.ttf') format('truetype');
}

/* For IE */
@font-face {
	font-family: 'Brook23';
	src: url('brook23.eot');
}
/* For Other Browsers */
@font-face {
	font-family: 'Brook23';
	src: local('Brook23'),
	     local('Brook23'),
	     url('brook23.ttf') format('truetype');
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear {
	clear: both;
}




#header {
	height:100px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	background: url(top-left.png) top left no-repeat;
	padding-left: 41px;
	position: fixed;
	width: 95%;
	top: 0;
	left:0;
	z-index: 5;
}
#header-r {
	height:100px;
	background: url(top-right.png) top right no-repeat;
	padding-right: 41px;
}
#header-m {
	padding-top: 20px;
	height:100px;
	background: url(top-center.png) top repeat-x;
}

h1 a, h2 a {
	text-decoration: none;
	color:black;
}
#header h1 {
	font-family: Brook23, cursive;
	font-size: 2.5em;
	text-shadow:1px 1px 9px #777777;
}
#header .description {
	font-family: Brook23, cursive;
	font-size: 2em;
	bottom:29px;
	position:absolute;
	right:51px;
	text-shadow:1px 1px 9px #777777;
}








#sidebar {
	position: absolute;
	position: fixed;
	left:0;
	top:110px;
	width: 200px;
	background: url(left-top.png) top left no-repeat;
	padding-top: 32px;
	z-index: 5;
	font-size: 12px;
	font-family: Brook23, cursive;

}
#sidebar-b {
	width: 200px;
	background: url(left-bottom.png) bottom left no-repeat;
	padding-bottom: 32px;
}
#sidebar-m {
	width: 200px;
	background: url(left-center.png) left repeat-y;
}
#sidebar .bigblock {
	border: solid #eee 1px;
	width: 160px;
	margin: 10px;
}
#sidebar h2 {
	margin: 5px 0;
	font-size: 16px;
}

#sidebar a {
	color: black;
	text-decoration: none;
	font-style:italic;
}
#sidebar a:hover {
	text-decoration: underline;
}



#sidebar li {
	white-space: nowrap;
	overflow:hidden;
	line-height: 1.5em;
}





#content {
	position:relative;
	top:120px; /* because margin-top is ignored by ie7 !!! */
	margin-left: 220px;
	z-index: 4;
	max-width: 844px;
}


.post {
	position: relative;
	margin-right: 50px;
	margin-bottom: 100px;
	padding: 111px 0 100px 158px;
	background: transparent url(page2.png) repeat-y top left;
	width: 800px;
}

.post h2 {
	font-family: Brook23, cursive;
	font-size: 2em;
	color: black;
	position: absolute;
	top:45px;
	left:185px;
	width: 600px;
}
.widecolumn .post h2 {
	width: 410px;
}
.post .date {
	font-family: Brook23, cursive;
	font-size: 18px;
	position: absolute;
	width : 105px;
	top:105px;
	color:#8b0000;
	left:50px;
	-moz-transform: rotate(-18deg);
	-webkit-transform : rotate(-18deg);
}
.post .author {
	font-family: Brook23, cursive;
	font-size: 24px;
	position: absolute;
	width : 105px;
	top:30px;
	color:#8b0000;
	left:10px;
	-moz-transform: rotate(-30deg);
	-webkit-transform : rotate(-30deg);
}

.widecolumn .post .date {
	-moz-transform:rotate(12deg);
	left:585px;
	top:80px;
	width:200px;
	text-align: center;
}
.widecolumn .post .author {
	-moz-transform:rotate(12deg);
	left:585px;
	top:40px;
	width:200px;
	text-align: center;
}

.post p {
	margin: 8mm 0;
	line-height: 8mm;
	font-family:cursive, trebuchet MS;
	font-size:18px;
}

.post .entry {
	width: 626px;
	text-align: justify;
}





#searchform input {
	border: solid #ccc 1px;
	background: white;
	width: 110px;
}
#searchform button {
	border: solid #ccc 1px;
	background: white;
}


.navigation {
	font: normal 12px monospace;
	margin-bottom: 10px;
	height: 15px;
	max-width: 770px;
}

p.postmetadata {
	font-style: italic;
	background:transparent url(postit.png) repeat scroll 0 0;
	bottom:-125px;
	font-style:italic;
	height:201px;
	left:-20px;
	padding:20px 30px 20px 20px;
	position:absolute;
	width:294px;
	z-index:1000;
	line-height: 1.5em;
}

p.postmetadata.alt {
	font-size: 13px;
}

p.postmetadata .comments-link {
	display: block;
	margin-top: 50px;
	font-family: Brook23, cursive;
	font-size: 33px;
	-moz-transform: rotate(-7deg);
}


#footer {
	margin-top: 30px;
	margin-right: 20px;
	font: normal 12px monospace;
	text-align: right;
}








.comment {
	font: normal 12px monospace;
	background: white;
	border:solid black 1px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 10px;
	padding: 10px;
	position:relative;
}
.comment p {
	margin: 10px 0;
	font: normal 15px serif;
	border: solid #eee 1px;
	padding: 5px;
}
.comment .comment-meta {
	position:absolute;
	right:5px;
	top:6px;
}


#comments {
	margin-top: 30px;
	font: normal 18px monospace;
	text-align: center;
}

h3#comments {
	font-family:Brook23;
	font-size: 38px;
	text-shadow:-1px -1px 4px white;
}

.comment-author {
	font-family:Brook23;
	font-size: 25px;
}
.comment-author cite {
	font-weight: bold;
	text-transform:capitalize;
}

a .attachment-thumbnail {
	-moz-transform: rotate(2deg);
	-moz-box-shadow:3px 3px 10px black;
	-webkit-box-shadow:3px 3px 10px black;
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='black', Strength=4);
}
a:hover .attachment-thumbnail {
	-moz-transform: rotate(-2deg);
	-moz-box-shadow:3px 3px 10px black;
	-moz-box-shadow:3px 3px 20px #1a001a;
	-webkit-box-shadow:3px 3px 20px #1a001a;
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='#1a001a', Strength=8);
}

a .attachment-medium {
	-moz-box-shadow:6px 6px 20px black;
	-webkit-box-shadow:6px 6px 20px black;
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='black', Strength=8);
}
a:hover .attachment-medium {
	-moz-box-shadow:6px 6px 25px #1a001a;
	-webkit-box-shadow:6px 6px 25px #1a001a;
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='#1a001a', Strength=10);
}
.attachment {
	text-align: center;
}


.gallery-caption {
	font-family:Brook23;
	margin-top:10px;
	font-size: 20px;
}

.caption p {
	font-family:Brook23;
	font-size: 25px;
	text-align: center;
}




.wp-caption {
	background: white;
	padding: 5px;
	margin: 10px;
	text-align:center;
	-moz-box-shadow:3px 3px 10px black;
	-moz-box-shadow:3px 3px 20px #1a001a;
	-webkit-box-shadow:3px 3px 20px #1a001a;
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Color='#1a001a', Strength=8);
}
.wp-caption.alignleft {
	-moz-transform: rotate(-2deg);
}
.wp-caption.alignright {
	-moz-transform: rotate(2deg);
}
p.wp-caption-text {
	font-family:Brook23;
	font-size:14px;
	font-weight:normal;
	margin:5px 0 0 0;
}
