body {
	margin: 0;
	padding: 0;
	font: 90% 'Lucida Grande', Corbel, 'Lucida Sans Unicode', Lucida, Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background: #FFF;
}

/* ---( top )------------------------------- */

#mast {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	background: #375c1e url(../images/mastback.jpg) repeat-x;
	height: 159px;
}

.invisible {
	position: absolute;
	left: -2000px;
}

/* ---( text )------------------------------- */

a {
	text-decoration: none;
}

a:link {
	color: #cc3333;
}



a:visited {
	color: #363;
}

a:hover {
	text-decoration: underline;
	border: 0;
	color: #003366;
}

a:active {
	color: #ffcc33;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6, dt, thead {
	font-family: ""Hoefler Text"", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #060;
	font-size: 150%;
}

h1 {
	font-size: 300%;
	padding-top: 25px;
}

abbr, acronym {
	cursor: help;
}

abbr {
	font-style: italic;
}

acronym {
	font-variant: small-caps;
}

blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 1.5em;
	background: url(/images/quotemarks.gif) no-repeat 0 3px;
}

address {
	font-style: normal;
}

img {
	border-style: none;
}

/* ---( main column )----------------------------- */

#content {
	margin: 20px 20px 20px 220px;
	background: #FFF url(./images/navshadow.jpg) no-repeat;
}

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	clear: both;
	}

#content a img.thumb:hover {
	border-color: #999;
	}

#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

/* lists */

#content dl {
	margin-left: 20px;
}

#content dl dd {
	margin: 0;
	padding-left: 16px;
}

#content dl dt {
	font-size: 110%;
	padding-top: 10px;
}

/* ---( posts )----------------------------- */

h2.date-header {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 116%;
  color: #cc0000;
  }

h3.post-title {
  margin: 0;
  font-size: 155%;
  color: #060;
}

.post {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  }

.post-footer {
  margin: 0;
  padding: 0;
  font-size: 88%;
  color: #999;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }
  
/* ---( left column )----------------------------- */

#sidebar {
	position: absolute;
	top: 159px;
	left: 0;
	font-size: 88%;
	line-height: 1.5em;
	padding: 0;
	width: 205px;
	border-right: #c33 1px solid;
	border-bottom: #c33 1px solid;
}

#sidebar h2 {
	margin-left: 5px;
}

/* nav */

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	list-style: none;
	font-size: 110%;
}

#nav ul ul li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 80%;
}

#nav a:hover {
	text-decoration: none;
	color: #363;
}