/* ==========================================================================
   Mashery Developer Events : 2013
   ========================================================================== */
.event-calendar-section {
  /* ==========================================================================
     Basics
     ========================================================================== */
  /* ==========================================================================
     Typography
     ========================================================================== */
}
.event-calendar-section a:link, .event-calendar-section a:visited, .event-calendar-section h1 a:link:link, .event-calendar-section h1 a:link:visited, .event-calendar-section h1 a:visited:link, .event-calendar-section h1 a:visited:visited {
  color: #6699CC;
  text-decoration: none;
}
.event-calendar-section a:hover, .event-calendar-section h1 a:link:hover, .event-calendar-section h1 a:visited:hover {
  text-decoration: none;
  color: #E89F24;
}
.event-calendar-section h1 a:link:link, .event-calendar-section h1 a:link:visited, .event-calendar-section h1 a:visited:link, .event-calendar-section h1 a:visited:visited {
  color: #666;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 1.3em;
  font-weight: normal;
}
.event-calendar-section h1 a:link:hover, .event-calendar-section h1 a:visited:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: all, 0.4s, ease-out, 0.05s;
  -moz-transition: all, 0.4s, ease-out, 0.05s;
  -o-transition: all, 0.4s, ease-out, 0.05s;
  transition: all, 0.4s, ease-out, 0.05s;
}
.event-calendar-section .city {
  color: #727376;
  font-weight: bold;
  font-size: 1.3em;
  margin: 5px 0 5px;
}

#page-events {
  /* ==========================================================================
     Feature Content
     ========================================================================== */
  /* ==========================================================================
     Events Toolbar Navigation
     ========================================================================== */
  /* ==========================================================================
     Event List View
     ========================================================================== */
  /* ==========================================================================
     Event Details Display : List View
     ========================================================================== */
  /* ==========================================================================
     User System Status
     ========================================================================== */
}
#page-events #feature-event {
  border-bottom: 2px solid #000;
  margin: 20px 0 20px 0;
  float: left;
  width: 100%;
  height: 270px;
}
#page-events .feature-title {
  color: #69C;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
}
#page-events .feature-details {
  width: 690px;
  float: left;
  padding: 10px 0 5px 0;
}
#page-events .feature-text {
  margin: 15px 0 0;
  width: 600px;
  float: left;
  line-height: 1.4em;
  font-size: 1.1em;
}
#page-events .feature-link {
  float: left;
  width: 100px;
  color: #69C;
  font-size: 1.5em;
}
#page-events .mini-block {
  width: 300px;
  height: 230px;
  background: #000;
  float: left;
  margin: 0 30px 20px 0;
}
#page-events .mini-block-img {
  float: left;
  height: 220px;
  width: 290px;
  margin: 0;
}
#page-events .mini-block-strip {
  height: 50px;
  position: absolute;
  top: 185px;
  width: 300px;
  background: #000;
  opacity: .8;
}
#page-events .mini-block-date {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  margin: 18px 10px 0;
}
#page-events .tumblr-posts {
  height: 248px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#page-events .tumblr-post {
  float: left;
}
#page-events #tumblr-pager {
  list-style-type: none;
}
#page-events #tumblr-pager li {
  background-color: #333;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#page-events #tumblr-pager li:hover {
  cursor: pointer;
}
#page-events #tumblr-pager li.activeSlide {
  background-color: #999;
}
#page-events #tumblr-pager a, #page-events #tumblr-pager a:hover, #page-events #tumblr-pager a:link, #page-events #tumblr-pager a:visited {
  color: #333;
  text-align: center;
}
#page-events #tumblr-pager li.activeSlide a, #page-events #tumblr-pager li.activeSlide a:hover, #page-events #tumblr-pager li.activeSlide a:link, #page-events #tumblr-pager li.activeSlide a:visited {
  color: #999;
}
#page-events .events-nav {
  width: 100%;
  border-bottom: 1px solid #000;
  float: left;
  margin: -2px 0 10px;
}
#page-events .events-nav ul {
  list-style-type: none;
  padding-left: 295px;
}
#page-events .events-nav li {
  display: inline;
}
#page-events .events-nav li a {
  font-weight: bold;
  font-size: 1.2em;
  background: #7798cb;
  color: #fff;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#page-events .events-nav li a:hover {
  background: #e89f24;
}
#page-events .events-nav li a.active {
  background-color: #E89F24;
}
#page-events .events-list {
  float: left;
  display: none;
}
#page-events .section .event {
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 0 10px;
  padding: 5px 0;
  width: 100%;
}
#page-events .event-details-list {
  width: 700px;
  float: left;
}
#page-events .event-details-list h1 {
  font-size: 1.6em;
  font-weight: normal;
  color: #69C;
  font-size: 1.7em;
  font-weight: bold;
}
#page-events .event-details-list ul li {
  margin: 5px 0 5px 0;
  font-size: 1.3em;
  line-height: 1.3em;
}
#page-events .events-col-left {
  width: 290px;
  float: left;
  text-align: right;
  padding-right: 40px;
}
#page-events .event-title {
  font-size: 1.7em;
  line-height: 1.2em;
}
#page-events .event-title a {
  color: #69C;
  font-weight: bold;
}
#page-events .event-title a:hover {
  color: #E89F24;
}
#page-events .event-desc {
  margin: 10px 0 15px;
  font-size: 1.3em;
  line-height: 1.3em;
}
#page-events .dates {
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 2px 0 5px 0;
}
#page-events .load-events {
  display: none;
}
#page-events .load-events .event {
  opacity: 1;
}
#page-events #loading {
  display: none;
  margin: 40px auto;
  clear: both;
  width: 75px;
  height: 75px;
  text-align: center;
  background: transparent url("/public/Mashery/images/mashery/developernetwork/events/load-events.gif") no-repeat;
}
#page-events #error-loading {
  background: none repeat scroll 0 0 #e14242;
  color: #fff;
  display: none;
  float: left;
  font-size: 1.3em;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  width: 98%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  clear: both;
}
#page-events #events-empty {
  background: none repeat scroll 0 0 #7798CB;
  color: #fff;
  display: none;
  float: left;
  font-size: 1.3em;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  width: 98%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#page-event {
    /* ==========================================================================

       Event Page : /event

       ========================================================================== */
  /* ==========================================================================
     Event Page : General
     ========================================================================== */
  /* ==========================================================================
     Event Page : Summary Section
     ========================================================================== */
  /* ==========================================================================
   Event Page : Details Section
   ========================================================================== */
}
#page-event .heading {
  color: #000;
  float: left;
  padding: 10px 0 0;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
}
#page-event .subheading {
  color: #000;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
}
#page-event .summary-section {
  border-bottom: 2px solid #000;
  float: left;
  margin: 0 0 10px;
  padding: 5px 0;
  width: 100%;
}
#page-event a.back-action {
  margin: 0 0 10px 0;
  font-weight: bold;
}
#page-event .event-name {
  margin: 10px 0 15px 0;
  font-size: 1.6em;
  font-weight: normal;
  font-size: 1.7em;
  font-weight: bold;
}
#page-event .date {
  color: #727376;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}
#page-event .description {
  color: #727376;
  margin: 10px 0 15px;
  font-size: 1.3em;
  line-height: 1.3em;
}
#page-event .register-action {
  padding: 15px 15px 25px 0;
  margin-top: 15px;
  margin-right: 10px;
}
#page-event .register-action a {
  font-weight: bold;
  font-size: 1.2em;
  background: #7798cb;
  color: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#page-event .register-action a:hover {
  background: #e89f24;
}
#page-event ul.see-also-actions li {
  font-size: 1.1em;
  margin: 5px 0 0;
}
#page-event .featured-apis {
  float: left;
  width: 165px;
  margin-right: 10px;
}
#page-event .featured-api-logo {
  float: left;
  width: 130px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
}
#page-event .details-body {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
#page-event .details-body-row-start {
  clear: left;
}
#page-event .offset {
  width: 860px;
}
#page-event .results {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
#page-event .result {
  float: left;
  margin: 0 35px 10px 0;
}
#page-event .result-number {
  line-height: 1em;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 8px;
}
#page-event .hacks {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
#page-event .hack {
  border-top: 2px solid #000;
  float: left;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  width: 250px;
}
#page-event .hack-name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 10px 0 5px 0;
}
#page-event .hack-description {
  margin: 15px 0 5px 0;
  line-height: 1.1em;
}
#page-event .hack-detail-label {
  font-weight: normal;
  margin: 15px 0 0 0;
}
#page-event .hack-detail {
  font-weight: bold;
  margin: 3px 0 0 0;
  line-height: 1.1em;
}
#page-event ul.hack-links {
  font-weight: bold;
  list-style-type: none;
  margin: 5px 0 5px -30px;
}
#page-event .evangelist {
  width: 150px;
  display: block;
  text-align: justify;
  margin-top: 20px;
}
#page-event .evangelist-name {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 20px 0 5px 0;
}
#page-event .evangelist-image {
  clear: both;
  display: block;
  float: left;
  margin: 5px 0 10px 0;
  border-style: none;
}
#page-event .prizes {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
#page-event .prize {
  border-top: 2px solid #000;
  float: left;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  width: 250px;
  min-height: 100px;
}
#page-event .prize-title {
  color: #993300;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 10px 0 5px 0;
}
#page-event .prize-description {
  color: #993300;
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 5px 0 5px 0;
}
