/*

Theme Name: Newman V4-3 Blue

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: A 3 column theme.  Adapted from a theme developed by DemusDesign.

Version: 1.0

Author: Ed Stafford | Pixel8r @ PixelEngineers

Author URI: http://www.pixelengineers.com/

*/



body {
margin: 0 0 0 0;
background-color: #EDEDED;
}

a {
text-decoration: none;
color: #990000;
}

a img{
border:none;
}

a:hover {
text-decoration: underline;
color: #990000;
}

#page-wrap{
border:1px solid black;
max-width:900px;
min-width:800px;
margin: 0 auto;
}

#preload {
width: 0;
height: 0;
display: inline;
background-image: url('images/menubg.jpg');
}



#header {
width: 100%; height: 150px;
margin: 0 0 0 0;
background-color: #3b3b3b;
background-image:  url('images/HeadBG.jpg');
vertical-align: bottom;
z-index: 1;

}

.headlogo_L {
width: 100%; height: 150px;
background-image:  url('images/Headlogo.jpg');
background-repeat: no-repeat;
background-position: left;
clear:both;
z-index: 2;
position:relative;
}

.headlogo_R {
width: 100%; height: 150px;
background-image:  url('images/Headlogofade.jpg');
background-repeat: no-repeat;
background-position: right;
clear:both;
position:relative;
z-index: 3;

}

#header h1 {
display: block;
position: absolute;
margin: 30px 0 0 150px; padding: 0;
background-color: transparent;
color: #fff;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 35px;
font-weight: 400;
z-index: 4;
}
#header h2 {
display: block;
position: absolute;
margin: 65px 0 0 160px; padding: 0;
background-color: transparent;
color: #fff;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 18px;
font-weight: 200;
z-index: 4;
}


#header h1 a,#header h1 a:hover, #header h2 a,#header h2 a:hover {
color:#fff;
text-decoration:none;
}

span {
color: #06f;
}

#header big {
float: right;
margin: 50px 0 0 0; padding: 0;
color: #444;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
font-size: 100px;
letter-spacing: -11px;
}



#menu {
display: none;
position: relative; 
/* top: 150px; */
width: 100%;
height: 35px;
margin: 0 0 0 0;
background-color: #000;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
z-index: 3;
text-align: left;
}





#menu ul {
margin-top: 8px;
}



#menu ul li {
display: inline;
}



#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 11px 10px 7px 10px;
font-size: 0.8em;
font-family: 'century gothic', verdana, sans-serif;
color: #666;
font-weight: bold;
text-decoration: none;
border-left: solid 1px #000;
border-right: solid 1px #000;
}



#menu ul li a:hover {
background: #06f url('images/menumaroon.jpg') repeat-x top;
color: #fff;
text-decoration: none;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
}

#main {
position: relative; 
width: 100%;
/* background: url('images/main.jpg') repeat-x top; */
background: white url(images/main.jpg) repeat-x scroll center top;
}

#container {
width: 90%;
margin: 0 auto;
padding-top: 50px;
font-family: arial;
font-size: 0.9em;
}

#subnav {
clear: left;
float: left;
width: 140px;
padding: 0;
font-size: 0.6em;
font-family: verdana, arial, sans-serif;
}

#subnav h2 {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #cccccc;
display: block;
background: #3b3b3b;
border-right: 10px solid #fff;
padding: 5px;
margin-bottom: 1px;
font-size: 1.3em;
}

#subnav ul {	
list-style: none;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

/*
Below: changed font-size from 0.9em to 1.0em to match other menus.
*/

#subnav ul li {
font-size: 1.0em;
padding: 0;
margin-bottom: 1px;
}


#subnav ul.children a {
padding-left: 25px;
}


#subnav ul li a {
min-height: 14px;
border-right: 10px solid #fff;
background: #bbb;
color: #666;
font-weight: bold;
text-decoration: none;
display: block;
padding: 5px 5px 5px 10px;
}

#subnav ul li a:hover {
color: #990000;
background-color: #e0e0e0;
border-right: 10px solid #fff;
}

#content {
margin: 0 160px 10px 165px;
border-right: 1px solid #ccc; padding: 0 20px 0 0;
line-height: 1.6em;
color: #666;
font-size: 0.9em;
}

#content p {
padding-bottom: 5px;
}

.content-post{
margin-bottom:25px; 
border-bottom:1px solid black;
display:inline-block;
}

h1 {
margin-top: 0px;
color: #06f;
letter-spacing: -1px;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

h1 a:hover{
text-decoration:none;
}

/* Removed "#extras h2" from this rule and will create it's own rule below. */
#content h2 {
margin-top: 20px;
margin-bottom: 10px;
color: #666;
letter-spacing: -1px;
font-size: 1.3em; font-weight: 400;
font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
}

/* Creating a dedicated rule for "#extras h2" */
#extras h2{
font-weight: bold;
height: 20px;
text-decoration: none;
color: #cccccc;
display: block;
background: #3b3b3b;
border-right: 10px solid #fff;
padding: 5px;
margin-bottom: 1px;
font-size: .9em;
}

.right {
float: right;
margin: 0 0 8px 12px;
padding: 4px;
background-color: #FFF;
border: 1px solid #CCC;
}

#footer {
padding: 5px;
margin-top: 50px;
margin-bottom: 3px;
color: #aaa;
font-size: 0.7em;
text-align: center;
border-top: 1px solid #ccc;
}

#extras {
clear: right;
float: right;
width: 140px;
margin-left: 10px;
margin-bottom: 20px;
padding: 0;
color: #666;
}

#extras p {
line-height: 1.5em;
margin: 0 0 1.5em 0;
font-size: 0.7em;
}



#extras ul {
line-height: 1.5em;
margin: 0 0 1.5em 0;
font-size: 0.7em;
list-style:none;
margin: 0 0 0px 0;
padding: 0;
}

#extras ul li {
padding: 3px 0px 3px 0px;
}

#box1 {
background: #fff url('images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%;  
float: left; 
margin: 0 2px; text-align: left;
padding: 1px; 
}

#box2 { 
background: #fff url('images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
margin: 0 auto;
width: 30%;  text-align: left; 
padding: 1px;
}

#box3 { 
background: #fff url('images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%; 
float: right; 
margin: 0 2px; text-align: left;
padding: 1px;
}

#box1 h2, #box2 h2, #box3 h2 {
margin-left: 4px;
}

.center {
text-align:center;
display:block;
margin-top: 15px;
}

.box {
margin: 0 4px 10px 4px;
line-height: 1.3em;
font-size: 0.8em;
border: 0;
}
/* start alt rows */
.row-primary{
background-color: #3b3b3b;
font-weight:bold;
padding:5px;
color:white;
}
.row-secondary{
padding:10px;
}

/* end alt rows */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #F7F7F7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.clear {clear:both;}

#staticcontent {
/*
padding: 10px 5px 10px 5px;
border: thin solid black;
background-color:#E5E5E5;
*/
position:relative;
margin-bottom: 20px;
}

#staticcontent .title{
position:relative;
text-align:left; 
font-size:2em; 
font-weight:bold; 
}

#wp-calendar a {
font-weight:bold;
color:white;
background-color:#990000;
}

.wp-caption {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	margin-right:5px;
	text-align:center;
	}
.wp-caption img {
	margin:0 5px;
}
p.wp-caption-text {
	text-align:center;
	padding:0 5px !important;
	padding:3px 5px 0;
}

/* Start Flickr links */

#Flickr_ImageList{
position:relative;
text-align:center; 
padding-bottom:5px; 
margin:3px 0px 3px; 
}

#Flickr_ImageList a:link, 
#Flickr_ImageList a:visited, 
#Flickr_ImageList a:active{
text-decoration:none;
color:white;
}
#Flickr_ImageList a:hover img{
top:-3px;
background-color:#202020;
}

#Flickr_ImageList img{
position:relative;
/*margin:1px; commented out for NextGen Compatibility */
padding:3px;
border:1px solid #989898;
background-color:white;
}

/* Start NextGen Gallery Plug-in Styles Overide */

.ngg-gallery-thumbnail {
margin-right: 0px !important;
}

.ngg-gallery-thumbnail img {
background-color:#FFFAF0 ;
border:1px solid #CDB38B ;
display:block;
margin:10px 0px 10px 33px !important;
padding:5px;
position:relative;
}

.slideshowlink{
display:none;
}

.ngg-galleryoverview {
clear: none !important;
}

/*

Navigation CSS

Author: Ed Stafford | Pixel8r @ PixelEngineers

Author URI: http://www.pixelengineers.com/

*/


.menu-topnav-container {
width: 100%;
background-color: #000;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
z-index:100;
font-family: arial, sans-serif; 
position:relative;

/* width:106px; */
height:35px;
position:relative; 
margin:0; 
font-size:18px; 
/* margin:50px 0; */
}

.menu ul li a:visited , .menu-topnav-container ul li a{
background-color: transparent;
background-repeat: repeat-x;
font-size: 0.8em;
color:#fff;
font-weight:bold;
text-decoration:none;
border-left: solid 1px #000;
border-right: solid 1px #000;
padding:11px 10px 0px 10px;
display:block;
text-align:center;
height: 24px;
width:75px;

/*

display:block; 
text-decoration:none; 
color:#000; 
width:104px;
height:20px; 
text-align:center; 
border:1px solid #fff;
border-width:1px 1px 0 0; 
background: #003399; 
color:#FFFFFF;
line-height:19px; 
font-size:11px;
*/
}

.menu-topnav-container ul{
display:inline;
list-style-type: none;

/*
padding:0; 
margin:0;
*/
}

.menu-topnav-container ul li{
float:left; 
margin-right:1px; 
position:relative;
}

.menu-topnav-container ul li ul{
display:none;
}


.menu-topnav-container ul li:hover a{
background:#000 url('images/menumaroon.jpg') repeat-x top;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
color:#fff; 
}
.menu-topnav-container ul li:hover ul{

list-style-type: none;
margin:0;
padding:0;
display:block; 
position:absolute;
top:-5;
width:150px;
}

.menu-topnav-container ul li:hover ul li a.hide{
background:#ccc; 
color:#000;
}
.menu-topnav-container ul li:hover ul li:hover a.hide{
width:150px;
}
.menu-topnav-container ul li:hover ul li ul{
display: none;
}

.menu-topnav-container ul li:hover ul li{
border-left: solid 1px #000;
border-right: solid 1px #000;
margin-left: 0;
	padding-left: 0px;
	list-style: none;
	display: block;
}

/* submenu styles */
.menu-topnav-container ul li:hover ul li a{

border:0px;
display:block; 
background:black;
color:#fff; 
width:125px;
text-align:left;
padding: 2px 5px 2px 5px;
font-size: 0.55em;
}

.menu-topnav-container ul li:hover ul li a:hover{

color:#000;
background:#999;
}

.menu-topnav-container ul li:hover ul li:hover ul{
display:block; 
position:absolute; 
left:151px;
top:0; 
color:#000;
}

.menu-topnav-container ul li:hover ul li:hover ul li a{
display:block; 
width:200px; 
background:#dfc184; 
color:#000;
}
.menu-topnav-container ul li:hover ul li:hover ul li a:hover{
background:#bd8d5e;
color:#fff;
}