/* @import url("/css/reset.css"); */

body {
    margin:0;
    padding:0;
    background:#92c3d8 url(../images/bg-body.jpg) repeat-x 0 36px;
    font:13pt "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4em;
    color:#444; /* #3a4652; */
    min-width:960px;
}

ol{
    list-style-type:none;
}

ol, ul{
    clear:left;
    margin-top:0;
    padding-top:0;
}

ol li,ul li{
    padding:0;
    margin:0 auto 6px 0;
}

#designy-bg{
    background:transparent url(../images/designy-bg.4.png) bottom right no-repeat;
    position:fixed;
    bottom:0;
    right:0;
    z-index:-100;
    height:514px;
    width:976px;
}

h1 {
    color:#3a4652;
}

h2{
    font-size:14pt;
    font-weight:bold;
    color:#3A4652;
    margin-bottom:5px;
    padding-bottom:0;
}

img { border-style:none; }

a {
  text-decoration:underline;
  color:#444; /*#92c3d8;*/
}

a:hover {
    text-decoration:underline; 
}


input, textarea, select { vertical-align:middle;}

form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}

.hidden{
    position:absolute;
    top:0;
    left:-9999em;
}

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

#header{
    height:100px;
}

#date a{
    color:#ddd;
}

#header-top{
    background-color:#000;
    height:50px;
    border-bottom:2px solid #3a4652;
}

#header-bottom{
    margin-top:20px;
    height:30px;
    text-align:center;
}

#header-bottom ul{
    list-style-type:none;
    margin:0 auto;
    width:960px;
    padding:0;
}

#header-bottom ul li, #footer ul li{
    float:left;
    width:auto;
    margin:0 8px 0 8px;
    min-width:101px;
    padding-top:10px;
}




.fancy{
    
}

a.nav-link, a.nav-link:visited{
    font-size:14pt;
    font-family: "Verdana";
    letter-spacing:-1px;
    color:#3a4652;
}


.realbig{
    font-size:24pt;
    font-weight:bold;
    line-height:1.2em;
    font-family: "Georgia";
    letter-spacing:-1px;
}

#name{
    float:left;
    width:auto;
    height:50px;
}

#name h1{
    margin-top:10px;
    margin-left:10px;
    color:#fff;
}

#name h1 a{
    color:#fff;
}

#date{
    float:left;
    width:auto;
    min-width:450px;
    margin-top:15px;    
    margin-left:40px;
    color:#ddd;
}

#breakout{
    width:920px;
    min-height:150px;
    margin:30px auto 0 auto;
    padding:20px;
    background-color:#fff;
    background:#fcfcfc;
    border:1px solid #ccc;
    -moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 4px 4px 6px #3a4652;
    -webkit-box-shadow: 4px 4px 6px #3a4652;
    box-shadow: 4px 4px 6px #3a4652;
    background:#fff url(../images/item_back.gif) repeat-x 0 0;
}

#content{
    width:900px;
    margin:30px auto 0 auto;
    padding:20px 40px 20px 20px;
    background-color:#fff;
    border:1px solid #ccc;
    -moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 4px 4px 6px #3a4652;
    -webkit-box-shadow: 4px 4px 6px #3a4652;
    box-shadow: 4px 4px 6px #3a4652;
}

.about, .presentations, .agenda, .sponsors, .speakers, .directions{
    min-height:600px;
} 

div#content-left-full{
    
}

div#content-left{
    
}

div#content-sidebar{
    
}

div.page-title{
    /* margin:-40px 10px 10px -30px; */
    margin:0px 20px 10px 0;
    padding:12px 20px 8px 20px;
    background:#efefef;
    float:left;
    width:auto;
    font-size:20pt;
    color:#3a4652;
    border:1px solid #fff;
    -moz-border-radius: 999px;
	-khtml-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	-moz-box-shadow: 2px 2px 3px #ddd;
    -webkit-box-shadow: 2px 2px 3px #ddd;
    box-shadow: 2px 2px 3px #ddd;
    text-shadow: #eee 20px -12px 2px;
}

#footer{
    margin:10px auto 20px auto;
    text-align:center;
    color:#212121;
    width:960px;
}

#footer ul{
    list-style-type:none;
    width:auto;
    padding:0;
    float:right;

}

#footer ul li{
    padding:0;
    margin:10px auto 6px 0;
}

#footer ul li a{
    color:#414141;
    text-decoration:none;
    font-size:.9em;
}

#breakout-left{
    float:left;
    width:400px;
    margin:-10px 30px 0 -10px;
}

#breakout-right{
    float:left;
    width:460px;
    color:#333;
    font-size:14pt;
    margin-top:20px;
    text-align:center;
}

#home-breakout-left{
    float:left;
    width:250px;
    margin:-5px 30px 0 30px;
    text-align:center;
    font-size:1.5em;
}

#home-breakout-right{
    float:left;
    width:580px;
    color:#333;
    font-size:13pt;
    margin-top:0px;
    text-align:center;
}

#breakout-right p{
    padding:0;
    margin:0 0 10px 0;
    color:#333;
}

#volunteer-text h1{
    font-size:18pt;
    font-weight:bold;
}

.big-link{
    font-size:18pt;
    text-transform:uppercase;
}

p.tight-para{
    padding:0 10px;
    margin:0 40px 20px 20px;
}

h5.tight-para {
    font-size:14pt;
    color:#3a4652;
    padding:0;
    margin:0 0 0 0;
    font-weight:bold;
}

#dir-map{
    height:350px;
    width:100%;
    border:2px solid #92c3d8;
    padding:2px;
    margin:40px 0 0 0;
}

#dir-map-footer{
    text-align:right;
    margin:2px 0;
    padding:0;
    font-size:11px;
}

div.the-talks{
    
}

div.a-talk{
    display:none;
}

div.old-a-talk{
    background:#fff url(../images/item_back.gif) repeat-x 0 0;
    text-align:left;
    padding:0 30px 10px 30px;
    border:1px solid #ccc;/* #92c3d8; */
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #ddd;
    -webkit-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 3px 3px 5px #ddd;
    min-height:120px;
    margin:10px 2% 20px 0;
    font-size:12pt;
    color:#444;
    width:78%;
    float:left;
    clear:right;
}

div.a-talk h2{
    font-size:14pt;
    font-weight:bold;
    color:#3A4652;
    margin-bottom:5px;
    padding-bottom:0;
}

div.swag, div.bio{
    background:#fff url(../images/item_back.gif) repeat-x 0 0;
    text-align:left;
    padding:0 30px 10px 30px;
    border:1px solid #ccc;/* #92c3d8; */
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #ddd;
    -webkit-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 3px 3px 5px #ddd;
    min-height:120px;
    margin:10px 30px 20px 30px;
    font-size:12pt;
    color:#444;
}

div.swag h2, div.bio h2{
    font-size:14pt;
    font-weight:bold;
    color:#3A4652;
    margin-bottom:5px;
    padding-bottom:0;
}

div.swag p, div.bio p {
    margin:0 10px 20px 10px;
}

span.update{
    color:#cd4827;
    font-weight:bold;
    text-decoration:underline;
    font-size:1.3em;
    font-variant:small-caps;
}

div.swag ol{
    float:left;
    clear:right;
    width:600px;
    margin-left:5px;
    padding-left:0;
}

div.swag-img{
    float:left;
    padding:2px;
    border:1px solid #ccc;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #92c3d8;
    -webkit-box-shadow: 3px 3px 5px #92c3d8;
    box-shadow: 3px 3px 5px #92c3d8;
    margin:0 15px 10px 0;
    height:auto;
    width:100px;
    height:100px;
    overflow:hidden;
}

div.bio .bio-img {
    float:left;
    padding:2px;
    border:1px solid #ccc;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #92c3d8;
    -webkit-box-shadow: 3px 3px 5px #92c3d8;
    box-shadow: 3px 3px 5px #92c3d8;
    margin:0 15px 10px 0;
    height:auto;
    width:150px;
}

p.forthcoming{
    text-align:center;
    font-size:16pt;
    font-weight:bold;
    font-variant:bold;
    color:#3A4652;
}

img.img-righty{
    float:right;
    padding:2px;
    border:1px solid #ccc;
    width:400px;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #92c3d8;
    -webkit-box-shadow: 3px 3px 5px #92c3d8;
    box-shadow: 3px 3px 5px #92c3d8;
    margin-bottom:15px;
    margin-left:15px;
}

div.float-righty{
    float:right;
    padding:2px;
    width:400px;
    margin-bottom:15px;
    margin-left:15px;
    margin-top:15px;
    clear:left;
}

div.img-caption{
    font-size:10px;
    text-align:center;
    color:#888;
}

div#presenting-sponsors{
/*    padding:0 0 20px 0;*/
}

div.the-sponsors{
    padding:0 0 20px 0;
    text-align:center;
    min-height:100px;
    clear:both;
}

div.tall-sponsor-fix{
    width:440px;
    margin:0;
    padding:0;
    float:left;
    text-align:center;    
    font-size:12pt;
    color:#555;
    min-height:200px;
    overflow:hidden;
}

div.a-sponsor{
    width:410px;
    margin:10px 20px 20px 10px;
    padding:5px 0;
    float:left;
    text-align:center;    
    border:1px solid #ddd;
    font-size:12pt;
    color:#555;
    min-height:150px;
    overflow:hidden;
    background:#fff url(../images/item_back.gif) repeat-x 0 0;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
/*    border-radius: 4px;*/
/*    -moz-box-shadow: 3px 3px 5px #eee;*/
/*    -webkit-box-shadow: 3px 3px 5px #eee;*/
/*    box-shadow: 3px 3px 5px #eee;*/
    
}

div.a-sponsor-name{
    color:#666;
    font-size:13pt;
    line-height:1.2em;
    text-align:center;
    margin:0;
    padding:4px 0;
    /*background:#fff url(../images/white-grad.png) repeat-x 0 0;*/
    height:30px;
}

div.a-sponsor-name a{
    color:#333;
    text-decoration:none;
}

div.a-sponsor-name a:hover{
    text-decoration:underline;
}

div.a-sponsor-img{
    
    margin-bottom:10px;
}

div.talk-presenter{
    margin:5px 0 5px 10px;
    font-size:.9em;
    color:#777;
}

.time-slot{
    float:left;
    width:15%;
    padding:10px 0;
    margin:0 5% 0 0;
}

#presentation-table-wrapper{
    padding:5px;
}

#presentation-table{
    width:90%;
    margin:0 auto;
    padding:0;
    /* border:1px solid #ddd; */
    font-size:12pt;
}

#presentation-table .odd
{
	background: #daedf3; 
}

#presentation-table .even
{
	background: #f8f8f8; 
}

#presentation-table th{
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px 8px 0 8px;
}

#presentation-table th{
    vertical-align:middle;
    text-align:center;
}

#presentation-table td{  
    text-align:left;
    padding:8px;
    font-size:.9em;
    color:#666;
    text-align:center;
    line-height:1.2em;
}

#zpresentation-table td{
  width:30%;
}

#presentation-table .time-col{
    width:10%!important;
    color:#212121;
    text-align:center;
    font-size:11px;
}

#presentation-table strong{
  color:#212121!important;
}

#presentation-table .talk-col{
    /*width:40%;*/
}

.ui-dialog{
    -moz-box-shadow: 8px 8px 8px #888;
    -webkit-box-shadow: 8px 8px 8px #888;
    box-shadow: 8px 8px 8px #888;
}

.c6{
    margin:10px 0 5px 0;
    padding:0;
    font-weight:bold;
    font-size:1.2em;
}

div#photo-thumbs{
    margin-left:60px;
}

div.photo-thumb{
    width:100px;
    height:100px;
    float:left;
    margin:10px 20px 20px 10px;
    text-align:center;
    font-size:12pt;
}

div.photo-thumb img{
    width:100px;
    padding:2px;
}

img#current-img{
    padding:3px;
    border:1px solid #ddd;
    color:#555;
    background:#fff url(../images/item_back.gif) repeat-x 0 0;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 5px #eee;
    -webkit-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
}

.showing-img{

    border:1px solid #ccc;
    background:#f0f0f0; /*  url(../images/item_back.gif) repeat-x 0 0 */
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 5px #eee;
    -webkit-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
}

.footnoter{
  font-size:11pt;
  line-height:13.2pt;
  color:#888;
}

.sign-up-link{
  margin:10px 0 10px 0;
}

.current-year,
.archive-year{
  color:orange!important;
  
}

#home-link{
 min-width:80px!important;
 width:80px!important; 
}

#about-link{
 min-width:80px!important;
 width:80px!important; 
}

#directions-link{
 min-width:100px!important;
 width:100px!important; 
}

#attend-link{
 min-width:80px!important;
 width:80px!important; 
}

#sponsor-link{
 min-width:100px!important;
 width:100px!important; 
}

#year2010-link{

 float:right!important;
}
