/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 13 px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
}

A:visited   {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
}

A:active    {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
}

A:hover {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MainMenu_RootMenuItem {
	background-image: none;
	background-color: #000191;
	color: #ffffff;
}


/* Custom Classes */

.H1    {
	font-weight: bold;
	font-size: 18px;
                font-family: ariel, sans-serif;
                color: #666666;
}

.H2    {
	font-weight: bold;
	font-size: 16px;
                font-family: ariel, sans-serif;
                color: #666666;
}

.H3    {
	font-weight: bold;
	font-size: 14px;
                font-family: ariel, sans-serif;
                color: #666666;
}

A.H1    {
	font-weight: bold;
	font-size: 18px;
                font-family: ariel, sans-serif;
                color: #666666;
}

A.H2    {
	font-weight: bold;
	font-size: 16px;
                font-family: ariel, sans-serif;
                color: #666666;
}

A.H3    {
	font-weight: bold;
	font-size: 14px;
                font-family: ariel, sans-serif;
                color: #666666;
}


/* Sierra Club Classes */

/* GLOBAL PAGE STYLES*/
html, body { margin: 0; padding: 0; border: 0; background: #FFF; }
html { background: #FFF; }
body {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
.skip { display: none; }
div { margin: 0; padding: 0; border: 0; }
img {margin: 0; padding: 0; border: 0;}  
a:link { color: #260458; text-decoration: none; }
a:visited { color: #260458; text-decoration: none; }
a:hover, a:visited:hover { color: #333399; text-decoration: underline; }

td { vertical-align: top; padding: 0; }

/* H TAG SIZES , P and text sizes */

h1 { font-size: 130%; margin: 20px 0 5px 0; color: #D9541A; font-weight: bold;}
h2 { font-size: 120%; padding: 4px 0 6px 0; margin: 10px 0 5px 0; color: #04997E; font-weight: bold;}
#banner h1{ font-size: 140%; color: #FFF; margin: 20px 0 16px 180px;}
h3 { font-size: 100%; margin: 0 0 10px 0; color: #49407B; }
.events-textbox h3 {margin: -5px 0 5px 0; padding: 0; }
h4 { font-size: 95%; margin: 0 0 5px 0; color: #49407B; }
h5 { font-size: 90%; font-weight: bold; margin: 5px 0px 1px 0px; color: #49407B; }
h6 { font-size: 80%; font-weight: normal; margin: 20px 0px 1px 0px; color: #49407B; }
p { font-size: 100%; color: #333; margin: 0 0 10px 0; padding: 0;}

/* BANNER */
#banner { background: #9CB3BE; padding:5px 0 6px 10px; }

#tagline { position: relative; height: 21px; top: 0px; left: 0; padding: 2px 0 2px 0; background: #fff url("images/tagline.gif") top left no-repeat;}

/* NAVIGATION */
.leftnav { margin: 0 0 0 10px;
padding-top: 16px; width: 150px; 
background: #fff url("images/navigation_top.gif") top left no-repeat;  }

.nav {margin: 0; padding: 0 0 0 10px; background: #fff; border-left: 1px #D5D5D5 solid; border-right: 1px #D5D5D5 solid; }
 
.closenav { margin: 0 0 10px 10px; 
background: #fff url("images/navigation_bottom.gif") bottom left no-repeat;}

/* UL, LI, OL 
ul, dl, ol {
  font-size: 100%;
  line-height: 1.3em;
  color: #333;
  margin: 5px 0 5px 0;
  list-style-position: outside;
  padding: 0px;
  list-style-type: none;   
  vertical-align: top; } */

  
ol { list-style-position: inside;}
li { padding: 2px 0 2px 0; }

.related ul, .related li { display: inline; list-style: none; white-space: nowrap;}

 ul.bullet {
	font: normal 80%/1.3em Trebuchet MS, Arial, Helvetica, sans-serif; 
	margin: 0 0 0 10px; list-style-image: url("images/bullet.gif"); list-style-type: disc; 
	padding: 0 0 0 10px; }
	

.disc  { line-height: 1.2em; list-style-position: inside;
	list-style-image: url("images/bullet.gif");
	list-style-type: disc;  padding: 2px 0 2px 0; border-bottom:1px #aaa solid; margin: 0 0 3px 0;}
.sublink  { line-height: 1.2em; margin: 0 0 0 15px; padding: 2px 0 2px 0; list-style-position: inside; border-bottom:1px #aaa solid;}

ul#outings {border:1px #aaa solid;}

li.sat { background: transparent url("images/sat.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}
li.sun { background: transparent url("images/sun.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}
li.fri { background: transparent url("images/fri.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}
li.ths { background: transparent url("images/ths.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}
li.tu { background: transparent url("images/tu.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}
li.mon { background: transparent url("images/mo.gif") top left no-repeat; padding: 2px 0 8px 32px; border-top:1px #aaa solid; margin: 0 0 5px 0;}

.date {color: #000; font-weight: bold; border: 1px #aaa solid; padding: 2px 1px 0 3px;  }

/* TABLE, TD, TR, */
.data { 
  font: normal 80%/1.3em Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  border: 1px #999 solid;
  margin: 0 10px 0 0;
  padding: 2px;
  width: auto;
}
html>body .data td { padding: 2px 5px 2px 5px!important; border: 1px #999 solid; }
.data img {height: 67px; }
.data img a:hover { text-decoration: none; }
.data th { 
  background: #CCC;
  color: #333;
  padding: 3px 5px 3px 5px;
}
.odd { background: #FFF; }
.even { background: #eee; }

.bar, .barleft {
  display: block;
  margin: 0px; 
  padding: 4px 10px 3px 8px; 
  height: 11px; 
  vertical-align: top; 
  color: #333;
  background: #FFF; 
  border: 1px #AA99AA solid; 
  font: bold 10px/11px Arial, Helvetica, sans-serif; 
  letter-spacing: 0.01em; 
  text-transform: uppercase; 
  text-decoration: none; 
}
.barleft { width: 150px; background: #fff; border: none; }

/* CONTENT AREA STYLES */
#content { position: absolute; top: 100px; left: 200px; width: 600px;}
#content-left {
	position: absolute;
	top: 95px;
	left: 180px;
	width: 402px;
	height: 1064px;
} 
#content-right {
	position: absolute;
	top: 95px;
	left: 630px;
	width: 268px;
	height: 726px;
}
#content-wider { position: absolute; top: 100px; left: 180px; width: 530px; }
#content-right-narrow { position: absolute; top: 100px; left: 720px; width: 180px ;margin-left: 10px; }

.header { background: #fff url("images/header.gif") top left no-repeat;  padding: 1px 5px 0 10px; width: 275px; height: 18px; margin: 0;}

.narrow-header { background: #fff url("images/header_narrow.gif") top left no-repeat;  padding: 1px 5px 0 10px; width: 173px; height: 18px; margin: 0;}

.events { background: #fff url("images/events_header_wide.gif") top left no-repeat; padding: 1px 5px 0 10px; width: 435px; height: 18px; margin: 0;}

.events-wide { background: #fff url("images/events_header_wide.gif") top left no-repeat; padding: 1px 5px 0 10px; width: 435px; height: 18px; margin: 0;}

.textbox {  padding: 3px 5px 10px 10px; width: 273px; margin: 0 0 10px 0;  border: 1px #d5d5d5 solid; border-top: none;}

.textbox img {padding: 2px; border: 1px #d5d5d5 solid; }

.textbox-wide {  padding: 3px 5px 10px 10px; width: 417px; margin: 0 0 10px 0;  border: 1px #d5d5d5 solid; border-top: none;}

.events-textbox { padding: 3px 5px 10px 10px; width: 417px; margin: 0 0 10px 0; border: 1px #d5d5d5 solid; border-top:none;}

.narrow-textbox { padding: 3px 5px 10px 10px; width: 171px; margin: 0 0 10px 0; border: 1px #d5d5d5 solid; border-top:none;}

.header h2, .header h3, .header h4, .narrow-header h2   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #396969; padding: 0; margin: 0;}

.events h2, .events h3, .events h4, .events-wide h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #49407B; padding: 0; margin: 0;}
/* OTHER SITE SPECIFIC ELEMENTS */
.events-textbox img {margin: 5px; padding: 2px; border: 1px #aaa solid; }
#content-wider img {margin: 5px; padding: 2px; border: 1px #aaa solid; }
.note {color:#D9541A;}
a:link.emphasis, a:visited.emphasis {text-decoration: underline;}










