/*
Theme Name: Northeast Engineers
Theme URI: http://www.cmurrayconsulting.com
Description: 
Version: 1.0
Author: C Murray Consulting
Author URI: http://www.cmurrayconsulting.com
Tags: 
*/

/*
Some automatically generated Wordpress tags...
entry, postmetadata, postmetadata alt, small, pagetitle, commentform,
commentlist, commentmetadata, post, alignleft, alignright, respond
*/

/* "navigation" div appears in archive.php, comments.php (2),
image.php, index.php, search.php (2), and single.php...
should be deleted if unused!
*/

/******************* GLOBAL DECLARATIONS & RESETS ********************/

* {margin: 0px; padding: 0px;}
.clear {clear: both;}
img {border: none;}
a {text-decoration: none}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
@font-face {
    font-family: "Tw Cen MT";
    src: url("styles/TCM____.TTF") format("truetype");
}
@font-face {
    font-family: "Tw Cen MT Bold";
    src: url("styles/TCB____.TTF") format("truetype");
}

/******************* MAIN BODY DECLARATIONS ********************/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

#container {
	margin: 0px auto;
	padding: 10px 29px 0px 29px;
	width: 942px;
}

#header {
	height: 82px;
}

#header h1#logo {
	float: left;
	width: 600px;
}

form.siteSearch {
	float: right;
	padding: 32px 0px 0px 0px;
}

form.siteSearch p {
	color: #00587d;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 2px;
}

form.siteSearch input {
	border: 1px solid #e8e8e4;
	height: 18px;
	width: 160px;
	background: #fff url(images/searchbg.gif) repeat-x;
}

/******************* TOP LEVEL NAV DECLARATIONS ********************/

ul#nav  {
	background: #000 url(images/home_navbgblue.gif) repeat-x top left;
	clear: both;
	height: 25px;
	list-style-type: none;
}

ul#nav li {
	border-right: 1px solid #1b89b2;
	background: ;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-transform: uppercase;
	width: 156px;
	z-index: 100;
}

ul#nav > li:hover, ul#nav > li.current_page_item, ul#nav > li.current_page_ancestor  {
	background-color: #055c80;
}

ul#nav li a {
	color: #ecf5f8;
	display: block;
	font-size: 1.25em;
	text-align: center;
	width: 100%;
	font-family: "Tw Cen MT", Tahoma, Geneva, sans-serif;
}

/******************* SECOND LEVEL NAV DECLARATIONS ********************/

ul#nav ul {
	display: none;
	background-color: #f2f3f4;
	border: 1px solid #c4c7ca;
	border-top: none;
	padding: 12px 0px;
	width: 100%;
}

ul#nav li:hover ul {
	display: block;
	position: absolute;
}

ul#nav ul li {
	background: none !important;
	border-right: none;
	display: block;
	float: none;
	height: auto;
	line-height: 1.4em;
	position: relative;
	text-align: left;
	margin: 8px 0px;
	padding: 0px 12px;
	width: auto;
}

ul#nav ul li a {
	color: #0b2951;
	display: block;
	font-size: 1.1em;
	text-transform: none;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif
}

ul#nav li ul li a:hover {
	text-decoration: underline;
}

/*** featured ***/

div#featured a, div#leftContent a {
	color: #184E82;
}

div#featured a:hover, div#leftContent a:hover {
	color: #00587d;
	text-decoration: underline;
}

/******************* FOOTER DECLARATIONS ********************/

#footer {
	border: 1px solid #e5eaec;
	border-right: none;
	border-left: none;
	padding: 16px 0px;
}

#footer div {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 20px;
	width: 294px;
}

#footer div.clear {
 	float: none;
	width: auto;
}

#footer h3 {
	color: #00527a;
	font-size: 1.12em;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	background: transparent url(images/footerlistarrow.gif) no-repeat left 3px;
	padding-left: 12px;
	margin: 3px 0px;
}

#footer ul li a {
	color: #000;
	font-size: 1em;
}

#footer .destinations li {
	float: left;
	width: 130px;
	margin-right: 5px;
}

p.copyright {
	color: #6e92a4;
	clear: both;
	font-size: 1em;
	padding: 10px 0px 20px 0px;
	text-align: center;
}

p.copyright a {
	color: #6e92a4;
	text-decoration: underline;
}













