@charset "utf-8";

/* CSS file for RCCongress 2010 */
/* Written by Carolyn M. (Cam) Howard */
/* c. 2007-10 */

/*----------Color Scheme----------*/

/* #363; dark green */
/* #390; med green */
/* #3c0; light green */
/* #2b8400; med dark green */
/* #BDDCAD; soft green */


/* #fc6; light orange */
/* #f90; orange */ 
/* #f90; flower center orange */

/* #f03; flower petal red */

/* #dedebe; beige tan */

/* #960; dark brown */




html, body, div, span, h1, h2, h3, h4, h5, h6, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color:#363; /* dark green */
	color:#000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}

/* ----- Structure and layout -----*/

#wrapper {
	width:99%;
	min-width:720px;
	max-width: 960px;
	padding: 0;
	margin: 5px auto;
	background-color:#fff; /* white */
	line-height: 1.5em;
}
#search {
	margin: 0 15px;
	padding: 2px 0 4px 0;
	font-size:80%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#search a {
	color:#666;
	background-color: #fff;
}
#search a:hover {
	color:#f90;
	background-color: #fff;
}
#search input {
	font-size:80%;
	vertical-align: middle;
}
#header {
	margin: 0; 
	padding: 10px 0 0 10px;
	background-color: #FFFFFF; /* white */
} 
#header img {
	margin: 0;
}


/*----------Menu----------*/
/* Technique for dropdown menus learned from http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#menu { /* div containing navigation lists */
	margin: 0;
	padding: 0;
	width: 100%;
	height:1%;
	background-color: #390; /* med green */
}

#navmain, #navmain ul {
	float: left;
	width: 100%;
	list-style-type: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	background-color: #390; /* med green */
	border-bottom: 1px solid #BDDCAD; /* soft green */
	border-left: 1px solid #BDDCAD; /* soft green */
}

#navmain a {
	display: block;
	background-color: #390; /* med green */
    padding: 0.4em 0.6em;
	margin: 0;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	font-size: 85%;
	text-align: left;
	font-variant:small-caps;
}
#navmain a.toplevel {
	text-align: center;
	white-space: nowrap;
	border-bottom:none;
	border-right: 1px solid #BDDCAD; /* soft green */
}

#navmain a.menuarrow {
	background: url(images/menuarrowlight.gif) center right no-repeat;
	background-color: #390; /* med green */
}
#navmain li {
	float: left;
	padding: 0;
	line-height:normal;
	margin-bottom:0;
}

/* hide all sub level menus until hover */
#navmain li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	margin: 0;
	z-index: 100;
}


/* set display for all sub level menus */
#navmain li ul a {
	width: 11em;
	text-align: left;
	border-bottom: 1px solid #BDDCAD; /* soft green */
	background-color: #2b8400; /* med dark green */
}

/* to position sub level menus on the side of the corresponding list item */
#navmain li ul ul {
	margin: -1.7em 0 0 10.25em;  /* top, right, bottom, left */
}

/* hide second and third levels */
#navmain li:hover ul ul, #navmain li:hover ul ul ul, #navmain li.sfhover ul ul, #navmain li.sfhover ul ul ul
{ left: -999em; }

/* reveal second and third levels */
#navmain li:hover ul, #navmain li li:hover ul, #navmain li li li:hover ul, #navmain li.sfhover ul, #navmain li li.sfhover ul, #navmain li li li.sfhover ul
{ left: auto; }

/* prevents WinIE7 from leaving menus stuck open; don't know why */
#navmain li:hover, #navmain li.sfhover
{ background: transparent; }

/* set properties for display of menu on hover */
#navmain li a:hover, #navmain li a.sfhover
{ 	background: #BDDCAD; /* soft green */
	color:#000;}

/* Fix IE5.01 jumping bug from http://www.alistapart.com/articles/horizdropdowns/. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End jumping bug fix */


/*----------Structure Cont.----------*/

#container { 
	padding-left: 10px; /* width of left column, if used */
	padding-right:310px; /* full width of sidebarright (220), plus sidebarright padding (my addition) (20), plus content left and right padding (70), plus wrapper right padding (0), plus content right border (0) */
	clear: left; /* to ensure container clears menu div above it */
}
#containernocolumn {
	padding-left:10px;
	padding-right:10px;
	clear:left;
}
#container .column {
	position: relative;
	float:left;
	margin-top: 10px;
}
#content {
	padding: 20px 50px 10px 20px;
	width: 100%;
	line-height:inherit;
	background-color:#fff;
}
#contentnocolumn {
	padding: 20px 0px 10px 20px;
	width: 95%;
	line-height:inherit;
	background-color:#fff;
}
#rightside300 {
	width:300px;
	margin-left:10px;
	float:right;
}
#flickr {
	margin-top: 20px;
}
#flickrhowto {
	font-size:80%;
}
#twitter {
	background:#336633;
	color:#ffffff;
}
#twitter p,
#twitter h3 {
	color:#fff;
	padding-left: 10px;
	padding-right: 10px;
}
#twitter a { color:#fff; }

#newsblogfeed { 
	padding-top:20px;
	margin-right:20px;
	font-size:90%;
}

#newsblogfeed h3 {
	padding-top:.8em;
	border-top: 1px solid #BDDCAD;
	clear:none;
}
#presentations li a img {
	float:left;
	border:1px solid #000;
	margin-right:10px;
	margin-bottom:20px;
}
#presentations ul {
	padding-left: 0;
}
#presentations ul li {
	clear:both;
	list-style:none;
	padding-top:.8em;
	border-top: 1px solid #2b8400;
}
#presentations ul li ul li {
	clear:none;
	list-style: square;
	margin-left: 30px;
}
#presentations h3 a { text-decoration: none;}
#presentations .workshoptitle { font-weight:normal; font-style:italic;}

#sidebarright {
	width:200px; /* full width of sidebarright column minus sidebarright padding */
	padding: 10px;
	margin-right:-100%;
	line-height:inherit;
	background-color:#fff;
	/* border-left: .5px solid #fc6; light orange */
	/* border-bottom: 0px solid #fc6;  light orange */
}

#sidebarrightflex {
	width:100%;
	padding: 10px;
	margin-left:470px;
	line-height:inherit;
	background-color:#fff;
}

#sidenav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#sidenav li {
	list-style-type:none;
	font-size:80%;
	line-height: 1.5em;
	margin-left: -2.5em;
	padding: 0;
}
	
#footer {
	clear:both;
	width: 100%;
	background-color:#dedebe;
	border-top: 1px solid #fc6; /* light orange */
	border-bottom: 2px solid #000;
	padding: 0;
}
#footer p {
	padding: 0px 20px;
	font-size: .8em; 
}


/* ------ Element selectors ------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: transparent;
	clear: left;
	line-height: 1.25em;
}

h1 { font-size: 1.5em; }

h2 { font-size: 1.25em;
	margin-top: 2em;
	color:#000;
	border-top: 2px dotted #390; /*  med green */
	border-left: 12px solid #390; /*  med green */
	padding: 5px 5px 5px 10px;  }

h2.newsreleasetitle {font-size: 1.15em;}
h2.newsreleasetitle a:link { 
	text-decoration:none;}

h2.newsreleasetitle a:visited { 
	text-decoration:none;}

h2.newsreleasetitle a:hover { 
	text-decoration: underline;}

h3 { font-size: 1.1em;
	margin-top: 1em; }

#speaker h3 { clear:right;}

h4 { font-size: 1.05em;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 1em 0 0 0; } 

#speaker h4 { font-size: 1.05em;
	letter-spacing: 0em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom:-1em;
	padding: 1em 0 0 0;
	clear:right;
	color:#390; } 

p, ol, ul, li, label { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	color: #000000; 
	background-color: transparent; }

abbr, acronym, dfn {font-style: normal;
	border-bottom: thin dotted #666;
	cursor: help;}

acronym {color: #000099;
	cursor: help;}

a:link {color: #000099;
	background-color: transparent; }

a:visited {color: #660099;
	background-color: transparent; }

a:hover {color: #FF0000;
	background-color: transparent; }

a:active {color: #FF0000;
	background-color: transparent; }
	
blockquote {
	padding-left: 1em;
	border-left: 2px solid #fc6; /* light orange */
}
di { margin: 20px 0;}
dt { padding-top:20px;}
dd {margin-top:0; font-size:80%; display:none;}

hr {height: 1px;
	width: 70%; }

/* img {
	margin: 5px 10px;} */

li {
	margin-bottom: 0.5em;}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-style: normal;
	color: #000000; 
	background-color: #ffc;}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 0px 4px;
	background-color: #ffc;
	color: #000; }




/*---------- IDs ----------*/

div#countdown {
	width: 200px;
	font-size: 1.05em;
	padding:10px;
	border: #390 1px solid;
}

div#countdowncal {
	width: 3em;
	float:left;
	background-color:#fc6; /* light orange */
	border-top: #960 1px solid;
	border-right: #960 2px solid;
	border-bottom: #960 2px solid;
	border-left: #960 1px solid;
}

div#countdowncal .calhead {
	color:#fff;
	background-color:#f90; /* flower center orange */
}

div#countdowncal p {
	margin: 0 auto;
	padding:0;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#countdowntxt {
	margin:0 0 0 3.5em;
}

#newsheadlines {
	padding-bottom: 5px;
	margin-top: 20px;
	/*  border-top: 3px dotted #390; med green */
	border-bottom: 3px dotted #390; /*  med green */
}

#newsheadlines p, #newsheadlines li {font-size: 80%;}

#networking p {font-size: 80%;}
#networking a {text-decoration:none;}


/*---------- Forms ----------*/

fieldset { margin: 2em 0 0 0;
	padding-left: 1em;
	border:none;
	border-left:  #fc6 3px solid;}

fieldset p {
	margin-left: 2em;
}
input {}

input:focus, select:focus, textarea:focus {
	background:#ffffcc; }

legend { font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em; }

/* ----- Classes in alphabetical order ----- */

.bold { font-weight: bold; }

.bolditalics {font-weight: bold;
	font-style: italic;
	color: #000000; 
	background-color: transparent;}

.bordertop {
	border-top: 1px solid #960; /* dark brown */
	clear: both;
	padding-top: 1em;
}

.boxoutline {
	background-color:#ffc;
	border: 1px solid #fc6;
	padding: 0 10px;
	margin: 20px 0;}

.caption { font-size:90%;}

.clearall {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}


/* Apply to an element after the last floated element and before the close of the container with floated elements. */
.clearfloat {
  clear: left;
  display: block;
}

.chicagoinfo li li {
	font-size:90%;
	margin-bottom:-.25em;
}

.credit { 
	font-size: 70%;
	text-align:left; }

.creditname { 
	font-size: 75%;
	text-align:left;
	font-weight: bold; }

.floatleft { /* the floated element must precede the element it should be next to on the page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;}
	
.contactinfo {
	margin: 1em 0 2em 0; 
	padding: 0 0 1em 0;
	border-top: 1px solid #fc6; /* light orange */
	clear:both;
}	

.contactinfo p {
	margin-bottom: -1em; 
	margin-left: 2em;
}	

.dateline {
	color: #666;
	font-weight: bold;
	font-size:80%;
	font-variant:small-caps;
}

.directoryabc {
	font-size: 80%;
	padding: 10px 10px 5px 10px;
	margin-top:2em;
	background-color: #dedebe;
	clear:both; }

.extratoppadding {padding-top:1em;}

.floatright { /* the floated element must precede the element it should be next to on the page */
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;}

.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hidden {display: none;}

.highlightbox {
	background-color:#fc6;
	border: 1px solid #f90;
	padding: 0px 10px;}

.initialcap {font-size:150%;
	font-weight:bold;}
	
.indent {margin-left: 2em;}

.indent2 {margin-left: 6em;}

.indent3 {margin-left: 10em;}

.indent4 {margin-left: 14em;}

a.isbn {text-decoration:none;
	color:#000;}
	
.italics {font-style: italic;}

.kicker {
	font-style: italic;
	background-color: #dedebe;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
}
.listhead {
	font-weight: bold;
	margin-bottom:-1em;
}
.mediacontacthead {
	border-top: 1px solid #960; /* dark brown */
	clear: both;
	padding-top: 1em;
}

.mediashare { 
	float:right;
	clear:left;
	padding: 10px auto;
	margin-bottom:20px;
	margin-left:20px;
	width:250px;
	font-size: 80%;
	border: 1px solid #BDDCAD;
}

.mediashare p {
	margin: 10px;}

.nobr {white-space: nowrap; }

.plenary {
	font-weight: bold;
	margin-bottom: -1em; }

.pixboxleft { 
	float: left;
	margin: 12px 20px 8px 0;
	padding: 10px 5px;
	width:220px;
	font-size: 80%;
	background-color: #dedebe; }

.pixboxright { float: right;
	margin: 12px 0 8px 20px;
	padding: 10px 5px;
	width:220px;
	font-size: 80%;
	background-color: #dedebe; }

.pixboxright p, .pixboxleft p {
	margin: 0 10px 10px 10px;}

.pixboxright h3, .pixboxleft h3 {
	margin: 0 10px 10px 10px;}

.pixboxspeaker { 
	float: left;
	margin: 12px 20px 12px 0;
	padding: 10px 5px;
	width:95px;
	height: 13em;
	font-size: 80%;
	text-align:center; }

.pixboxplangrp { 
	float: left;
	margin: 12px 20px 15px 0;
	padding: 10px 5px;
	width:95px;
	height: 15em;
	font-size: 80%;
	text-align:center; }

.pullquote {
	float: left;
	margin: 12px 20px 8px 0;
	padding: 10px 5px;
	width:220px;
}

.pullquote blockquote {
	font-size:110%;
	margin:0;
}

.pullquote blockquote p.quote {
	color:#f03;
	font-weight:bold;
}

.pullquote blockquote p.credit {
	color:#f03;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}

.required {font-weight: bold;
	color: #CC0000; 
	background-color: transparent;}

.scheduletable { 
	width:98%;
	margin:0px 0px 30px 0px; }

.scheduletable caption { 
	background-color: #fc6; /* light orange */ 
	text-align: left;
	font-weight: bold;
	padding: 5px 10px 5px 10px; }

.scheduletable th { 
	font-size: 80%; 
	border-bottom: 2px solid #f90; /* orange */ 
	padding: 5px 10px 5px 10px; }

.scheduletable td {
	font-size: 80%; 
	border-bottom: 2px solid #f90; /* orange */ 
	padding: 0px 10px 0px 10px; }

.singlespace {
	margin-bottom: -1em; }

.small { font-size: 80%;
	background-color: transparent; }

.smallcenter { font-size: 85%;
	font-weight: normal;
	text-align: center;
	background-color: transparent; }

.smallindent {font-size: 80%;
	margin-left: 2em;}

.smallindent2 {font-size: 80%;
	margin-left: 6em;}

.smallindentright {font-size: 80%;
	margin-right: 2em;}

.smallitalics {font-size: 80%;
	font-style: italic; }

.spkrtitle { font-size: 1.08em;
	font-weight: bold;
	margin-top: 1em; }

.spkrwkshphdng { font-size: 1.08em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: -1em;  }

.spkrwkshptitle {font-size: 1.08em;
	font-weight: bold;
	font-style: italic;
	margin-left: 200px; }

.tabnav {
	font-size:80%;
	background-color: #D2DFC8;
	padding: .5em 0;
	margin-bottom:0;
	width:98%;
}

.tabnav a {
	text-decoration: none;
	color:#363;
	border-right: 1px solid #363;
	padding: .5em 1em;
}

.tabnav a:hover {
	background-color: #bddcad;
	color: #000;
}

.tabnav a.selected {
	background-color: #bddcad;
	color: #000;
	white-space:nowrap;
}

.tabnav a.noshow { 
	padding:.5em 0;
	margin:0;
}

.titlepub {font-style: italic;}
	
.twtr-hd h3,
.twtr-hd h4 {clear:none;}

/* ----- Sortable tables ----- */
/* --- adapted from http://www.kryogenix.org/code/browser/sorttable/ --- */

table.sortable span.sortarrow {
	color: black;
	text-decoration: none; }

table.sortable a.sortheader {
	color:#000000;
	text-decoration: none;
	display: block; }
	
table.sortable { 
	margin:0px 0px 30px 0px;}

.sortable caption { 
	background-color: #fc6; /* light orange */ 
	text-align: left;
	font-weight: bold;
	padding: 5px 10px 5px 10px; }

.sortable th { 
	font-size: 80%; 
	border-bottom: 2px solid #f90; /* orange */ 
	padding: 5px 10px 5px 10px;
	cursor:pointer; }

.sortable td {
	font-size: 80%; 
	border-bottom: 2px solid #f90; /* orange */ 
	padding: 0px 10px 0px 10px; }


/* ----- workshops tables ----- */

.workshoptitle {font-weight: bold;}

#workshops img,
#presentationlinks img {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

#workshops p,
#presentationlinks p {
	clear:left;
}

#presentationlinks caption { 
	background-color: #fc6; /* light orange */ 
	text-align: left;
	font-weight: normal;
	font-size:80%;
	padding: 5px 10px 5px 10px; 
}

.multispkrs ul {
	display:inline;
}
.multispkrs li img {
	float:none;
}
.multispkrs li a {
	text-decoration:none;
}
.multispkrs li {
	float:left;
	list-style:none;
	width:85px;
}

/* ----- formval.css ----- */

.info {
	color: #666666; 
	font-size: 80%;
	background-color: transparent;}

.warn {
	color: #003399;
	font-size: 80%;
	background-color: transparent;
	font-weight: bold;}

.error {
	color: #c33;
	font-size: 80%;
	background-color: transparent;
	font-weight: bold;}

	
/* External Links */

#content a[href ^="http://"], 
#content a[href ^="https://"], 
#presentations a[href ^="http://"],
#presentations a[href ^="https://"]
{
	padding-right: 14px;
	background: transparent url(http://www.rccongress2010.org/images/external.gif) no-repeat center right;
}

#content a[href *="rccongress2010.org"],
#content a[href *="rccongress2010.net"], 
#presentations a[href *="rccongress2010.org"],
#presentations a[href *="rccongress2010.net"],
.pixboxright a[href *="rccongress2010.org"],
.pixboxright a[href ^="http://"], 
.pixboxright a[href ^="https://"]
{
	padding-right: 0;
	background: none;
}
#content a[href $='.pdf'],
#presentations a[href $='.pdf']
{ 
   padding-right: 18px;
   background: transparent url(http://www.rccongress2010.org/images/pdficon.gif) no-repeat bottom right;
}


