/*
Theme Name: SuperSlow
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Matt Crupe & Caleb Stauffer
Author URI: http://www.vibrantvisual.com/
Tags: 

*/

body, form, h1, h2, h3, hr { margin: 0px; padding: 0px; }

body, table, form, h1, h2, h3, input {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px; color: #000000;
}

ul,ol {
        margin-top: 0px;
        padding-top: 0px;
}

.full, #container { width: 1023px; }

body {
	background-color: #DBDBDB;
}

a:link {
	color: #203564;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #203564;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #203564;
	font-weight: bold;
}


a:active {
	text-decoration: none;
	color: #203564;
	font-weight: bold;
}

a img { border: none; }

h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #3c62a1;
	width: 675px; border: 1px solid black;
	color: #FFFFFF; font-size: 28px;
	font-weight: normal;
	padding: 5px;
	line-height: 22px;
}

#container {
	margin: auto;
	margin-top:20px;
	background-image: url(images/index_62.jpg);
	background-repeat: repeat-y;
}

#header {
	float: left; display: inline;
}

	#header #slideshow {
		float: left; display: inline;
		margin: 4px 0px 0px 32px;
		width: 135px; height: 117px;
		background-color: #EEEEEE;
	}

#content {
	width: 698px;
	margin: 16px 0px 0px 28px;
        line-height: 20px;
}

#sidebar {
	width: 277px; margin: 16px 0px 0px 0px;
}

#sidebarForm {
	background-image: url(images/vertfade.jpg);
	background-repeat: repeat-x; height: 157px;
	padding: 20px 20px 0px 20px; font-size: 12px;
}

#footer {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}

.float { float: left; display: inline; }
.clear { clear: both; }	