/**
 * Structure for site CSS:
 *  template_css.css - CSS that applies to all sites and general template
 *  template_css_norcal.css - CSS that applies to norcal specifically (colors, backgrounds, etc)
 *  template_css_sf.css - CSS that applies to sf specifically (colors, backgrounds, etc)
 *  template_css_micro.css - CSS that applies to other microsites specifically (colors, backgrounds, etc)
 */

/**
 * CSS for ALL sites & microsites
 */

/* -------------------------------------- */
/* POSITIONING AND DIMENSIONS, PAGE GENERAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
}

body {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
	width: 100%;
}

#page {
	margin: auto;
	position: relative;
	width: 801px;
	text-align: left
}

.clear {
float: none;
clear: both;
padding-bottom:1px;
}
div.clear {
height: 0;
}


/* -------------------------------------- */
/* POSITIONING AND DIMENSIONS, MAIN BLOCKS */

#header {
	height: 205px;
	position: relative;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	text-align: left;
	margin-top: 10px;
}

#col_left {
	float: left;
	width: 550px;
	position: relative !important;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

#col_left.news_landing {
	float: none;
	width: 765px;
}

#col_right {
	float: right;
	left: 570px;
	width: 230px;
	top: 0;
	margin-bottom: 10px;
}

.footer {
	width: 550px;
}


.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
	
/* -------------------------------------- */
/* POSITIONING AND DIMENSIONS, SUB BLOCKS */

#logout {
	position: absolute;
	top: 20px;
	left: 138px;
}

#banner_photo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#content_outer {
	position: relative;
}

/* main navigation */
#nav_primary {
	position: absolute;
	z-index: 9999;
	top: 157px;
	left: 0;
	width: 550px;
	height: 48px;
}

/* only on microsites */
#nav_secondary {
	position: relative;
	display: inline;
	width: auto;
	float: right;
}

#nav_secondary {
	display: inline!important;
	margin:0!important;
	padding:0!important;
	position: absolute!important;
	top: 0;
	right: 0;
}


#nav_secondary #mainlevel {
	width: auto;
	padding-right: 15px;
}

#nav_secondary,
#nav_secondary .menu,
#nav_secondary ul,
#nav_secondary li,
#nav_secondary a {
	height: 26px;
}

#col_left .moduletable {
	margin-bottom: 10px;
}

.lozenge {
	width: 305px;  /* content width for other browsers */
	padding-top: 7px;
	min-height: 127px; /* compensate for padding */
	font-size: 90%;
	color: #013473;
	margin-bottom: 10px;
	background: transparent left top no-repeat;
	overflow:visible;
	position: relative;
}

* html .lozenge  /* this is recognized by IE only */
{
	width: 550px;  /* total width, only for IE5.x/Win */
	w\idth: 305px; /* content width for other IE */
}


.lozenge.right {
	padding-left: 245px;
}

.lozenge.left {
	padding-left: 30px;
	padding-right: 215px;
}

.lozenge div {
	width: 280px;
	padding: 0;
	position: static;
}

.lozenge .btn {
	width: 221px;
	height: 132px;
	position: absolute;
	top: 0;
}

.lozenge.left .btn {
	right: 0;
}

.lozenge.right .btn {
	left: 0;
}

/* large image on some pages
 * TODO: remove top & left attributes
 */
#big_image {
	height: 325px;
}

#home {
	position: absolute;
	top: 15px;
	display: block;
	height: 125px;
	width: 125px;
}



/* main content */
/* 
  inner-most content block.  determines position
  & whitespace surrounding main content 

  necessary because there are actually 2 divs as direct
  children of this level, so we can't put the padding in
	the next level down
*/

 #content_frame,
.big_image #content_frame,
.lc_top #content_frame,
.footer div div div,
#lc_top .module_ div div div   {
	width: 500px;
	margin: 0 25px !important;
}

.news_landing #content_frame {
	width: 100%;
	margin: 0 !important;
}


#col_left #content_inner,
#lc_top .module_ div div div   {
	padding: 10px 0 25px 0;
}

#col_left.big_image #content_inner  {
	padding: 15px 0 25px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: left!important;
	padding: 0 0 5px 0;
	margin: 20px 0 0px 0;
}

.contentitem p {
	margin-top: 5px;
}

#col_left h1.contentpagetitle,
#col_left  h1.componentheading,
div.componentheading h1 {
	display: block;
	padding-top: 3px !important;
	height: 20px !important;
	margin: 0 0 13px 0 !important;
	line-height: 1em;
}


#col_left .bg_lt h1.contentpagetitle,
#col_left .bg_lt h1.componentheading,
div.componentheading h1 {
	margin: 5px 0 -5px 0!important;
}

/* 
  top H1 tag in main content.
  automatic class of Joomla page title
*/
#col_left h1.contentpagetitle {
	margin: auto;
}

.footer div div div {
	padding: 7px 0;
}

.footer p {
	margin: 5px 0!important;
}

.footer a {
	padding-right: 7px;
}

/* top modules */

.lozenge h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.7em;
	padding: 0px !important;
	margin: 0px !important;
	display: inline  !important;
}

#lc_top p {
	margin-top: 4px;
	line-height: 1.1em;
}

/* right modules */

.btn {
	display: block;
}

/* hides link text from normal viewing */

.hidden,
.btn span,
.subscribe h3,
.subscribe label,
button b {
	position: absolute!important;
	left: -9999px!important;
	color: #fff;
	height: 1px;
	width: 1px;
	font-size: 1px;
	z-index:-999!important
}


.btn img {
	height: 100%;
	width: 100%;
}

.module,
.module_,
#col_right .btn,
.moduletable,
form.search,
form.subscribe,
.module_booknow_gen,
.module_booknow_micro,
.module_booknow_sf {
	margin: 0 0 10px 0;
}

/* 
  inner-most module block.  determines position
  & whitespace surrounding content in module
*/

#col_right .module div div div,
#col_right .module_ div div div {
	width: 230px;
	margin: 0 0 0 0;
	padding: 0px;
}

#col_right .module div div div li,
#col_right .module_ div div div li, 
#col_right .module div div div p,
#col_right .module_ div div div p {
	width: 210px;
	padding: 0 0 8px 0px;
	margin: 2px 0 0 13px;
}

/* for any divs within modules */
.module div div div div,
.module_ div div div div {
	padding: 0;
	margin: 0;
}


.module h3,
.module_ h3 {
	width: 210px;
	padding: 10px 0 0 0;
	margin: 1px 0 6px 13px;
}

.news_single .module h2,
.news_single .module_ h2,
.news_single .module h3,
.news_single .module_ h3 {
	width: 210px;
	padding: 0;
	margin: 11px 0 0 13px;
}

.module_booknow_gen h3,
.module_booknow_micro h3 {
	width: 210px;
	padding: 10px 0 0 0;
	margin: 11px 0 0 13px;
}

.news_single #col_right .module div div div,
.news_single #col_right .module_ div div div {
	padding-top: 5px;
}
.module p,
.module_ p {
	margin: 6px 0;
}

.module input,
.module_ input,
form.search input {
	border: 0 transparent;
	height: 18px;
	padding: 3px 3px 0 3px;
	margin: 0;
	position: absolute;
}

.module .button,
.search button,
.module button {
	background: transparent none;
	border-width: 0px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#btn_contact {
	height: 55px;
}

#btn_donate {
	height: 40px;
}

#btn_faq {
	height: 40px;
}

#btn_join {
	height: 40px;
}

#btn_photos {
	height: 55px;
}

#btn_reserve {
	height: 60px;
}

#btn_volunteer {
	height: 40px;
}

/* ---------------- */

.search {
	height: 40px;
	position: relative;
	width: 230px;
	margin: 0;
	padding: 0;
}

.search label {
	position: absolute;
	left: -9999px;
	display:  none;
	margin: 0;
	padding: 0;
}

#searchword {
	left: 79px!important;;
	bottom: 10px!important;
	width: 132px!important;
}


.search button {
	height: 25px;
	width: 70px;
	background: url(../images/spacer.gif);
	position: absolute;
	bottom: 10px;
	right: 155px;
}



/* ---------------- */
.subscribe {
	height: 107px;
	position: relative;
	width: 230px;
	margin: 0;
	padding: 0;
}

.social {
	position: relative;
	top: 65px;
	left: 10px;
	padding: 65px 10px 0 10px;
	width: 230px;
}

#joinEmail {
	left: 73px!important;;
	bottom: 62px!important;
	width: 104px!important;
}

.subscribe .submit {
	height: 23px;
	width: 35px;
	background: url(../images/spacer.gif);
	position: absolute;
	bottom: 63px;
	right: 5px;
}


/* ---------------- */
/*
#news,
#news div {
	overflow: hidden;
	height: 140px!important;
	padding-bottom: 0 !important;
}

#news_inner {
	height: 140px;
	padding: 0 !important;
	margin: 0 !important;
}
*/

/* -------------------------------------- */
/* TEXT STYLING */

/* main content */

#content_frame {
	line-height: 1.2em;
}

.contentpagetitle,
.componentheading {
	text-transform: uppercase;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

.footer {
	font-size: .8em;
}

/* use image for bullet to have different color from text and to eliminate need for extra <span> inside <li> */
ul li {
	list-style: none;
	background: url(../images/_norcal/list_bullet.gif) no-repeat left .5em;
	margin: 0 0 0 -10px;
	padding: 0 0 0 .6em;
}

/* Navigation */

#nav_primary a.home {
	position: absolute;
	top: -140px;
	width: 120px;
	height: 120px!important;
}

#nav_secondary li,
.menu li {
	background: none;
}

#nav_secondary a:link,
#nav_secondary a:visited {
	color: #437ec4!important;
}

#nav_secondary a:hover {
	color: #ec7c09!important;
}


/* right modules */

#col_right .module,
#col_right .module_ {
	font-size: .9em;
}

.module h3,
.module_ h3 {
	font-size: 1.4em;
	text-transform: uppercase;
}

.module_booknow_gen h3,
.module_booknow_micro h3 {
	font-size: 1.3em;
	text-transform: uppercase;
}

#news_inner h3 {
	text-transform: uppercase;
	visibility: hidden; /* temp */
}

#subscribe h3 {
	text-transform: uppercase;
	font-size: 1em;
}

#subscribe button {
	text-decoration: underline !important;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

.search button {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .045em;
}

a:hover,
.lozenge h2 a {
	text-decoration: none;
}

#logout,
#logout a {
	font-weight: bold;
	text-decoration: none;
}

.booknow_right {
	padding: 0 0 12px 12px;
}

/* -------------------------------------- */
/* BACKGROUNDS AND OTHER EFFECTS, GENERAL */

/* clearing background from various elements */

.module div div div,
.module_ div div div,
.no_bg #content_mid,
.no_bg #content_outer,
.no_bg #content_inner {
	background-image: none;
	background-color: transparent;
}


/* -------------------------------------- */
/* MISC GENERAL */

/* so that content editing forms fit within left column */
#images-page {
	overflow: scroll !important;
}

#content-pane div.tab-row, #images-page {
	margin: 0 !important;
	padding: 0 !important;
}

/* TinyMCE editing area */

iframe.mceEditorIframe,
#mce_editor_0  {
	height: 1200px !important; /* should equal height of editor in admin configuration page */
	width: 500px !important;
	margin-left: 25px !important;
	padding: 0 !important;
	background-color: transparent !important;
}

table.mceEditor {
	width: 550px !important;
	position: relative !important;
	left: -28px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}

.mceToolbarTop {
	text-align: left;
}

/* to hide bottom part of edit form 

#content-pane {
	display: none;
	visibility: hidden;
}
*/


/* -------------------------------------- */
/*                MISC                    */

/* move edit button out of content area and remove space */

.contentitem img,
.infolink {
	position: absolute;
	top: 15px;
	left: 515px
}

div.contentintro img {
	position: relative !important;
	top:0;
	left:0;
}


/*   Login form  */

#login {
	margin-top: 30px;
}

#login .row {
	position: relative;
	margin-bottom: 15px;
}

#com_login_username,
#com_login_password {
	position: absolute;
	left: 110px;
}

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


/*
 * CHANGELOG:
 *
 * v56, 2010-07-13 (kr):
 *   - Changed module padding
 *
 * v55, 2007-05-17 (kr):
 *   - Removed import for dev programs module sheet
 *
 * v54, 2007-05-08 (kr):
 *  - Removed all .ff_wrap to other file
 *
 * v53, 2007-04-29 (kr):
 *  - Support for contact form button
 *
 * v52, 2007-04-20 (kr):
 *   - Fixed bug with button positioning in lozenges (.lozenge was missing position:relateive)
 *
 * v51, 2007-04-20 (kr):
 *   - Fixed alignment issues with .lozenge in IE6Win & IE5 Mac (with box model hack)
 *
 * v50, 2007-04-20 (kr):
 *   - Added support for re-positioned main menu Home button (over logo)
 *
 * v49, 2007-04-17 (kr):
 *   - Added global background properties for .lozenge class
 *   - Added @import for new programs landing module css
 *
 * v48, 2007-04-07 (kr):
 *   - Removed rule for #content_outer div div div div.  Was causing
 *     problems with nested design elements.  Was unnecessary because
 *     content wrapper divs all have id attributes
 *
 * v47, 2007-04-07 (kr):
 *   - Commented out fixed height for news module.  Was causing
 *     chopped bottom in IE7Win
 * v46, 2007-04-02 (kr):
 *   - Corrected errant h2 size for non-lozenge modules in col_left
 *   - Added .clear rule
 *
 * v45, 2007-04-02 (kr):
 *   - Added support for (div.componentheading h1)
 *   - Removed redundant color spec in a rule
 *
 */