/*******************************************************************************

Mastermundo Website, main.css
(c) 2008 BuzaMoto. All rights reserved.

*******************************************************************************/

body {
  color: #000;
  font-family: Courier, "Lucida Grande", Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: url(../images/bg.jpg) repeat;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
}

img { border: none; }

ul { margin-left: 0; margin-right: 0; padding: 0; }

ul li {
  list-style: none;
  line-height: 16px;
}

ul li span {
  padding: 0 4px;
}


/* ----------------------------------------------------------------------------
   Layout
-----------------------------------------------------------------------------*/

div#content-wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

div#content {
  float: left;
  position: relative;
}

div#content div {
  background-color: #efefef;
}

div#title {
  padding-top: 10px;
  text-align: center;
}

div#content div#header {
  text-align: center;
  background-color: transparent;
}

div#footer {
  text-align: center;
  font-size: 10px;
  letter-spacing: -.05em;
  bottom: 0;
}

div#footer span {
  background-color: #fff;
  padding: 2px 4px;
}

#news-list { margin: 0; }


/* ----------------------------------------------------------------------------
   Classes
-----------------------------------------------------------------------------*/
.clear { clear: both; }

.section {
  float: left;
  padding-bottom: 10px;
  clear: both;
  padding-top: 20px;
  border-top: 4px solid #fff;
}

.column-left {
  float: left;
  text-align: right;
  width: 180px;
  margin-right: 20px;
}

.column-right {
  float: left;
  width: 600px;
  line-height: 16px;
}

.column-right span { background-color: white; }

.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.title {
  font-size: 32px;
  letter-spacing: -0.09em;
  font-family: Arial, Helvetica, Geneva, Sans-serif;
}

.bg_white { background-color: white; }

ul.content-list li {
  margin: 10px 0;
}

span.speaker_name {
  font-size: 18px;
  line-height: 22px;
  font-family: Arial, Helvetica, Geneva, Sans-serif;
  letter-spacing: -0.1em;
}

a.button,
button.button {
  font-family: "Lucida Grande", Arial, Helvetica, Geneva, Sans-serif;
  font-size: 9px;
  line-height: 0;
  padding: 0 2px;
  color: #eee;
  background-color: #111;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

a.button:hover,
button.button:hover {
  color: #111;
  background-color: yellow;
}

button.button:disabled {
  background-color: #efefef;
}

a.close {
  font-weight: bold;
  font-size: 10px;
  margin-left: 2px;
  margin-top: -4px;
  color: #eee;
  text-decoration: none;
}


/* ----------------------------------------------------------------------------
   MODULES / INFO
-----------------------------------------------------------------------------*/
div.module {
  float: left;
  width: 250px;
  z-index: 0;
  overflow: hidden;
  margin: 0 10px 10px 0;
}

div.shadow {
  -webkit-box-shadow: 2px 2px 10px #000;
  -w3c-box-shadow: 2px 2px 10px #000;
  -moz-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
}

div.module {
  border: 1px solid #333;
  padding: 0;
  cursor: move;
  opacity: 0.9;
}

div.header {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #333;
  z-index: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

div.module div.header a img { padding: 2px 0 0 2px; }

div.module div.content {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  font-size: 10px;
}

div.module div.content div.padded {
  padding: 4px;
}

div.module div.content div.padded p {
  padding: 0;
  margin: 4px 0 0 0;
}

div.module div.content ul li a.button:hover { background-color: #111; }

div.module div.selected { background-color: #111; }

div.module div.content ul,
div.module div.content ul li {
  line-height: 14px;
  padding: 0;
  list-style: none;
}

div.module ul.controls {
  display: inline;
  margin: 0;
  padding: 0;
}

div.module ul.controls li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.module ul.controls li a {
  float: left;
  margin: 0;
  padding: 0;
}

div.module div.note_text { padding: 0 6px; }