/* Main Layout */

body {
   margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc; 
}

p {
	line-height: 22px;
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

ul li {
  font:12px/20px verdana, arial, helvetica, sans-serif;
  text-align: left;
  list-style-image: url(http://www.billstevenson.org/style/arrow.gif);
}

a {
	color:#09c;
	font-size: 12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover { background-color: white;}


#Header {
	font-size: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin:20px 0px 10px 0px;
	padding:17px 10px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px (correct line height) + 17px (padding)+ 2px (borders) = 31px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px each (2); left and right borders: 0px each (0) */
	line-height: 18px;
	background-color:#eee;
}

#Header a {
	color: #0099cc;
	font-size:18px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
#Header a:visited {color:#07a;}
#Header a:hover { background-color:white;}

#Content {
	margin:10px 400px 40px 40px;
	padding:10px;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

#Footer {
	margin:0px 210px 50px 10px;
	padding:10px;
}

#Menu {
	position:absolute;
	top:110px;
	right:30px;
	width:200px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:13px;
}

.page{
/* leave undefined */
/*	background:#fff;
	margin:0 auto;
	text-align:left;
	width:770px
*/
}
/* End Main-Layout */


/* Begin Content*/
.postmetadata {
	color:#999;
	font-style:italic;
	padding:5px 0 10px 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:160%;
	margin:2px 0 0 0
}
	
.entrytext p{
	margin:0 0 15px 0
}

/* End Content*/


/* Begin Comments */
.commentlist cite, .commentlist cite a {
	font-style:normal;
	font-size:1em
}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
}

.commentmetadata {
	font-weight:normal
}

.commentlist {
	padding:0;
	text-align:justify
}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
}

.commentlist p {
	margin:10px 5px 10px 0
}

#commentform p {
	margin:5px 0
}

.commentmetadata {
	margin:0;
	display:block
}
/* End Comments */


/* Begin Images */
p img {
	padding:0;
	max-width:100%
}

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:2px 0;
	padding:5px 0
}

#sidebar #searchform #s {
	width:130px;
	padding:2px
}

#sidebar #searchsubmit {
	padding:1px
}

.entry form { 
	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 */
code {
	font:1em 'Courier New', Courier, Fixed
}

acronym, abbr, span.caps {
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
}

acronym, abbr {
	border-bottom:1px dashed #226
}

blockquote {
	border-left:2px solid #bbb;
	color:#333;
	font-style:italic;
	/*line-height:160%;*/
	margin:15px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
}

.center {
	text-align:center
}

a img {
	border:none
}

.navigation {
	clear:both;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
}
/* End Various Tags & Classes*/