body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
/*	background-image: url(http://wolfetrahan.com/images/flutesBGgrey5.gif);
	background-position: center;
	background-repeat: repeat-y; */
  background-color:#393939;
	margin: 0px;
/*background-image: url(http://wolfetrahan.com/images/threewolfe.jpg); 
background-repeat: repeat; 
background-attachment: fixed;
background-position: center center;
*/
background-image: url(http://wolfetrahan.com/images/track4.jpg); 
background-repeat: no-repeat; 
background-attachment: fixed;
background-position: center center; 

}
/* resets the body text-align: center back to left. used so boxes can be floated right and left while content remains centered */
/* see http://bluerobot.com/web/css/center1.html for more info */
#body_container {
  text-align: left;
  width: 1000px;
  margin: 0px auto;
  clear: both;
  padding: 0px;
  background-color:transparent;
}
h1 {
	font-size: 140%;
	color: #666633;
}
h2 {
	font-size: 120%;
	color: #434428;
}
h3 {
	font-size: 110%;
	margin: 0px 0px .7em 0px;
	color: #663300;
	padding: 0px;
}
p {
	margin: 0px 0px .7em 0px;
}
.imgL {
	float: left;
	padding-right: 10px;
}

a {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #CC9900;
}
#navheader {
  width: 1000px;
  margin: 0px auto;
  background-color:#000000;
  text-align: left;
  clear: both;
  padding: 0px;
  position:fixed;
  top:0px;
  z-index:600;
}
#navenclosure #navheader {
  position: static;
  visibility: hidden;
}
/* If more tabs are added to the navbar, then the width of each tab must shrink (#menu ul width)*/
/* but then double check the padding of individual items to make sure shading doesn't spill over */
#menu {
width: 100%;
background: #393939;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 142px;
float: left;
}
#menu a, #menu h2 {
font-family: "Arial Narrow", sans-serif;
font-size: 100%;
display: block;
margin: 0;
background: #393939;
color: #0183B3;
text-decoration: none;
}
#menu h2 {
padding: 8px 6px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
#menu li.current {
font-family: "Arial Narrow", sans-serif;
font-size: 100%;
display: block;
margin: 0;
background: #0183B3;
color: #FFFFFF;
padding: 4px 3px 4px 6px;
width: 133px;
font-weight: bold;
}
#menu ul li ul li a {
padding: 4px 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}
#menu a {
font-weight: normal;
/*text-decoration: none;
/* Borders on tabs
border-color: #ccc #888 #555 #bbb;
*/
}
#menu h2.current, #menu h2.current a {
color: #FFFFFF;
}
#menu a:hover, #menu h2:hover {
color: #FFFFFF;
background: #999999;
}
#menu li {
position: relative;
z-index: 500;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#footer {
	background-color: #000000; 
/*	color: #999999;*/  
  color: #0183B3; /*#0183B3 was used temporarily to highlight the address in blue, when we moved it was #FFFFFF */
	text-align: center;
  margin: 0px auto; /* for rounded corners change to margin: 5px 0px 0px 0px; */
	padding: 7px 0px;
	clear: both;
  width: 1000px;
}
#footer a, #footer a:hover, #footer a:visited {
 color: #0183B3; 
 text-decoration: none;
}
.column {
	width: 420px;
}

#navsidebar {
  position: fixed;
  width: 196px;
	padding: 25px;
	margin: 24px;
	background: url(http://wolfetrahan.com/images/75.png);
  z-index: 2;
}

#navsidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#navsidebar a {
font-family: "Arial Narrow", sans-serif;
font-size: 100%;
display: block;
margin: 2px 0px;
background: #C9C9C9;
color: #000000;
text-decoration: none;
padding: 2px 6px 2px 10px;
width: 180px;
/*border: 1px solid #666666;*/
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

#navsidebar li.current {
font-family: "Arial Narrow", sans-serif;
font-size: 100%;
display: block;
margin: 2px 0px;
background: #0183B3;
color: #FFFFFF;
padding: 2px 6px 2px 10px;
width: 180px;
font-weight: bold;
border-width: 1px;
border-style: solid;
border-color: #555 #bbb #ccc #888;
}

#navsidebar ul ul a, #navsidebar ul ul li.current {
margin: 0px 0px 0px 3px;
}
#navsidebar a:hover {
color: #FFFFFF;
background: #999999;

border-width: 1px;
border-style: solid;
border-color: #555 #bbb #ccc #888;
}
#navsidebar li {
position: relative;
z-index: 200;
}

#navsidebar ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 200;
}

#navsidebar ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#navsidebar ul ul {
display: none;
}

div#navsidebar ul li:hover ul
{display: block;}

div#navsidebar ul ul,
div#navsidebar ul li:hover ul ul,
div#navsidebar ul ul li:hover ul ul
{display: none;}

div#navsidebar ul li:hover ul,
div#navsidebar ul ul li:hover ul,
div#navsidebar ul ul ul li:hover ul
{display: block;}


#explodesidebar {
/*  position: fixed;*/
  width: 196px;
	padding: 25px;
	margin: 24px;
	background: url(http://wolfetrahan.com/images/75.png);
  z-index: 2;
}

#explodesidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#explodesidebar a {
font-size: 110%;
margin: 10px 0px 10px 0px;
color: #663300;
padding: 0px;
display: block;
font-weight: bold;
}

#explodesidebar li.current {
font-size: 110%;
margin: 10px 0px 10px 0px;
color: #663300;
padding: 0px;
display: block;
font-weight: bold;
}
#explodesidebar ul li.current ul li.current,
#explodesidebar ul li.current ul a {
font-size: 90.9%;
}
#explodesidebar ul ul li.current {
font-size: 100%;
margin: 10px 0px 10px 10px;
display: block;
color:#000000; 
text-decoration: none; 
font-weight: bold;
}

#explodesidebar ul ul a {
font-size: 100%;
margin: 10px 0px 10px 10px;
display: block;
color: #000066;
font-weight: normal;
}
#explodesidebar a:hover {
text-decoration: none;
}
#explodesidebar ul ul a:hover {
text-decoration: underline;
}




#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #333333;
color: #FFFFFF;
}
#main {
	background-image: url(http://wolfetrahan.com/images/shadeTop.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	margin: 0px 0px 0px 0px; /*add left margin for rounded corners*/
	padding: 15px;
}
/* see page http://www.positioniseverything.net/articles/onetruelayout/equalheight */
/* for info on equal height columns*/
#columns {
  overflow:hidden;
}
#leftcolumn {
  background-image: url(http://wolfetrahan.com/images/tile5.gif);
	background-repeat: repeat;
	background-color: transparent;
	margin: 0px 0px -32767px 0px; 
	padding: 0px 0px 32767px 0px;
	width: 294px;
  float: left;
  overflow: hidden;
}
#rightcolumn {
	background-image: url(http://wolfetrahan.com/images/90.png);
	background-repeat: repeat;
	background-color: transparent;
	margin: 0px 0px -32767px 0px; 
	padding: 15px 30px 32767px 30px;
	width: 646px;
  float: right;
  overflow: hidden;
}
.box {
	margin: 24px;
	background: url(http://wolfetrahan.com/images/75.png);
	padding: 15px;
  width: 216px;
/*  position: fixed; NOT SURE THIS IS NEEDED? */
  z-index: 2;
}
.box2 {
	margin: 10px;
	padding: 15px;
	background: #FFFFFF;
}

.items ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.items li {
	margin: 0px 0px .8em 0px;
	padding-bottom: .6em;
	border-bottom: 2px dotted #FFFFFF;
}
.redwarning {
	font-weight: bold;
  color: #FF0000;
	font-size: 100%;
}

/* floats the rss icon on the right hand side of the window */
.rss_float {
  float: right;
  margin: 5px;
  position: fixed;
  top: 0;
  right: 0;
/*  z-index: 2; */
}
.librarylink a:link, a:visited 
{
	color: #000066;
}
.coverage {
  width: 555px;
  margin: 0px auto 10px auto;
  padding: 3px;
  background-color:#0183B3;
  color:#FFFFFF;
  overflow: auto;
}
.coverage ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.coverage li {
 float:left;
 display:block;
 padding:2px 10px;
}
.coverage li.namehead {
 font-weight:bold;
}
.coverage li.tickerhead {
 font-weight:bold;
 text-align: center;
}
.coverage li.epshead {
 font-weight:bold;
 text-align: center;
}
.coverage li.name0 {
 background-color:#E5E5E5;
 color:#000000;
}
.coverage li.ticker0 {
 background-color:#E5E5E5;
 color:#000000;
 text-align: center;
}
.coverage li.eps0 {
 background-color:#E5E5E5;
 color:#000000;
 text-align: center;
}
.coverage li.name1 {
 background-color:#F4F4F4;
 color:#000000;
}
.coverage li.ticker1 {
 background-color:#F4F4F4;
 color:#000000;
 text-align: center;
}
.coverage li.eps1 {
 background-color:#F4F4F4;
 color:#000000;
 text-align: center;
}
.footnote {
 font-size: 75%;
 margin: -10px 0px 10px 30px
}
.highlight1 {color: #666633;}
.highlight2 {color: #434428;}
.highlight3 {color: #663300;}
#splitcolumn {
	background-color: #E5E5E5;
	width: 305px;
  display: inline;
  float: left;
}
#note_announcements
{
display: block;
width: 100%;
background-color:#000000;
color: #FFFFFF;
text-decoration: none;
line-height:200%;
position:relative;
z-index: 501;
text-align: center;
}
#note_announcements a
{
color: #FFFFFF;
text-decoration: none;
}
#note_announcements #navsidebar a
{
color: #000000;
}
.speakers {
  width: 646px;
  margin: 10px auto 10px auto;
  background-color:#0183B3;
  color:#FFFFFF;
  padding: 3px;
  border-collapse: collapse;
}
.speakers td.namehead {
 font-weight:bold;
 padding: 2px 0px 2px 5px;
}
.speakers td.titlehead {
 font-weight:bold;
 padding: 2px 0px 2px 5px;
}
.speakers td.firmhead {
 font-weight:bold;
 padding: 2px 0px 2px 5px;
}
.speakers td.name0 {
 font-weight:bold;
 background-color:#E5E5E5;
 color:#000000;
}
.speakers td.title0 {
 background-color:#E5E5E5;
 color:#000000;
}
.speakers td.firm0 {
 background-color:#E5E5E5;
 color:#000000;
}
.speakers td.name1 {
 font-weight:bold;
 background-color:#F4F4F4;
 color:#000000;
}
.speakers td.title1 {
 background-color:#F4F4F4;
 color:#000000;
}
.speakers td.firm1 {
 background-color:#F4F4F4;
 color:#000000;
}
/*vertical text only works in IE*/
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
#enclosure{
position:relative;
width: 1000px;
margin: 0px auto;
text-align: left;
z-index: 300;
}
/*round the corners */
.box, #navsidebar, #explodesidebar, .blog-box {
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px; 
border-radius: 10px;
}
#navsidebar li, #navsidebar a, #navsidebar li.current,
#menu li, #menu a, #menu li.current,
.blog-box li, .blog-box a, .blog-box li.current {
-webkit-border-radius: 5px;
-khtml-border-radius: 5 px;
-moz-border-radius: 5px; 
border-radius: 5px;
}
#navheader {
-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-khtml-border-radius-topleft: 25px;
-khtml-border-radius-topright: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.speakers, .coverage {
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
-moz-border-radius: 7px; 
border-radius: 7px;
}
#footer {
-webkit-border-bottom-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-khtml-border-radius-bottomleft: 25px;
-khtml-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
-moz-border-radius-bottomright: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

