/* Stylesheet for stephanie.zvan.net for screen */

body {
	color: indigo;
	background-color: aliceblue;
	margin: 0px;
	font-family: garamond, times, serif;
}

#container { /* The largest div */
	max-width: 760px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(cornflowerblue.png);
	background-repeat: repeat-y;
}

a:link {
	text-decoration: underline;
	color: indigo;
}

a:visited {
	color: maroon;
}

a:hover {
	color: black;
}

#header {
	padding: 1em;
	background-color: cornflowerblue;
}

#header h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

#navigation {
	padding: 10px;
	float: left;
	width: 100px;
}

#content {
	color: darkblue;
	max-width: 80%;
	margin-left: 130px;
	text-align: justify;
}

#title h3 {
	padding-bottom: 0px;
}

.sectionbreak {
	margin-top: 3ex;
	margin-bottom: 3ex;
	width: 20%;
}

#navigation a {
	display: block;
	margin-bottom: 1ex;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}


.menucurrent {
	display: block;
	color: indigo;
	padding-bottom: 1ex;
}

.textbox {
	margin-bottom: 8px;
	border-top: solid 1px lightgrey;
	border-left: solid 1px lightgrey;
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
	padding: 4px;
}

input {
	border: solid 1px grey;
}

textarea {
	border: solid 1px grey;
}
