/* @override
  http://localhost:8888/gogaruco/styles.css
*/

/* @group Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/* @end */
/* @group My Colors
Dark blue: #2d3c42
Mid Gray: #565656
Light Gray: #808080


Red: #ed1c24
*/
/* @end */
body {
  background: #2d3c42 url(/images/main-bg.png) no-repeat center top;
  font: 300 100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
a {
  color: #72a333;
  text-decoration: none;
}
a:visited {
}
a:hover {
  /*font-weight: normal;*/
  font-style: normal;
  text-decoration: underline;
}
.right {
  float: right;
  padding-right: 25px;
}
#main-container {

}
#header {
  position: relative;
  height: 240px;
  display: block;
  width: 1010px;
  margin: 0 auto 32px;
}
#gohome {
  position: absolute;
  display: block;
  height: 250px;
  width: 360px;
  left: -10px;
}
h1 {
  color: #ed1c24;
  font-size: 42px;
  width: 550px;
  margin-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 25px;
}
h2 {
  color: #ed1c24;
  font-size: 34px;
  font-weight: bold;
  border-bottom: 4px solid #ed1c24;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
h3 {
  color: #2d3c42;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #2d3c42;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
h4 {
  color: #ed1c24;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.left-area p {
  margin-bottom: 15px;
}

.speakers-faces {
  margin-bottom: 25px;
}
.bullets {
  display: block;
  width: 360px;
  margin-bottom: 15px;
  padding: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
/*  background-color: #ed1c24;*/
  background-color: #ddd;
}
.bullets li {
  margin-left: 20px;
  list-style-type: disc;
  color: #ed1c24;
  font-weight: bold;
}
.bullets li + li {
  margin-top: 8px;
}

.twitter-button {
  float: right;
  margin-top: 25px;
}

.dots {
  margin-bottom: 15px;
}
.dots li {
  margin-left: 30px;
  list-style-type: disc;
}


/* @group Navigation */

#nav {
  text-align: right;
  display: block;
  float: right;
  margin-top: 45px;
}
#nav ul {
  list-style-image: none;
  list-style-type: none;
  display: block;
  overflow: hidden;
}
#nav li a {
  font-variant: caps;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: block;
  padding-top: 2px;
}
#nav a:hover {
  background-color: #72a333;
  padding-left: 5px;
}

/* @end */
.main-area {
  width: 986px;
  padding-left: 24px;
  overflow: hidden;
  margin-right: auto;
  margin-top: 0;
  margin-left: auto;
  background: white url(/images/bg.png) repeat-y;
}
.left-area {
  overflow: hidden;
  display: block;
  margin-bottom: 35px;
}

.updates {
  margin-bottom: 30px;
}
.updates > div + div {
  margin-top: 25px;
  border-top: 2px solid silver;
  padding-top: 15px;
}
.updates h2 {
  margin: 25px 0 10px 0;
  border: none;
  padding: 0;
}
.updates h3 {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 18px;
}
.updates .date {
  margin-bottom: 12px;
  font-size: 13px;
}
.updates img {
  float: right;
  margin-left: 35px;
}

#faces_holder {
  overflow: hidden;
  height: 120px;
  padding: 2px;
}

#faces {
  list-style: none;
}

#faces li {
  float: left;
  width: 123px;
}

#faces li img {
  height: 120px;
  width: 120px;
}

#live {
  margin: 25px 0;
  padding: 24px 16px 8px 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #acf;
  font-weight: bold;
  font-size: 1.2em;
}

#live a {
  color: #ED1C24;
}

/* @group Schedule */
.schedule-grid {
  margin-top: 25px;
  overflow: hidden;
}

.schedule-column {
  width: 300px;
  float: left;
  margin-right: 25px;
}
.schedule-column2 {
  width: 300px;
  float: left;
}

.schedule-entry {
  border-top: 1px solid #2d3d43;
  font-weight: bold;
  font-size: 14px;
  color: #2d3d43;
  line-height: 18px;
  margin-bottom: 25px;
}
.schedule-entry p {
  margin: 0;
  padding-left: 6px;
}

.schedule-entry a {
  color: #72a333;
  text-decoration: none;
}
.schedule-entry p.schedule-time {
  background-color: #2d3d43;
  font-weight: bold;
  font-size: 14px;
  color: white;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 3px;
  display: inline-block;
  padding-bottom: 1px;
}
.schedule .session {
  border-bottom: 1px solid #2d3c42;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.schedule .session h4 {
  text-transform: none;
  font-variant: small-caps;
}

.schedule p.speaker:before {
  content: "Speaker: ";
}
.schedule p.speaker {
  font-weight: bold;
}

/* @end */

/* @group Sponsors */
.sponsor-box {
  position: relative;
  margin-top: -15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 200px;
}
.sponsor-box + .sponsor-box {
  margin-top: 0;
  border-top: 1px solid #e0e0e0;
}
.sponsor-box img {
  position: absolute;
  top: 15px;
  left: 0px;
  max-width: 190px;
}
.sponsor-box p {
  margin-bottom: 15px;
  font-size: 14px;
}
/* @end */

/* @group Community */
.community-box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: block;
  border-top: 1px solid silver;
  padding-top: 15px;
}
.community-box img {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 3px solid white;
  -moz-box-shadow:0px 0px 3px #000000;
  -webkit-box-shadow:0px 0px 3px #000000;
  box-shadow:0px 0px 3px #000000;
  margin-left: 2px;
}
.community-text {
  overflow: hidden;
}

/* @end */

/* @group Speakers */

.speakers .speaker {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 2px solid silver;
}
.speakers .speaker img {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 3px solid white;
  -moz-box-shadow:0px 0px 3px #000000;
  -webkit-box-shadow:0px 0px 3px #000000;
  box-shadow:0px 0px 3px #000000;
  margin-left: 2px;
}
.speakers .speaker-highlight {
  display: inline-block;
  color: white;
  background-color: #2d3c42;
  padding: 2px;
  margin-bottom: 5px;
}
.speakers .speaker-text {
  overflow: hidden;
}
.speakers .speaker .session-title {
  font-weight: bold;
}
/* @end */

/* @group Location */

.parking { margin-bottom: 20px; }
.parking li { margin-bottom: 2px;}
.parking span {
  display: inline-block;
  margin-right: 5px;
  width: 8em;
  text-align: right;
  font-weight: bold;
}

/* @group Sidebar */

#sidebar {
  float: right;
  width: 310px;
  display: inline;
  margin-left: 50px;
}
#sidebar h3 {
  color: #565656;
  border-bottom: 1px solid #565656;
  display: block;
  padding: 0 0 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin: 15px 15%;
}

#sidebar h3 {
  color: #565656;
  border-bottom: 1px solid #565656;
  display: block;
  padding: 10px 0 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin: 40px 15%;
}
#gin-get-tickets {
  display: block;
  margin: 25px auto 0;
}
#sidebar img {
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.column {
  float: left;
  display: block;
  overflow: hidden;
  padding-left: 5px;
}
.sponsor {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 240px;
}
#sponsorbox {
  margin-bottom: 20px;
}
#sponsorbox p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#sponsorbutton {
  display: block;
  margin: 10px auto;
  overflow: hidden;
  width: 250px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  height: 33px;
  background-color: #598824;
  border: 1px solid #598824;
  font-size: 13px;
  line-height: 33px;
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow:0px 0px 3px #000000;
  -webkit-box-shadow:0px 0px 3px #000000;
  box-shadow:0px 0px 3px #000000;
  background-image: -moz-linear-gradient(top, #afff47, #598824);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#afff47), to(#598824));
  background-image: linear-gradient(top, #afff47, #598824);
}
#sponsorbutton:hover {
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  color: black;
  background-image: url(/images/download_icon.png) no-repeat 18px;
}

/* @end */

/* @group Footer */

#footer {
  width: 925px;
  padding-left: 81px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  display: block;
  color: white;
  height: 45px;
  padding-bottom: 25px;
  font-size: 12px;
  border: 2px solid white;
  overflow: visible;
  background-color: black;
  position: relative;
}
#footer p {
  padding-top: 15px;
}
#footer a {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.footer-robot {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/* @end */

