/* blog.css */

body  {
		background:url(rockyDuskWide_zazen_notes_1920.jpg) no-repeat rgb(112, 103, 106);  
		color: #000066; 
		font-family: bookman, "times new roman", serif; 
		font-size: large; 
		line-height: 150%; 
}

.content 	{
	width: 1100px; 
	margin-left: auto; 
	margin-right: auto; 
}
	
table {color: #000033;
		background-color: #fffff0;
		border: hidden;
		border-collapse: collapse;
			-moz-border-radius:32px;
			-webkit-border-radius:32px;
			-opera-border-radius:32px;
			-khtml-border-radius:32px;
			border-radius:32px;
}
								
td, tr  {border: 1px dotted rgb(112, 103, 106);
		padding: 20px;}
		
img {
	border:hidden;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			-opera-border-radius:8px;
			-khtml-border-radius:8px;
			border-radius:8px;
}

hr  {color: #999; }

.total_width {width: 100%;}

.total_nonarchive  {
					width: 75%;
					margin-left: 5%;
					margin-top: 4%;
					float: left;
					}
					
.responses {
			width: 100%;
			float: left;
			margin-top: 20px;
			}

.first_column  {width: 15%;}

.second_column  {width: 50%;}

.archive_table  {
				width: 15%;
				float: right;
				margin-left: 3%;
				margin-top: 4%;
				}
				
.float_left  {float: left;}
				
.text_align {
			text-align: center;
}

.text_align_reduced {
			text-align: center;
			font-size: 	90%;
}

.text_right {
			text-align: right;
			margin-right: 25%;
			}
			
h2 {
	color: #930;
	}
	

.clear_float {clear: both;}

.medium_font {
				font-size: medium;
				color: #930;
				}

.red_text { 
			color: #FF0000;
			font-style: italic;
			}
			
.white_text { 
			color: #FFFFF0;
			}
			
.orange_text { 
			color: #930;
			}
			
.green_text { 
			font-size: 80%;
			color:#030;
			font-style: italic;
			}

#comment_logout_text {
			color: #930;
}

#comment_logout_text a:link {
			color: #930;
}

.tag_page_header {
				color:#303;
			}
			
.tag_cloud {
			padding-left: 1%	;
			margin: 5%;
			background-color: #FFC;
			float: right;
			width: 50%;
			font-size: 80%;
			}
			
.tag_word_spacing {padding: 0 3%;}
			
.green_text a:link { 
			font-size: 80%;
			color: #030;
			font-style: italic;
			}

.green_text a:visited { 
			font-size: 80%;
			color: #C90;
			font-style: italic;
			}
			
.white_text a:link { 
			color: #FFFFF0;
			}
			
a:link {color: #303;}

h3 a:link {color: #930;}

.white_text a:link {color: #FFFFF0;}

.white_text a:visited {color: #FFFFF0;}

a:hover {color: #303;}

a:visited {color: #930;}

font_size1 {font-size: 80%;}

font_size2 {
			font-size: 90%;
			font-weight: lighter;
			}

font_size3 {font-size: 100%;}

font_size4 {
			font-size: 110%;
			font-variant: small-caps;
			}

font_size5 {
			font-size: 120%;
			font-weight: bold;
			}

#post_author {
			background-color: #FFF;
			padding: 2px 20px;
			border: 1px outset #0ff;
			}

.validator {font-size: 90%;}
