@charset "utf-8";
/* CSS Document */

body {
    font-family: "Courier New", Courier, monospace;
	background: url(_images/bg.png);
	background-repeat:no-repeat;
    }

#page {
	font-size: 20px;
	text-align: top;
	color: #000000;
	height: 500px;
	width: 1000px;
    line-height: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 105px;
	margin-right: 105px;
		}

.logo {    
	float: right;  
	padding-left: 100px;
	background-color: transparent;   
	font-variant: none;
	text-transform: none;
 	}

.navbar{
    font-size: 24px;
	padding-top: 0px;
	vertical-align:bottom;
	text-align:	center;
	color: #000000;
	line-height: 36px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
    word-spacing: 5px;
	}

.navbar A:link {
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
    text-decoration: none;
		}

.navbar A:visited {
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
    text-decoration: none;
		}

.navbar A:active {
	color: #000000;
    font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
    text-decoration: none;
		}

.navbar A:hover {
	color:
	#333333
    font-size: 101%;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
    text-decoration: none;
			}

#post {
	overflow: hidden;
   	vertical-align: top;
	border: 2px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
	min-width: 480px;
	max-width: 1060px;
	min-height: 260px;
	max-height:260px;
	background-color:transparent;   
	color: #000000;
}
	.post_title{
		font-size: 20px;
		text-align: top;
		color: #000000;
		line-height: 24px;
		padding-left: 10px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		}

    .post_author{
		font-size: 20px;
		text-align: top;
		color: #669900;
		line-height: 24px;
		padding-left: 10px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	.post_content{
		font-size: 12px;
		text-align: top;
		color: #fcfce9;
		line-height: 13px;
		padding: 15px 15px 15px 15px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		}
	
	.post_date{
		font-size: 10px;
		text-align: top;
		color: #eaff96;
		line-height: 12px;
		padding-left: 15px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: lowercase;
		font-family: Arial, Helvetica, sans-serif;
		}

		
	#comment_count{
		font-size: 10px;
		text-align: right;
		color: #eaff96;
		line-height: 12px;
		padding-right: 15px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: lowercase;
		font-family: Arial, Helvetica, sans-serif;
		}

	.post A:link {color: #ffff00;
        font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
        text-decoration: none;}

	.post A:visited {color: #ffff00;
        font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
        text-decoration: none;}

	.post A:active {color: #ffff00;
        font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
        text-decoration: none;}

	.post A:hover {color: #ffff00;
        font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
        text-decoration: none;}
		
#foot{
	text-align:center;
	float:none;
	font-size:10px;}

.image{
	border-style:outset;
	border-color: white;
	border-width:0px;
      }

.quote{
	border-style:groove;
	border-color:navy;
	border-width:15px;
      }