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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family: Arial, Helvetica, sans-serif;
	 vertical-align: baseline;
     
}

a {
    text-decoration: none;
    c
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
    height: 100%;
}

body {
    background: url('images/background.jpg');
    color: #333232;
    font-size: small;
    line-height: 1.4em;
}

#wrap {
    width: 800px;
    margin: auto;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

#main {
    overflow: auto;
   
}

/* Header Styles */
header {
   height: 165px;
   background:  #fdf8f8;
}

h1 {
    font-size: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 25px;
    background: #8f7c69;
    color: white;
}

h2 {
    font-size: 1.3em;
    padding: 10px 0 3px 0;
}

a {
   color: #6D2527; 
}

em {
   font-style:italic;
}

iframe {
    width: 74%;
    margin-left: 2%;
    float: left;
    
}
/* Navigation Styles */

#navigation {
    font-size: 1.2em;
    color: #3A2C1A;
    width: 100%;
}

#navigation a {
    display: block;
    float: left;
    color:#2C2828;
    width:18%;
    padding: 10px 1% 10px 1%;
    text-align: center;
    box-shadow: inset 1px 0 1px #CCC;
    background: #E1DACC;
}

#navigation li:last-child a{
    border-right: none;
}

#navigation a:hover {
    background: #FFF8ED;
    
}

#navigation a.selected {
    background: #FFF3E5;
    
}

/* Content Styles */
#content {
    clear: both;
    background: white;
}

div.subcontent {
    background: #FFF3E5;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}


/*Registration Styles */
form table {
    border-collapse: separate;
    width: 90%;
    margin: 0 0 15px 0;
    border: 1px solid #E1DACC;
    border-spacing: 1px;
    margin-left: 5%;
    margin-right: 5%;
}

form td {
    padding: 5px 20px 5px 5px;
}

form tr {
    background: #FFF8ED; 
}

form td:first-child {
    width: 250px;
}

form h2 {
    border-bottom: 2px solid #E1DACC;
    width: 90%;
    margin-left: 5%;
}

textarea {
    width: 70%;
    height: 100px;
    
}

input[type=submit] {
    width: 100px;
    border: 1px solid #CCC;
    background: #FFF3E5;
    padding: 8px;
    font-size: 14px;
    cursor:pointer;
    margin-left: 40px;
}

input[type=submit]:hover {
    background: #E1DACC;

}

ul.speakers {
    overflow:hidden;
    float: left;
    width: 40%;
}


.speakers li, div.hotel, div#links, p.wide{
    line-height: 1.2em;
    padding: 5px 0 5px 2%;
    width:44%;
    float: left;
    box-shadow: -1px 1px 5px #CCC;
    background: white;
}

.speakers li {
   margin: 0 5% 2px 5%;
   padding: 8px 0 11px 2%;
   width: 86%;
}

img.speakers {
    width: 57%;
    border: 2px solid #CCC;
}

div.hotel {
    width: 48%;
    padding-bottom: 25px;
    box-shadow: -1px -1px 1px #CCC;
}


div.intro {
    background: white;
    margin: auto;
    width: 80%;
    padding: 10px 5% 10px 5%;
    box-shadow: -1px 1px 5px #CCC;
    overflow:hidden;
}
div.contact {
    background: white;
    margin: 0 0 10px 5%;
    width: 86%;
    padding: 10px 2% 10px 2%;
    box-shadow: -1px 1px 5px #CCC;
    overflow:hidden;
}

p.intro {
    margin: auto;
    padding: 20px 40px 25px 0;
}

div.home { 
    border-top: 25px solid #8f7c69;
    border-bottom: 22px solid #8f7c69;
    padding: 0;
}

.contact h2 {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.contact li {
    padding-left: 15px;
    padding-top: 5px;
}

.contact b {
    font-weight: bold;
}

.contact ul {
    float: left;
    width: 28%;
}

form{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#address{
     float: right;
     box-shadow: -1px 1px 5px #CCC;
     background: white;
     width: 18%;
     margin: 0 2% 0 2%;
     padding: 0 1% 0 1%;
     height: 140px;
}

.speakers b, .hotel b, .intro b{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
}

p.wide {
    width: 96%;
    padding: 10px 2% 10px 2%;
}



#address, #links {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.ui-datepicker-trigger {
    margin-bottom: -4px;
    padding: 1px;
}

.accomodations {
    padding: 0 2% 0 2%;
}

.thanks h1 {
    text-align:center; 
    padding-top: 20px; 
    border-bottom: none;
}

.thanks p {
    padding: 5px 100px;
}

img.poster {
    border: 1px solid #CCC;
    background: white;
    float: left;
    padding: 1px;
    width: 100%;
    
}
/* Footer Styles */
footer {
    height: 90px;
    clear: both;
    background: url('images/footer.png') #302A2A;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF8ED;
}

footer p {
     padding-top: 40px;
}

footer a{
    color: #FFF8ED;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}