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


body {
  background-color: #000;
  background-image: url("../images/background.png");
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
  font-family: Helvetica, Arial, sans-serif;
}
p {
  font-size: 14px;
  line-height: 20px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 0 0 20px 0;
  color: #000;
}
p.trailing {
  padding: 0 30px;
}

a {
  color: #f00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  width: 1001px;
  height: 336px;
  background-image: url("../images/boh_header_2011.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-bottom: 70px;
}
h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.5px;
  background-color: #000;
  padding: 10px 30px;
  width: 900px;
  margin: 24px 0 0 0;
  clear: both;
}
h3 {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 22px;
}
table {
  width: 98%;
  float: left;
  margin: 35px 0px 35px 0px;
}
td {
  border: solid 1px #CCCCCC;
  color: #4d4d4d;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
hr {
  clear: both;
  border: solid 1px #000;
}
input {
  margin: 8px auto;
}

#main_container {
  width: 960px;
  margin: 0px auto;
}
#tab_container {
  position: absolute;
  top: 350px;
  width: 960px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 10px #000;
  -moz-box-shadow: 0 3px 10px #000;
}
#tab_container a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.25px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  padding: 4px 16px;
  position: relative;
  display: inline-block;
}
#important-stuff {
	width: 130px;
  	position: fixed;
	z-index: 3000;
  	left: 0px;
  	top: 150px;
  	padding: 12px;
	border: double 3px #f00;
	border-left: 0;
  	background-color: #FFC8AA;
	line-height: 19px;
	-webkit-box-shadow: 0 3px 10px #000;
  	-moz-box-shadow: 0 3px 10px #000;
}
#important-stuff a {
	font-weight: bold;
}
.back_to_top {
  color: #ffd700;
  font-size: 14px;
  line-height: normal;
  float: right;
  cursor: hand;
  cursor: pointer;
  margin: -30px 30px 0 0;
}
.back_to_top:hover {
	color: #ff4923;
}

.section {
	background-color: #ffc8aa;
	-webkit-box-shadow: 0 5px 10px #000;
	-moz-box-shadow: 0 5px 10px #000;
	padding: 20px 30px;
}

.section p:last-child {
	padding: 0;
}

#about_container {
  
}
#form-container, #form-message {
  width: 324px;
  background-color: #3f0000;
  border: double 4px #ff4923;
  padding: 15px;
  text-align: center;
  margin-right: 30px;
  float: left;
  -webkit-box-shadow: inset 0 0 25px #000000;
  -moz-box-shadow: inset 0 0 25px #000000;
  position: relative;
  z-index: 100;
}
#form-container h3 {
	color: #fff;
  padding: 10px 0px;
}
#form-container p {
	color: #fff;
	margin-top: 6px;
	padding: 0;
}
#about_container #about_text_container {
  width: 570px;
  margin-right: 30px;
  float: left;
}

.text_field {
  width: 300px;
  height: 24px;
  padding-left: 10px;
  margin: 6px 0;
  font-size: 16px;
  color: #000;
  background-color: #ffd700;
  border: 0;
  border-bottom: solid 4px #ff4923;	
}

#form-container textarea {
	width: 311px;
	height: 60px;
	margin: 6px 0;
	background-color: #ffd700;
	border: 0;
	border-bottom: solid 4px #ff4923;
}

#form-container .text_field:focus, #form-container textarea:focus {
	background-color: #fff;
}

#submit_button {
  color: #fff;
  text-shadow: -1px -1px 0 #7f0000;
  background-color: #000;
  font-size: 20px;
  padding: 4px 40px;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: hand;
  cursor: pointer;
  background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#ff4923), to(#7f0000));
	background: -moz-linear-gradient(top,  #ff4923,  #7f0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4923', endColorstr='#7f0000');
	border-top: solid 1px #ff9999;
	border-bottom: solid 1px #0f0000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	-moz-box-shadow: inset 0 0 5px #000000;
}
#submit_button:hover {
	background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#f00), to(#7f0000));
	background: -moz-linear-gradient(top,  #f00,  #7f0000);
}
#submit_button:active {
	color: #f99;
	text-shadow: -1px -1px 0 #0f0000;
	background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#7f0000), to(#a00));
	background: -moz-linear-gradient(top,  #7f0000,  #a00);
	border-top: solid 1px #0f0000;
}

#form-message {
  color: #63C;
}

#bohconf_2010_gallery {
	padding-bottom: 10px;
}

#promotional_materials {
	border-top: dashed 1px #000;
	padding-top: 10px;
}

.sessions h3 {
	border-top: dashed 1px #000;
	padding: 10px 0 0 0;
}
.sessions h3:first-child {
	border: 0;
	padding: 0;
}
.sessions p {
	padding: 10px 0;
}

#icon_container {
  text-align: center;
}
.media_icons {
  padding: 15px 19px 30px 19px;
}
#copyright {
	color: #fff;
  text-align: right;
  vertical-align: middle;
  height: 25px;
  margin-top: 20px;
}
#copyright a {
        vertical-align: middle;
}
#mobile-toggle {
  text-align: center;
}
#smartlogic {
  vertical-align: middle;
  margin-top: -8px;
}

#bohconf_2010_gallery {
	width: 290px;
	float: right;
}

.gallery {
  text-align: center;
}
.gallery li {
  padding: 8px;
  display: inline-block;
}

.gallery img {
	border: solid 2px #000;
	padding: 1px;
}

.color {
  background-color: #cef;
}
.popup {
  display: none;
  width: 300px;
  background-color: #CF9;
  border: solid 3px #6C6;
  padding: 10px 16px 16px 16px;
  position: absolute;
  margin-left: 250px;
  margin-top: -50px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.clear {
  clear:both;
  height: 1px;
}

#upcoming_container img {
  display: block;
  margin: 0 auto;
}

