@font-face {
    font-family: 'NimbusSanNovRegular';
    src: url('fonts/n023013t-webfont.eot');
    src: url('fonts/n023013t-webfont.eot?iefix') format('eot'),
         url('fonts/n023013t-webfont.woff') format('woff'),
         url('fonts/n023013t-webfont.ttf') format('truetype'),
         url('fonts/n023013t-webfont.svg#webfontS8GVJ69G') format('svg');
    font-weight: lighter;
    font-style: lighter;

}

@font-face {
	font-family: '987654321';
	src: url('fonts/987654321/987654321.eot?') format('eot'), 
	     url('fonts/987654321/987654321.otf')  format('opentype'),
	     url('fonts/987654321/987654321.woff') format('woff'), 
	     url('fonts/987654321/987654321.ttf')  format('truetype'),
	     url('fonts/987654321/987654321.svg#987654321') format('svg');
}

@font-face {
	font-family: '123456789';
	src: url('fonts/123456789/123456789.eot?') format('eot'), 
	     url('fonts/123456789/123456789.otf')  format('opentype'),
	     url('fonts/123456789/123456789.woff') format('woff'), 
	     url('fonts/123456789/123456789.ttf')  format('truetype'),
	     url('fonts/123456789/123456789.svg#123456789') format('svg');
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: '987654321';
}



body,
input,
textarea {
	
  background: #FFF;
   height: 100%;
}

body
{
   background: #FFF;
  width: 100%;
  height: 100%;

}
.clear{ /* the clearfix hack */
    clear:both;
}
.centered_v
{
   
   height:100%; 
   top:0px; 
   left:0px; 
   position:absolute; 
   padding-top: 20%;
   width: 320px;
   left: calc(50% - 155px);

}



.circle_button{
  
  width:100px;
  height:100px;
  position:relative;

  padding-right: 5px;
  float: left;
  border-radius:50px;
  font-size:20px;
  color:#000;
  line-height:100px;
  text-align:center;
  background-color:rgba(255,255,255,0.5);
  font-family: 'NimbusSanNovRegular';
 
}






/* =Header
-------------------------------------------------------------- */


#header {
  position: fixed;
  top: 0px;
  left: 0px;
	width:100%;
  height: 50px;
  margin: 0;
  background: #FFF;
  z-index:100000;
  border-bottom: 1px solid #fafafa;

}

.header_content
{
   
    width:100%;
    padding: 0;
    margin: 0;
}


.header_content .site-title {
  color:#000;
    font-family: 'NimbusSanNovRegular';
    float: left;
    font-size: 36px;
    line-height: 48px;
    width: 100%;
   
    
}

.header_content .site-title a {
  float: left;
  width: 100%;
  font-weight: lighter;
  text-decoration: none;
  color:#000;
   text-align:center;
}

#header_links
{
   position: absolute;
   display: block;
    top: 50%;
    left:calc(50% - 115px);
    color:#fff;
    text-align:center;
  
      z-index:100001;

   
}

.button{
   margin: 5px;
  float: left;
  width:70px;
  height:70px;
  border-radius:35px;
   font-family: 'NimbusSanNovRegular';
  font-size:15px;
  color:#000;
  line-height:70px;
  text-align:center;
  background:#fff;
}

#footer {
   position:fixed;
   bottom:0px;
   left: 0px;
   height:24px;
   width:100%;
   background:#fff;
   border-top: 1px solid #f5f5f5;
}

.footer_text
{
  position: relative;
  font-family: 'NimbusSanNovRegular';
  padding-top: 5px;
  font-size: 12px;
  text-align:center;
}


@media only screen and (max-width : 480px) {

  #header {
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  float:left;
  height: 40px;
   border-bottom: 1px solid #e3e3e3;
}

.header_content
{
   
    width:100%;
    
}


.header_content .site-title {
    font-family: 'NimbusSanNovRegular';
    float: left;
    font-size: 18px;
    line-height: 32px;
   
    
}


.header_content .site-title a {
  float: left;
   color:#000;
  font-weight: lighter;
  text-decoration: none;
}

#header_links
{
   position: absolute;
   display: block;
    top: 50%;
    left:calc(50% - 115px);
    color:#fff;
    text-align:center;

   z-index:100001;
   
}

.button{
   margin: 5px;
  float: left;
  width:70px;
  height:70px;
  border-radius:35px;
  font-family: 'NimbusSanNovRegular';
  font-size:15px;
  color:#000;
  line-height:70px;
  text-align:center;
  background:#fff;
}


#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:18px;
   width:100%;
   background:#fff;
   border-top: 1px solid #e3e3e3;
   text-align:center;
}

#footer_text
{
  position: relative;
  font-family: 'NimbusSanNovRegular';
  padding-top: 0px;
  font-size: 8px;
  text-align:center;
}


}


#pageContent{ /* the container that holds our AJAX loaded content */
   position: relative;
   top: 80px;
   width: 100%;
   height: 100%;
  
}



#main
{
    width:inherit;
	  float:left;
    z-index:-100000;
    position:relative;
     margin-top: 80px;
}

.main_content
{
    width:93.75%;
    /**padding: 0.4em 2.5%;**/
}


#main_image
{
    width: 100%; 
    position: relative;

    float: left;
    z-index:-100000;
}

.media_wrapper {
 
  width: 100%;    !important;
  height: auto   !important;
   z-index:-100000;
 
}

.media {
    
	position: relative;
	padding-bottom: 56.25%; 
     z-index:-100000;
}

.media img{
    
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index:-100000;
}

#projects
{
    width: 100%; 
    position: relative;
    float: left;
    height: auto
}

.project_wrapper
{
   width:100%;
   float:left;
}

.project_title
{
    position: relative;
	font-weight: lighter;
	font-family: '123456789';
    float: left;
    width: 100%;
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 30px;
    z-index:-100000;


}

#vote
{

    width: 100%;
    margin: 0;
}

.vote_text
{

  font-family: 'NimbusSanNovRegular';
  font-size: 16px;
  padding-bottom: 4px;
  float: left;
  width: 100%;
  font-weight: lighter;
  text-decoration: none;
  color:#000;
  text-align:center;
}

#fade_text
{
  

  font-family: 'NimbusSanNovRegular';
  font-size: 12px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  font-weight: lighter;
  text-decoration: none;
  color:#000;
  text-align:center;
  opacity: 0.0;
}

#about
{
  width: 100%;
  padding-top: 5px;
}

.about_table table
{
   table-layout : fixed;
}

.about_table td
{
  font-family: 'NimbusSanNovRegular';
  font-size: 10px;
  text-align:center; vertical-align:middle;
}

.vote_buttons
{

  padding:5px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color:#000;
  text-decoration:none;


}

#vote_button_container
{
  width: 150px;
  left: calc(50% - 75px);
  position: absolute;
  float: left;
   text-align:center;
     padding-top: 30px;
}

.vote_submit
{
  width: 150px;
  height: 32px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  color:#000;
  font-family: 'NimbusSanNovRegular';
  font-size: 16px;
  text-decoration:none;
   text-align:center;
    line-height:32px;

}

.vote_submit:active{color:#000;text-decoration:none;background:#e3e3e3}

.about_table td img
{

  width: 40%;
}

.about_table td a
{

  width: 40%;
}



#about_text
{

  width: 80%;
  position: relative;
  float: left;
  left:10%;
  font-family: 'NimbusSanNovRegular';
  font-size: 16px;
}

.columns article{
-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

p {
  margin-bottom: 1.3em;
}

.credits  {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
  font-weight: lighter;
  text-decoration: none;
  color:#000;
  text-align:center;
   font-family: 'NimbusSanNovRegular';
  font-size: 16px;

}

.credits p {
   margin: 0;
}



#stats
{

  width: 100%;
  position: absolute;
  top: 110px;
  float: left;
  font-family: 'NimbusSanNovRegular';
  font-size: 16px;
}
.media_wrapper {
 
  width: 100%;    !important;
  height: auto   !important;
   z-index:-100000;
 
}

.media {
    
  position: relative;
  padding-bottom: 56.25%; 
     z-index:-100000;
}

.media 
img{
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index:-100000;
}

#bar_container
{
  float: left;
  position: relative;
  top:10px;
  width: 100%;
  height: 300px;
}

.full_bar
{
  position: absolute;
  border: 1px solid #cccccc;
  width: 1%;
}

.bar_text
{
  float: left;
  font-family: 'NimbusSanNovRegular';
  padding-top: 5px;
  font-size: 10px;
}

.total_text
{
  font-family: 'NimbusSanNovRegular';
  font-size: 16px;
  padding-bottom: 4px;
  float: left;
  width: 100%;
  font-weight: lighter;
  text-decoration: none;
  color:#000;
  text-align:center;
}
/*<div style="border-top: 2px dashed #0B5394; margin-top: 1em; padding-top: 1em; width: 400px"> </div>*/
.solid_line
{
    position: absolute;
    border-top: 1px solid black;
    left:14%;
    width:70%;
}

.dotted_line
{
    position: absolute;
    border-top:1px dashed #cccccc;
    left:14%;
    width:70%;
}

.bar_border
{
  position: absolute;
  height: 300px;
  width: 2px;
  border:1px solid #cccccc;
}


.bar1
{
  position: absolute;
  left:19%;
  background-color: #000;
  color: #000;
  width: 4px;
  top: 0px;
  height: 0px;
}

.bar2
{
  position: absolute;
  left:34%;
  background-color: #000;
width: 4px;
  top: 0px;
   height: 0px;
}

.bar3
{
  position: absolute;
  background-color: #000;
   left:49%;
 width: 4px;
  top: 0px;
   height: 0px;
}

.bar4
{
   position: absolute;
  background-color: #000;
   left:64%;
 width: 4px;
 top: 0%;
  height: 0px;
}

.bar5
{
   position: absolute;
  background-color: #000;
   left:79%;
 width: 4px;
  top: 0px;
   height: 0px;
}








