/* CSS-reset start

http://www.siolon.com/blog/browser-reset-css/

<span class="searchterm2">Reset</span> Default <span class="searchterm1">Browser</span> Styles
- Place first in the listing of external style sheets for cascading.
- Be sure to explicitly set margin/padding styles.
- Styles are not reset that have to do with display (block, inline) are not <span class="searchterm2">reset</span>.

By: Chris Poteet & various influences

*/

* {
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

body {
  padding: 5px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
  margin: 20px 0;
}

li, dd, blockquote {
  margin-left: 40px;
}

dt {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS-reset stop */

/* General preferences */

h1 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 1.4em;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1.2em;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 1.1em;
}

body {
  margin: 0;
  color: #333333;
  font-family: arial, sans-serif;
  font-size: 90%;
}

a img {
  border: 0 solid;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #7a7a7a;
}

/* Wiki formatting */

.heading-1 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}

.paragraph {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

/* Some elements are templates only (elements that are cloned() before used and should be hidden */
.template {
  display: none;
}

.hidden {
  display: none;
}

/* Head tags */

#header {
  width: 100%;
  background: transparent url(../images/incogito-header-stripe.png) 0 0 repeat-x;
  height: 151px;
}

#header .event-names {
  position: absolute;
  top: 30px;
  left: 360px;
}

#header .event-names h1 {
  float: left;
  margin-right: 1em;
  color: #555555;
  font-weight: bold;
}

#header .event-names h1.high-lighted a {
  color: #000000;
  text-decoration: none;
}

#header .event-names h1:last-child {
  margin-right: 0;
}

#header .head-blurb {
  position: absolute;
  top: 95px;
  left: 360px;
  font-size: 80%;
  color: #7a7a7a;
  font-weight: normal;
  width: 50em;
}

#header .select-text {
  position: absolute;
  top: 30px;
  left: 200px;
  height: 65px;
  width: 155px;
  text-align: center;
  vertical-align: middle;
}

#header .agenda-button {
  position: absolute;
  top: 81px;
  left: 200px;
}

#header .sessions-button {
  position: absolute;
  top: 117px;
  left: 200px;
}

#header .calendar-button {
  position: absolute;
  top: 107px;
  left: 200px;
}

#header .logo {
  left: -183px;
  position: absolute;
  height: 151px;
  width: 183px;
}

.login-link {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* Content */

#main-content {
  margin-left: 200px;
  margin-right: 200px;
}

#header h1.about-text {
    position: absolute;
    right: 200px;
    top: 35px;
    font-size: 1em;
}

#header h1.about-text a {
    color: #BFBFBF;  
}