/*
Theme Name: Dale Huber Theme
Theme URI: http://simplyworksweb.com
Description: Version 1.0
Author: Jason Huber
Tags: two columns, widgets

Default WordPress Layout by Jason Huber
*/

/* GENERAL SETTING */
body { 
  background: url(images/blueprint_back.jpg);
  font-family:  Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 18px;
  z-index:-1;
  margin: 0px;
}
div, p, h1, h2, h3, h4, img, form{padding:0px; margin:0px;}
img {border: none}
p {padding: 8px 0px 8px 1px;}
h1 {font-size: 1.5em;
margin: 3px 0px 2px 0px;
}
h2 {font-size: 1.3em;
margin: 3px 0px 2px 0px;
}

a {color: #333333;}
a:active {color: #333333;}
a:visited {color: #333333;}
a:hover {color: #6b191b;}

/* WEB PAGE ON CENTER */
#webpage {
width: 1000px;
background: #fffff;
margin-left: auto;
margin-right: auto;
border: 2px #ffffff solid;
}

/* HEADER - LOGO BLOCK */

#header {
height: 119px;
}


/* HORIZONTIAL MENU BLOCK */
#hrzmenu {
  background:#276ba8;
  height: 26px;
}

#hrzmenu ul{ 
list-style: none; 
display: inline;
}


/* MAIN BODY BLOCK */
#mainbody { 
background:#ffffff;
}

#sidebar {
float: left;
width: 230px;
padding: 5px 15px 5px 12px;
}

#sidebar ul{
	list-style:none;
	margin: 0;
	padding: 5px 0;
}

#sidebar li a{
	font-weight: 600;
}

#sidebar a {color: #333333; text-decoration:none;}
#sidebar a:active {color: #333333;}
#sidebar a:visited {color: #333333;}
#sidebar a:hover {color: #6b191b; text-decoration:underline;}

#contentarea {
float: right;
width: 730px;
padding: 5px; 
font-size: 1.2em;
line-height: 1.25em; 
}

#contentarea h2{
color:#0C579F; 
}	

.alignlright {
	float: right;
}

.alignleft {
	float: left;
	padding: 2px 250px 2px 0;
}


	
/* FOOTER BLOCK */
#footer {
  clear: both;
  background:#266ca7;
  color:#ffffff;
  text-align:center;
}




/*  HOR NAVAGATION */
#nav {
	height: 30px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 5px 3px 0px 3px;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Arial, Verdana;
    text-shadow: 0 1px 0 #373434;
	}
	
#nav li a:hover, #nav li a:active, .current-page {
	color: #333;
	display: block;
	text-decoration: none;
	}
	
#nav  li.current_page_item a {
	color:#000;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* Custom Styles */
#text-3 {

}
