/*clear browser settings*/
/*___________________________________________________________________________*/
html, head, body, title, p, blockquotes, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset {   }

/* this style applies to body  */
body {
	 background: #abdcf1 url(../images/stars_v2.jpg) repeat-x fixed;
	} /* background will be a starry night */

/* this style applies to paragraph  */	
p {
	font-family: arial, helvetica, sans-serif;
	color: #40201D;
	font-size: 110%;
	line-height: 150%
	} /* paragraph font is arial */

/* these styles apply to level 1, 2 and 3 headings */		
h1 {
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	color: #A8D95F;
	font-size: 180%;
	background-color: #40201D;
	width: 700px;
	} /* header font for all levels is verdana */

h2 {
	font-family: verdana, sans-serif;
	color: #3BD98F;
	font-size: 140%;
	background-color: #40201D;
	} /* header font for all levels is verdana */

h3 {
	font-family: verdana, sans-serif;
	color: #12A697;
	font-size: 120%;
	background-color: #40201D;
	} /* header font for all levels is verdana */	

/* this style applies to blockquote */		
blockquote {
	font-family: arial, helvetica, sans-serif;
	color: #000033;
	font-size: 110%;
	font-style: italic;
	} /* block quotes will be dark blue */

/* these styles apply to definition term and definition */		
dt {
	font-family: arial, helvetica, sans-serif;
	color: #E10052;
	font-size: 110%;
	font-weight: bold;	
	} /* definition term font is arial */

dd {
	font-family: arial, helvetica, sans-serif;
	color: #E10052;
	font-size: 110%;
	font-style: italic;
	} /* definition font is arial */	

/* these styles apply to ordered list and list item */	
ol {
	font-family: arial, helvetica, sans-serif;
	color: #40201D;
	font-size: 110%;
	} /* ordered list font is arial */

ol li {
	font-family: arial, helvetica, sans-serif;
	color: #40201D;
	font-size: 100%;
	} /* ordered list item font is arial */	

/* these styles apply to unordered list and list item */	
ul {
	font-family: arial, helvetica, sans-serif;
	color: #40201D;
	font-size: 110%;
	} /* unordered list font is arial */	

ul li {
	font-family: arial, helvetica, sans-serif;
	color: #40201D;
	font-size: 100%;
	list-style-type: circle;
	} /* unordered list item font is arial */		

/* this style applies to the div named "wrap" */
#wrap {
	max-width: 900px;
	min-width: 480px;
	margin: 20px auto;
	background: #595031;
	}
	
/* this style applies to the div named "screen" */	
#screen {
	background: url(../images/stars_v2.jpg) repeat-x fixed;
	border: 1px solid red;
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
	}

/* this style applies to the div named "banner" */
#banner {
	background: black;
	padding: 5px;
	clear: both;
	position: relative;
	z-index: 20;
	}

/* this style applies to images inside of the div named "banner" */
#banner img {
	float: left;
	}

/* this style applies to the div named "nav" */
#nav {
	float: left;
	width: 200px;
	position: relative;
	background: #977E5D;
	z-index: 10;
	}

/* this style applies to the div named "content" */
#content {
	margin: 10px 5px 0px 210px;
	}

/* this style applies to paragraphs inside of the div named "content" */
#content p {
	color: black;
	}

/* this style applies to first letters inside of the div named "content" */
#content p:first-letter{
	color: black;
	font-size: 200%;
	font-weight: bold;
	font-family: serif;
	}

/* this style applies to the div named "entry" */
.entry {
	border-bottom: 2px dashed olive;
	}
	
/* this style applies to the div named "about" */
#about {
	background: #131A40;
	}
	
/* this style applies to paragraphs inside of the div named "about" */	
	
#about p {
	color: #808080;
	}	

/* this style applies to the div named "overview" */
#overview {
	background: #37448C;
	}
	
/* this style applies to paragraphs inside of the div named "overview" */	
	
#overview p {
	color: #202020;
	}		

/* this style applies to the div named "home" */
#home {
	background: #7C83A6;
	}
	
/* this style applies to the span named "bo" and "boch"*/
.bo, .boch {
	font-weight: bold;
	font-style: normal;
	color: #A8D95F;
	}	

/* this style applies to the div named "footer" */
#footer {
	background: #495927;
	margin: 10px;
	text-align: center;
	border: 4px outset #000000;
	padding: 5px 10px;
	}

/* this style applies to paragraphs located inside the div named "footer" */	
div#footer p { 
	color: #333300; 
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 60%; 
	font-style: italic;
	}


/* these styles apply to the 5 states of a link in general */
a {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	} /* links font is arial */
	
a:link {
	color: #053F80;
	text-decoration: none;
	} /* new links will appear blue */
	
a:visited {
	color: #05803A;
	text-decoration: none;
	} /* visited links will be green */

a:focus, a:hover {
	color: #058A64;
	text-decoration: underline;
	background-color: #B2CC12;
	} /* focus and lover links will be underlined and have yellow background */

a:active {
	font-size: 150%;
	text-decoration: blink;
	} /* active links will pop out */
