/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #a7a37e;
   font-size: 12px;
   font-family: Arial, sans-serif;
   color: #000;
}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1 {
	height: 80px;
	width: 891px;
	text-indent: -9999px;
	background: url(../images/bg-h1.gif) no-repeat bottom left;
	padding-top: 29px;
	margin-left: 25px;
}

h1 a {
	height: 80px;
	width: 170px;
	display: block;
	top: 29px;
	left: 25px;
}

h2, h3, h4, h5, h6 {
   padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #0072bc;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 10px 10px 0;
	background: url(../images/bg-h2.gif) no-repeat right bottom;
}

h3 {
	color: #5c832f;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	clear: both;

}

	#right-col h3 {
		color: #FFF;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 24px;
		padding-top: 4px;
		padding-bottom: 3px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 10px;
		margin-top: 0;
	}
	
	#right-col h3.browse {
	  color: #5c832f;
	}
	
	#right-col h4 {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		padding-left: 24px;
		padding-top: 4px;
		padding-bottom: 3px;
	}
	
h4 {
	color: #0072bc;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}

/* paragraphs etc. */
p {
   padding-bottom: 10px;
   line-height: 1.3;
}

p.right {text-align: right;}
p.center {text-align: center;}
p.meta {
   font-size: 11px;
   color: #666;
   padding-bottom: 20px;
}

#right-col p {
   padding-left: 24px;
   padding-right: 15px;
   color: #FFF;
}

#right-col p.members-only {
   padding-left: 40px;
   background: url(/themes/site_themes/cangea/images/lock.gif) no-repeat 24px 0;
}

big {
	font-size: 14px;
}

strong {font-weight: bold;}

em {
   font-style: italic;
}

.date {
   display: block;
   font-size: 10px;
   color: #666;
   padding-bottom:  5px;
   margin-bottom: -15px;
}

.jobdate {
   display: block;
   font-size: 10px;
   color: #666;
   padding-bottom:  5px;
   margin-bottom: -10px;
}

blockquote {
background: url("http://www.geothermal.ca/images/uploads/quote.gif") top left no-repeat;
margin: 10px 40px 10px 20px;
padding: 8px 0 0 25px;
}




/* lists */
#content ul {
   list-style: disc outside;
   padding-left: 20px;
   padding-bottom: 10px;
}

   #content li ul {padding-bottom: 0;}

#content ol {
   list-style: decimal outside;
   padding-left: 20px;
   padding-bottom: 10px;
}

   #content li ol {padding-bottom: 0;}

#content li, #right-col li {
   line-height: 1.3;
}

#members #content li {
   padding-top: 5px;
}

#right-col ul, #right-col ol {
	padding-left: 24px;
	padding-right: 15px;
	margin-bottom: 20px;
}

/* links */
a, a:visited {
   color: #045e75;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

h3 a, h3 a:visited {
	color: #5c832f;
	text-decoration: none; 
}

h3 a:hover {
	text-decoration: underline;   
}


a.arrow {
	padding: 4px 20px 4px 0;
	background: url(../images/link-arrow.gif) no-repeat 100% 50%;
}

a.join-now {
	text-indent: -9999px;
	display: block;
	width: 92px;
	height: 15px;
	background: url(../images/link-join.gif) no-repeat top left;
	position : absolute;
	bottom:39px;
	right: 15px;
}

a.more-news {
	text-indent: -9999px;
	display: block;
	width: 98px;
	height: 16px;
	background: url(../images/link-news.gif) no-repeat top left;
	float: right;
	margin-bottom:10px;
}

a.all-events {
	text-indent: -9999px;
	display: block;
	width: 98px;
	height: 16px;
	background: url(../images/link-events.gif) no-repeat top left;
	float: right;
	margin-bottom:10px;
	position: relative;
}

a.member-join {
	text-indent: -9999px;
	display: block;
	width: 98px;
	height: 16px;
	background: url(../images/link-join.gif) no-repeat top left;
	float: right;
	margin-bottom:10px;
	position: relative;
}

a.archive {
   text-indent: -9999px;
	display: block;
	width: 68px;
	height: 21px;
	background: url(../images/btn-archive.gif) no-repeat top left;
	float: right;
	margin-bottom:10px;
	position: relative;
}

a.register {
	background: #045e75;
	border: 1px solid #0087B1;
	border-bottom: 1px solid #002C3A;
	border-right: 1px solid #002C3A;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.register:hover {
	background: #0e94a4;
	border: 1px solid #002C3A;
	border-bottom: 1px solid #0087B1;
	border-right: 1px solid #0087B1;
} 

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

img.member-logo {
   border: 1px solid #ddd;
}


#left-col img {
	/* border: 6px solid #b5d1de; */
	margin: 0 auto;
	display: block;
}

/*
a img {
	border: 6px solid #ccd5bb;
}
*/

/* horizontal rule */
hr {
   clear: both;
}

/* tables */
td {line-height: 1.3;}

/* forms */
form {
	margin-bottom: 10px;
}

	#mailinglist_form {
		padding-left: 24px;
	}

		.subscribe-btn {
			vertical-align: -35%;
		}
		
			.donate-btn {
			vertical-align: -35%;
		}
		
		.subscribe-txt {
			width: 162px;
		}

	#searchform {
		text-align: right;
		float: left;
	}
	
		.search-txt {
			width: 270px;
		}
		
		.search-btn {
			padding: 5px 0;
		}
		
fieldset {
   border: 1px solid #ccd5bb;
   padding: 15px;
   margin-bottom: 15px;
}

legend {
   color: #5c832f;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
}

/*-------------------------------------------------------
   CONTAINER
-------------------------------------------------------*/
#container {
   margin: 0 auto;
	width: 916px;
   background: url(../images/bg-container.gif) repeat-y top left;
   text-align: left;
}

/*--------------------------------------------------
	BRANDING
--------------------------------------------------*/
#branding {
	height: 113px;
	background: url(../images/bg-branding.gif) no-repeat top left;
	width: 916px;
	position: relative;
}

.login {
   padding: 5px 10px;
   background: #045e75;
   position: absolute;
   top: 0;
   right: 32px;
   text-align: center;
   color: #fff;
}

.login a, .login a:visited {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
}

.login a:hover {
   text-decoration: underline;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
   width: 916px;
   height: 30px;
   background: url(../images/bg-mainnav.gif) no-repeat top left;
   padding-bottom: 21px;
}

#mainnav ul {
	float: right;
	padding-right: 62px;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	float: left;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainnav ul li a span {
	display: block;
	height: 30px;
	padding-right: 16px;
	float: left;
}

#mainnav ul li a:hover {
	background: url(../images/bg-tab-left.gif) top left no-repeat;
}

#mainnav ul li a:hover span, .current span {
	background: url(../images/bg-tab-right.gif) top right no-repeat;
}

.current {
	background: url(../images/bg-tab-left.gif) top left no-repeat;
}


/*-------------------------------------------------------
   MASTHEAD
-------------------------------------------------------*/
#masthead {
   height: 159px;
   width: 852px;
   margin: 0 auto;
   padding-bottom: 17px;
   position: relative;
   background: url(../images/headers/rotate.php) no-repeat top left;
}

/*--------------------------------------------------
	LEFT-COL and SUBNAV / 208px
--------------------------------------------------*/
#left-col {
	float: left;
	width: 176px;
	margin-left: 32px;
}

#subnav {
	width: 176px;
	background: url(../images/bg-subnav-2.gif) repeat-y top left;
}

#subnav ul {
	padding-bottom: 73px;
	padding-top: 20px;
	background: url(../images/bg-subnav-ul.gif) no-repeat bottom left;
}

#subnav li {
	padding: 4px 25px 0;
	line-height: 1.2;
}

#subnav li a, #subnav li a:visited {
	color: #0072bc;
	text-decoration: none;
}

#subnav li a:hover, #subnav li.here a {
	color: #000;
}

#subnav li.overview a {
	font-weight: bold;
}

/*-------------------------------------------------------
   MAIN CONTENT / 350px / 558px
-------------------------------------------------------*/
#content {
   float: left;
   padding-bottom: 20px;
   width: 340px;
   margin-left: 10px;
}

	#home #content, #bodyTag #content {
		margin-left: 32px;
		width: 526px;
	}
	
.col-a {
   float: left;
   width: 160px;
}

.col-b {
   float: left;
   width: 180px;
}

/*-------------------------------------------------------
   RIGHT COLUMN / 
-------------------------------------------------------*/
#right-col {
   margin-left: 50px;
   float: left;
   width: 275px;
}

#donate {
	background: #396734 url(../images/bg-subscribe.gif) no-repeat top left;
	margin-bottom: 15px;
	float: left;
	width: 275px;
}

#subscribe {
	background: #396734 url(../images/bg-subscribe.gif) no-repeat top left;
	margin-bottom: 15px;
	float: left;
	width: 275px;
}

#newsclip {
	background: #045e75 url(../images/bg-news.gif) no-repeat top left;
	margin-bottom: 15px;
	float: left;
	width: 275px;
}

#eventslist {
	background: #9e9a74 url(../images/bg-events.gif) no-repeat top left;
	margin-bottom: 15px;
	float: left;
	width: 275px;
}

#memberbox {
   background: #9e9a74 url(../images/bg-events.gif) no-repeat top left;
	margin-bottom: 15px;
	float: left;
	width: 275px;
}

#newsclip a,
#newsclip a:visited,
#eventslist a,
#eventslist a:visited,
#donate a,
#donate a:visited,
#subscribe a,
#subscribe a:visited {
   color: #FFF;
   text-decoration: none;
}

#newsclip a:hover,
#eventslist a:hover,
#donate a:hover,
#subscribe a:hover {
   text-decoration: underline;
}

ul#archives {
   float: left;
}

#eventlist a img {border:none;}

.bx_wrap {
	width: 225px;
	margin: 0 25px;
}

#right-col ul.rotate {
	padding:  0;
	margin: 0;
}

.rotate li {
	width: 225px;
	padding: 0;
	margin: 0;
}

.sponsor-logo {
	width: 225px;
	height:  120px;
	background: #fff;
	margin: 10px auto;
}

/*--------------------------------------------------
	CONTAINER BOTTOM
--------------------------------------------------*/
#bottom {
	clear: both;
	height: 8px;
	width: 916px;
	background: #a7a37e url(../images/bg-bottom.gif) no-repeat top left;
}

/*-------------------------------------------------------
   FOOTER
-------------------------------------------------------*/
#footer {
   text-align: center;
   color: #FFF;
   padding-top: 10px;
}

#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* SEARCH */
table#search {
width:93%;
border-collapse:collapse;
}
th {
text-align:left;
padding:4px 0 5px 0;
}
td {
padding:4px 15px 4px 0;
}
td.resultRowOne {
border-top: 1px solid #CCC;
}

/*--------------------------------------------------
	SPECIAL ELEMENTS
--------------------------------------------------*/
#bread-crumb {
margin:0 0 18px 32px; position:relative;
}
#bread-crumb .right {
position:absolute; top:0; right:32px;
}