/* Library Includes
************************/
@import url("/assets/css/lib/reset.css");
@import url("/assets/css/lib/grid.css");
@import url("/assets/css/lib/typography.css");
@import url("/assets/css/lib/forms.css");


/* Color Scheme
*************************/
h3, a {
  color: #C5680C;
}

#header {
  background: transparent url("/assets/images/interface/header_blue.jpg") top left repeat-x;
}

#logo {
  background: transparent url("/assets/images/interface/logo_blue.png") top left no-repeat;
}

#footer_col3 .btn_submit {
  background: transparent url("/assets/images/interface/btn_contact.jpg") top left no-repeat;
}

/* Header
************************/
#header {
  height: 255px;
  overflow: hidden;
}

#header_col1 {
  float: left;
  width: 336px;
  margin-left: 7px;
}

#header_col2 {
  width: 600px;
  float: left;
  padding-top: 20px;
  padding-left: 4px;
}

#logo, 
#logo_link {
  float: left;
  width: 336px;
  height: 174px;
  display: block;
  overflow: hidden;  
  text-indent: -999em;
}

#logo_link {
  margin-left: -336px;
}

#logo {
  margin-bottom: 0;
}

#tagline {
  color: #eee;
  float: left;
  width: 336px;
  display: block;
  overflow: hidden;
  margin-left: 13px;  
  font: normal 26px Georgia, "Times New Roman", serif;
  line-height: 1.375em;
}

/* banner images */
.banner_image {
  width: 295px;
  height: 203px;
}

/* navigation */
ul#nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul#nav li {
  float: left;
}

ul#nav li a {
  color: #fff;
  height: 25px;
  display: block;
  margin: 0 0 0 5px;
  padding: 5px 15px 0;
}

ul#nav li a:hover,
ul#nav li a.current {
  color: #333;
  background: #fff;
  text-decoration: none;
}

/* Page
************************/
#main_content {
  position: relative;
  padding: 20px 20px 30px;
  background: white;
}

.content_img {
  width: 432px;
  float: right;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}

/* events */
.conference,
.donor_events {
  float: left;
  width: 675px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.date {
  color: #06306B;
  font-size: 0.83em;
  font-style: italic;
  margin: -6px 0 0.675em 0;
}

.date_alt,
.location {
  color: #C5680C;
  font-size: 0.9em;
  font-style: italic;
}

.read_more {
  text-align: right;
}

.register_link {
  margin: 25px 0 0;
  text-align: center;
}

.tracks {
  clear: both;
  padding-top: 5px;
  border-top: 1px dashed #ccc; 
}

.track {
  float: left;
  width: 400px;
  margin: 10px 20px;
}

.track h3 {
  margin-top: 0;
}

a.back_btn {
  height: 1em;
  line-height: 1em;
  padding: 5px 0  5px 30px;
  margin-top: 1.5em;
  display: block;
  background: transparent url('/assets/images/interface/back_btn.jpg') top left no-repeat;
}

a:hover.back_btn {
  text-decoration: none;
}

/* Footer
**********************/
#footer {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #C5680C;
}

#footer h2 {
  color: #fff;
  font-size: 1.167em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
}

#footer a {
  color: #fff;
}

#footer_col1,
#footer_col2 { 
  float: left;
  width: 200px;
  margin-right: 30px;
}

#footer_col1 ul,
#footer_col2 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#footer_col1 li,
#footer_col2 li {
  margin-bottom: 1.5em;
}

#footer_col1 li {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

#footer_col1 li.last {
  margin-right: 0;
}


#footer_col3 {
  float: left;
  width: 450px;
}

#footer_col3 .text {
  color: #bbb;
  float: left;
  width: 200px;
  margin-right: 20px;
}

#footer_col3 input[type=text].last {
  margin-right: 0;
}

#footer_col3 .textarea {
  color: #bbb;
  width: 432px;
  height: 100px;
}

#footer_col3 .btn_submit {
  width: 78px;
  height: 22px;
  float: right;
  display: block;
  border: 0 none;
  line-height: 0;
  cursor: pointer;
  margin-right: 5px;
  text-indent: -999em;
}

#footer_col3 input[type=text]:focus, 
#footer_col3 input.text:focus, #footer_col3 input.title:focus, 
#footer_col3 textarea:focus, #footer_col3 select:focus { 
  border-color:#2E2119; 
}

#form_response {
  padding-left: 10px;
}


#form_response li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

/* Overrides and helpers
*************************/
.none {
  display: none;
}

.error { 
  background: #FBE3E4; 
  color: #8a1f11; 
  border-color: #FBC2C4; 
}

.tight {
  margin-bottom: 0;
}

.top_tight {
  margin-top: 0.5em !important;
}

.right {
  float: right;
}

.no_border {
  border: 0 none;
}

.big_image {
  text-align: center;
  margin-bottom: 20px;
}

.side_image {
  float: right;
  margin: 0 0 20px 20px;
}
