/* CSS Resets */
html, body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, img, ol, ul, li,
table, tbody, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
   text-decoration: none;
   color: inherit;
}

/* Colors 
#2A2A28
#283641
#ADAD89
#515756
*/


body, html {
    height: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #2A2A28;
}

h1 {
    margin-top: -40px;
    margin-bottom: 40px;
    font-variant: small-caps;
    font-size: 26px;
}



h2 {
    font-size: 35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #283641;
}


h3 {
    font-family: helvetica;
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 18px;
    margin-top: 20px;
}



#wrap {
    width: 960px;
    margin: 0 auto;
}

#header {
   overflow:hidden;
   background: url('images/header.png') no-repeat, #283641;
}

#header img {
    width: 200px;
    margin: 10px 0 10px 40px;;
    float: left;
    border: 1px solid #E0DCD9;
}

#title {
    width: 578px;
    float: right;
    margin-right: 70px;
}

#title h2 {
	color: #faf7e6;
    margin-top: 230px;
}

#nav {
    clear: both;
    float: left;
    width: 240px;
    overflow:hidden;
    min-height: 650px;
    background: #faf7e6;
    border-right: 3px solid #E0DCD9;
}

#nav a {
    text-align: center;
    display: block;
    padding: 17px 0 17px 0px;
    border-bottom: 1px dashed #E0DCD9;
    font-variant: small-caps;
    font-size: 20px;
}



#nav a.selected:before, #nav a.selected:after {
    content: '\00A0\2666\00A0';
    /*text-decoration: underline;
    color: #faf7e6;
    background: #505655;*/
}

#nav a:hover {
    background: #283641;
    color: #faf7e6;
}

#date {
    background: #faf7e6;
    border: 3px solid #E0DCD9;
    width: 320px;
    border-radius: 14px 0 14px 14px;
    float: right;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: -20px;
}

#main {
    width: 617px;
    float: left;
    padding: 15px 50px;
    
}

a {
   color: #4c6964; 
}

#main p {
    line-height: 1.5;
    padding-bottom: 5px;
}


#main li {
    padding-top: 10px;
}

.program h2 {
	margin-top: 20px;
}

.program table {
	width: 100%;
}

.program td {
	padding: 8px 8px 8px 5px;
	line-height:1.5;
}

.program td:first-child{
	width: 20%;
}

.program td:nth-child(2){
	width: 25%;
}

.hidden {
     display: none;
}
    
.abstract, .program a {
	color:#0066FF;
	cursor:pointer;
}

.abstract:hover, .program a:hover {
	color:#00CC66;
}

td.abstract_body{
	padding: 20px 15px;
	border-top: 1px solid #CCC;
}
.program tr {
	border-left: 2px solid #CCC;
}

.program .alt{
	background: #ECEDEE;
}

.travel p {
	padding-bottom: 15px;
	font-size: .9em;
}

.travel b {
	font-size: 1.1em;
	color: #990000;
}

.travel strong {
	font-weight: bold;
	font-size: 1.1em;
	color: #283641;
}


#footer {
    clear: both;
    border-top: 2px solid #E0DCD9;
    padding: 12px;
}

#footer p {
    float: left;
    margin-right: 30px;
}

#footer li {
    font-style: italic;
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #E0DCD9;
}

.speakers ul {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count:  3;
    
}

.speakers li {
    width: 230px;
}

img.home {
    padding-bottom: 15px;
} 


iframe {
    padding-bottom: 50px;
}

div.row {
    width: 100%;
    border-bottom: 2px solid #CCC;
    overflow:hidden;
    padding: 8px 0;

}

div.row div{
    float: left;
    width: 29%;
    padding: 2%;
}

.title {
    font-size: .9em;
    font-style:italic;
}

.row h3 {
    margin-top: 5px;
    font-size: .9em;
}

.row a {
    color: #0066FF;
    cursor: pointer;
}

.row a:hover {
    color: #00CC66;
}

.row img {
    border: 2px solid white;
    width: 100%;
}

.row img:hover {
    border: 2px solid #0066FF;
}