/*
 globals.css
 Copyright (c) 2008 Micah Ferrill
*/

html * {
    font-family: Georgia serif;
}
html,body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
h1,h2,h3 {
    margin-top: 0;
    font-family: Verdana sans-serif;
}
html {
    background: #999;
}
table.form {
    margin: 0 auto;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
form table th {
    text-align: right;
}
#shadow {
	width: 770px;
	margin: 0 auto;
	background: url('../img/wrapper.png');
}
#wrapper {
    background: #eee url('../img/topshadow.png') repeat-x;
    width: 750px;
    margin: 0 auto;
    padding-top: 10px;
}
#top {
    margin: 0 auto;
    top: 0;
    right: 0;
    height: 150px;
    width: 730px;
    padding: 0 10px 0 10px;
    background: #ffffff url('../img/shore.png') no-repeat;
}
#top h1 {
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
	padding-top: 30px;
    margin-left: 10px;
    color: #eeeeee;
}
#top span {
    color: #cccccc;
    margin-left: 20px;
}
#user {
    text-align: right;
    margin-top: 5px;
    float: right;
    font-size: 15px;
    color: #666666;
}
#user a {
	font-style: italic;
    color: #333333;
    text-decoration: none;
    border-bottom: solid 1px #666666;
}
#user a:hover {
    color: #000000;
    border-color: #333333;
}
#content,#sidebar {
    padding: 10px;
}
#content {
    width: 500px;
    margin-right: 0;
    float: left;
}
#content li {
	list-style-position: inside;
}
#sidebar {
    background: #eeeeee;
    text-align: center;
    width: 200px;
    margin-right: 10px;
    margin-left: 0;
    float: right;
    padding: 5px;
}
#sidebar div {
    margin-bottom: 20px;
    border: solid 1px #556677;
}
#sidebar h3 {
    color: #ffffff;
    margin-bottom: 0;
    background: #8899aa;
    border-bottom: solid 1px #556677;
}
#sidebar h3 a {
	color: #cccccc;
	display: inline;
}
#sidebar h3 a:hover {
	color: #ffffff;
}
#sidebar a {
	display: block;
    font-style: italic;
    color: #666666;
    text-decoration: none;
}
#sidebar a:hover {
    color: #000000;
}
#sidebar p {
	margin-top: 0;
	font-size: 12px;
}
#footer {
    width: 300px;
    margin-top: 40px;
    color: #333333;
    font-size: 11px;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000000;
}
.clear {
    clear: both;
}
#top .clear {
    width: 100%;
}
#slideshow span {
    position: absolute;
    padding-top: 5px;
    display: block;
    width: 200px;
}
#slideshow img {
    display: block;
    margin: 0 auto;
}
#slideshow {
    text-align: left;
    width: 200px;
    height: 250px;
    display: block;
}
#aboutme a {
    display: inline;
}
#text {
    background: #ccc;
    border: none;
    font-size: 12px;
}
#text {
    margin-top: 70px;
}
#content a {
    font-weight: bold;
    font-style: italic;
    color: #333;
    text-decoration: none;
    border-bottom: solid 1px #999;
}
#content a:hover {
    color: #666;
    border-bottom: solid 1px #ccc;
}
a img {
    border: none;
    border-bottom: none;
}
#user form {
    margin-top: 10px;
}