/*
Theme Name: AlanLarsen WRDP
Theme URI: http://www.aemediainc.com/
Description: 
Version: 1.0
Author: Adam Epp
Author URI: http://www.aemediainc.com/
Tags: 

*/



/* Begin Typography & Colors */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    background-color: #000000;
	background-image: url(images/blue_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

body {
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.mainbody {
background-image:url(images/body_M_bg.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
}
.copyright a:link {
	font-size: x-small;
	color: #ffffff;
}
.copyright {
	font-size: x-small;
	color: #ffffff;
}
.kitguide {
	font-size: x-small;
}
a:link {
	color: #467C91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #467C91;
}
a:hover {
	text-decoration: underline;
	color:  #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
.header {
	font-size: x-large;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #E1DAD5;
	font-weight: bold;
}
H4 {font-size:+1;
 font-weight:bold;
 border-bottom:dotted 1px #888888;}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
    background: center url("images/container_bg.gif") repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background: url("images/header_bg.gif") repeat-x;
	height:235px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 0em 5em;
	 /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0;width:780px;
	}

div#footer {
	position:absolute;
	width:100%;
	height: 35px;
		background-image: url(images/footer_bg.gif);
	bottom:0; /* stick to bottom */
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width:780px;
	}
ul li {
	list-style-type: square;
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
