body {
	margin: 0;
	font: 100% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/wood.jpg);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
}
#container {
	width: 62.5em;
	margin: 0 auto;
	position: relative;
}
/* Header Stuff */

#header {
	height:190px;
	position: relative;
}
#masthead {
	margin: 0 200px 0 200px;
	padding: 40px 0;
}
#masthead a:hover {
	border-bottom: none;
}
#tagline {
	margin: 0px 0 0 0;
	padding-top: 10px;
	width: 25em;
	float: right;
	position: relative;
}
#tagline p {
	font-size: .9em;
	margin: 10px 0 0 20px;
	padding: 6px 15px;
	background: url(images/tagline_middle.png) no-repeat;
}
#leftcorner {
	position: absolute;
	top: 3px;
	left: -8px;
	z-index: 2;
}
#rightcorner {
	position: absolute;
	bottom: -15px;
	right: -20px;
	z-index: 2;
}

/* Content Area */

.mainContent {
	float:left;
	margin-top: 1px;
}
#content {
	margin: 45px 16em 10px 16em;
	padding:0;
	z-index:0;
	width: 30.5em;
}

/* Rotating Image */

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200px;
}
.polaroid1 {
	background: url(images/polaroid32.png) no-repeat;
}
.polaroid2 {
	background: url('images/polaroid1_32.png') no-repeat;
}
.polaroid3 {
	background: url('images/polaroid2_32.png') no-repeat;
}
.polaroid4 {
	background: url('images/polaroid3_32.png') no-repeat;
}
.polaroid5 {
	background: url('images/polaroid4_32.png') no-repeat;
}
.polaroid6 {
	background: url('images/polaroid5_32.png') no-repeat;
}
.polaroid7 {
	background: url('images/polaroid6_32.png') no-repeat;
}
.polaroid8 {
	background: url('images/polaroid7_32.png') no-repeat;
}
.polaroid9 {
	background: url('images/polaroid8_32.png') no-repeat;
}
.polaroid10 {
	background: url('images/polaroid9_32.png') no-repeat;
}

/* Navigation Bar */

#nav {
	width: 195px;
	height: 175px;
	margin-top: 10px;
	float: right;
	background: url(images/nav_tape.png) no-repeat right top;
}
#nav ul {
	list-style: none;
	margin: 48px 0 0 0;
}
#nav ul li {
	margin: 0 0 16px 12px;
}
#nav #nav_home a {
	display: block;
	width: 65px;
	height: 19px;
	background: url(images/nav_sprite.gif) no-repeat bottom left;
}
#nav #nav_home a:hover {
	background: url(images/nav_sprite.gif) no-repeat bottom left;
	border-bottom: none;
	width: 87px;
}
#nav #nav_about a {
	display: block;
	width: 83px;
	height: 19px;
	margin-left: 23px;
	background: url(images/nav_sprite.gif) no-repeat top right;
}
#nav #nav_about a:hover {
	background: url(images/nav_sprite.gif) no-repeat top right;
	border-bottom: none;
	width: 106px;
	margin-left: 0;
}

/* Side Columns */

#sidebar {
	float:left;
	padding: 0 1em 0 0;
	width:15em;
	margin: 0 0 5px 0;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 0;
	padding:5px;
	font-size: .9em;
	line-height: 1.5;
}
#sidebar li {
	margin: 0 0 0 0;
}
#sidebar2 {
	float:right;
	padding: 0 0 0 1em;
	width:15em;
	margin: 0 0 5px 0;
}
#sidebar2 ul {
	list-style-type: none;
	margin: 0 5px 10px 0;
	padding:5px;
	font-size: .9em;
	line-height: 1.5;
}
#sidebar2 .boxbody li span {
	display: block;	
}
#sidebar2 .li a {
	display: block;
}
.pic {
	display: block;
	text-align: center;
}
.pic img {
	border: 2px solid #452818;
	padding: 2px;
	margin: 0 8px 6px 0;	
}

/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
	height:95px;
	width: 500px;
	margin: -50px auto;
	background: url(images/bottom_logo.png) no-repeat center;
}
#footer p {
	padding-top: 65px;
	text-align: center;
}

/* Text Styles */

h1, h2, h3, h4 {
	font-weight: bold;
	color: #452818;
}

p {
	font-size: 0.9em;
	line-height: 1.5;
}

a:link {
	color: #691F02;
	text-decoration: none;
}
a:visited {
	color: #691F02;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #2D190F;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}
a img {
	border: none;
}

p pre {
	display:inline;
}

/* Blog Entries */

.post {
	margin: 0 0 90px 0;
	background: url(images/entry_middle.jpg);
}
.post_head {
	padding: 20px 10px 6px 20px;
	background: url(images/entry_top.png) no-repeat left top;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
.post_head h2 {
	padding: 0px 3.5em 0 0;
	margin-bottom: 6px;
}
.postmetadata {
	font-weight: bold;
	margin-right: 4.25em;
}
.entry {
	padding: 0 10px 0 20px;
	margin-top: 0;
}
.entry li {
	font-size: smaller;
}
.entry a {
	border: none;
}
.entry h3 {
	color: #691F02;
	margin-bottom: .5em;
}
.entry img {
	float: left;
	border: 2px solid #452818;
	padding: 2px;
	margin: 0 8px 6px 0;
}
.entry .pic {
	display: block;	
	text-align: center;
}
.entry .pic .caption {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}
.entry .pic img {
	float: none;	
}
.entry img .clearright {
	clear:right;
}
.entry .note {
	font-size: .85em;
	border-left: #452818 solid 8px;
	border-right: #452818 solid 4px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0 20px;
}
.comments {
	position: relative;
	bottom: -40px;
	margin-top: -50px;
	padding: 10px 2em 10px 10px;
	background: url(images/entry_bottom_2.png) no-repeat right bottom;
}
.comments .comment_slug {
		text-align: right;
}

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 3.125em;
	float: right;
	margin: 0 10px 5px 0;
}

.post_cal .dayname {
	background-color: #691F02;
	border-bottom: 1px solid #A6A6A6;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
}

.post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
}

.post_cal .month, .post_cal .year {
	font-size: smaller;
	width: 100%;
}

/* Sidebar Boxes */

.sidebox {
	margin: 20px auto;
	background: url(images/entry_middle.jpg) left;
	font-size: 100%;
	position: relative;
}

.boxhead {
	background: url(images/nail.png) no-repeat left top;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url(images/nail.png) no-repeat right top;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold;
	font-size: 1em;
	line-height: .8em;
	text-align: center;
}

.boxbody {
	background: no-repeat left bottom;
	margin: 0;
	padding: 5px 10px 10px;
}
.boxbody ul li p {
	font-size: 100%;
}
#twittertag {
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: 2;
}
#twittertag a {
	background: url(images/twitter_tape.png) no-repeat left top;
	width: 86px;
	height: 89px;
	display: block;
}
#twittertag a:hover {
	border-bottom: none;
}
#twittertag a span {
	display: block;
	text-indent: -999em;
}
#flickrtag {
	position: absolute;
	left: -30px;
	bottom: -30px;
	z-index: 2;
}
#flickrtag a {
	background: url(images/flickr_tape.png) no-repeat left top;
	width: 86px;
	height: 89px;
	display: block;
}
#flickrtag a:hover {
	border-bottom: none;
}
a span {
	display: block;
	text-indent: -999em;
}
#dontmiss {
	width: 90px;
	height: 80px;
	background: url(images/dontmiss.png) no-repeat;
	position: absolute;
	right: -40px;
	top: 20px;
}
/* Event Entries */
.eName {
	font-weight: bold;
}
.eDate {
	font-size: .9em;
	margin: 0 0 10px 0;
}
.eLocation {
	font-size: .9em;	
}

/* Clearing Classes */

.clearboth {
	clear:both;
	line-height: 1px;
}
.clearleft {
	clear:left;
	line-height: 1px;
}
.blockCenter {
	display:block;
	text-align: center;
	margin: 6px auto 0;
}

/*Code Style */
.entry div.code {
	width: 99%;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}
/* Subheader styles 
#subheader {
	margin: 5px 0 5px 18em;
	height:50px;
}
#subheader #search {
	float: right;
	width: 15em;
	padding-right: 2em;
}
#subheader #cats {
	float: right;
	width: 14em;
}
#subheader h3 {
	font-size: .8em;
	margin-bottom:5px;
}
#subheader input {
	margin: 0;
}
*/


/* Calendar Styles 

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}
*/
.zg_div {margin:0px auto 5px; width:190px;}
.zg_div_inner {border: solid 1px #000000; background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div_inner a span { display: inline; }
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}