/* style sheet for Indigo */

/* alignment */
.left {text-align: left;}

.center {text-align: center;}

.right {text-align: right;}

.tab {margin-left: 2em;}

/* size */
.big {font: bold 1.1em;}

.bigger {font: bold 1.2em;}

/* styles */
.bold {font-weight: bold;}

.sc {font-variant: small-caps;}
	
.i {font-style: italic;}

/* separator*/
	
.sep {background: #000000;
	background-repeat: none;
	height:2px;
	overflow: hidden;
	clear: both;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	}
	
.sep2 {background: #000000;
	background-repeat: none;
	height:2px;
	overflow: hidden;
	clear: both;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

/* images*/
.img_left {float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}	
	
.img_center {display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}	
	
.img_right {float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #232e84;
	}

img.star {width: 1em;
	height: 1em;
	}


/* headers: largest to smallest*/

h1 {font-family: ariel, helvetica, san-serif;
	font-size: 1.2em;
	text-align: left;
	width: auto;
	padding: 5px;
	margin: .1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	color: #000000;
	background-position: left center;
	background-repeat: no-repeat;
	}

h2 {font-family: ariel, helvetica, san-serif;
	font-size: 1.1em;
	text-align: left;
	padding: 2px;
	margin: .1em;
	padding-left: 40px;
	margin-left: 0;
	margin-right: 0;
	background-position: right center;
	background-repeat: no-repeat;
	}

h3 {font-family: ariel, helvetica, san-serif;
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
	margin: .1em;
	padding-left: 40px;
	margin-left: 0;
	margin-right: 0;
	color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	}
	
h4 {font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin: .1em;
	}

/* links */
a:link {color: blue;
	}

a:visited {color: purple;
	text-decoration: underlined;
	}

a:hover {color: #232E84;
	}

/* input boxes*/

input, textarea{
	margin-bottom: 4px;
	}
	
input:focus, textarea:focus{
	border: 2px solid #232e84;
	}

/* invisible space to break the menu items if the text gets too long*/
wbr {
	width: 0px;
	display: inline-block;
	overflow: hidden;
	}

/* page sections*/
HTML {height: 100%;
	background: #000000;
	}

body {font-family:  ariel, helvetica, san-serif; 
	font-size: 100.01%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #000000;
	}

#top {height: 20px;
	width: 740px;
	font: 1.2em;
	text-align: left;
	font-weight: bold;
	padding-left: 60px;
	color: #ffffff;
	background: #000000;
	}

#container {display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: #000000;
	}
	
#main {font-family: ariel, helvetica, san-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 120px;
	width: 800px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
	}
	
#menu {font-size: .85em;
	min-height: 307px;
	width: 100%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 20px;
	color: #ffffff;
	background: #000000 url("bear top corners.jpg");
	background-repeat: no-repeat;
	}
	
#menu ul {text-align: center; 
	padding: 0px;
	margin: 0px;
	padding-top: 295px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#menu li {display:inline;
	padding-bottom: .25px;
	}
	
#menu li a {text-decoration: none;
	color: #ffffff;
	padding-left: 43px;
	padding-right: 43px;
	}
	
#menu li:hover {color: #3939ce;
	}
	
#menu li.curr {color: #000000;
	background-image: url("white.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
#menu a.current {color: #000000;
	text-decoration: none;
	}
	
a#home {padding-top: 295px;
	background-image: url("ursa major stars.gif");
	background-repeat: no-repeat;
	background-position: top center;
	}
	
a#home:hover {padding-top: 295px;
	background-image: url("ursa major.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: #3939ce;
	}
	
a#writing {padding-top: 295px;
	background-image: url("orion stars.gif");
	background-repeat: no-repeat;
	background-position: center;
	}
	
a#writing:hover {padding-top: 295px;
	background-image: url("orion.gif");
	background-repeat: no-repeat;
	background-position: center;
	color: #3939ce;
	}
	
a#editing {padding-top: 295px;
	background-image: url("leo stars.gif");
	background-repeat: no-repeat;
	background-position: top center;
	}
	
a#editing:hover {padding-top: 295px;
	background-image: url("leo.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: #3939ce;
	}
	
a#about {padding-top: 295px;
	background-image: url("scorpius stars.gif");
	background-repeat: no-repeat;
	background-position: center;
	}
	
a#about:hover {padding-top: 295px;
	background-image: url("scorpius.gif");
	background-repeat: no-repeat;
	background-position: center;
	color: #3939ce;
	}
	
a#contact {padding-top: 295px;
	background-image: url("draco stars.gif");
	background-repeat: no-repeat;
	background-position: top center;
	}
	
a#contact:hover {padding-top: 295px;
	background-image: url("draco.gif");
	background-repeat: no-repeat;
	background-position: top center;
	color: #3939ce;
	}

#menu li a:hover {color: #3939ce;;
	}
	
.text {width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	}
	
table {text-align: center; 
	padding: 2px;
	font-size: 1em;
	}

td {width: auto;
	text-align: center;
	}
	
td.title {text-align: left;
	vertical-align: top;
	width:auto;
	}

td.right {text-align: right;
	vertical-align: top;
	width:auto;
	}
	
td.left {text-align: left;
	vertical-align: top;
	width:auto;
	}
	
td.subut {text-align: center;
	vertical-align: top;
	width:auto;
	padding-top: 5px;
	}
		
#footer {font-size: .8em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 90px;
	border-bottom: 20px solid black;
	background-image: url("bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	}
		
#footer a {text-decoration: none;
	}
	
#copyright {font-size: .8em;}
