body {
	margin: 0px 0px 20px 0px;
	background-color: #fff;
	text-align: center;
	font: normal 10px/16px Verdana, Arial, sans-serif;
	color: #000;
	}

a { 
	text-decoration: underline;
	}

a:link {
	color: #000;
	}

a.current:link {
	color: #000;
	text-decoration: none;
	}
a.current:visited {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #001122;
	}

a:active {
	color: #000;
	}

a:hover {
	color: #993333;
	}
	
p.outgoing { font: 12px bold Verdana, Arial, sans-serif; }
	
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}

#banner {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	padding: 14px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #000;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	margin-bottom: 10px;
	}

#banner h2 {
	font-size: small;
	}
	
#date {
	padding: 4px;
	border: solid 0px #000;
	}
	
.actionnav { /* advertising, submit, etc; navigation */
	padding: 4px;
	border: solid 0px #000;
	text-align: right;
	}
 
#crumbblock { /* category archive pages, wrap around .crumbs & .paginate, when used outside of #entries */
	border: solid 0px #000;
	}


#entries {
	float: left;
	margin-top: 15px;
	width: 600px;
	overflow: visible;
	border: solid 0px #000;
	}


/* body id=INDEX used on index pages and SEARCH results page */

#index #entries {
	width: 400px;
	}
#individual #entries {
	width: 470px;
	}

/* WRAPS AROUND EACH AND EVERY ENTRY */
.entry {
	width: 90%;
	border: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
	}

#index .entry {
	width: 400px;
	border: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0 0 16px 0;
	}

#individual .entry {
	width: 470px;
	border: solid 0px #ccc;
	border-bottom: solid 0px #ccc;
	margin: 15px 0 0 0;
	}

table, tr, td {
	padding: 0;
	margin: 0;
	border: solid 0px #000;
	}
td.left { width: 300px; }
td { width: 290px; }
.entry h1 {
	font: normal 30px "Hoefler text", Georgia, Serif;
	letter-spacing: -2px;
	color: #000;
	text-decoration: none;
	margin-bottom: 2px;
	color: #000;
	}

h1.crumbs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: lowercase;
	}
.crumbs a:link, .crumbs a:active, .crumbs a:visited {
	text-decoration:none;
	}
.crumbs a:hover {
	text-decoration: underline;
	}

.paginate {
	margin: 0px 0 8px 0;
	}
/* ENTRY TITLES as links */
.entry h1 a:link, .entry h1 a:visited, .entry h1 a:active {
	font: normal 30px "Hoefler text", Georgia, Serif;
	letter-spacing: -2px;
	color: #000;
	text-decoration: none;
	}

.entry h1 a:hover {
	color: #993333;
	text-decoration: none;
	}

hr { height: 1px; border: solid 0px #000; }

#container { /* IS THIS BEHAVING PROPERLY ON THE CATEGORY ARCHIVES PAGES? */
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 300px;
	text-align: left;
	padding: 0px;
	padding-left: 6px; /* used in case browser is closed all the way */
	width: 800px;
	border: solid 0px #000;
	}

#abovemiddle {
	float: left;
	width: 320px;
	margin: 15px 0 0 30px;
	border: solid 0px #000;
	border-bottom: solid 1px #000;
	}

.searchnotebox {
	border: solid 0px #000;
	border-top: solid 1px #000;
	padding-top: 15px;
	}

#middle {
	float: left;
	width: 165px;
	margin: 15px 0 0 30px;
	border: solid 0px #000;
	}

#individual #middle {
	width: 135px;
	margin: 15px 0 0 15px;
	}

tr { vertical-align: top } /* for the COLUMNIZED tables */

.entry img {
	text-align: left;
	margin: 4px 4px 0 0;
	border: solid 0px #000;
	}
	
#right {
	margin: 15px 0 0 20px;
	float: left;
	width: 165px;
	background-color: #fff;
	overflow: visible;
	border: solid 0px #000;
	margin-bottom: 0px;
	}
#individual #right {
	margin: 15px 0 0 0px;
	float: left;
	width: 165px;
	background-color: #fff;
	overflow: visible;
	border: solid 0px #000;
	margin-bottom: 0px;
	}

.description {
	background-color: #ccc;
	border: solid 0px #666;
	padding: 8px;
	margin-bottom: 20px;
	}
.entry p {
	color: #000;
	font: normal 12px/17px Helvetica, Arial, sans-serif;
	margin: 4px 0 10px 0;
	}

.content { border: solid 0px #000; }
.content .code {
	}

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

.entry h2 {
	color: #333;
	font: normal 10px Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
	}

.content h3 {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	border-top: solid 1px #ccc;
	font: normal 12px Helvetica, Arial, sans-serif;
	}

#comments {
	border: solid 0px #999;
	margin-top: 20px;
	width: 470px;
	}
#comments h1 {
	margin-bottom: 2px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}

.sidebar, .valueplus {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}
.valueplus {margin-bottom: 15px;}

.sidebar h2, .valueplus h2 {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
  	}
.sidebar h4 {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
  	}
.sidebar h2 label {
	font-size: x-small;
	letter-spacing: normal;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
  	}

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

li {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

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

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#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%;
	}

#bottomnav {
	border: solid 1px #000;
	padding-left: 4px
	}

#bottomnav h1.crumbs{
	border: solid 0px #000;
	padding-top: 7px;
	float: left;
	}
#search, #mailinglist {
	width: 100px;
	}
body#mailinglist {margin: 10px 10px 10px 20px; width: 90%; text-align: left;}
.clear {
	clear: both;
	}
	
textarea, select, input {
	background:#fff;
}

textarea:focus, select:focus, input:focus {
    background:#ffe;
}

.error { color:#993333; }

/* grids on all category pages */
.row { clear: both;}
.left { width: 300px; float: left; }
.right { width: 300px; float: left; }
