/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

	.entry-body a:link { color: #826244; text-decoration: underline; }
	.entry-body a:visited { color: #826244; text-decoration: underline;}
	.entry-body a:hover { color: #826244; text-decoration: underline;}
	.entry-body a:active { color: #826244; text-decoration: underline;}
	
	.archive-list-item a:link { color: #826244; text-decoration: underline; }
	.archive-list-item a:visited { color: #826244; text-decoration: underline;}
	.archive-list-item a:hover { color: #826244; text-decoration: underline;}
	.archive-list-item a:active { color: #826244; text-decoration: underline;}
	
	.module-list-item a:link { color: #826244; text-decoration: underline; }
	.module-list-item a:visited { color: #826244; text-decoration: underline;}
	.module-list-item a:hover { color: #826244; text-decoration: underline;}
	.module-list-item a:active { color: #826244; text-decoration: underline;}


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}


#banner a
{
	color: #000000;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: x-large;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 130px;
		background-image: url("http://sierraclub.typepad.com/carlpope/carl_title2.gif");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 130px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: auto;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	
			display: block;
		float: none;
		width: auto;
		margin-right: 465px;
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
			display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.date-header
{
	margin: 0 0 0 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	text-align: left;
}

.entry-header
{
	margin: 0 0 10px 0;
	border: 0;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
        font-size: 1.3875em; /* ~18pt */
}


h1.entry-header {
margin: 0px;
font-size: 1.3875em; /* ~18pt */}

h1 a, a:active, a:link, a:hover, a:visited {
text-decoration: none;
color: #000000;
}
h3 a, a:active, a:link, a:hover, a:visited {
text-decoration: none;
color: #000000;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
line-height:150%;
}

.entry-content p { text-align: left; }

.entry-footer p { font-size: 8pt;}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* modules */

	.module a
	{
		text-decoration: underline;
		font-weight: inherit;
		font-size: 10pt;
	}

	.module a:link {color: #333366;}
	.module a:visited {color: #333366;}
	.module a:hover {color: blue;}
	.module a:active {color: #333366;}


.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; line-height: 1.0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: auto;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
			margin-right: 200px;
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: auto;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 100px;
			margin-right: 330px;
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
					display: block;
			position: absolute;
			float: none;
			right: 140px;
			top: 0;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 390px;
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: auto;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: auto;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: auto;
	}

	.layout-two-column-right #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 246px;
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 246px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 0px;
		background: #FFFFFF;
	}


/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: auto;
	}
	
	.layout-three-column #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
			margin-right: 200px;
		
	}
	
	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* user css */


/* other css */


/* STRUCTURAL ****************************************/
BODY {
	MARGIN: 0px; 
	background:#efefef url(http://sierraclub.typepad.com/files/bg_center7.gif) center repeat-y;
	font-family: verdana, arial, sans-serif  !important;
	text-align:center; 
	font-size: 80%; /* ~13pt */
	COLOR: #333333;
	}
#wrapper{ 
	background-color: #fff;
	width:900px;
	margin:auto;
	padding: 10px;
	clear:both;
	text-align:left;
	}

/* NAVIGATION */
#HM_Menu0, #HM_Menu1, #HM_Menu2, #HM_Menu3, #HM_Menu4, #HM_Menu5, #HM_Menu6, #HM_Menu7, #HM_Menu8, #HM_Menu9{		
	top: 104px !important;
	background-color: #fff;
	}
#headerwrap SPAN {display:none;}
	
/* BASIC LINKS ****************************************/

a {
	color:#41679f !important;
	}
a:hover {
	color:#41679f !important;
	text-decoration: underline;
	}
a:visited {
	color:#6785b2 !important;
	}


/* HEADERS *********************************/
H1 { 
	font-size: 1.3875em; /* ~18pt */
	color: #4C8C00;
	clear: both;
	margin-top: 5px;
	}
H1.imgHeader {
    margin-bottom: 0px;
}
H2 { 
	font-size: 1.15625em; /* ~15pt */ 
	color: #70a333;
	}
.imgborder {
    border: 1px solid #bbb;
}
H2.darkblue {
    background-color:#41679f;
    color:white; 
    margin-top:0px; 
    margin-bottom:0px; 
    padding:4px 8px;
}
H2.mediumblue {
    background-color:#6785b2;
    color:white; 
    margin-top:0px; 
    margin-bottom:0px; 
    padding:4px 8px;
}
H2.mediumblue A, H2.lightblue A, H2.darkblue A{
    color:white !important;
    text-decoration:none;
}
H2.lightblue {
    background-color:#B3C2D9;
    color:white; 
    padding:4px 8px;
    margin-bottom:5px;
}	
	
H3 { 
	font-size: 1.15625em; /* ~15pt */
	color: #826244;
	}
H4 { font-size: 1em;}
H5 { font-size: 0.925em;}
H6 { font-size: 0.76775em;}

.smallheader { 
	padding-top: 0px; 
	margin-top: 8px;
	margin-bottom: 0px;
	color: #4d8d00 !important;
	}

H2.smallheader { 
	font-size: 12px;
	margin: 15px 0px 5px;
	text-transform: capitalize; 
	color: black; 
	clear: both;
	}
.sizelargest
{
	font-size: xx-large;
}

.sizelarger
{
	font-size: x-large;
}

.sizelarge
{
	font-size: large;
}

.sizemedium
{
	font-size: medium;
}

.sizesmall
{
	font-size: small;
}

.sizesmaller
{
	font-size: x-small;
}

.sizesmallest, .smalltext
{
	font-size: xx-small;
}	


.code 
{
    font-family: courier new, Monospace;
}
	

/* HEADER *****************************************/
#header {
	height:46px;
	}
#logo {
	width:180px;
	float:left;
	height:46px;
	}
#logo DIV {
	width:92px; 
	height: 42px;
	background-image: url(http://sierraclub.typepad.com/files/sierraclublogo_black_lightbg.png);}
#logo IMG {
	margin: 0px 4px 0px;
	vertical-align: middle;
	}
	


/* MAIN COLUMN  ********************/
#column_home_main {
	float:left;
	width: 652px;
	height: 469px;
	}
#column_home_main .content {
	margin: 2px 0px 0px 0px;
	width:auto;
	padding-left:0px;
	padding-top: 0px;
	}


/* RIGHT COLUMN  ********************/
#column_home_right {
	margin-top: 0px !important;
	margin-left: 0px;
	float:left;
	width:248px;
	padding-bottom: 0px; 
	padding-top: 0px;
	background-color:transparent;
	}	
	
#column_home_right .content {
	margin-left: 0px;
	border-left: 2px solid white;	
	padding-top:2px;
	padding-left:10px;
	FONT-size: .825em;
	}
#column_home_right .content H2 {
	clear:both;
	color:#333 !important;
	FONT-size: .825em;
	margin:15px 0 5px !important;
	padding-top:0 !important;
	}
#column_home_right .content H2 IMG {
	vertical-align: text-top;	
	}
#column_home_right .content P  {
	padding-left: 0px;
	}
	
#membership {
	width:222px;
	height:100px;
	background-position: center; 
	margin-top:8px;
}

/* BLOGs */
#column_home_right .Date {
	clear:left;
	font-weight: bold; 
	padding-bottom:0px;
	padding-top: 4px; 
	padding-left: 0px;
	display: block; 
	font-size: x-small; 
	color: #333;
	}
#column_home_right .entry {
	clear:left;
	padding: 6px 10px 6px 0px;
}	
#column_home_right .entry .body {
	display: none;	
	}
#column_home_right .entry .comments {
	margin-left: 0px;
	}
#column_home_right .entry .title {
	display: block;	
	margin-left: 0px;
	}
#column_home_right .entry .title a {
	text-decoration:none;
	color: #333 !important;
}	
#column_home_right .entry .title a:HOVER {
	text-decoration:UNDERLINE;

}	
#column_home_right .entry .blogname { 
	display:block;
	float:none; 
	text-decoration:underline;
	}
#column_home_right .entry .blogname A {  
	text-decoration:underline; 
	font-weight: bold; 
	color: #41679f; 
	display:block; 
	float:none; 
	}

#column_home_right .blogicon {
	display:none;
}	
#column_home_right .entry .entryreadmore {
	display: inline
	}
#column_home_right .entry .comments {
	display: inline
	}
#column_home_right .entry .braL { 
	margin-right:2px;
	}
#column_home_right .entry .braR { 
	margin: 0px 2px;
	}
#column_home_right .entry .ell { 
	margin-right:2px
	}


#column_main .content {
	padding: 0;	
	margin: 6px 0 0 0;	
}
	
	
#column_home_right .more {
	margin: 3px 0px;
	font-size:xx-small;
	font-weight: bold;
}

	
/* FOCUS ****************************************/
#previous { 
	margin-left:20px; 
	}

#focusnav { 
	padding: 4px 0px;
	padding-right:20px;
	text-align:right;
	position:absolute;
	background: #bbb;
	top: 526px; 
	width: 632px;
	height: 37px;
	}
.infocus {
	background-color: #efefef !important;
	padding: 0px;
	overflow:auto;	
	border: 0px solid #bbb;
	margin: 0px 0px;
	display:block;
	position:absolute;
	height: 420px;
	width:652px;
	}

.textbox {
	-moz-opacity:.85;
	opacity:.85;
	height:170px;
	overflow:hidden;
	background:#efefef; 
	margin: 20px;
	margin-bottom: 0px;
	}
.textbox DIV {
	padding:15px 15px 0px;
	text-align: left; 
	}
.textbox DIV P {
	padding:0px;
	margin: 3px 0px; 
	font-size:12px;
	}
.textbox DIV H2, .textbox DIV H3, .textbox DIV H1 {
	color: #555555;
	padding:0px;
	margin: 0px 0px 3px;
	}
.textbox DIV P.more {
	font-weight:bold; 
	font-size:14px;
	}
.photocredit {
	display:none;
	}
#photocredit { 
	float:left;
	width: 375px; 
	overflow: hidden; 
	font-size:10px; 
	margin-right: 0px;
	text-align:left; 
	padding-left:10px; 
	}
.paraspace {
	margin-bottom: 10px !important;
	}
		

/* HEADER AND NAVIGATION ****************************************/

#headerwrap {
	height: 94px;
	width: 100%;
	margin-bottom:0px;
	}
#logoimagediv, #nav1, #searchbox { 
	float:left; 
	}
#nav1 { 
	margin: 0px;
	padding: 0px;
	width: 444px;
	padding-top:67px;
	}

/* EMAIL AND SEARCH ****************************************/
#searchbox {
	background: #4C8C00;	
	height:94px; 
	}
#searchbox .content {
	padding: 25px 0 0 14px;
	FONT-SIZE: 10PX;
	text-align:left;
	}
#searchbox .content #form {
	height:42px; 
	margin: 0px;
	}
#searchbox .content input {
	width:150px;
	border:1px solid #ccc;
	}

	
/* COMMUNITIES ****************************************/
#communities {
	position: absolute;
	top: 500px;
	width: 222px;
	}


/* VOTING ****************************************/

#voteform INPUT.favoritechoice { padding:0px; margin:3px 0px;vertical-align:middle;margin-right:5px;font-size:1px; line-height:2px;}



/* FOOTER ****************************************/
#footer {
	font-size: 10px;
	height: 115px;
}
#footer .content{
	padding:10px;
	padding-right: 35px;
}
#footerclear {display:none;}
#footerwrapper {
	font-size: 12px;
	background-color:transparent;
	margin-bottom: 0px;
	height: 180px;
}
.footerblock { 
	float:left; 
	width: 325px; 
	height: 180px;
	margin: 0px;
	padding: 0px;
	}
.footerblock .content { 
	padding: 10px 10px;
	FONT-size: 0.925em;	
	}
.footerdivider {
	float: left;
	height: 180px;
	width: 2px;
	background-color: #fff;
}	

#footleft { background-color: #ddd;}
#footleft .content {height: 160px;}

#footleft .Date {display:none;}
#footleft .title {display:block;}
#footleft .title a {text-decoration: none;}
#footleft .title a:hover {text-decoration: underline;}
#footleft .blogname {display:none;}
#footleft .body {display:none;}
#footleft .entry {padding: 0px 0px 0px 4px;margin:0px;}

#footmiddle { background-color: #efefef; }
#footmiddle {font-size: 12px;}


#footright {
	background-color: #ddd;
	font-size: 12px;
	border-left:0px solid white;
	width:246px;
}
#footright .content {padding:0px; margin-left:0px;margin:0px;}
#footright .content P {padding:0px; margin:8px 0px 8px;line-height:1.2em;}
#footright #body2 {
	text-align:left !important;
	line-height: 25px;
}
#footright .label {
	font-weight: bold;
	width: 50px;
	float:left;
}
#footright .field {
	width: 160px;
	float:left;
}
#footright #title2 {
	background-color:#6DaD20;
	color:white;
	font-weight:bold;
	padding:8px 0px 8px 10px;
	}
#footright #body2 {
	text-align:left;
	padding:0px 10px 0px;
	text-align:center;
	}
#footright #body2 input {
	height: 11px;
	}
	
.foothead {
	padding-top:0px;
	padding-bottom:2px;
	margin:0px 0px 3px; 
	font-size:12px;}


#fineprint { 
	text-align:center;
	clear:both;
	background-color:#efefef;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	}	
#fineprint DIV.content {
	padding: 10px;
	font-size: xx-small;
	}
#fineprint DIV#mbna {
	width:226px; 
	float:right
	}
#fineprint P#links {
	margin-top: 8px; 
	margin-bottom: 6px
	}
#fineprint P#verybottom {
	margin-top: 2px; 
	margin-bottom: 0px
	}
	
#footer_promos {
	clear:both;
	height: 70px;
	margin:auto;
	margin-top:20px;
	width: 230px;	
}
	
#footer_promos DIV {
	width: 100px;
	float:left;
}
	
#rightbox {
	background-color: #ddd;
	font-size: 12px;
	width:246px;
	height: 125px;
}
#rightbox .innercontent {
	padding:0px; 
	margin-left:0px;
	margin:0px;
	FONT-size: 0.925em;	
	}
#rightbox .innercontent P {
	padding:0px; 
	margin:8px 0px 8px;
	line-height:1.2em;
	}
#rightbox .innercontent P#form {
	padding:0 0 8px 0; 
	margin:8px 0px 8px;
	line-height:1.2em;
	}
#rightbox .body {
	text-align:left !important;
	line-height: 25px;
}
#rightbox .label {
	font-weight: bold;
	width: 50px;
	float:left;
}
#rightbox .field {
	width: 160px;
	float:left;
}
#rightbox .title {
/*	background-color:#6DaD20; */
	background-color:#999; 
	color:white;
	font-weight:bold;
	padding:8px 0px 8px 10px;
	}
#rightbox .body {
	text-align:left;
	padding:0px 10px 0px;
	text-align:center;
	}
#rightbox .body input {
	height: 11px;
	}

#breadcrumb {
	font-size:xx-small;
	margin-top: 0px; 
	padding-top: 4px;
	padding-left: 0px;
	text-align:left;
}
#breadcrumb {color: #999999; padding-top: 0px;}
#breadcrumb A {color: #999999;}
#breadcrumb A:hover {color: #41679F;}

#pagefunctions2 {
	text-align:right;
	vertical-align: middle;
	margin-top: 0px; 
	padding-top: 2px;
	padding-left: 0px;
	float:right;	
	font-size: xx-small;
}

#column1 {position:absolute; left: 0px !important}
#column2 {position:absolute;left: 141px !important;}
#column3 {position:absolute;left: 280px !important;}	
#column4 {position:absolute;left: 420px !important;}	
#column5 {position:absolute;left: 560px !important;}	
#column6 {position:absolute;left: 700px !important;}	

.pollquestion { font-style: italic; margin: 0px; padding: 4px 0px; }
#questions INPUT { vertical-align: text-bottom;}

	
.searchbutton {
    width:64px !important; 
    height:18px; 
    border: 0px !important; 
    margin-top:1px;
    margin-left:6px; 
    vertical-align:top;
}
	

#comments-header 
{
    color: #4c8c00;
}

#comment-content 
{
    padding: 0px 10px; 
}

#comments-post-iframe 
{
    width: 100% !important;
}
.comment-header 
{
    font-weight:bold;
}
.command-reply-comment 
{
    margin-left: 50px;
}
.comment-datetime 
{
    float:left !important; 
    margin-left: 50px;
}
.comment-datetime A
{
    text-decoration: none;
    color: #333;
    font-size: xx-small;
    font-style: italic;
}
HR 
{
    height: 1px;
    color: #ccc;
    
}

.greyborder
 {
border-color:#bbb
}	

  #alpha-inner {padding-left: 0px !important; padding-top: 0px !important;}
  #beta-inner {padding-top: 0px !important;}

  #TTI-masthead {height: 100px; margin-bottom: 20px; border: 0px;}
  #TTI-masthead div {float: left; margin-left: 15px;}
  #TTI-masthead img {float: left;}


	.smalltext {
		font-size: 11px !important;
		font-family:verdana,arial,sans-serif !important;
		line-height: 1.2 !important;
	}

.smalltext a {text-decoration: underline !important;}

	body {
		background:#EFEFEF url(http://sierraclub.typepad.com/files/bg_center7.gif) repeat-y scroll center center !important;
		color:#333333;
                		line-height: 1.2 !important;
		font-family:verdana,arial,sans-serif !important;

		margin:0;
		text-align:center;
	}

H1 { 
	font-size: 1.3875em; /* ~18pt */
	color: #41679F;
	clear: both;
	margin-top: 5px;}

h2 {color: #41679F;}


UL#nav {
	height: 27px;
	width: 900px;
	background: #A07954;
	margin-bottom:0px;
	margin: 0; padding: 0; list-style-type: none;  
	}
UL#nav LI {float: left;}
UL#nav LI UL.sub	{ display: none;position: absolute; z-index: 500; background-color: white; border: 1px solid #888866; margin-top: -3px; margin-left: 0px; padding: 0 0 20px; width: 106px; }	
UL#nav LI UL.sub LI	{ float: none; display: block; font-size: 8pt; padding: 7px; margin: 0; }	
UL#nav LI UL.sub LI:HOVER	{ background-color: #cccc99; }	
UL#nav LI UL.sub LI	A { font-weight: bold; }	
UL#nav LI:HOVER UL.sub { display: block; }	
/* ph=1 */
