/*  
Theme Name: Shumie
Theme URI: http://www.shumanwerks.com
Description: This is my theme.
Version: 1.0
Author: Eric Shuman
Author URI: http://www.shumanwerks.com/

*/
body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color:#eee;
	color: #040707;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, ul, li{
margin: 0;
padding: 0;
}

body{
	/*background-image:url('/images/web_background.png'); 
	background-repeat:repeat;     */
}
	
img{
	border: 0px
}
	
h1{
font-family: Arial, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color:#fc6803;
}

a:hover{
	text-decoration: underline;
}

#main{
position:absolute;
left:0px;
  width: 900px;
	min-width: 900px;
	overflow: hidden;
  border-right: 1px solid #9b9ea3;
  background-color:#f5f5f5;
}

#header{
	width: 100%;
	border-bottom: 1px solid #9b9ea3;
	min-width:750px;
	text-align: left;
	padding: 10px 0px 10px 15px;
	margin-bottom: 10px;
	background-color:#f5f5f5;
}
#header ul{
	padding-top: 10px;
	list-style-type: none;
}
#header li{
	display: inline;
}
#header a{
	padding: 0 10px;
	text-decoration: none;
}
#header a:hover{
	background: #eeeee;
	text-decoration: none;
}

#footer{
	width: 100%;
	background-color:#8C8C8C;
	color:#eee;
	text-align: center;
	border-top:0px solid #555;
}

#leftside{
  float:left;
  background-color:#dddddd;
  padding-bottom: 32767px;
  margin-right:20px;
  margin-bottom: -32767px;
}

#wrapper{
  float:left;
	margin-top:20px;
	width: 750px;
	min-height:600px;
	text-align: left;
	border: 0px solid white;
  padding-bottom: 32767px;
	margin-bottom: -32767px;
}


/* Old Stuff */
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.textLink {
	color: #0066CC;
	text-decoration: underline;
}

/* test */
html, body {
	margin:0; padding:0;
	height:100%;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-72px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	border-top: 1px solid #FC6803;
	border-bottom: 1px solid #FC6803;
	background-color: #F5F5F5;
	height:144px;
	margin:0 auto;
	z-index:100;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0; left:0;
	color: #9B9EA3
}
 
