/* bw edits */
/* most of this borrowed from the excellent "tomato torrent" website!!  */

body
{
	background-color: #d0d0d0;
}


.toprock
{
	font-family: verdana,sans-serif;
	font-size: 12px;
	text-align: right;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 0px;
	max-width: 7in;
	margin: auto;
	color: black;
	}
.body
{
	font-family: verdana,sans-serif;
	font-weight: normal;
	font-size: 12px;
	 line-height: 1.4em;
	color: black;
	background-color: white;
	border: 1px solid #777;
	border-left: 2px solid #333;
	
	
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	max-width: 7in;	
	margin: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.body > *
{
	margin-left: 1cm;
}

.body h1, .body h2
{
	font-family: "Hoefler Text", Times, serif;
	margin-left: 2px;
	margin-right: 0;
	max-width: auto;
}

/*bottom margin of stuff that contains text blocks */
.body > p, .body > ol, .body > ul
{
	margin-bottom: 1.5li;
}

/* margins and line height of stuff that will have text characters */
.body > p, 
.body > * > li, 
.body > li
{
	line-height: 1.5em;
}


h1 + p, 
h2 + p, 
h3 + p, 
h4 + p, 
h5 + p, 
h6 + p,
td > p:first-child
{
	text-indent: 0;
}
p
{
	margin-top: 0em;
	text-align: justify;
}

ol, ul
{
	margin-top: 0;
}

ul li
{
	list-style: square;
}

dd
{
	margin-left: 2em;
}

dd p:first-child
{
	text-indent: 0;
}

h3, h4, h5, h6, h2
{
	margin-top: 1.5em;
	margin-bottom: 3px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	text-decoration: none;
}

h1
{
	margin-top: 0em;
	margin-bottom: 0.75em;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 24px;
	
	padding-top: 0.5em;
}

h2
{
	font-size: 16px;
/*	font-style: italic; */
	position: relative;
}

h3
{
	font-size: 14px;
	font-family: Verdana,sans-serif;
	text-decoration: underline;
}

h4, h5
{
	font-size: 12px;
	font-family: Times, serif;
	font-style: italic;
}

h5
{
	font-style: normal;
	text-decoration: underline;
}


a
{
	text-decoration: underline;
	color: #008;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

table, tr, td, th
{
	vertical-align: top;
}


tr * > p, 
tr * > h1, 
tr * > h2, 
tr * > h3, 
tr * > h4, 
tr * > h5, 
tr * > h6
{
	margin-left: 0px;
}


td, th
{
	padding-right: 0.5ex;
}

ol li
{
	margin-bottom: 0.5em;
}


.skClear
{
	clear: both;
}



#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



.description {
	font-size: 1.2em;
	text-align: center;
	}



	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#page {
	background-color: white;
	padding: 0;

	border: 1px solid #959596;
	}
	



.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
.postmetadata {
	display: none;
	}
.nocomments {
	display: none;
	}
	
	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

