body {
	font-size: small;
	padding : 0px;
	margin : 0px;
}


p, div, td, code { font-size: small; }

h1, h2, h3, h4 { font-weight: bold; }

h1 {	font-size: x-large; text-align:right;}
h2 {	font-size: large; }
h3 {	font-size: medium; }
h4 {	font-size: small; }

.small { font-size: x-small; }



#upgrade {
	display : none;
}



/* Page Layout */

#bodywrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}


#container {
	float:left;
	margin-right:-220px;
	width:100%;
	 	background-image: url(logos/sidebar.gif);
		background-repeat: repeat-y;
		background-position: top right;
}

#content {
	padding: 5px;
	margin-left:0px;
	margin-right:220px;
}

#sidebar {
	float: right;
	width: 180px;
	
	margin-top: 0px;
	margin-bottom:0px;
	padding-left: 10px; 
	padding-right:10px;
	padding-top:15px;
	padding-bottom:5px;
		background-image: url('logos/sidebar.gif');
		background-repeat: repeat-y;
		background-position: top right;
}

.poem {

	text-align: right;
}




/* End of Page Layout Styles */


/* Images */

.image {
	padding: 0px;
	margin: 5px;
	border: 1px solid black;
	text-align: center;
	/* display : block; */
	margin-left: auto;
	margin-right:auto; 
}

.small_blog_image {
	display:block; 
	float:right; 
	margin:10px;
}

.blog_entry img {
	padding: 0px;
	margin: 5px;
	border: 1px solid black;
	text-align: center;
	display : block;
	margin-left: auto;
	margin-right:auto; 
}

.blog_entry object {
	padding: 0px;
	margin: 5px;
	text-align: center;
	display : block;
	margin-left: auto;
	margin-right:auto; 
}

.imagenoborder {
	border:0px;
	text-align: center;
}

.imagetable {
	padding: 10px;
	margin: 10px;
	/* background-color: #eee; */
	border: 1px solid gray;
	text-align: center;
	margin-left: auto;
	margin-right:auto; 
}
.imageleft {
	float: left;
}
.imagewrapper {
	text-align: center;
}	

.rightimagewrapper {
	float: right;
	text-align: center;
	padding:10px;
}	

.rightalign {
	text-align: right;
}

/* End of Image Styles */

/* Round Box */

.boxout {
	float:right;
	background-color:#eee;
	border:1px solid gray;
	padding:5px;
	margin:5px;

}

.letter dl  {
	background-color:#fff;

}

.letter dt { font-weight:bold; }


.letter {
	border-bottom: 1px solid black;

}
/* Banner Styles */





/* End of Banner Styles */





/* Header and nav */

#header {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom : 1px solid black;
	background-color: #f00;
	text-align: center;
}

#headerimg a:hover {
	background-color: #f00;
}

#headerwrapper {
	background-color:#eee;
}
#subhead {
	background-color: #eee;
	text-align:center;
	border-bottom: 1px solid black;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}	
.subnavlist ul {
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0px;
	white-space: nowrap;

}

.subnavlist li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;	
	list-style-type: none;

}

.subnavlist a {
	padding: 5px;
	margin: 0px;
	border-top: 0;
	border: 1px solid black;
	text-decoration: none;
	background-color:#ffffe1;	
}

.subnavlist a:link, .subnavlist a:visited {
	color: black;
	background-color:#ffffe1;	
	text-decoration: none;
}

.subnavlist a:hover {
	color: black;
	background-color: white;
	border-bottom: 1px solid white;
	text-decoration: none;
}

.subnavlist ul li.here a.here {
	border-bottom: 1px solid white;
	background-color: white;
}

	
.navlist ul {
	margin-top: 5px; 
	margin-bottom: 0;
	padding: 0px;
	white-space: nowrap;
}

.navlist li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;	
	list-style-type: none;
}

.navlist a {
	padding: 5px;
	margin: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;	
	border-bottom: none;
	border-left: 1px solid black;
}

.navlist a:link, .navlist a:visited {
	color: black;
	background-color:#ffffe1;
	text-decoration: none;
}

.navlist a:hover {
	color: black;
	background-color: #eee;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}

.navlist ul li.here a.here {
	border-bottom: 1px solid #eee;
	background-color: #eee;
}
/* End of Header and Nav */

/* Sub Sub Navlist used on comments page */

.subsubnavlist {
	padding:10px;
	text-align:center;
}

.subsubnavlist ul {
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0px;
	white-space: nowrap;

}

.subsubnavlist li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;	
	list-style-type: none;

}

.subsubnavlist a {
	padding: 5px;
	margin: 0px;
	border-top: 0;
	border: 1px solid black;
	text-decoration: none;
	background-color:#ffffe1;	
}

.subsubnavlist a:link, .subsubnavlist a:visited {
	color: black;
	background-color:#ffffe1;	
	text-decoration: none;
}

.subsubnavlist a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

.subsubnavlist ul li.here a.here {
	background-color: white;
}

/* End of sub sub navlist */

/* Footer */

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	text-align: center;
	background-color: #eee;
	font-size: x-small;
	width:100%;
	margin: 0px;
	
}

/* End of Footer */


/* Blog stuff */

.blogdate {
	border-bottom: 1px solid black;
}

.blogdate h1 {
	font-size:small;
	font-weight: bold;
	margin-bottom:5px;
}

.blog_earlier {
	text-align: center;
	border: 1px solid gray;
	background-color: #eee;
	margin: 20px;
	padding: 10px;
}
.blog_later {
	text-align: center;
	border: 1px solid gray;
	background-color: #eee;
	margin: 20px;
	padding: 10px;
}

.blog_comment, .blog_blurb {
	padding: 10px;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	border-left:0;
	border-right:0;
	background-color:#ffffe1;
	margin:10px;
}

.blog_comment:hover {
	padding: 10px;
	background-color:#eee;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	border-left:0;
	border-right:0;
	margin:10px;
}

.blogpreview {
	padding: 10px;
	background-color:#eee;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	border-left:0;
	border-right:0;
	margin:10px;
}

.amazonlogo {
	text-align: right;
}

.amazonlogo a:hover {
	background-color: #eee;
}
.nolink a:hover {
	background-color: #fff;
}
/* End of Blog Stuff */

/* Search box */

.searchbox {
	width:80px;
	border:1px solid grey;
	font-weight:bold;
	padding:4px;
	margin:0px;
}
.searchbutton {
	background-color:#ffffe1;
	border:1px solid grey;
	color:#000;
	font-weight:bold;
	padding:3px;
	margin:0px;
}

.draftbuttons {
	float:left;
}

.divider {
	clear:both;
}

.comment_form_comment_box {
	width:760px;
	border: 1px solid gray;
}

.comment_form_submit_boxes  {
	width: 184px;
	padding: 2px;
	margin: 5px 0px 1px 0;
	border: 1px solid gray;
	background-color: #eee;
}

.comment_form_text_boxes  {
	width: 300px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid gray;
}

.blocked_words_list {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align:center;
}
.sidebar_page {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}



