/*  
Theme Name: Alex's Super Duper Theme
Theme URI: http://www.professorcornbread.com
Description: Alex Fortney's Fuckin' Awesome Theme based on his Super Duper site.
Version: 1.0
Author: Alex Fortney
Author URI: http://www.professorcornbread.com

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
	text-align: center;
	font-size: 75%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 1.5em;
	background: #c3c5c6;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background.gif) repeat-y;
}
#header {
	width: 749px;
	height: 353px;
	padding: 0;
	margin: 0;
	margin-left:26px;
	margin-right:24px;
	background: url(images/title.jpg) no-repeat;
}
#nav {
	width: 749px;
	height: 26px;
	padding: 0;
	margin: 0;
	margin-left:26px;
	margin-right:24px;
	background: #c3c5c6;
}

#nav a:link { text-decoration: none; padding: 0px; border: 0px;}
#nav a:visited { text-decoration: none; padding: 0px; border: 0px;}
#nav a:hover	{ text-decoration: none; padding: 0px; border: 0px;}
#nav a:active { text-decoration: none; padding: 0px; border: 0px;}

#top {
	width: 749px;
	height: 9px;
	padding: 0;
	margin: 0;
	margin-left:26px;
	margin-right:24px;
	background: url(images/header.gif) no-repeat;
}
#content {
	margin-left: 37px;
	width: 575px;
	text-align: justify;
}

#sidebar {
	position: absolute; left:auto; right:auto; top:	10px;
	width: 130px;
	margin: 0;
	margin-left: 625px;
	margin-top: 378px;
	padding: 5px;
	padding-left: 10px;
}



#footer_bottom {
	margin-top: 0px;
	margin-left: 26px;
	margin-right: 24px;
	background: url(images/footer_bottom.gif) no-repeat;
	width: 749px;
	height: 95px;
}

#footer_left {
	margin-top: -400px;
	margin-left: 623px;
	margin-right: 24px;
	background: url(images/footer_right.gif) no-repeat;
	width: 152px;
	height: 305px;
}

#footer_links {
	margin-left: 32px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 5px;
	width: 575px;
	height: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

#footer_copy {
	margin-left: 32px;
	margin-top: 0px;
	margin-bottom: 100px;
	padding: 5px;
	width: 575px;
	height: 20px;
	text-align: center;
	font-size: 75%;
}


/* text formatting */
a:link { color: #5d82ab; text-decoration: underline; padding: 3px; }
a:visited { color: #404040; text-decoration: underline; padding: 3px; }
a:hover	{ color: #4777ab; text-decoration: underline; border: 1px solid #cecece; padding: 2px; background-color:#ececec; }
a:active { color: #000000; text-decoration: underline; border: 1px solid #cecece; padding: 2px; background-color:#ececec; }

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) 0px 5px no-repeat;
}

h1 {
	font-size: 150%;
	margin-top: 20px;
}

h2 {
	font-size: 125%;
	margin-top: 20px;
	background: url(images/line_long.gif) 0px 17px no-repeat;
}
h2 a:link { color: #5d82ab; text-decoration: none; padding: 3px; }
h2 a:visited { color: #404040; text-decoration: none; padding: 3px; }
h2 a:hover	{ color: #4777ab; text-decoration: none; border: 1px solid #cecece; padding: 2px; background-color: clear; }
h2 a:active { color: #000000; text-decoration: none; border: 1px solid #cecece; padding: 2px; background-color: clear; }

h3 {
	font-size: 125%;
	margin-top: 20px;
}

h4 {
	font-size: 100%;
	margin-top: -10px;
	letter-spacing: 3px;
	padding-left: 15px;
	background: url(images/bullet.gif) 0px 5px no-repeat;

}

h5 {
	font-size: 100%;
	margin-top: 15px;
	background: url(images/line_short.gif) 0px 15px no-repeat;

}

h6 {
	font-size: 100%;
	margin-top: 15px;
	font-style: italic;
}
