/* from reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

:focus {
	outline: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #fff url(links/hungry-bg.gif) repeat-x;
	padding: 0px;
	margin: 0px;
}

.giant	{
	font-size: 200%;
}

.caption {
	position: relative;
	font-weight: normal;
	font-size: 10px;
	color: #696969;
	text-align: right;
	margin-top: -4px;
	padding-right: 0px;
}

a, a:hover, a:visited, a:active {
	color: #8d0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 947px;
	margin: 0 auto;
}

/* header rules */

#header {
	position: relative;
	background: #bec2d3 url('links/hungry_ear_header.gif');
	width: 947px;
	height: 172px;
	margin: 0 auto;
	z-index: 3;
}

h1 {
	font-size: 175%;
	font-weight: bold;
	padding: 10px 0 10px 0;
	color: #8d0000;
	}

/* nav rules */
ul#nav {
	position: relative;
	width: 880px;
	height: 30px;
	background: #1c1b1b;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	z-index: 3;
}

#nav li {
	width: 110px;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 13px;
}

#nav a {
	color: #6da617;
}

.current {
	color: #006c19;
}

/* content rules */
#contentContainer {
	width: 900px;
    margin: 0 auto;
    padding: 15px 15px 0px 0px;
}

#content {
	padding: 30px 30px 5px 30px;
	position: relative;
	min-height: 500px;
	z-index: 4;
}

#content li {
	padding-left: 2em;
	list-style: none;
	padding-top: .5em;
	padding-bottom: .5em;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.big {
	font-weight: normal;
	font-size: 18px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.indent {
	padding-left: 20px; }

blockquote {
	padding-top: .5em;
	padding-bottom: .5em;
}

.floatleft { float: left; margin: 0px 15px 10px 0px; }

.floatright { float: right; margin: 0px 0px 10px 15px; }

.bqstart {
    float: left;
     font-family: Times New Roman; Times; serif;
     height: 45px;
     margin-top: -20px;
     padding-top: 31px;
     padding-right: 5px;
     margin-bottom: -50px;
     font-size: 500%;
     color: #cccbd8;
 }

 .bqend {
     float: right;
     font-family: Times New Roman; Times; serif;
     height: 25px;
     margin-top: 0px;
     padding-top: 20px;
     font-size: 500%;
     color: #cccbd8;
 }

p {
	margin: 0 0 20px 0;
	text-align: justify;
}

/* two-column layout */
#first-column { /* this column's content must be the longest */
	float: left;
	position: static;
	width: 405px;
}

#second-column {
	width: 405px;
	position: static;
	float: right;
	top: 30px;
	right: 30px;
}

/* three-column layout */

#three-column-left { /* this column's content must be the longest */
	width: 160px;
	float: left;
	position: static;
	padding-right: 15px;
	font-size: 13px;
	color: #767676;
}

#three-column-midleft { /* this column's content must be the longest */
	width: 710px;
	float: left;
	position: static;
}

#three-column-mid {
	width: 260px;
	position: absolute;
	top: 30px;
	left: 320px;
}

#three-column-right {
	width: 260px;
	float: right;
	position: static;
	top: 30px;
	right: 30px;
}

#three-column-midright {
	width: 710px;
	position: static;
	float: right;
}

/* footer rules */
#footer {
	padding: 0px 0 0 0;
	text-align: right;
	background: #e4e3f3;
	height: 25px;
	width: 900px;
	margin: 0 auto;
	color: #333333;
	font-size: 11px;
}

#footer a {
	color: #6da617;
}

#footer ul {
	display: inline;
	padding: 0 5px;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #6da617;
}

#bottom {
	background: url('images/shadow_bottom.png') no-repeat top;
	padding-bottom: 23px;
	margin: 0 auto 9px auto;
	width: 944px;
	text-align: center;
}

#nav, #footer {
  letter-spacing: 1px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }

#tree {
	background: url('images/background_tree.png') no-repeat left bottom;
	position: fixed;
	z-index: 2;
	bottom: 25px;
	left: 25px;
	width: 513px;
	height: 556px;
}

/* slips */
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#mediaModalShade { z-index: 40; }
#mediaSlipContainer { z-index: 41; }
.slipTable { margin-left: auto; margin-right: auto; position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 30px; height: 30px;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -5px;
}
.slipClose {
	background: url(images/slip/close.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(images/slip/close_on.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
}
.slipContainer .topScale {
	display: none;
	position: absolute;
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft {
	background: url(images/slip/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .topRight {
	background: url(images/slip/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomLeft {
	background: url(images/slip/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomRight {
	background: url(images/slip/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .top{
	background: url(images/slip/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .bottom{
	background: url(images/slip/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .left {
	background: url(images/slip/l.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 21px;
}
.slipContainer .middle {
	background: white;
}
.slipContainer .right {
	background: url(images/slip/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 21px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/
