/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

background-color: #f2d9ae;

*/



@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float: left;
	
}
#editorcontainer {
background-color: #f2d9ae;
background-image: none;
}


.alignleft {
	float: right;
}
.center {
	display:block;
	margin:0 auto;
}

body {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #423b05;
	margin: auto 0;
	background: #290100 url(images/dingmans_back.jpg) repeat-x; 
	padding: 0;
	}
img {border: none;	}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wrapper	{ position: relative; width: 906px; margin: auto; padding: 0; z-index: 1; }
.logoWrapper	{ position: relative; width: 960px; margin: auto; padding: 0; z-index: 1; }

.header {
width: 906px; 
margin: auto;
background: url(images/head-main.png) no-repeat; 
height: 69px;
margin-top: 45px;
}
#topBack {
width: 906px; 
margin: auto;
background: url(images/top-main.png) no-repeat; 
}

.header   a{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#290100; text-decoration:none;}
.header   a:hover{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#70a0ad; text-decoration: underline;}	
	
#mainBack {
width: 906px; 
margin: auto;
background: url(images/main-back.png) repeat-y; 
}

/* top Navigation */

#topNav {padding: 18px 0 30px 305px;}
#topNav ul { padding: 0 0 0 0; margin: 0;}
#topNav li {list-style: none; display: inline; padding: 17px 10px 10px 10px; background: url(images/navDivider.gif) top left no-repeat; background-position: -5px 0px;   }

#NavH li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
	width: 169px; 
	text-align:center; 
	color:#FFFFFF; 
	text-decoration: none; 	
}
		
#NavH li a:hover{ color:#d7cc74;  }
#NavH li a:visited  {outline: none; -moz-outline-style: none;}	
/* end  top Navigation */


   .logo {
  position: absolute;
 display: block;
  width: 325px;
  height: 154px;
  margin: auto; 
   background: url(images/dingmans-logo.png) no-repeat;
   text-indent: -9999px;
   z-index: 1000;
    }
	
	
	#homeRight {
	margin-left: 480px;
	padding: 20px 30px 0 0;
	}
	
	#homeLeft {
	width: 450px;
	padding: 20px 0 0 25px;
	float: left;
	}
		

	#leftContent {
	width: 150px;
	padding: 20px 0 0 25px;
	float: left;
	}
	
	#sidebar {
	width: 150px;
	padding: 45px 0 0 25px;
	float: left;
	}
	
#sidebar  a:visited { color: #463f09; text-decoration:none;}	
#sidebar  a:link { color: #463f09; text-decoration:none;}
#sidebar  a:hover {color: #463f09; text-decoration:underline;}
	
	
	#rightContent {
	margin-left: 180px;
	padding: 20px 30px 0 0;
	}
			
	
	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #b65804;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	
	}
	.hLine {
	  background: url(images/hrLine.gif) repeat-x;
	  border: 0;
	  padding: 2px 0;
	}
	
	
	
/* left navigation */

#lNav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
overflow: hidden;
padding: 25px 0 0 0;

}
#lNav ul {
list-style: none;
	margin-left: 0;
	}

#lNav li
{
list-style: none;
margin: 0;
text-align: left;
padding: 4px 0;

}

#lNav li a {text-decoration: none; color: #463f09;}
#lNav li a:link { color: #463f09;}
#lNav li a:hover {color: #463f09;}

/* end left navigation */

	
	
	
	#footer {
	background: url(images/footer.gif) no-repeat;
	color:#FFFFFF;
	width: 906px; 
	margin: auto;
	padding: 110px 0;
	}