@charset "UTF-8";
/* CSS Document */

/* 
     ****************************************************************
     *                                                              *
     *     Web design and development copyright 2007                *
     *     Lynn Cummings                                            *
     *     www.lynncummings.com                                     *
     *                                                              *   
     ****************************************************************
*/

/* top elements */
* {
	background-image: none;
}

body {
	margin: 0;
	padding: 0;
	/*color: #6F6F6F;*/
	text-align: left;
	background-color: #a4b6c8;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

/* links */
a {
	color: #CC3300;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	/*color: #628db2;*/
} 
h2 {
	font-size: 1.5em;
	/*color: #6F6F6F;*/
}
h3 {
	font-size: 1.5em;
	/*color: #8999AC;*/
}
h4 {
	font-size: 1em;
}

p, h1, h2 {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 14px;
	margin-left: 15px;
}

p, h3 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 15px;
}

p, h4 {
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
	color: #000;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #628DB2;
}
ul span, ol span {
	color: #666666; 
}


/* images */
img {
	border: none;
}
img.border {  /* adds a border to non-floating images */
	border: 1px solid #628DB2;
}
img.float-right {
    margin: 5px 0px 5px 15px;
	border: 1px solid #628DB2;
}
img.float-left {
    margin: 5px 15px 5px 0px;
	border: 1px solid #628DB2;
}
img.float-right_borderless {
    margin: 5px 0px 4px 15px;
	border: none;
	float: right;
}
img.float-left_borderless {
    margin: 5px 15px 4px 0px;
	border: none;
	float: left;
}
/* prevents linked images from displaying a border */
a img {
	border: none
}
a:hover img {
	border: none
}
a img.border {
	border: 1px solid #CC3300;
}
a:hover img.border {
	border: 1px solid #71a2cc !important; /* IE fix*/
	border: 2px solid #71a2cc;
}
/* bottom nav arrows */
img.arrows {
	margin: 10px 15px 0 0;
	border: none
}

/* alignment classes */
.float-left  { 
	float: left;
}
.float-right {	
	float: right;
}
.align-left  {  
	text-align: left;
}
.align-right { 
	text-align: right;
}

/* code */
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
    background: #fafafa;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #A4B6C8;
}

/* acronym */
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #fafafa;
	color: #628DB2;
	font-family: Georgia, 'Bookman Old Style', Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #A4B6C8;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #fafafa; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #628DB2;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #5C9EE1;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #fafafa;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* table styles */
table {
	border-collapse:collapse;
	border:1px solid #ccd8e3;
	margin-left:15px;
}
tbody tr {
	background: #f4f7f9;
}
tbody tr.odd {
	background: #fff8eb;
}
tbody tr.white {
	background: #ffffff;
}

tbody th,td {
	line-height: 1.4em;
	color: #A4B6C8;
	padding: 10px 7px;
	border-top: 1px solid #ccd8e3;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}


/***********************
	  LAYOUT
************************/

#wrapper {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(/images/topbluegradient.jpg);
	background-repeat: repeat-x;
	background-position: left 200px;
}

#content-wrapper {
	clear: both;
	margin: 0; padding: 0;	
	background: transparent;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(/images/headerbg.gif) repeat-x 0% 100%;	
}
#header form.searchform {
	position: absolute;
	top: -992px;
	right: -23px;
}

/* top right menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -42px;
	bottom: -4963px !important;
	bottom: 2px;
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#header li {
    display:inline;
    margin:0; padding:0;
}
#header a {
    float:left;
    background: url(/images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#header a span {
    float:left;
    display:block;
    background: url(/images/tabright.gif) no-repeat right top;
    padding:6px 15px 3px 8px;
    color: #333;
}

/* left column */
#leftcol {
	float: left;
	width: 23%;
	display: inline;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 20px;
}

/* left column | main navigation */
#leftcol ul.sidemenu {
	list-style:none;
	margin: 8px 0 10px 15px;
	padding:0;		
}
#leftcol ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

/* navigation links */
#leftcol ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	min-height:18px;
	background-color: #E5EDF2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A4B6C8;
}

* html body #leftcol ul.sidemenu a { height: 18px; }

/* nav hover and nav current page id */
#leftcol ul.sidemenu a:hover, body#index #t-index a, body#calendar #t-calendar a, body#gallery #t-gallery a, body#conferences #t-conferences a, body#firenet #t-firenet a, body#board #t-board a, body#presenter #t-presenter a, body#exhibitlist #t-exhibitlist a, body#featured #t-featured a, body#green #t-green a, body#panels #t-panels a, body#scholarships #t-scholarships a, body#links #t-links a, body#contact #t-contact a, body#membership #t-membership a, body#position #t-position a, body#documents #t-documents a, body#newsletter #t-newsletter a, body#spokane2010 #t-spokane2010 a, body#missoula2011 #t-missoula2011 a, body#hotel #t-hotel a, body#cfp #t-cfp a, body#registration #t-registration a, body#workshops #t-workshops a, body#funrun #t-funrun a, body#exhibit #t-exhibit a, body#sponsor #t-sponsor a, body#sponsorlist #t-sponsorlist a,
body#magazine #t-magazine a, body#journal #t-journal a, body#books #t-books a, body#subscribe #t-subscribe a, body#sitemap #t-sitemap a, body#about #t-about a, body#about2011 #t-about2011 a, body#mission #t-mission a, body#proceedings #t-proceedings a, body#speakers #t-speakers a, body#program #t-program a, body#becomesponsor #t-becomesponsor a,
body#weab #t-weab a, body#weab-board #t-weab-board a, body#weab-prop #t-weab-prop a, body#weab-manu #t-weab-manu a, body#weab-cal #t-weab-cal a, body#weab-survey #t-weab-survey a, body#weab-news #t-weab-news a, body#partners #t-partners a, body#cecredit #t-cecredit a, body#weab-contact #t-weab-contact a, body#weab-membership #t-weab-membership a, body#ijwf #t-ijwf a, body#webinars #t-webinars a, body#postcon #t-postcon a, body#jobbank #t-jobbank a, body#awards #t-awards a {
	padding:2px 5px 2px 10px;
	color: #CC3300;
	border-left:4px solid #CC3300;
	background-color: #edf5fa;
	}
	
/* main content column on index page */
#main {
	float: left;
	margin-left: 13px;
	width: 52%;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
}

/* main content column on 2-column pages */
#main_inside {
	float: left;
	margin-left: 22px;
	width: 70%;
	margin-bottom: 25px;
	padding: 0;
	margin-top: 8px;
}

/* main content column for books page - wider layout to accomodate amazon a store */
#main_books {
	float: left;
	margin-left: 2px;
	width: 76%;
	margin-bottom: 25px;
	padding: 0;
	margin-top: 8px;
}

/* printer-friendly footer */
#print-footer {
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	font-size: 95%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	background-image: url(/images/printer.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#print-footer p {
	padding-left: 10px; margin: 0 10px 0 5px;
}

/* right column */
#rightcol {
	float: right;
	width: 21%;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: small;
}

/* right column | secondary navigation */
#rightcol ul.sidemenu {
	list-style:none;
	margin: 8px 0 10px 15px;
	padding:0;		
}
#rightcol ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

/* navigation links */
#rightcol ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	min-height:18px;
	background-color: #faefe1;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EEC5AB;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
/* nav hover */
#rightcol ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #CC3300;
	border-left:4px solid #CC3300;
	background-color: #FFF8EB;
	}
	
/** PRIMARY NAVIGATION: TO INDICATE CURRENT PAGE */
#rightcol #current {
	color:#CC3300;
	background-color: #FFF8EB;
  }
  
#rightcol #current a {
	color:#CC3300;
	background-color: #FFF8EB;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC3300;
  }
  
#rightcol #current a:hover {
	color:#CC3300;
  }

/* footer */
#footer {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	font-size: 95%;
	background-color: #c74624;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #71a2cc;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}
#footer_shadow {
	height: 25px;
	background-image: url(/images/bluedropshadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a4b6c8;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover span {
	color:#FFF;
}
#header a:hover {
    background-position:0% -42px;
}
#header a:hover span {
    background-position:100% -42px;
}
#header #current a {
    background-position:0% -42px;
    color: #FFF;
}
#header #current a span {
    background-position:100% -42px;
    color: #FFF;
}

#cmenu li {
	font-size: 1.3em;
}

.closed {
	list-style-image: url('/images/plus_symbol.png');
}

.open {
	list-style-image: url('/images/minus_symbol.png');
}

#cmenu ul li{
	list-style-image: none;
	font-size: 0.8em;
}

/* additional classes */
.clear { 
	clear: both;
}
.red {	 
	color: #CC3300;
}
.blue {	 
	color: #71a2cc;
}
.dk_blue {
	color: #336699;
}
.dk_gray {
	color: #444444;
}
.author {
	margin: -15px 0 0 15px;
	font-style: italic;
}
.small {	 
	font-size: 95%;
}

#slideshow, #slideshowSpokane {
	position: relative;
	margin-left: 15px;
	width: 135px;
	height: 88px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img, #slideshowSpokane {
	position: absolute;
	left: 0;
	top: 0;
	width: 135px;
	height: 88px;
}#postcon #wrapper #content-wrapper #main p strong {
	color: #F00;
}
#postcon #wrapper #content-wrapper #main h3 strong {
	color: #F00;
}
#workshops #wrapper #content-wrapper #main p strong {
	color: #F00;
}
#phoenix #wrapper #content-wrapper #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab p {
	font-family: Arial, Helvetica, sans-serif;
}
#phoenix #wrapper #content-wrapper .button {
	font-size: 12em;
}
#phoenix #wrapper #content-wrapper #main p {
	color: #F00;
}
#phoenix #wrapper #content-wrapper #main p {
	color: #000;
}
#phoenix #wrapper #main p {
	color: #F00;
}
#phoenix #wrapper #main p {
	color: #000;
}
#phoenix #content-wrapper #main ul li p strong {
	color: #F00;
}
#becomesponsor #content-wrapper #main table tr td p a strong {
	color: #000;
}
#Presenter #content-wrapper #main p strong {
	color: #000;
}
#Presenter #content-wrapper #main p {
	color: #000;
}

