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

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: black;	
}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-top:150px;
	text-align: left;
	background-color: white;
	width: 760px;
	height: 330px;
}

#blogpage {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	width: 760px;
	height: 480px;
}

#bottom, #introbottom {
	margin-left: auto;
	margin-right: auto;
	background-color: #4f3b24;
	width: 760px;
	height: 20px;
}

#introbottom, #introcopyright {
	position: relative;
	top: 331px;
	
}


#copyright, #introcopyright {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	text-align: left;
	font: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
	background: white;
}

#contact {
	position: relative;
	top: 190px;
	z-index: 2;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #4f3b24;
	text-align: right;
	float: right;
	
}

#contact a, #copyright a, #introcopyright a {
	text-decoration: none;
	color: #93B3C5;
}

#home {
	margin-left: 640px;
	margin-top: 1px;
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
}

#home a {
	color: white;
	text-decoration:none;
}

#tree, #introtree {
	position: absolute;
	top: 340px;
	z-index: 1;
	width: 760px;
	height: 100px;
}

.tree {
	margin-left: 440px;
	width: 100px;
	height: 100px;
}

#tree2 {
	position: absolute;
	top: 340px;
	height: 100px;
	width: 100px;
	margin-left: 440px;
}

.tree2 {
	position: absolute;
	z-index: 2;
}

.introtree {
	margin-left: 340px;
	width: 200px;
	height: 100px;
}

#menubar {
	position: absolute;
	top: 420px;
	z-index: 2;
	width: 760px;
	height: 20px;
}

#menu {
	margin-left: 280px;
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	width: 480px;
	height: 20px;
}

#menu a {
	text-decoration: none;
	color: #4f3b24;
}

#menu a:hover {
	color: #93B3C5;
}

#menuspacer {
	width: 5px;
}

#person_row {
	position: absolute;
	top: 380px;
	width: 760px;
	height:1px;
	z-index: 2;
}

#blank {
	float: left;
	width: 100px;
	height: 60px;
}


#portrait_padding {
	float: left;
	width: 13.33px;
	height: 60px;
}

.mini {
	height: 58px;
	width: 58px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
cursor: pointer;
cursor: hand;
}

.mini:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

#mini_padding {
	width: 59px;
	height: 1px;
	float: left;
}

#projectload {
	height: 1px;
	width: 760px;
	position: absolute;
	top: 242px;
	z-index: 4;
}

.highlight{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
float:left;
cursor: pointer;
cursor: hand;
}

.highlight:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;

}



/*SCROLL IMAGE CSS*/
/*----------------*/

#imagecase {
	position: absolute;
	top: 340px;
	width: 760px;
	height: 100px;
	overflow: hidden;
}

#scroller {
	position: absolute;
	z-index: 2;
	width: 2190px; /* = width800 + margin left40 + margin right40 + padding*2 40 + border*2 8  from the content rule 2100 + (20*10)*/
}

.content {
	width: 100px;
	height: 100px;
	float: left;
}

.content2 {
	width: 100px;
	height: 75px;
	float: left;
	overflow: hidden;
}

#largespace {
	width: 200px;
	height: 100px;
	float:left;
}

#spacer {
	
	height: 100px;
	width: 10px;
	float: left;
}

#container {
	position: absolute;
	top: 340px;
	width: 760px;
	height: 100px;
	overflow: hidden;
}

#scrollcage {
	width: 760px;
	height: 150px;
	display: inline;
}



.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
	font-size: .8em;
	color:#00009C;
	font-weight: bold;
	cursor: default;
}

#leftscrollimage {
	position: relative;
	z-index: 1px;
	top: 233.5px;
	left: -27px;
	width: 7px;
	height: 13px;
	cursor: pointer;
	cursor: hand;
	
}

#rightscrollimage {
	position: relative;
	top: 233.5px;
	left: 770px;
	z-index: 1;
	width: 7px;
	height: 13px;
	cursor: pointer;
	cursor: hand;

}

#links {
	position: absolute;
	top: 420px;
	text-align: right;
	z-index: 2;
	padding-left: 640px;
	width: 120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

#links a {	
	text-decoration: none;	
	color: #93B3C5;
	margin-bottom: 10px;
}

#purpose {
	position: relative;
	top: 190px;
	z-index: 2;
	width: 320px;
	
}

#purpose_spacer {
	width: 120px;
	height: 100px;
	float: left;
}

/* Blog CSS */

#journal {
	margin-top: 40px;
}



#blogblock  {
	width: 410px;
	height: 430px;
	float: left;
	position: relative;
	z-index: 2;
	top: 50px;
	overflow: auto;
}


#editblock {
	position: relative;
	z-index: 2;
	top: 150px;
	width: 410px;
	height: 330px;
	float: left;
	overflow: auto;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#editblock a {
	text-decoration: none;
	color: #93B3C5;
	font-weight: bolder;
}

#updateblock {
	width: 410px;
	height: 450px;
	float: left;
	position: relative;
	top: 30px;
	z-index: 2;
	font-size: 12px;
	overflow: hidden; /*WILL NEED CHANGING*/
}

#jtitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #4f3b24;
	font-weight: bolder;
}

#jbody {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #93B3C5;
	text-decoration: none;
}

#jbody a {
	color: #4f3b24;
	text-decoration: none;
	
}

#jdate {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: black;
}

#jdate a {
	color: #93B3C5;
	font-weight:100;
	text-decoration: none;
}

#jlinks {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	position: relative;
	z-index: 2;
	top: 150px;
	float: right;
	text-align: right;

}

#jlinks a {
	text-decoration: none;
	color: #4f3b24;
}

#jcomment {
	font-family:"Courier New", Courier, monospace;	
	font-size: 12px;
	color: #4f3b24;
	
}

#jcomment a {
	text-decoration: none;
	color: #4f3b24;
}

#ecomment {
	font-family:"Courier New", Courier, monospace;	
	font-size: 11px;
	color: #4f3b24;
}

#comments {
	position: relative;
	top: 100px;
	z-index: 2;
	width: 200px;
	height: 360px;
	overflow: auto;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #93B3C5;
	text-align: left;
}

#comments a {
	text-decoration: none;
	color: #4f3b24;
}

#reply {
	position: relative;
	z-index: 2;
}

#reply a{
	text-decoration: none;
	color: #4f3b24;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	
}

#sbcomment {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 230px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	overflow: hidden;
}

#commentform textarea, #commentform input, #year, #year2, #month, #name, #comment, #category {
	border:#93B3C5 solid 2px;
}

#commentform label, #editcommentform label {
	padding-left: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #93B3C5;
}

#edit_category, #delete_category, #add_category {
	border:#93B3C5 solid 2px;
	width: 133px;
}

#submit, #submit_comment, #update, #delete, #submit_category_edit, 
#edit_category, #delete_category, #add_category {
	position: relative;
	z-index: 2;
	background-color: #93B3C5;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
	border:#93B3C5 solid 2px;
	
}

#cedit, #cdelete, #cnevermind {
	border:#93B3C5 solid 2px;
	position: relative;
	z-index: 2;
	background-color: #93B3C5;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
	border:#93B3C5 solid 2px;
	width: 130px;	
}

#delete {
	width: 382px;
}

#update a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#postmessage {
	margin-top: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #4f3b24;
}
#month, #category  {
	width: 91px;
}

#year {
	width: 59px;
}

#year2 {
	width: 63px;
}


#arrow1 {
	float: right;
	position: relative;
	z-index: 3;
	top: -20px;
	left: -321px;
	width: 15px;
	height: 18px;
	background-color: white;
}

#arrow2 {
	float: right;
	position: relative;
	z-index: 3;
	top: -20px;
	left: -321px;
	width: 15px;
	height: 18px;
	background-color: white;
}

#arrow3 {
	float: right;
	position: relative;
	z-index: 3;
	top: -20px;
	left: -203px;
	width: 15px;
	height: 18px;
	background-color: white;
}

#catspace {
	margin-left: 102px;
}

#formspace {
	margin-top: 5px;
}

#blogtree {
	position:relative;
	float: left;
	height: 480px;
	width: 130px;
}

.blogtree {
	margin-left: 30px;
	margin-top: 340px;
}

#archtitle {
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
}