/***************************************************
   AUTHOR: William McCormick
   TEMPLATE: Trek Outdoors
   DATE: 1.2.2010
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 0.69em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #000000 url(../images/bg_body.jpg) repeat-y top center;
}
p { 
  margin: 0 0;
  padding-top: 2px !important;
  padding-top: 3px;
  padding-bottom: 2px !important;
  padding-bottom: 3px;
}
img {
border: none;
}
a {
  color: #FFCC33;
}
a:visited {
  color: #AAA;
}
a:hover {
  color: #FFF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
input {
  width: 70%;
}
textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}
input,
textarea {
  padding: 1px 3px;
  margin: 5px 5px;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}
h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #FFCC33;
  background: #006600 url(../images/rounded_tr.gif) no-repeat top right;
}
h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}
h2 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #FFCC33;
  background: #006600 url(../images/rounded_br.gif) no-repeat bottom right;
}
h2 span2 {
  display: block;
  padding: 2px;
  background: url(../images/rounded_tr.gif) no-repeat top right;
}
#sideBar h1 {
  text-align: right;
  background: #006600 url(../images/rounded_tl.gif) no-repeat top left;
}
#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}
#sideBar h2 {
  text-align: left;
  background: #006600 url(../images/rounded_bl.gif) no-repeat bottom left;
}
#sideBar h2 span2 {
  display: block;
  padding: 2px;
  background: url(../images/rounded_tl.gif) no-repeat top left;
}
#content ol li { 
  color: #ffffff;
}
#content ol li span {
  color: #EEE;
}
#content ul {
  padding-bottom: 10px;
}
#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}
blockquote {  
  margin: 0;
  background: #006600 url(../images/rounded_tr.gif) no-repeat top right;
} 
blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}
blockquote2 {  
  margin: 0;
  background: #006600 url(../images/rounded_bl.gif) no-repeat bottom left;
} 
blockquote2 span2 {
  display: block;
  padding: 5px;
  background: url(../images/rounded_tl.gif) no-repeat top left;
}

/***************************************************
  Layout Element Styles
 ***************************************************/

#header {  
  width: 100%;
  height: 3em;
  background: #000000 url(../images/bg_body.jpg) repeat-y top center;  
}
#header2 {  
  width: 100%;
  height: 6.5em;
  background: #000000 url(../images/banner.png) no-repeat bottom center;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 787px;
  margin: 0 auto;
  text-align: center;  
}
#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}
#menu ul li {
  width: 7.8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #FFF;
}
#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #FFF;
  background: url(../images/menu_tab.png) no-repeat bottom center;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Left Side Bar
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#text {
  float: left;
  width: 445px !important;
  width: 472px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}
#sideBar {
  float: right;
  width: 145px !important;
  width: 165px;
  padding: 40px 0px 20px 15px !important;
  padding: 40px 0px 20px 15px;
}
#sideBar2 {
  float: left;
  width: 145px !important;
  width: 165px;
  padding: 40px 15px 05px 0px !important;
  padding: 40px 15px 05px 0px;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}
.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}
.sideMenu a span {
  display: block;
  padding: 1px;
}
.sideMenu a:hover {
  background: #006600 url(../images/rounded_tl.gif) no-repeat top left;
}
.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}
.sideMenu2 {
  padding: 10px 0;
}
.sideMenu2 a {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;  
}
.sideMenu2 a span2 {
  display: block;
  padding: 1px;
}
.sideMenu2 a:hover {
  background: #006600 url(../images/rounded_tr.gif) no-repeat top right;
}
.sideMenu2 a:hover span2 {
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #006600 url(../images/rounded_tl.gif) no-repeat top left;
}
#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}
#comments img {
  margin-top: -1px;
}
#comments a {
  color: #7BD32C;
}
#comments a:visited {
  color: #AAA;
}
#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 500px;
  padding: 10px 20px;
  color: #888;
}
#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}
#footer a {
  color: #888;
}
#footer a:hover {
  color: #EEE;
}
a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}
.noPad {
  padding: 0;
  margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  padding: 5px 5px 5px 0;
}
img.right {
  padding: 5px 0 5px 5px;
}
.button {
  width: auto;
  cursor: pointer;
}
.date {
  display: block;
  font-weight: 700;
}


/***************************************************
Collapsible Menu
 ***************************************************/

.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
.expandMenu {
  width: 145px;
}
.expandMenu dt {
	text-transform: uppercase;
	/*background-color: #003300;
	background-color: #003300;*/
	padding: 0px;
	margin: 0px 0px 1px;
	color: #FFFFFF;
}
.expandMenu a {
	padding: 0px;
	color: #FFCC33;
}
.expandMenu a:visited {
  color: #AAA;
}
.expandMenu a:hover {
	color: #FFF;
	background-color: transparent;
}
.expandMenu dd {
	margin: 0px;
	padding: 0px;
}
.expandMenu ul {
	margin:  2em;
	padding: 0px;
	list-style-type: none;
}
.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}
.expandMenu td {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0;
}
.expandMenu thead td {
	background-color: #000000;
	border-top-style: none;
}
.alignCenter {
	text-align: center;
}