/*
cream - f2e7d0
lt cream - fff7e6
offwhite - fffaf0
terra cotta - db9d6f
blue sky - 2d5078
bright sky - 3b71ae
dark sky - 1e3f66
grass green - 6c6e12
bright grass - 9da000
dark grass - 505200
off-black - 202020
butter - ffe9a1
lt pewter - d5d2d7
pewter - 7e7b80
*/

body {
	background: #fffaf0 url(/images/bg.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	}

body#popup {
	background: #fffaf0;
	padding: 10px;
	text-align: left !important;
	}
	
body, p, td, div {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	color: #202020;
	}
	
p {
	line-height: 16px;
	margin: 0 0 16px 0;
	}

blockquote {
	margin: 0 36px 16px 36px;
	background: #ffe9a1;
	border: #db9d6f solid 1px;
	border-width: 8px 0;
	padding: 6px 12px;
	line-height: 22px;
	font-family: georgia, "times new roman", serif; 
	/* font-style: italic; */
	font-size: 14px;
	}

blockquote p {
	font-style: normal;
	margin: 8px 0;
	}
	
p.minfo {
	margin-bottom: 8px;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link {
	color: #6c6e12;
	}
	
a:visited {
	color: #505200;
	}

a:hover, a:active {
	color: #3b71ae;
	background: #fff;
	}

a.img, #masthead a {
	border: none !important;
	background: none;
	}

div#wrap {
	background: url(/images/masthead2.jpg) no-repeat top;
	margin: 0 auto;
	padding: 0;
	padding-top: 160px;
	}

div#copywrap {
	background: #d5d2d7 url(/images/bottombg.jpg) repeat-x top;
	margin: 0;
	padding: 24px 0 8px 0;
	}
	
div#head, div#content, div#copy {
	width: 970px;
	margin: 0 auto;
	clear: both;
	}
	
#content {
	padding-top: 24px !important;
	}
	
h1 {
	color: #202020;
	font-size: 30px;
	text-align: right;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h4 {
	font-family: "Lucida Grande", "Lucida Sans", verdana, arial, sans-serif;
	}
	
h2, h3, h4 {
	text-align: left;
	}

h2 {
	color: #202020;
	font-size: 24px;
	margin: 0 0 12px 0;
	}

h3 a {
	border: none !important;
	background: none !important;
	}
	
h3 {
	font-family: georgia, "times new roman", serif; 
	background: url(/images/h3bg.png) no-repeat left bottom;
	color: #505200;
	font-size: 21px;
	margin: 0px 0px 8px 0px;
	letter-spacing: .02em;
	font-weight: normal !important;
	padding: 0;
	}

#tagline {
	text-transform: uppercase;
	font-size: 18px;
	text-align: right;
	margin: 0 0 7px 0 !important;
	background: url(/images/tagbg.jpg) no-repeat right bottom !important;
	}

h4 {
	background: url(/images/h4bg.jpg) no-repeat top left;
	font-size: 15px;
	color: #1e3f66;
	margin: 0px 0px 8px 0px;
	padding: 2px 0 2px 6px;
	}

#head h4 {
	font-size: 14px;
	/* font-style: italic;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	font-weight: normal; */
	background: url(/images/bulletbg.jpg) no-repeat center !important;
	padding: 0;
	margin-bottom: 12px;
	color: #202020;
	text-align: center;
	}
	
h3.none, h4.none {
	background: none;
	}
	
b, strong {
	background: #ffe9a1;
	}
	
#copy b {
	text-transform: uppercase;
	background: none;
	color: #505200;
	}
	
#copy {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: left;
	/* background: #d5d2d7; */
	}
	
#copy p {
	font-size: 10px;
	margin: 10px 0;
	margin-top: 0;
	line-height: 14px;
	}

#copy p.address {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 12px;
	}

#copy a:link {
	color: #2d5078;
	}

#copy a:visited {
	color: #1e3f66;
	}
	
#copy a:hover, #copy a:active {
	color: #3b71ae;
	}



/* Nav stuff */

#nav {
	list-style: none;
	margin: 0;
	}
	
#nav a {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li a {
	padding: 0 13px 0 0;
	border: none;
	background: none;
	color: #202020;
	}
	
#nav li li a {
	display: block;
	font-weight: normal;
	color: #505200;
	padding: 1px 13px 1px 1px;
	font-size: 11px;
}

#nav li li a:hover {
	padding: 1px 5px 1px 1px;
	border-right: 8px solid #9da000;
	font-weight: bold;
	color: #202020;
	background: #ffe9a1;
}

#nav li {
	z-index: 20; /*IE7 fix*/
	font-size: 12px;
	margin-left: 5px;
	float: right;
	position: relative;
	width: 156px;
	text-align: right;
	cursor: default;
	list-style-type: none;
	list-style-image: none;
	background: url(/images/navbg.jpg) top right no-repeat;
	padding-top: 3px;
}

/* OLD CODE
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	font-weight: normal;
	background: url(/images/bnavbg.png) bottom no-repeat;
	padding: 1px 0 9px 0;
	}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	text-align: right;
	display: block;
	float: none;
	background: none;
	padding: 1px 0px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
*/



/* fix from http://forums.techguy.org/software-development/631962-issues-css-dropdown-menu-ie7.html 

original version:
 #menu ul li {float: left; width: 140px;}
 #menu ul li ul {float: left; left:-1px;top:20px;} 
 #menu ul li ul li {float: left;}
*/

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	font-weight: normal;
	background: url(/images/bnavbg.png) bottom no-repeat;
	padding: 1px 0 9px 0;
	float: right; right:-1px; top:20px;
	}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	z-index: 500;
	text-align: right;
	display: block;
	float: right;
	background: none;
	padding: 1px 0px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}




#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav #home {
	width: 100px;
	background: url(/images/homebg.jpg) bottom right no-repeat;
}

#nav #blog {
	width: 100px;
	background: url(/images/blogbg.jpg) bottom right no-repeat;
	text-align: left !important;
}

#nav #blog a {
	padding-left: 13px;
	}
	
#nav li:before {
	content: "";
	}

/* Fix IE. Hide from IE Mac \
* html #nav ul li { float: right; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */


/* End Nav stuff */


/* generated by csscreator.com */ 

#leftcol{
	width:260px; 
	float:left; 
	position:relative; 
	background: #d5d2d7;
	padding: 2px 0 4px 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
 
#twocols{
	width:710px; 
	float:right; 
	position:relative; 
	}
 
#rightcol{
	width:137px; 
	float:right; 
	position:relative; 
	}
 
#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:573px; 
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* Home stuff */

#leftcol .floatleft {
	float: left;
	margin-right: 6px;
	}

#leftcol .floatright {
	float: right;
	margin-left: 6px;
	}

#leftcol p {
	font-size: 11px;
	}
	
.frame, .mphoto {
	padding: 3px;
	border: 1px solid #7e7b80;
	background: #fff;
	margin-bottom: 2px;
	}

#leftcol .frame {
	padding: 2px;
	}
	
#leftcol h3, #leftcol p, #leftcol div {
	margin-left: 6px;
	margin-right: 6px;
	}
	
#leftcol h3 {
	font-size: 16px;
	background: none;
	}
	
#MtShastaChambercd4t6dso19s81gafhc36d90btc li, #maincol li {
	margin: 0;
	padding-bottom: 4px;
	}

#MtShastaChambercd4t6dso19s81gafhc36d90btc ul {
	margin: 0 6px 12px 18px;
	}
	
#visit, #chamber, #blurb, #members {
	margin-left: 20px;
	margin-right: 20px;
	}
 
#visit, #chamber, #members {
	padding: 6px 0;
	margin-bottom: 20px;
	border: 1px solid #d5d2d7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#members {
	background: none;
	min-height: 125px;
	}
	
#visit {
	background: #fff7e6;
	}

#visit a:hover {
	background: #fff;
	}
	
#chamber {
	background: #fff;
	border: 3px solid #d5d2d7;
	}
	
#maincol h3, #maincol h4, #maincol p, #members div {
	margin-left: 8px;
	margin-right: 8px;
	}

#maincol ul {
	margin-left: 30px;
	margin-right: 8px;
	margin-bottom: 0 !important;
	}

#maincol .floatleft {
	float: left;
	margin-right: 16px;
	}

#maincol .floatright {
	float: right;
	margin-left: 16px;
	}

#members .floatright {
	margin-right: 6px;
	}
	
#visit ul.floatleft {
	margin-right: 66px;
	}
	
.floatleft li {
	padding-right: 12px;
	}
	
#rightcol img {
	background: #fff;
	padding: 1px;
	border: #d5d2d7 5px solid;
	margin-bottom: 24px;
	}

#rightcol #home {
	background: #d5d2d7;
	}
	
#partrt {
	float: right;
	margin-left: 20px;
	}

#links {
	width:533px; 
	margin: 0 20px;
	}
	
#links td {
	padding: 0;
	}
	
#links td.linkimg {
	padding-right: 8px;
	}

#links td.linktxt {
	padding-right: 32px;
	}

.feedburnerFeedBlock ul {
	margin-bottom: 0;
	}
	
#creditfooter {
	margin: 0 0 0 10px;
	}

/* End Home stuff */






.mphoto {
	margin-right: 12px;
	}
.latest {
	margin-left: 12px;
	}
	
.latest td {
	padding-right: 12px !important;
	}
	
.bordered {
	border-top: 1px solid #7e7b80;
	border-left: 1px solid #7e7b80;
	}
	
.bordered td, .bordered th {
	border-bottom: 1px solid #7e7b80;
	border-right: 1px solid #7e7b80;
	padding: 6px 12px;
	}
	
.bordered td {
	background: #fff7e6;
	}

.bordered th {
	background: #d5d2d7;
	font-weight: bold;
	text-align: center;
	}
	
.padded h4 {
	margin-top: 0;
	padding-top: 0;
	}



/* Admin stuff */

table.admin	{
	border: solid 1px #7e7b80;
	width: 970px;
	margin-bottom: 10px;
}

table.admin td {
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	border: 1px solid #7e7b80;
}

tr.header {
	background-color: #202020;
	color: white;
}

tr.list1 {
	background-color: #fff7e6;
}

tr.list2 {
	background-color: #d5d2d7;
}

hr {
	border: 1px dotted #7e7b80;
}
	


/* ------ OLD CSS CODE ------ */

td blockquote {
	margin-right: 0;
	margin-left: 32px;
	}
	
small, .postmetadata {
	color: #7e7b80;
	}

#content {
	padding: 0;
	padding-bottom: 4px;
	text-align: left;
	margin-top: 70px;
	}
	
	
.indent, .boardtable, .bordered, .padded {
	margin: 6px 18px 12px 18px;
	}

.boardtable td, .padded td {
	padding: 0px 24px 18px 0px;
	}

.sendcard td {
	text-align: center !important;
	padding: 2px 3px !important;
	}
	
.padded td {
	padding-bottom: 10px;
	}

.boardtable p {
	margin: 0;
	}
	
ul {
	padding: 0;
	margin: 0 32px 16px 14px;
}

td ul {
	margin: 0 0 16px 14px;
	}

ul ul {
	margin-bottom: 0;
	margin-left: 32px;
	font-size: 10px;
	}

li {
	line-height: 130%;
	padding-bottom: 2px;
	}

li li {
	padding-bottom: 0;
	}

.catlist {
	margin: 0 48px 24px 48px;
	font-size: 11px;
	background: #f2e7d0;
	padding: 8px 12px;
	}

.catlist li {
	line-height: 14px;
	}
	
.catlist p {
	margin-left: 12px;
	margin-bottom: 4px;
	}

input, select, textarea {
	background: #f2e7d0;
	color: #202020;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	/* margin-right: 6px; */
	}

input, textarea {
	padding: 2px 4px;
	border-top: #7e7b80 solid 2px;
	border-right: #d5d2d7 solid 2px;
	border-bottom: #d5d2d7 solid 2px;
	border-left: #7e7b80 solid 2px;
	}

input.alignright {
	text-align: right;
	}
	
.noborder, .paypal {
	border: none;
	padding: 0;
	background: none;
	/* margin-right: 0; */
	}
	
.button {
	border-top: #d5d2d7 solid 2px;
	border-right: #7e7b80 solid 2px;
	border-bottom: #7e7b80 solid 2px;
	border-left: #d5d2d7 solid 2px;
	background: #f2e7d0;
	}

.right, .rightimg {
	margin: 0 0 12px 18px;
	text-align: right;
	}
	
.right {
	float: right;
	}

.right td {
	padding: 0px 0px 8px 12px;
	}
	
.left, .mphoto {
	float: left;
	margin: 0 36px 12px 18px;
	text-align: left;
	}

.mphoto {
	margin-left: 0;
	margin-right: 18px;
	}
	
.right h1, .right h3 {
	font-family: georgia, "times new roman", serif; 
	font-style: italic;
	text-align: right;
	background: none;
	padding: 2px 12px;
	margin: 18px 16px 8px 16px;
	}
	
#popup {
	background: #f2e7d0;
	padding: 10px;
	text-align: center;
	}

.highlight {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #54703f;
	line-height: 18px;
	}

hr {
	clear: both;
	border: none !important;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	}

hr.none {
	margin-bottom: 0;
	}
	
#guidegif {
	margin-right: 12px;
	float: left;
	}

#sendcard {
	margin-left: 12px;
	float: right;
	}