/* @override 
	http://whatsupwiththesquirrel.com/working/style.css
	http://whatsupwiththesquirrel.com.s34682.gridserver.com/style.css
	http://whatsupwiththesquirrel.com.s34682.gridserver.com/assets/templates/nutbush/site.css
	http://whatsupwiththesquirrel.com/assets/templates/nutbush/site.css
*/

/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

body {
	background: url(images/woodpanel-big.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	position: relative;
	width: 100%;
	height: 210px;
}
#branding {
	position: relative;
	display: block;
	text-indent: -99000px;
	width: 780px;
	height: 210px;
	margin: 0 auto;
	min-width: 800px;
}
#branding a#sign {
	display: block;
	width: 600px;
	height: 210px;
	position: relative;
	left: -100px;
	top: 0px;
	float: left;
	clear: none;
	outline: none;
}
#branding a#squirrel {
	display: block;
	width: 192px;
	height: 205px;
	float: left;
	position: absolute;
	right: 0;
	bottom: -57px;
	clear: none;
	outline: none;
}
#branding a#lightswitch {
	display: block;
	width: 33px;
	height: 112px;
	position: absolute;
	right: -40px;
	top: 303px;
	background: url(images/lightswitch.png);
	outline: none;
}
#navbar {
	display: block;
	width: 100%;
	height: 74px;
	background: transparent url(images/crossbeam.jpg) repeat-x left top;
	padding-top: 20px;
}
#mainnav {
	position: relative;
	width: 600px;
	margin-left: 50%;
	left: -390px;
	top: 20px;
}
#mainnav li {
	float: left;
}
#mainnav li a:link, #mainnav li a:visited {
	display: block;
	text-decoration: none;
	color: #794626;
	margin: 0 5px;
	padding: 8px 0 10px 0;
	width: 91px;
	height: 13px;
	text-align: center;
	background-image: url(images/buttonbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
}
#mainnav li a:hover {
	background-position: left bottom;
}
#weblogin {
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	padding: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

a#logmein {
	display: block;
	text-indent: -99999px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
#content {
	width: 740px;
	padding: 0 20px 50px 20px;
	background-image: url(images/transblack.png);
	background-repeat: repeat;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
}
#content h1 {
	display: block;
	width: 500px;
	position: relative;
	margin: 20px 0;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #73a9de;
	padding: 5px 0;
	border-bottom: 1px solid white;
}
.thumbscontainer {
	width: 500px;
}
ul.thumbs a {
	display: block;
	width: 140px;
	height: 140px;
	position: relative;
}

ul.thumbs li {

}
ul.thumbs a img {
}
#maincontent h3 {
	display: block;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #BB492A;
	margin: 20px 0;
}
#content h3 span {
	font-size: .6em;
	color: #aaa;
}
#content strong {
	font-weight: bold;
	color: #;
}
#content p, #content li {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
}
#content p {
	margin-bottom: 1em;
}
#maincontent ul {
	list-style-type: disc;
	list-style-position: outside;
	clear: both;
	margin-left: 15px;
	padding: 0;
	font-size: xx-large;
}
#maincontent li {
	margin-bottom: 5px;
	text-indent: 0;
}
#content a,#footer a {
	text-decoration: none;
	color: #73a9de;
	z-index: 1000;
	position: relative;
}
#content a:hover,#footer a:hover {
	border-bottom: 1px dotted #73a9de;
}

#maincontent ul li li {
	text-indent: 0;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
dl.menu {
	width: 450px;
	display: block;
}
dl.menu dt {

	font-size: .8em;
	line-height: 2em;
	position: relative;
	border-bottom: 1px dotted #333;
}
dl.menu dd {
	font-size: .7em;
	display: block;
	font-style: italic;
	margin: 5px 0 5px 10px;
	position: relative;
}
#content dl.menu dt strong {
	position: absolute;
	right: 0;
}

#content dl.menu dd strong {
	position: absolute;
	right: 0;
}

#content .menu dd li {
	font-size: 1.2em;
	display: block;
	position: relative;
	color: #e2bfb0;
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
}

#menumenu {
	display: block;
	margin-bottom: 50px;
	clear: both;
}
#menumenu li a {
	font-size: 1.6em;
	padding: 5px;
}
#menumenu li span {
	font-size: .6em;
	color: #ddd;
}
#menumenu li a:hover {
	background: #333;
	text-decoration: none;
	border: none;
}
table td, table th {
	padding: 5px;
}
table th {
	border-bottom: 1px solid white;
}
#searchform {
	float: right;
	margin-top: 36px;
	z-index: 1000;
	width: 208px;
	height: 25px;
}
#content, #footer, #mainnav li a, #nutpile, #lightswitch {
	behavior: url(iepngfix.htc);
}
#content ul.thumbs li a:hover {
	text-decoration: none;
	border: none;
}
#content ul.thumbs li p {
	text-align: center;
}
#maincontent {
	width: 480px;
	float: left;
}
#maincontent .headlineimg {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#maincontent .headlineimg h3 {
	float: right;
	width: 250px;
	text-align: left;
}
#maincontent .headlineimg img {
	float: left;
	width: 200px;
	height: 140px;
	margin-right: 10px;
}
#secondary {
	width: 200px;
	float: right;

}
#secondary h3 {
	display: block;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #BB492A;
	text-align: left;
	border-bottom: 1px dotted #BB492A;
	position: relative;
	padding: 5px;
	width: 100%;
}
#secondary ul {
	list-style: none;
	margin-left: 0;
}
#secondary li.active a {
	color: #fff;
}
#content #secondary li {
	padding-left: 0;
}
#secondary a {
	color: #aec4da;
}
#content #secondary a:hover {
	color: #55bdff;
	border: none;
}
#secondary ul a {
	display: block;
	width: 100%;
	height: 15px;
	padding: 5px;
}
#secondary ul a:hover {
	background: #111;
}
#footer {
	display: block;
	width: 760px;
	margin: 0 auto;
	height: 23px;
	background: url(images/transbottom.png) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	float: left;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}
#footer a#nutpile {
	display: block;
	text-align: left;
	text-indent: -99999px;
	width: 200px;
	height: 124px;
	background: url(images/nutpile.png);
	float: left;
	position: relative;
	top: -40px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

