@charset "UTF-8";

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

a:link {
	color: #99aadd;
	padding: 2px;
	text-decoration: none;
	}
	
a:visited {
	color: #aa77aa;
	padding: 2px;
	text-decoration: none;
	}
	
a:active {
	color: #520c21;
	padding: 2px;
	text-decoration: none;
	}
	
a:hover {
	color: black;	
	background-color: #99aadd;
	padding: 2px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-decoration: underline;
	}
	
a:hover:visited {
	color: black;	
	background-color: #aa77aa;
	padding: 2px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-decoration: underline;
	}

body { 	
	background-image: none;
	background-color: #000000;
	color: #cccccc;
	margin: 10px; 
	font-size: 90%;
	line-height: 1.5; 
	font-family: "Gill Sans", "GillSans", "Verdana", "Century Gothic", "Century Gothic MS", "CenturyGothic", "CenturyGothic MS", "Trebuchet", "Trebuchet MS", "TrebuchetMS", sans-serif;
	}

h1 { 
	font-size: 1.75em; display: inline; /* displayed at 22px? */
	}    
h2 { 
	font-size: 1.5em; display: inline; /* displayed at 18px */
	}
	
h3 { 
	font-size: 1.25em; display: inline; /* displayed at 15px */
	} 

h4 { 
	font-size: 1em; display: inline; /* displayed at 12px */
	}  
	
html { 	
	font-size: 100%;
	}
	
p { 
	font-size: 1em;
	}  

table { 
	font-size: 100%;
	}
	
.blogframe{
	margin-right: auto;
	margin-left: auto;
	min-width: 840px;
	min-height: 30000px;
	padding: 0px;
	overflow: auto;
	border: 0px;
	}

.blogheaderbackground {
	position: absolute;
	top: 0px;
	left: 200px;
	min-width: 860px;
	height: 150px;
	background-image: none; 
	background-color: #465859;
	z-index: 1;
	}
	
.border {
	border: red 3px dashed;
	}

.calendar{
	margin-top: 150px;
	margin-left: 200px;
	min-width: 800px;
	min-height: 1000px;
	padding: 10px;
	overflow: auto;
	border: none;	
	}

.cssheader{
	position: relative;
	top: 0px;
	left: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 150px;
	background-image: none; 
	background-color: #465859;
	font-family: "Papyrus", "Gill Sans", "GillSans", "Verdana" ; 
	font-size: 2em; 
	text-align: center;
	z-index: 1;
	}

.cssheaderimage{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 150px;
	width: 200px;
	background-color: #465859;
	z-index: 2;
	}
	
.cssheaderwrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 100%;
	padding: 0px;
	text-align: center;
	background-color: #465859;
	}

.main {
	position: absolute;
	top: 150px;
	left: 200px;
	padding: 10px;
	overflow: auto;
	}
	
.navbar{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 180px;
	font-size: .8em; 
	overflow: auto;
	padding: 10px;
	background-color: #000000;
	}
	
.title { 
	position: relative;
	top: 40px;
	font-weight: normal;
	font-family: "Papyrus", "Gill Sans", "GillSans", "Verdana", serif; fantasy ;
	text-align: center;
	color: #a6a6a6;
	}




