/* Style sheet for my Study Guide */

html, body {
background-color: #244;
color: #fff;
font-family: verdana, arial, sans-serif;
font-size: 100%;
height: 100%;
margin: 0;
margin-bottom: 1px; /* this, along with height, forces
												a vertical scrollbar in all browsers */
padding: 0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p, ul, ol, dl {
margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-top: 1.25ex;
}

h1, h2, h3, h4, h5, h6 {
	background-color: #transparent;
	color: #bbc;
	font-family: "Lucida Sans", arial, sans-serif;
	letter-spacing: .05em;
	margin-bottom: .5ex;
}
h2 {
	background-color: #246;
	border-top: 1px solid #358;
	border-bottom: 1px solid #358;
	font-size: 1.7em;
	margin-left: -.1em;
	padding-bottom: .3ex;
	padding-left: .2em;
}
h3 {
	background-color: #135;
	border-top: 1px solid #358;
	border-bottom: 1px solid #358;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-top: 3ex;
	padding-top: .5ex;
	padding-bottom: .5ex;
	padding-left: 1em;
	width: 90%;
}

img {
float: right;
border: 2px solid #000;
}

/* Header and Footer */
#header, #footer {
	background-color: #65616f;
	color: #ecc3a5;
	letter-spacing: .05em;
	padding-top: .8ex;
	padding-bottom: .2ex;
	text-align: center;
	width: auto;
}
#header {
	border-bottom: 3px inset #5f6585;
}
#header a, #footer a{
	color: #fff;
}
#header ul li {
	display: inline;
	padding-top: .3ex;
}
#footer {
	border-top: 3px outset #5f6585;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

/* Content area styles */
#content {
	background-color: #133;
	border: 5px #ecc3a5;
	border-top: ridge;
	border-right: outset;
	border-bottom: groove;
	border-left: inset; 
	color: #fff;
	font-family: garamond, "Palatino Linotype", serif;
	font-size: 1.1em;
	letter-spacing: .03em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 2ex;
}
#content a {
	text-decoration: none;
	color: #4c7;
	font-family: tahoma, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .01em;
}
#content a:hover {
text-decoration: underline;
}


/* Specialized Styles */
table#rubric {
border: 1px solid #000000;
border-collapse: collapse;
}
table#rubric td {
border: 1px solid #000000;
padding: .25em;
vertical-align: top;
font-size: .8em;
}
quote {
	font-style: italic;
}

