/*
Theme Name: CWNJ
Theme URI: http://conservewildlifenj.org/
Description: CWNJ theme
Version: .017725
Author: Roger Los
Author URI: 
Tags: 
*/

/* General Site Layout */
body, html {
	margin: 0;
	padding: 0;
	height: 100.02%;
	background: #fff;
	}
#container {
	position: relative;
	width: 980px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	top: 0;
	background: fff;
	z-index: 10;
	}

#content {
	position: relative;
	width: 966px;
	height: auto;
	padding-bottom: 110px;
	z-index: 20;
	margin: 0 7px;
	}
#maintext {
	position: relative;
	width: 705px;
	float: left;
	margin: 0 0 0 0;
	}
#rightwidget {
	float: left;
	position: relative;
	width: 230px;
	margin: 0 0 0 15px;
	}

/* header */	

#upper {
	position: relative;
	top: 0;
	height: 200px;
	width: 966px;
	z-index: 1100;
	margin: 0 7px 0 7px;
	background: #fff;
	}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 297px;
	height: 147px;
	z-index: 100;
	}
#logo img {
	border: 0;
	}
#tagline {
	position: absolute;
	top: 90px;
	left: 330px;
	width: 550px;
	height: 42px;
	border-left: 1px solid #bbb;
	padding: 0 0 0 30px;
	}
#taglinegraphic {
	position: absolute;
	top: 90px;
	left: 320px;
	width: 487px;
	height: 37px;
	
	}
#taglinegraphic img {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border-left: 1px solid #bbb;
	}
#tagline p {
	font: 16px/19px "times new roman",times,georgia,serif;
	margin: 0;
	padding: 2px 0 0 0;
	}
	
/* nav */

#mainnav {
	position: absolute;
	height: 30px;
	top: 147px;
	left: 0px;
	width: 966px;
	background: #1b3664;
	z-index: 1000;
	}
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 150;
	}
#mainnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display:inline;
	position: relative;
	list-style: none;
	background: transparent;
	z-index: 149;
	}
#mainnav ul#navmenu a {
  padding: 6px 15px 4px 15px;
  float: none !important; 
  float: left; 
  display: block;
  color: #fff;
  font: 18px/18px "trebuchet ms",trebuchet,sans-serif;
  text-decoration: none; 
  /*height: auto !important;
  height: 1%;*/ 
  height: 24px;
  margin: 0;
  border-right: 1px solid #fff;
  text-transform: uppercase;
}
#mainnav ul#navmenu li.navselect a {
	background: url(http://www.conservewildlifenj.org/g/navgrad.jpg) top left repeat-x;
}
#mainnav ul#navmenu a:hover,
#mainnav ul#navmenu li:hover a,
#mainnav ul#navmenu li.iehover a {
  color: #df791a;
  text-decoration: none;
}
	
/* footer */

#lower {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 966px;
	background: #1b3664;
	z-index: 100;
	overflow: hidden;
	margin: 0 7px;
	padding: 0;
	}
#copyright {
	position: absolute;
	top: 60px;
	left: 0;
	width: 966px;
	height: 20px;
	}
#copyright p {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 10px/11px "trebuchet ms",trebuchet,sans-serif;
	text-align: center;
	}
#lowernav {
	position: absolute;
	top: 30px;
	height: 25px;
	left: 0;
	width: 966px;
	}
#lowernav p {
	margin: 0;
	padding: 0;
	color: #5e5e5a;
	font: 12px/15px "trebuchet ms",trebuchet,arial,sans-serif;
	text-align: center;
	}
#lowernav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
#footnav a:hover {
	text-decoration: underline;
	}

/* content */


/* content */

p {
	font: 16px/19px "times new roman",times,georgia,serif;
	margin: 7px 0;
	color: #1b3664;
	}
a {
	text-decoration: none;
	color: #df7a1c;
	}
a:hover {
	text-decoration: underline;
	}
p.summary {
	font: 20px/24px "times new roman",times,georgia,serif;
	color: #1b3664;
	}
.wide p.summary {
	border-bottom: transparent;
	}
h1,h2,h3,h4,h5,h6 {
	color: #b5121b !important;
	font: 28px/28px "trebuchet ms",trebuchet,sans-serif;
	margin: 9px 0;
	padding: 0;
	}
h2 {
	font: 20px/20px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h3 {
	font: bold 18px/18px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h4 {
	font: bold 16px/16px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h5  {
	font: bold 14px/14px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h6  {
	font: bold 12px/12px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
ul {
	color: #666;
	list-style-type: none;
	margin: 5px 0 9px 0;
	padding: 0 0 0 15px;
	}
li {
	margin: 3px 0 3px 0;
	padding: 3px 0 0 18px;
	background: url(/g/orange_arrow.gif) 0px 5px no-repeat;
	font: 16px/16px times,georgia,serif;
	color: #666;
	}
ol {
	margin: 5px 0 9px 0;
	padding: 0 0 0 15px;
	}
ol li {
	background: transparent;
	margin: 3px 0 3px 18px;
	padding: 3px 0 0 0;
	}

ul ul, ul ol, ol ul, ol ol {
	margin: 5px 0 0 20px;
	padding: 0;
	}

.clear {
	position: relative;
	clear: both;
	height: 1px;
	}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0;
	height: 0;
	padding: 0;
	}

/* right column widgets */

.widget {
	background: url(/g/right_widget_bg.jpg) bottom left no-repeat;
	border: 1px solid #666;
	}
.widget {
	padding: 1px 8px 8px 8px;
	position: relative;
	}
.widget h1, .widget h2 {
	font: bold 16px/16px "trebuchet ms",trebuchet,arial,sans-serif !important;
	color: #fff !important;
	margin: -1px -8px 0 -8px !important;
	padding: 7px 8px !important;
	background: #d1d2d4 url(/g/right_widget_header.jpg) top left no-repeat !important;
	border-bottom: 1px solid #ccc;
	display: block;
	}
.widget p {
	font: 14px/18px "times new roman",times,serif !important;
	margin: 6px 0 0 0 !important;
	padding: 0;
	color: #052356;
	}
.widget img {
	margin: 0; 
	padding: 0; 
	display: block;
	border: 1px solid #999;
	}
.widget a {
	text-decoration: none;
	color: #df7a1c;
	}
.widget a:hover {
	text-decoration: underline;
	color: #df7a1c !important;
	}
.widget li a {
	color: #1b3664;
	}
.widget {
	margin: 5px 0 10px 0;
	position: relative;
	width: 214px;
	}
	
.widget ul {
	font: bold 11px/12px "trebuchet ms",trebuchet,arial,sans-serif !important;
	color: #666 !important;
	padding: 0 0 0 3px !important;
	list-style-type: none;
	margin-left: 0;
	}
.widget ul li {
	margin: 3px 0 0 0 !important;
	padding: 3px 0 3px 18px !important;
	background: url(/g/orange_arrow.gif) 0px 5px no-repeat !important;
	}


.aligncenter, .alignleft, .alignright {
	margin: 5px 0 5px 0;
	padding: 5px 0;
	display: block;
	}
.aligncenter img, , .alignleft img, .alignright img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
	border: 0px solid #ccc;
	}
.wp-caption, .wp-caption p {
	color: #666;
	font: 11px/13px arial,sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	z-index: 20;
	display: block;
	}
	
.wp-caption .credit {
	font: 11px/12px arial,sans-serif;
	padding-top: 4px;
	color: #999;
	}
.wp-caption .credit a {
	color: #999;
	}
	
.alignleft {
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 10px 0 0;
	}
.alignright {
	float: right;
	margin: 0 0 5px 0;
	padding: 5px 0 0 15px;
	}
.post {
	clear: both;
	padding-top: 10px;
	}

.postmetadata {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	}
#respond {
	margin-top: 20px;
	}