body{
    	background-color: #28323C; 
        margin:0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #a4a4a4;
	text-align: center;
	min-width: 600px;
	}

a {
        color: #a4a4a4;
        text-decoration: none;
}

a:hover {
        color: #e1e1e1;
        text-decoration: none;
}   

#container img { 
        margin: 0;
        border: 7px solid #777777;
        background: #777777;
}       

.site_title A
{
        color: #ff6600;
        font-weight: bold;
        text-decoration: none;
        padding-top: 2px;
}

.page
{
	text-align: center;
	margin: auto;
	padding-bottom: 100px;
}

.photopage
{
	text-align: center;
	margin: auto;
}

.headerbar
{
	width: 100%; 
	padding: 3px; 
	background-color: #18222C;
	text-align: center;
	margin-top: 10px;
	margin-bottom:18px;
}        

.header
{
	width: 720px;  
	text-align: right;
	margin: auto;
}

/* Include a width in sh_includes/page_header, please */
.content
{
	text-align: center;
	margin: auto;
}

.blogheader
{
	/* default to large width, override for older things*/
	width: 720px;
	text-align: left;
	padding: 2px;
	margin: auto;
	
}


.blogfooter
{
	/*again, default to large width */
	width: 720px;
	text-align: left;
	padding: 2px;
	margin: auto;
	font-size: smaller;	
	border-top: 2px solid #18222C;	
}


.blogheader .smallnav
{
	/* this gets put down before the date + title */
	float: right;
	font-size: smaller;
}

.blogfooter .smallnav
{
	float: right;
  /*	font-size: smaller;  - already shrunk*/
}


.blogheader .blogdate
{
	/* Date is orange */
        color: #ff6600;
}


.blogimage
{
	border: 5px solid #18222C;
	margin-bottom: 10px;
}

.normaltext
{
	text-align: justify;
	line-height: 1.4em;
	padding-bottom: 10px;
	margin: auto;
}

.blogtext
{
	width: 468px;
/*	width: 720px; */
	text-align: justify;
	line-height: 1.4em;
	padding-bottom: 10px;
	margin: auto;
}

.blogtext A, .normaltext A
{
	text-decoration: underline;
}

.navbar
{
	float: left;
	height: 60px;
	border-bottom: 1px solid #999;
}

.page_footer
{
        color: #28323C;
}

.commentlist {
	margin: 0;
	padding: 35px 0 0 0;
	float: left;
}

.comment {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666666;
	background-color: inherit;
	text-align: left;
}

.comment .name {
        color: #ff6600;
}

#comform textarea, input {
	background-color: #4a545d;
	border: 1px solid #898E8B;
	margin: 0 0 5px 0;
	padding: 1px 3px;
	color: #e5e7e5;
	vertical-align: middle;
}

#comform textarea {
	margin: 3px 0 5px 0;
}

#comform submit {
	background-color: #606866;
	padding: 0 3px 2px 3px;
	margin: 0;
	height: 22px;
	width: 50px;
	color: #F9E9B9;
}

#comform submit:hover {
	color: #F9E9B9;
	background-color: #707874;
}

#comform {
	margin: 0;
	padding: 0;
	text-align: left;
}

.button {
width: 16px;
height: 16px;
margin-bottom: 10px;
border: 0px;
text-decoration: none;
}   

