body {
    text-align: center;
	margin: 0;
	padding: 5px;
	background: #CCCCCC;    
    font-family: Hoefler Text, Palatino, Times;

}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

span.nodisplay {
    display: none;
}

/* ----- */

#container {
    background: #FFF;
	margin: 0 auto;
	text-align: justify;
	width: 750px;
}

/* ----- */

#header {
	height: 75px;
	background-image: url("/images/top.jpg");
}

#header h1 {
	display: none;
}

#banner h1 { font-size: xx-large; }

#banner h2 { font-size: small; }

/* ----- */

#nav {
	height: 25px;
	background-image: url("/images/buttonbar.jpg");
}

#nav a {
    display: block;
    float: left;
    clear: right;
    height: 25px;
    text-indent: -5000px;
    font-size: 1px;
    overflow: hidden;
    text-decoration: none;
}

/* ----- */

#nav a.home {
    width: 65px;
    background-image: url("/images/home.jpg");
}
#nav a.home:hover {
	background-position: -65px 0;
}
#nav a.home:active {
	background-position: -130px 0;
}

#nav a.news {
    width: 65px;
    background-image: url("/images/news.jpg");
}

#nav a.news:hover {
	background-position: -65px 0;
}

#nav a.news:active {
	background-position: -130px 0;
}

#nav a.about {
    width: 72px;
    background-image: url("/images/about.jpg");
}
#nav a.about:hover {
	background-position: -72px 0;
}
#nav a.about:active {
	background-position: -144px 0;
}

#nav a.stuff {
    width: 62px;
    background-image: url("/images/stuff.jpg");
}
#nav a.stuff:hover {
	background-position: -62px 0;
}
#nav a.stuff:active {
	background-position: -124px 0;
}

#nav a.links {
    width: 63px;
    background-image: url("/images/links.jpg");
}
#nav a.links:hover {
	background-position: -63px 0;
}
#nav a.links:active {
	background-position: -126px 0;
}

/* ----- */

.main {
    background: url("/images/bg_content.jpg") repeat-y 50% 0;
    overflow: auto;
}

.nosidebar {
    background: #FFFFFF;
    overflow: auto;
}

#left {
    margin-top: 3px;
    text-align: center;
    display: block;
    padding: 3px;
    float: left;
    clear: right;
    width: 164px;
    background: transparent;
}

#center {
    padding: 4px;
    overflow: auto;
    color: #000;   
    margin-bottom: 8px;
}

#banner {
    padding: 7px;
}

#footer {
    height: 23px;
    padding: 2px;
    background-image: url("/images/bottom.jpg");
    text-align: center;
    font-size: 8pt;
    color: #FFF;
}

#footer a {
    text-decoration: underline;
    color: #FFF
}

/* ----- */

#left a {
    text-decoration: underline;
    color: #FFFFFF;
}

/* ----- */

h1, h2, h3 {
    color: #93B570;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 3px;
}

#center a {
    text-decoration: none !important;
    color: #93B570;
}

#center a:hover {
    text-decoration: underline !important;
    color: #93B570;
}

.quote {
    width: 95%;
    padding: 2px;
    margin: 4px auto;
    background: #93B570;
    font-style: italic;
    border: 1px dashed;
}

.update {
    width: 90%;
    padding: 2px;
    margin: 4px auto;
    border: 2px solid #93B570;
}

/* MovableType Attributes */

.content p {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	}

.content ul {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	}

.content ol {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	}

.content h2 {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #666666;
	font-family: Hoefler Text, Palatino, Times;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* Additional MovableType Attributes */

#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;

    margin-bottom: 3px;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}
	
#left h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

#left ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

#left ul ul {
	margin-bottom: 0px;
	}

#left #categories ul {
	padding-left: 15px;
	}

#left li {
	color: #FFFFFF;
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	text-align: right;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

#left #categories li {
	/* list-style-type: circle; */
	}

#left img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Hoefler Text, Palatino, Times;
	font-size: x-small;
	line-height: 150%;
	text-align: right;
	padding: 2px;
	margin-bottom: 15px;
	}
	
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}