/* blog.css 

// SRJC CS 55.13 section 4191 PHP assignment 17.01-  Mark Foote 

// Files needed are:

// for the database:  assgn16_revise_create_blog_tables.sql, assgn15_insert_data_post.sql
// and assgn13_revise_insert_data_user.sql,
//
// for the code:  blog.css, blog_archive_display.php, blog_detail.php, blog_enter_response.php, 
// blog_include.php, blog_login.php, blog_login_check.php, blog_logout.php,  blog_make_entry.php,
// blog_search_tag.php, index.php, rss.php, and password.php (currently in assn08 directory)
//
// also for rss feed html display, see showfeed_dan_butterfield 
// (or showfeed.php, or showfeed_see_all_feed.php)  */

body  {
		background:url(rockyDuskWide_zazen_notes.jpg) no-repeat rgb(112, 103, 106);  
		color: #000066; 
		font-family: bookman, "times new roman", serif; 
		font-size: large; 
		line-height: 150%; 
}
	
table {color: #000033;
		background-color: #fffff0;
		border: thin solid #000033;
		border-collapse: collapse;
}
								
td, tr  {border: thin solid #000033;
		padding: 20px;}

hr  {color: #999;}

.total_width {width: 100%;}

.total_nonarchive  {
					width: 75%;
					margin-left: 5%;
					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%;
				}
				
.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;
			}
			
.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;}

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