@charset "UTF-8";
/* CSS Document */

/*
Theme Name: City Motor Theme 
Theme URI: http://wordpress.org/
Description: 2012 City Theme For Events
Author: NateJoyner / Roguebotic
Author URI: http://roguebotic.com
Version: 1.0

License: Copyright Roguebotic 2012
*/

/*===================================================
	 NORMALIZE RESET
=====================================================*/

html,
body {
	margin:0;
	padding:0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: none;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure{
  margin:0;
  padding:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}


/*==================================================
	 END NORMALIZE RESET
====================================================
	GRID STYLES
====================================================*/

.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.row:first-child,
.row[class*="span"]:first-child {
	margin-left:0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span12 {
  width: 960px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

/*===================================================
	TYPE STYLES
=====================================================*/

body {
  background:black;	
  font-family:Helvetica, sans-serif;
  color: #808285;
  font-size:10pt; /* (11px = psd pts) */ 
  line-height:1.25;
}
.orange-text {
  color: #a66e37;
}
p.big { font-size:15pt; /* (20px = psd pts) */ }
p.med { font-size:13pt; /* (15px = psd pts) */ }
p {
  margin: 0 0 10px;
}
a {
  color:#808285;
  text-decoration:none;
}
a:hover {
    color: #a66e37;
}
a.more-link {
  display: block;
  position: relative;
  width: 100px;
  margin-top: 10px;
  font-size:10pt;
  font-weight: bold;
}
a.more-link:hover { color:#808285;}
a.more-link:after {
  content: "";
  position:absolute;
  top: 1px;
  right: 5px;
  width:0;
  height:0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #808285;

}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}

.text-info {
  color: #3a87ad;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: #3d474a;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: bold;
  line-height: 1;
}
h1 {
  font-size: 28pt; /* ( 38px = PSD pts )*/
  color:#885a2a; /* Dark Orange */
}
h1 small {
  font-size: 16pt; /* ( 20px = psd pts )*/
}

h2 {
  font-size: 21pt; /* ( 25px = psd pts )*/
}
h2 small {
  font-size: 18pt; /* ( 20px = psd pts ) */
}

h3 {
  font-size: 15pt; /* ( 18px = psd pts ) */
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 15px 0 15px 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 10px;
}
li {
  line-height: 20px;
  margin-bottom: 10px;
  text-indent:10px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
tbody p {margin:0;}

/*===================================================
	END TYPE STYLES
=====================================================
	START MAIN STYLES
=====================================================*/

.container {
  background: white;
}
.row {
  margin-left: 20px;
}

.post {
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.post .featured-image {
  position: relative;
  display: block;
  height: 100%;
}
.post .featured-image img {
  width: 100%;
}
.post .featured-excerpt {
  position: relative;
  display: block;
}

.big-sponsor,
.small-sponsor {
  position:relative;
  height:auto;
}
.big-sponsor img,
.small-sponsor img  {
  width:100%;
}
.small-sponsor {
  width:149px;
  margin-left:2px;
}

.container {
  background: white;
}

/*===================================================
	START HEADER STYLES
=====================================================*/

.container #site-header {
  background: url('imgs/header-background.jpg') no-repeat center #343c3f;
  position: relative;
  z-index: 1000;
}
.container #site-header #logo {
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
  padding-top: 5px;
  z-index: 100;
}
.container #site-header nav#main-top {
  dsiplay: block;
  float: right;
}
.container #site-header nav#main-top .menu {
  position: relative;
  display: block;
  z-index: 100;
  margin:0;
  padding:0:
  list-style: none;
}
.container #site-header nav#main-top .menu li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
 text-indent:0;
}
.container #site-header nav#main-top .menu li:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -2px;
  width: 1px;
  height:20px;
  border-right: 1px solid #bcbec0;
  z-index: 100;
}
.container #site-header nav#main-top .menu li:last-child:after {
  top: 0;
  right: 0;
  width: 0;
  height:0;
  border-right: none;
}
.container #site-header nav#main-top .menu li a {
  text-decoration: none;
  color: #bcbec0;
}
.container #site-header nav#main-top .menu li.current-menu-item a {color: #a66e37; /* Light Orange*/}

.container #site-header nav#main-top .menu li a:hover {
  color: #a66e37; /* Light Orange*/
}

/*===================================================
	END HEADER STYLES
=====================================================
	START HOME PAGE STYLES
======================================================*/

.container .hero-box {
  overflow: hidden;
  position: absolute;
  top: 15px;
  width: 960px;
  margin: 0;
  padding-top: 0;
  z-index: 99;
}
.container .hero-box img {
  width: 100%;
}
.container #main-content-container #main-content {
  margin-top: 530px;
}

.container #main-content-container #main-content .page-content,
.container #main-content-container #main-content .page-content ul {
  font-size:15pt; /* (20px = psd pts) */ 
}

.container #main-content-container #main-content #main-featured-posts {
  padding-top: 25px;
  margin-left: 0;
  border-top: 1px solid #bcbec0;
}
.container #main-content-container #main-content #main-featured-posts [class*="span"] {
  margin-left: 0;
}
.container #main-content-container #main-content #main-featured-posts .post {
   height: 275px;
    overflow: hidden;
    width: 100%;
}
.container #main-content-container #main-content #main-featured-posts .post .featured-image {
  width: 100%;
}
.container #main-content-container #main-content #main-featured-posts .post .featured-image img {
  width: 100%;
}
.container #main-content-container #main-content #main-featured-posts .post .featured-excerpt {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 25px 15px 10px;
  background: rgba(61,71,74,.75);
  color:#bcbec0; /* Lighter Grey */
}

.container #main-content-container #main-content #main-featured-posts .post .featured-excerpt a,
.container #main-content-container #main-content #main-featured-posts .post .featured-excerpt a.more-link {
  color:#bcbec0; /* Lighter Grey */
}
.container #main-content-container #main-content #main-featured-posts .post .featured-excerpt  a.more-link:after {
  border-left:6px solid #bcbec0;
}
.container #main-content-container #main-content #main-featured-posts .post .featured-excerpt h2 { color:white;}

.container #main-content-container #main-content #secondary-featured-posts {
  margin-left: 0;
}
.container #main-content-container #main-content #secondary-featured-posts [class*="span"]:first-child {
  margin-left: 0;
}
.container #main-content-container #main-content #secondary-featured-posts .post {
  position: relative;
  display: block;
  width: 155px;
  margin-left: 37px;
}
.container #main-content-container #main-content #secondary-featured-posts .post .featured-image {
  height: auto;
  width: 100%;
 margin-bottom:15px;
}
.container #main-content-container #main-content #secondary-featured-posts .post .featured-image img {
  width: 100%;
}
.container #main-content-container #main-content #secondary-featured-posts .post .featured-excerpt {
  position:relative;
  display:block;
  width:100%;
}
.container #sidebar-right {
  position: relative;
  z-index: 100;
  display: block;
  float: right;
  min-height:300px;
  margin: 545px 20px 0 0;
  padding-left:10px;
}
.container #sidebar-right img {
  margin-bottom:20px;
}


.container #sidebar-right #main-sponsors,
.container #sidebar-right #support-sponsors {
  position:relative;
  width:100%;
	
}
.container #sidebar-right #main-sponsors [class*="span"],
.container #sidebar-right #support-sponsors [class*="span"]:first-child {
  margin-left:0;
  
}

/*===================================================
	END HOME PAGE STYLES
=====================================================
	START INTERIOR PAGE STYLES
======================================================*/

.container #interior-content-container #main-content {
  margin-top: 55px;
  width:550px;
}
.container #interior-content-container #main-content h1 {margin-bottom: 15px;}
.container #interior-content-container #main-content,
.container #interior-content-container #main-content ul {
  font-size: 13pt; /* (15px = psd pts) */
}
.container #interior-content-container #main-content ul li { text-indent:0;}

.container #interior-sidebar-right {
  position: relative;
  margin: 70px 0 0 40px;
  padding-left:10px;
  min-height:300px;
}
.container #interior-sidebar-right img {margin-bottom: 20px;}
.container #interior-sidebar-right #main-sponsors,
.container #interior-sidebar-right #support-sponsors {
  position:relative;
  width:100%;
	
}
.container #interior-sidebar-right #main-sponsors [class*="span"],
.container #interior-sidebar-right #support-sponsors [class*="span"]:first-child {
  margin-left:0;
}

/*===================================================
	BLOG PAGE STYLES
=====================================================*/

#interior-content-container #main-content .page-content {
  padding-bottom: 35px;
  border-bottom: 1px solid #bcbec0;
}
#interior-content-container #main-content .page-content,
#interior-content-container #main-content .page-content ul {
  font-size:13pt; /* (15px = psd pts) */
}
#interior-content-container #main-content #features {
  float:left;
  position: relative;
  display: block;
  margin-left: 0;
  margin: 40px 0 20px 0;
}
#interior-content-container #main-content #features p {
font-size:10pt; /* (11px = psd pts) */ 
  line-height:1.25;
}
#interior-content-container #main-content #features [class*="span"] {
  margin-left: 0;
}

#interior-content-container #main-content #features .post {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bcbec0;
}
#interior-content-container #main-content #features .post:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: none;
}


#interior-content-container #main-content #features .main-post .featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#interior-content-container #main-content #features .main-post .featured-image img {
  width: 100%;
}
#interior-content-container #main-content #features .main-post .featured-content {
  position: relative;
  display: block;
}

#interior-content-container #main-content #features .secondary-post .featured-content {
  position: relative;
  display: block;
  margin-left:20px;
}

/*===================================================
	END BLOG PAGE STYLES
=====================================================
	START SINGLE POST PAGE STYLES
======================================================*/

#interior-content-container #main-content .featured-image {margin-bottom: 20px;}

#interior-content-container #main-content  #main-featured-post {
  position: relative;
  display: block;
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom:20px;
  border-bottom: 1px solid #bcbec0;
}

#interior-content-container #main-content #main-featured-post p {
    font-size: 10pt;
    line-height: 1.25;
}

#main-featured-post .featured-image {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}

#interior-content-container #main-content  #secondary-featured-post {
  position: relative;
  display: block;
  margin-left: 0;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bcbec0;
}

#interior-content-container #main-content #secondary-featured-post p {
    font-size: 10pt;
    line-height: 1.25;
}

#secondary-featured-post .featured-image {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}

#related-featured-posts {
  float:left;
  position: relative;
  display: block;
  margin-left: 0;
  margin-top: 40px;
}

#interior-content-container #main-content #related-featured-posts p {
    font-size: 10pt;
    line-height: 1.25;
}

#related-featured-posts,
#related-featured-posts [class*="span"]:first-child { margin-left:0;}

#related-featured-posts .post { 
  margin-left: 37px;
  position: relative;
  width: 155px;
}
#related-featured-posts .post .featured-image {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}

/*===================================================
	END SINGLE POST PAGE STYLES
=====================================================
	START SPONSOR PAGE STYLES
======================================================*/

#interior-content-container #main-content #sponsor-page-content {
  border-bottom: none;
}
#interior-content-container #main-content #sponsors {
  margin: 40px 0;
}

#interior-content-container #main-content #main-sponsors,
#interior-content-container #main-content #support-sponsors {
 display: block;
 float: left;
 position: relative;
}

#interior-content-container #main-content #main-sponsors {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#interior-content-container #main-content #support-sponsors {
  padding-bottom: 20px;
  margin-top: 20px;
}

#interior-content-container #main-content #main-sponsors [class*="span"]:first-child,
#interior-content-container #main-content #support-sponsors [class*="span"]:first-child,
#interior-content-container #main-content #main-sponsors [class*="span"]:nth-child(3n+3),
#interior-content-container #main-content #support-sponsors [class*="span"]:nth-child(4n+4) {
  margin-left: 0;
}

#interior-content-container #main-content #main-sponsors .big-sponsor {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

#interior-content-container #main-content #support-sponsors .small-sponsor {
  width: 150px;
  height: auto;
  margin-left: 20px;
}

/*===================================================
	END SPONSOR PAGE STYLES
=====================================================
	END INTERIOR PAGE STYLES
======================================================*/
/*===================================================
	START FOOTER STYLES
=====================================================*/

.container #pre-footer {
  margin-left: 0;
  height: 30px;
  padding: 10px 0 0 20px;
  background: #3d474a;
  color: white;
}
.container #pre-footer h2,
.container #pre-footer h3,
.container #pre-footer h4 {
  color: white;
  font-size:14pt; /* (16px = psd pts) */ 

}
.container #pre-footer .span6 {
  padding-top:0px;
  width:485px;
}
.container #pre-footer .span2 {
  padding: 3px 0 0 15px;
  position:relative;
}

.container #pre-footer .span2 .email-pop-btn:before {
  content: "";
  position:absolute;
  top: 5px;
  left: 0px;
  width:0;
  height:0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}

.container #pre-footer [class*="span"]:first-child h3 {
  text-indent: -99999em;
  background:url('imgs/stay-connect-heading.png') no-repeat bottom left;
}
.container #site-footer {
 height:300px;
  margin-left: 0;
  padding-left: 20px;
  background: url('imgs/footer.jpg') no-repeat right #000000;
}

.container #site-footer #footer-info {
  min-height:220px;
  padding-top: 30px;
  font-size:10pt; /* (11px = psd pts) */ 

  color:#bcbec0;
}
.container #site-footer #footer-info [class*="span"]:first-child {
  margin-left: 0;
}
.container #site-footer #footer-info h2,
.container #site-footer #footer-info h2 small {
  color: #3d474a;
}
.container #site-footer #footer-info p,
.container #site-footer #footer-info a {
  color: #bcbec0;
}
.container #site-footer #footer-info a:hover {
  color: #a66e37;
}
.container #site-footer #footer-info .span2 ul {
  margin: 0;
  list-style: none;
}
.container #site-footer #footer-info .span2 ul li {
  padding-bottom: 5px;
  margin-top: 10px;
  border-bottom: 1px solid #bcbec0;
  text-indent: 0;
}
.container #site-footer #footer-info .span2 ul li:last-child {
  border-bottom: none;
}
.container #site-footer #copyright {
  padding-top: 20px;
  color: #3d474a;
  text-align: center;
  font-size: 12pt;
}
.container #site-footer #copyright p {font-size: 12pt;}
.container #site-footer #copyright a {
  color: #3d474a;
}
.container #site-footer #copyright a:hover {
  color: #a66e37;
}
/*===================================================
	END FOOTER STYLES
=====================================================*/

/*===================================================
	START POP UP MODUAL STYLES
=====================================================*/

#myModal [class*="span"] {
 width:100%;
  margin-left:0;
}
		
.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
}
	
.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 61%;
  margin-left: -300px;
  width: 260px;
  min-height:200px;
  background: white;

  position: absolute;
  z-index: 101;
  padding: 30px 30px 30px;

  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;

  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
}
			
.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 10px;
  right: 20px;

  font-size:24pt; 
  color: #a66e37; /* Light Orange*/
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}

/*===================================================
	END POP UP MODUAL STYLES
=====================================================*/