/* SASS mixins */
/* primary SASS */
/* line 4, ../../stylesheets/_base.sass */
nav, header, footer, section, aside, article {
  display: block;
}

/* line 1, ../../stylesheets/_typography.sass */
html {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* line 6, ../../stylesheets/_layout.sass */
html body {
  background-color: #810000;
  color: #333333;
  margin: 0px;
}

/* line 11, ../../stylesheets/_layout.sass */
#logo {
  background: url(/images/rumble_logo.png) no-repeat scroll center center transparent;
  display: block;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 78px;
  height: 0;
  margin: -14px auto -23px;
  overflow: hidden;
  padding-top: 145px;
  position: relative;
  width: 543px;
  z-index: 1000;
}

/* line 24, ../../stylesheets/_layout.sass */
nav#banner {
  margin: 10px auto 0 auto;
  width: 970px;
}

/* line 28, ../../stylesheets/_layout.sass */
#wrapper {
  background-image: url(/images/wrapper.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 960px;
  background-color: #eaeaea;
  border: 5px solid #666666;
  border-top: none;
  float: none;
}

/* line 38, ../../stylesheets/_layout.sass */
section#content {
  background-color: white;
  width: 580px;
  margin: 0 10px 10px 10px;
  float: left;
}
/* line 44, ../../stylesheets/_layout.sass */
section#content article {
  padding: 10px;
}
/* line 46, ../../stylesheets/_layout.sass */
section#content article h2 a {
  color: #3a6199;
  text-decoration: none;
}
/* line 49, ../../stylesheets/_layout.sass */
section#content article h2 a:hover {
  color: #314365;
  text-decoration: underline;
}
/* line 52, ../../stylesheets/_layout.sass */
section#content article h3 {
  color: #314365;
}
/* line 55, ../../stylesheets/_layout.sass */
section#content .sponsor-type {
  background: #eeeeee;
  padding: 5px 10px;
}
/* line 59, ../../stylesheets/_layout.sass */
section#content ul.sponsors, section#content ul.spnsrs {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
/* line 64, ../../stylesheets/_layout.sass */
section#content ul.sponsors li, section#content ul.spnsrs li {
  min-height: 155px;
  font-size: 15px;
  margin-bottom: 40px;
  color: #666666;
}
/* line 70, ../../stylesheets/_layout.sass */
section#content ul.sponsors li p, section#content ul.spnsrs li p {
  margin-top: 0;
  padding-top: 0;
}
/* line 74, ../../stylesheets/_layout.sass */
section#content ul.sponsors li a.logo, section#content ul.spnsrs li a.logo {
  width: 160px;
  height: 150px;
  margin-top: 5px;
  float: left;
}
/* line 80, ../../stylesheets/_layout.sass */
section#content ul.sponsors li img, section#content ul.spnsrs li img {
  border: 0;
}
/* line 83, ../../stylesheets/_layout.sass */
section#content ul.sponsors li p, section#content ul.spnsrs li p {
  margin-left: 170px;
}

/* line 86, ../../stylesheets/_layout.sass */
nav#sidebar {
  float: left;
  width: 320px;
  margin: 20px 0 0 20px;
}

/* line 91, ../../stylesheets/_layout.sass */
#wrapper > footer {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  padding: 5px 0;
}

/* specific SASS */
/* line 1, ../../stylesheets/partials/_shared.sass */
img.headshot {
  float: left;
  margin-right: 20px;
  border: 2px solid #cccccc;
  height: 117px;
  width: 90px;
}

/* line 8, ../../stylesheets/partials/_shared.sass */
.clear {
  clear: both;
}

/* line 11, ../../stylesheets/partials/_shared.sass */
a {
  text-decoration: none;
  color: #165c95;
}
/* line 14, ../../stylesheets/partials/_shared.sass */
a:hover {
  color: #314365;
  text-decoration: underline;
}

/* line 18, ../../stylesheets/partials/_shared.sass */
h2 {
  color: #314365;
}

/*@import partials/syntax.sass */
/*@import partials/search.sass */
/*@import partials/sidebar.sass */
/*@import partials/twitter.sass */
/* layout partials */
/* line 1, ../../stylesheets/partials/_header.sass */
body > header {
  background-color: #1f1f21;
  border-bottom: 2px solid #921909;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
/* line 8, ../../stylesheets/partials/_header.sass */
body > header aside {
  padding: 10px;
  display: inline;
  background-color: #292a21;
  color: #dbdbdb;
  text-transform: uppercase;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
/* line 16, ../../stylesheets/partials/_header.sass */
body > header aside a {
  color: white;
  border-bottom: 1px dotted #dbdbdb;
}
/* line 19, ../../stylesheets/partials/_header.sass */
body > header aside a:hover {
  color: #f6e9b6;
  border-bottom: 1px dotted #f6e9b6;
}

/* line 1, ../../stylesheets/partials/_navigation.sass */
nav#banner {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -o-border-top-left-radius: 15px;
  -ms-border-top-left-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -ms-border-top-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  background: #666666;
  color: white;
  list-style-type: none;
  font-size: 15px;
  padding: 5px 0;
}
/* line 9, ../../stylesheets/partials/_navigation.sass */
nav#banner ul {
  margin: 0 0 0 -30px;
}
/* line 11, ../../stylesheets/partials/_navigation.sass */
nav#banner ul li {
  display: inline;
  margin: 0 10px;
}
/* line 14, ../../stylesheets/partials/_navigation.sass */
nav#banner ul li a {
  color: #dddddd;
}
/* line 16, ../../stylesheets/partials/_navigation.sass */
nav#banner ul li a:hover {
  color: white;
  text-decoration: underline;
}
/* line 19, ../../stylesheets/partials/_navigation.sass */
nav#banner ul li a:visited {
  color: white;
}

/*@import partials/page.sass */
/* line 2, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section {
  background-color: white;
  padding-bottom: 10px;
}
/* line 6, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section header {
  background-color: #eaeaea;
  font-size: 24px;
  font-weight: bold;
  color: #314365;
  font-family: Geneva, sans-serif;
  padding-bottom: 10px;
}
/* line 14, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section dl {
  margin-top: 10px;
}
/* line 16, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section dl dt {
  font-weight: bold;
  text-align: left;
  float: left;
  clear: both;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 23, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section dl dd {
  text-align: right;
  float: right;
  margin-right: 10px;
}
/* line 28, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section ul {
  padding-left: 10px;
}
/* line 30, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section ul li {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
/* line 34, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section ul li img {
  border: none;
  margin-left: 80px;
  margin-bottom: -10px;
}
/* line 38, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar section ul li img.middleweight {
  width: 100px;
  margin-left: 36px;
  margin-bottom: 0px;
}
/* line 43, ../../stylesheets/partials/_sidebar.sass */
nav#sidebar .separator {
  background-image: url(/images/pointer.png);
  background-repeat: no-repeat;
  height: 90px;
  margin-left: -25px;
}

/*@import partials/blog.sass */
/* line 2, ../../stylesheets/partials/_footer.sass */
#wrapper > footer {
  text-align: center;
  color: #cccccc;
  background-color: #555555;
}

