/*
This is the default stylesheet for all main pages on the web site. No page-specific colors are specified here; instead, specific color-themed stylesheets import this stylesheet.
*/

@import "./base.css";

/* Layout classes */

.LeftNav
{
	top: 20px;
	left: 20px;
	position: absolute;
	font-size: x-small;
}
.Content
{
    top: 20px;
    left: 145px;
    padding-right: 50px;
    position: absolute;
}

/* Headers */

/* Headers */

h1.writing
{
	text-align: left;
}

h2
{
	font-size: large;
	text-align: center;
}

/* TODO: Why can't I just specify <h2> to use this style,
instead of IE not recognizing it w/o class="quoteoftheweek"? */
h2.hassubheader, h2.smallhassubheader, .quoteoftheweek h2
{
	margin-bottom: 0px;
}

h2.small, h2.smallhassubheader, h3.small, h3.subheader
{
	font-size: small;
	margin-top: 0px;
}

h3.subheader
{
	font-weight: normal;
	text-align: center;
}

h2.small
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
}

h2.smallhassubheader, h3.small
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}

h3.smallsubheader
{
	font-size: xx-small;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* Global element styles */

table
{
	border-collapse: collapse;
}

ul
{
	list-style-type: circle;
}

/* Parent style-specific element styles */

.Content a:link, .Content a:visited, .Content a:active
{
    text-decoration: none;
	font-weight: bold; 
}

.Content a:hover 
{
    text-decoration: none;
}

.nodecoration a:link, .nodecoration a:visited, .nodecoration a:active, .nodecoration a:hover
{
    background: none;
	font-weight: normal;
}

.LeftNav a:link, .LeftNav a:visited, .LeftNav a:active, .LeftNav a:hover
{
    text-decoration: none;
    color: #008080;
    font-size: 10pt; /* exact font-size specified so nav bar doesn't get wider */
}

.LeftNav td
{
	text-align: center;
	background-color: black;
}

/* Classes */

img.left
{
	float: left;
}

img.right
{
	float: right;
}

hr.short
{
	width: 70%;
}

.buttons
{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.quoteoftheweek
{
	font-size: small;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
