@font-face {
  font-family: 'Chalet';
  src: url('css/fonts/chalet-londoneighty-webfont.eot');
  src: local('chalet-londoneighty-webfont.otf'), url('css/fonts/chalet-londoneighty-webfont.woff') format('woff'), url('css/fonts/chalet-londoneighty-webfont.ttf') format('truetype'), url('css/fonts/chalet-londoneighty-webfont.svg#webfontRgexENMw') format('svg');
}


*{
  margin:0; padding:0;
}

body{
  color:#231f20;
  padding-bottom:50px;
  font-size:small;
  font-family:helvetica, arial;
}

#mobile_link{
  position:absolute;
  top:4px;
  left:50%;
  margin-left:-97px;
  background:#06BEFA;
  text-align:center;
  width:155px;
  padding:8px 20px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-size:1.2em;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:capitalize;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}


#container{
  width:990px;
  height:730px;
  position:relative;
  top:48px;
  left:50%;
  margin-left:-496px;
  margin-bottom:0px;
}

#top{
  position:relative;
  height:117px;
}
  #logo{
    position:absolute;
    left:70px;
    top:22px;
    display:block;
    width:139px;
    height:82px;
  }

  #top_menu{
    position:absolute;
    top:36px;
    right:36px;
  }
    #top_menu a{
      margin-left:20px;
    }

#left{
  width:176px;
  position:relative;
  float:left;
}
  #nav{
    width:176px;
    margin-bottom:15px;
  }
    #nav a{
      display:block;
      text-align:center;
      text-indent:-2000px;
      overflow:hidden;
      width:100%;
      background-position:top left;
    }
    #nav span a:hover{
      background-position:bottom left;
    }
      #nav #downtown a{height:50px; }
      #nav #eat a, #nav #look a{height:42px; }
      #nav #shop a, #nav #work a{height:43px; }
      #nav #live a{height:39px; }
      #nav #out a{height:41px; }

  #left form{
    margin:0 0 10px 12px;
    position:relative;
  }
    #left form label{
      position:relative;
      display:block;
      height:12px;
	  overflow:hidden;
      text-indent:-2000px;
    }
      #frm_biz_search label{
        background:url('layout_imgs/business_search.png') no-repeat;
      }
      #frm_event_search label{
        background:url('layout_imgs/event_search.png') no-repeat;
      }
      #frm_sign_up label{
        background:url('layout_imgs/sign_up.png') no-repeat;
      }
	  .ltb_holder{
            height:23px;
            width:145px;
            padding:4px 15px 0 5px;
            background:url('layout_imgs/textbox_bg.png') no-repeat;
            position:relative;
	  }

      .left_textbox{
        border:0;
        margin:0;
        position:absolute;
        left:0;
        top:4px;
        width:145px;
	padding:0 5px;
        background:transparent;
      }

      #social_icons{
        margin-left:12px;
      }
      #social_icons a{
        margin-right:6px;
      }

#middle{
  position:relative;
  height:458px;
  border-collapse:collapse;
  overflow:hidden;
}

  #center, #right{
    background:#f7f0de;
    position:relative;
    vertical-align:top;
  }

  .bottom{
    clear:both;
    height:122px;
    position:relative;
  }

    #walking_map{
      position:absolute;
      width:298px;
      height:107px;
      left:106px;
      top:10px;
      border:0;
    }

    #sign_up{
      position:absolute;
      width:226px;
      height:59px;
      top:25px;
      left:467px;
    }

    #merchant_news{
      position:absolute;
      width:190px;
      height:27px;
      top:60px;
      right:60px;
    }

#ftr{
  position:relative;
  padding:10px 30px 2px 30px;
}
  #ftr p{
    font-size:70%;
    color:#fff;
  }
  #ftr a{
    color:#fff;
  }
  #ftr .right{
    float:right;
  }

/*center and right widths are dependant upon the class of the #middle table
dominant_center - dominant_right - equal*/
.dominant_center #center{
  /*width:553px;*/
  width:478px;
}
  .home #center{
    padding:0;
    /*width:573px;*/
    width:498px;
    position:relative;
  }
  .home #slide_holder{
    /*width:573px;*/
	width:498px;
  }
.dominant_center #right{
  /*width:391px;*/
  width:316px;
  background:#fae8ba;
}
  .home #right{
    width:492px;
    padding:20px 20px 20px 40px;
    background:#f7f0de;
  }

.dominant_right #center{
  width:389px;
}
  .dominant_right #center.biz_search{
    width:349px;
    padding-left:40px;
  }

  .dominant_right #right{
    /*width:565px;*/
	width:415px;
	background:#fae8ba;
  }

.one_wide{
  /*width:889px;*/
  width:814px;
  height:420px;
}

.equal #center,
.equal #right{
  width:50%;
}

.top_of_scroll{
  height:40px;
  margin-bottom:5px;
}

.scroller{
    position:relative;
    overflow:auto;
    height:351px;
    padding-right:20px;
  }

.listing{
  padding-top:22px;
  padding-right:10px;
  font-size:90%;
  position:relative;

}
.text{
  padding-top:40px;
  padding-right:20px;
  padding-left:0px;
}

#left_float{
  float:left;
  margin-right:10px;
}

ul#sub_nav{
  width:100px;
  margin:0 20px 0 20px;
  list-style:none;
}
  ul#sub_nav li{
    margin:10px 0;
    text-align:right;
  }
  ul#sub_nav li a{
    padding-right:12px;
  }
  ul#sub_nav li.current,
  ul#sub_nav li:hover{
    background:url('layout_imgs/sub_nav/plus.png') no-repeat right top;
  }
  ul#sub_nav li a{
    text-transform:lowercase;
    text-decoration:none;
    font-family:Chalet, Helvetica, Arial;
    letter-spacing:-.06em;
    color:#06befa;
    text-align:right;
  }
  ul#sub_nav li.print{
    margin-top:30px;
  }

#slideshow,
#slideshow_slim{
  position:relative;
  overflow:hidden;
  width:100%;
  height:256px;
}
#slideshow #slide_holder,
#slideshow_slim #slide_holder{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
}
#slideshow_slim #slide_holder{
  position:relative;
  width:50%;
}

  #slideshow .slide,
  #slideshow_slim .slide{
    width:100%;
    position:absolute;
    top:0; left:0;
  }
  #slideshow p#copyright,
  #slideshow_slim p#copyright{
    background:none;
    color:#eee;
    font-size:90%;
    position:absolute;
    top:0;
    right:5px;
    z-index:2;
  }

/*------- General Markup -------*/
h1, h2, h3, h4, h5, h6{
  font-family:Chalet,Helvetica, Arial;
  letter-spacing:-.05em;
}
h1{
  font-size:200%;
  color:#06befa;
  margin:0 0 10px 0;
  font-size:25px;
  text-transform:lowercase;
  line-height:.9em;
  font-family:Chalet;
}
h2{
  color:#333;
  margin:10px 0 8px 0;
}
h3,
.right_floating_box h4{
  margin:10px 0 4px 0;
  font-size:15px;
}

.chalet{
  font-family:Chalet, Helvetica, Arial;
}

.item,
.currently_selected_item{
  margin-bottom:12px;
  cursor:pointer;
  font-size:12px;
}
  .item h3{
    color:#333;
    font-size:100%;
    font-family:Helvetica, Arial;
    letter-spacing:0em;
  }
  .item p{
    color:#666;
    font-size:12px;
  }

.currently_selected_item h3{
  font-size:100%;
  color:#b5121b;
}
.currently_selected_item p{
  font-size:12px;
}

.grnow img{
  margin-left:5px;
  vertical-align:middle;
}

a{
  color:#000;
}
a:visited{
  color:#666;
}
a img{
  border:none;
}

a.pdf {
  background:url('layout_imgs/pdf.gif') no-repeat right bottom;
  padding-right:18px;
  border:1px solid #f7f0de;
  border-color:transparent;
}
a.no_icon{
  background:none;
  padding:0;
}


p{
  margin-bottom:8px;
  color:#333;
  font-size:110%;
  line-height:1.3em;
}

div.print_top{
  float:right;
  width:45px;
}

#caption{
  color:#737a35;
  padding:20px;
  position:relative;
}
#caption.details{
  padding-top:5px;
  height:177px;
}

  #caption h2{
    font-size:120%;
    color:#666;
  }

  #caption h3{
    font-size:150%;
    font-weight:normal;
    margin-bottom:15px;
  }

  #caption p{
    font-size:90%;
    color:#737a35;
  }
  #caption.details p,
  #facebox p{
    color:#666;
  }

  #caption p#contact_info,
  #facebox p#contact_info{
    float:right;
    clear:right;
    margin:10px -10px 5px 5px;
  }
  p#contact_info span{
    margin-left:5px;
  }
  #contact_info a{
    margin:0 2px;
  }
  #contact_info img{
    vertical-align:middle;
  }
  
.mailing_list_link{
  padding-left:18px;
  background:url('layout_imgs/email.gif') no-repeat left center;
  font-weight:bold;
}

  #caption .scroller{
    height:auto;
  }

.right_floating_image {
  float:right;
  clear:right;
  margin:5px 10px 15px 23px;
  text-align:center;
  font-size:11px;
  border:solid 1px black;
}

.right_floating_box{
  width:39%;
  float:right;
  clear:right;
  margin:0 20px 10px 20px;
  padding:8px;
  text-align:center;
  background:#ece2c8;
  font-size:90%;
}

.text ul,
.legend ul{
  margin:5px 30px;
  list-style:square;
  font-size:110%;
  color:#231f20;
  line-height:1.3em;
}
  .text ul li,
  .legend ul li{
    margin-bottom:5px;
  }
  .text ul.spaced_out li,
  .legend ul.spaced_out li{
    margin-bottom:15px;
  }

.contact #right{
  vertical-align:bottom;
  padding:30px; 
}

hr{
  margin:10px 0;
}


blockquote{
  font-size:100%;
  margin:10px;
}

ul li ul li{
  list-style:disc;
  font-size:90%;
}

ol{
  margin:5px 5px 5px 30px;
  font-size:110%;
  list-style-type:decimal;
}

  ol li ul li{
    font-size:90%;
  }

.lgo_application .right_floating_box{
  text-align:left;
}

.lgo_application .right_floating_box ul{
  margin-bottom:20px;
  margin-left:0;
  list-style:none;
}

.lgo_application #apply_terms_and_conditions{
  font-size:80%;
  background:#fff;
  padding:2px 10px;
  margin:0 10px 10px 10px;
  border:1px inset #eee;
  height:150px;
  overflow-y:scroll;
}
.lgo_application #apply_terms_and_conditions h3{
  font-size:inherit;
}

#form_class label{
  font-weight:bold;
}

.note{
  margin:0;
  font-size:90%;
  font-style:italic;
}

br.clearer{
  clear:left;
}
br.clearer_both{
  clear:both;
}

table.person_listing{
  margin:5px 5px 10px 10px;
  font-size:1.1em;
  line-height:1.3em;
}
  .person_listing th{
    text-align:left;
    font-weight:normal;
    padding-right:15px;
  }

.downtown blockquote{
  font-size:1.1em;
  line-height:1.3em;
}

/*------------ Homepage ------ */
tr#news td{
  vertical-align:top;
  height:96px;
  background:url('layout_imgs/news_bg.jpg') repeat-x;
  color:#666;
  padding:0;
}

tr#news td table{
  border-collapse:collapse;
}

  tr#news td table td{
    /*padding-top:20px;*/
  }
  tr#news td.left,
  tr#news td.center{
    width:248px;
    border-right:1px solid #737a35;  
  }

  .news_item{
    margin-top:20px;
  }

  .news_item_img{
    float:left;
    margin:0 5px 0 40px;
  }

  .news_item_img a img{
    border:1px solid #333;
  }
    .news_item_img a img{
      z-index:100;
	}

  .news_item p{
    position:relative;
    background:url('layout_imgs/blue_plus.png') no-repeat left 18px;
    font-size:100%;
    padding-left:30px;
    margin:0 10px 0 10px;
    line-height:1.4em;
  }
    .news_item p span.headline{
      display:block;
      font-size:120%;
      font-weight:bold;
      color:#000;
      font-family:Chalet;
      letter-spacing:-.05em;
    }

.home .top_of_scroll{
  height:20px;
  margin-bottom:5px;
}
.home .scroller{
  height:296px;
}

/*---------- Biz Page -------------*/
.biz .top_of_scroll{
  height:40px;
  margin-bottom:5px;
}
.biz .scroller{
  height:351px;
}

#map_container{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  z-index:2;
}

#google_map {
  position:relative;
  width:100%;
  height:100%;
}

/* INTERACTIVE MAP */
.map #map_container{
  width:100%;
  height:458px;
  position:relative;
}

#right.legend{
  padding:40px 10px 20px 40px;
  background:#f7f0de;
}


/* INSIDERS GUIDE */
.insiders_guide #center{
  padding:40px 10px 0 50px;
  /*width:577px;*/
}
.insiders_guide #center ul{
  color:#333;
}
.insiders_guide #center strong,
.insiders_guide #center b{
  font-size:90%;
  font-weight:bold;
  color:#333;
}
.insiders_guide #right{
  display:block;
  /*width:391px;*/
  width:316px;
  height:458px;
}
.quote_holder{
  margin:15px 0 20px 0;
  padding:2px 18px;
  background:url('layout_imgs/open_quote.png') no-repeat top left;
}
.quote{
  line-height:1.2em;
}
.attribution{
  color:#666;
  margin-left:10px;
  padding-bottom:5px;
  background:url('layout_imgs/close_quote.png') no-repeat bottom right;
}


/* REAL ESTATE */
#real_estate{
  display:block;
  position:relative;
  height:378px;
  /*width:733px;*/
  width:580px;
  float:right;
  
}
#real-estate_ftr{
  float:right;
}
#real_estate hr{
  margin:10px 0;
}
#real_estate table td img{
  margin-right:5px;
}

/* EVENTS */

.out #center{
  position:relative;
  display:block;
  height:436px;
}

#event_calendar{
  position:absolute;
  top:236px;
  left:12px;
  font-size:95%;
}


  #event_calendar td a{
    text-decoration:none;
    color:#000;
  }
  #event_calendar td{
    padding:1px;
  }
  #event_calendar td.past{
    color:#888;
  }
  #event_calendar td.today,
  #event_calendar td.today a{
    background:#9ee0e9;
    color:#333;
  }
  #event_calendar td.selected,
  #event_calendar td.selected a{
    background:#06befa;
    color:#fff;
  }
  .calendar-month{
    font-weight:bold;
  }



.event_search{
  /*width:962px;*/
  width:814px;
  position:relative;
}
.event_search td{
  padding-top:22px;
  position:relative;
}

  .event_search .search_btn{
    position:absolute;
    right:5px;
    bottom:5px; 
	z-index:20;
  }

.event_search #event_calendar{
  position:relative;
  top:0px;
  left:0px;
  font-size:95%;
  float:left;
  clear:left;
  margin:30px 0 0 12px;
}

form#categories,
form#locations{
  display:block;
  position:relative;
  height:436px;
}

form#categories{
  /*width:305px;*/
  width:258px;
}
form#locations{
  /*width:430px;*/
  width:364px;
}

.columns{
  float:left;
  width:50%;
}

form h1{
  margin-bottom:20px;
}

.input_wrapper{
  clear:left;
  margin-bottom:15px;
  color:#666;
  font-size:100%;
  padding-right:10px;
}

.checkbox{
  margin-right:2px;
}


#event_enter_moved{
  text-align:center;
  margin-top:20px;
}

/*--------- WORK HACKS --------------*/
.work .listing ul,
.legend ul{
  margin:5px 30px;
  list-style:square;
  font-size:110%;
  color:#231f20;
  line-height:1.3em;
}
  .work .listing ul li,
  .legend ul li{
    margin-bottom:5px;
  }
  .work .listing ul.spaced_out li,
  .legend ul.spaced_out li{
    margin-bottom:15px;
  }

  .work .listing{
    font-size:100%;
  }

.sub_heading{
  color:#707070;
  cursor:pointer;
  font-size:12px;
  padding-left:12px;
  background:url('layout_imgs/subheading_plus.gif') no-repeat left 1px;
  font-family:Helvetica, Arial;
}
  .sub_heading.open{
    background-image:url('layout_imgs/subheading_minus.gif');
  }
.subholder{
  padding-left:15px;
  display:none;
}


/* ---------- GOOGLE MAP -------------*/
.google_info_content {
  width:163px;
  font-size:85%;
  text-align:left;

}

.google_info_content h3 {
  margin:0 0 5px 0;
  font-size:100%;
}

.google_info_content p {
  margin:3px 0px 0px 0px;

}

.google_info_content a {
  color:#8de2f8;
  text-decoration:none;
}



/*----------- PEOPLE PROFILE ---------*/
.profile_desc a{
  color:#06befa;
  font-weight:bold;
  text-decoration:none;
}

#profile_listing{
  padding:0;
  margin:10px 0;
  height:438px;
  overflow:auto;
}
#profile_listing .profile{
  position:relative;
  padding:10px 5px 10px 0;
  margin:2px 0;
  height:117px;
  cursor:pointer;
}
  .profile img{
    float:left;
    margin-right:10px;
  }
  .profile p{
    margin:0;
  }
  .profile p.name{
    color:#737a36;
    font-size:125%;
    margin:4px 0;
    font-weight:600;
  }
  .profile p.company{
    color:#737a36;
    margin-bottom:4px;
  }
  .profile p.tagline{
    font-size:105%;
    font-weight:normal;
  }

#profile_listing .even{
  background:#f3dcb0;
}

#profile_nominate{
  margin-top:20px;
  padding:20px;
  background:#f3dcb0;
}
  #profile_nominate p{
    color:#737a36;
    margin-top:5px;
  }

  #profile_nominate a{
    color:#06befa;
    text-decoration:none;
  }

h2.subtitle{
  /*color:#06befa;*/
  font-size:120%;
}

span.people{
  font-weight:bold;
  font-size:140%;
  color:#06befa;
  border:none;
  display:block;
  float:left;
  margin:-4px 10px 0 0;
}

.nominate input{
  display:block;
}

/*--- project profile ---*/
#flickr_photo_set{
  position:relative;
  height:455px;
  overflow:hidden;
}
  #flickr_photo_set a{
    margin:2px 4px 0 0;
  }


/*---- MAIL CHIMP SIGNUP PAGE -------*/
td.signup{
  padding:0 40px 10px 40px;
  vertical-align:bottom !important;
}

form#subscribe label{
  font-size:90%;
  display:block;
  float:left;
  width:140px;
  text-align:right;
  margin-right:4px;
}
  form#subscribe label.not_float{
    float:none;
    display:inline;
    width:auto;
    margin:0 10px 4px 2px;
  }

form#subscribe p{
  clear:left;
}

form#subscribe .buttons{
  padding:1px 3px;
  margin-top:10px;
}
  #subscribe #reset{
    border:none;
    background:transparent;
    padding:0;
    cursor:pointer;
    color:#666;
  }
  #subscribe #reset:hover{ color:#333; }

p.subscribe_error{
  font-weight:bold;
  color:#f00;
  width:100%;
}

/*---- WORK COMMERCIAL PROPERTIES PAGE ----*/

.commercialMapDiv{
	position:relative;
	margin-left:140px;
	width:350px;
}
.riverfront
{
	position: absolute;
	top: 0;
	margin:0;padding:0;
	left: 10px;
	z-index 30;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.monroe_center
{
	position: absolute;
	top:52px;
	left:94px;
	margin:0;padding:0;
	z-index 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.arena_zone
{
	position: absolute;
	top:135px;
	left:50px;
	margin:0;padding:0;
	z-index 10;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.east_fulton
{
	position: absolute;
	top:125px;
	left:170px;
	margin:0;padding:0;
	z-index 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.arts_ave
{
	position: absolute;
	top:160px;
	left:185px;
	margin:0;padding:0;
	z-index 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.grandville
{
	position: absolute;
	top:224px;
	left:15px;
	margin:0;padding:0;
	z-index 60;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.leased {
	position: absolute;
	top:0;
	left:0;
	margin:0;padding:0;
	z-index:10;
	z-index 80;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.listing_floating_box{
  width:300px;
  float:right;
  clear:right;
  margin:0;
  padding:0 10px;
  text-align:center;
  background:#ece2c8;
  font-size:90%;	
}

.listingDiv {
	position:relative;
	margin:10px 0 5px 0;
	border-bottom:1px solid #a2d0e8;
	height:100px;
}
.listingDiv p {
	font-size:.9em;
}
.listingMarker {
	position:absolute;
	top:-11px;
	left:111px;
}
.listingThumb {
	float:left;
	border:1px solid #000;
}

.listingInfoDiv {
	margin:0 0 0 135px;
}
.listingInfoDiv h4{
	color:#333;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin:0 0 5px 0;
}
.listingInfoDiv p {
	text-align:left;
	margin-bottom:5px;
}
.listingInfoDiv p.listingPdf {
	font-size:.95em;
	font-weight:bold;	
}

.listingMapDiv {
	position:relative; margin-left:140px; width:330px;
}

#commercial_listing_map {
	width:100%; 
	height:350px;
	border:1px solid #000;
}
.clear {
	width:60%;height:1px;margin:-1px 0 0 0;clear:both;
}

/*------- AWARDS ------------ */
/* homepage slide*/
#awards_overlay{
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  width:498px;
  height:362px;
  background:url('layout_imgs/vote_slide.png');
  z-index:999999;
  overflow:hidden;
  text-indent:-999999px;
  top:117px;
  left:176px;
}

.awards_logo{
  margin:20px 0;
}
p.skinny{
  width:366px;
}

#award_rules{
  font-size:.9em;
  position:absolute;
  right:5px;
  bottom:-5px;
}
  #award_rules a{
    text-decoration:none;
    color:#666;
  }
  #award_rules a:hover{
    text-decoration:underline;
  }

.status_message{
  font-weight:bold;
}

  .status_message a.vote_star{
    float:right;
    margin-left:20px;
  }

  .status_message p{
    padding-top:15px;
  }

.short_award_map{
  height:216px !important;
}

#award_category_holder{
  color:#737a35;
  position:relative;
}

div.category{
  margin:0px;
  position:relative;
  border-top:1px solid #f7f0de;
  padding:0px;
  color:#fff;
}
  div.category_content{
    padding-bottom:5px;
  }
  div.category p{
    margin:5px 40px 15px 36px;
    color:#fff;
  }
  div.category p a{
    color:#fff;
  }

  div.category_content p.winner_list span{
    display:inline-block;
    width:20px; height:20px;
    vertical-align:top;
    margin-right:5px;
  }
  div.category_content p.winner_list span.star{
    background:url('layout_imgs/winner_star.png') no-repeat center;
  }
  div.category_content p.winner_list span.heart{
    background:url('layout_imgs/honorable_heart.png') no-repeat center;
  }

a.category,
div.category a.category{
  display:block;
  padding:8px 0 0 35px;
  margin:0px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  font-size:130%;
  font-family:Chalet;
  height:31px;
  text-transform:lowercase;
}

.entry_photos{
  float:right;
  width:276px;
  margin-left:40px;
}
  .entry_photos img{
    margin-bottom:5px;
  }

#facebox.entry_details .body{
  width:755px;
}
  #facebox.entry_details .body p{
    color:#000;
  }

h1.project_name{
  font-family:Chalet;
}


.ballot_entry{
  margin:15px 5px;
}
  .ballot_entry input{
    float:left;
    margin:20px 0 0 0;
  }
  .ballot_entry img,
  .ballot_entry span.voted{
    float:left;
    margin:0 5px 5px 5px;
  }
  .ballot_entry img.voted{
    border:0;
  }
  .ballot_entry span.voted{
    display:block;
    width:15px;
    border:0;
  }
  .ballot_entry p{
    margin:0;
  }
    .ballot_entry p.project_name{
      font-weight:bold;
      font-family:Chalet;
    }

#personal_info{
  margin:10px 177px 10px 160px;
}
#personal_info p{
  margin:0 0 20px 0 !important;
}
  #personal_info p.email{
    margin:0 0 5px 0 !important;
  }

#personal_info label{
  margin-right:10px;
}

#personal_info #email{
  width:260px;
}

p.buttons input{
  font-size:110%;
  padding:4px;
  margin:20px 0 20px 0px;
}



/* award nominate */
#award-nom .section{
  margin:10px 0 5px 0;
}
#award-nom .section p{
  margin-bottom:2px;
}
#award-nom input{
  padding:1px;
}
#award-nom label.align{
  display:block;
  float:left;
  width:180px;
  margin-right:4px;
  text-align:right;
}
#project_name, #street_1, #street_2, #submitted_name{
  width:339px;
}
#award-nom #category_tbl td{
  font-size:110%;
  padding:2px 40px 2px 0;
}
  #award-nom #category_tbl td input{
    margin-right:5px;
  }
#award-nom textarea{
  width:550px;
  height:75px;
}
#award-nom label.required{
  font-weight:bold;
}
#award-nom label.error{
  color:#900;
}
#award-nom span.number,
#facebox.entry_details .body p.blue_text,
p.blue_text{
  font-weight:bold;
  font-size:105%;
  color:#06befa;
  margin:0 5px 0 0;
}


/* winners */
.category_winners_holder div.category_description{
  margin:5px 10px;
}

.category_winners_holder h2{
  margin-left:10px;
  font-size:130%;
}
.category_winners_holder h2.star{
  background:url('layout_imgs/winner_star.png') no-repeat top left;
  padding-left:25px;
}
.category_winners_holder h2.heart{
  background:url('layout_imgs/honorable_heart.png') no-repeat top left;
  padding-left:25px;
}

.winner_star{
  margin-right:5px;
}
.winner{
  margin:15px 20px 15px 20px;
}
  .winner img{
    border:1px solid #333;
  }
  .winner p{
    margin:2px 150px 3px 0;
  }
  .winner .project_thumb{
    float:right;
  }
  .winner .clearer{
    clear:right;
  }



/* votes page */
#year_select{
  float:right;
  text-align:right;
  font-size:105%;
}

  #year_select select{
    background:none;
    border:none;
    border-bottom:1px dotted #333;
    font-size:105%;
    font-weight:bold;
    cursor:pointer;
  }

  #year_select select option{
    padding-right:10px;
    background:#fff;
  }


table.vote_category{
  width:786px;
  border-width:2px;
  border-style:solid;
  background:#faf7ef;
  margin:0 0 30px 0;
  padding:0 0 20px 0;
  position:relative;
}

  .vote_category td{
    padding:10px 5px;
    font-size:115%;
    vertical-align:middle;
    border:1px solid #eee;
    border-right:none;
    border-left:none;
  }
    .vote_category tr.leader td{
      font-weight:bold;
    }

    .vote_category tr.email_vote td{
      background-color:rgba(6,190,250,.2);
    }
      .vote_category tr.email_vote td.bar div{
        /*background-color:#06befa !important;*/
      }

    .vote_category td.project_name{
      width:150px;
      text-align:right;
    }

    .vote_category td.bar{
      background:#fff;
      width:405px;
    }
    .vote_category td.bar div{
      height:22px;
      opacity:0.5;
      filter:alpha(opacity=50)
    }
      .vote_category tr.leader td.bar div{
        opacity:.9;
        filter:alpha(opacity=90)
      }

    .vote_category td.votes{
      width:50px;
      text-align:center;
    }

/* the table that displays when no categories */
table.dates{
  font-size:90%;
  margin:5px auto;
}

/* seperate page for votes */
#only_container{
  width:790px;
  position:relative;
  margin:25px auto;
  padding:40px 100px;
  /*background:#f7f0de;*/
  background:#fff;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;
}

  #only_container .top_of_scroll{
    margin-bottom:20px;
  }


/*----- MERCHANT NEWS -----*/
.merchant_news_item{
  margin:5px 0 10px 10px;
}

.merchant_news_item p,
.right_floating_box .merchant_news_item{
  text-align:left;
}

.merchant_news_item p.title{
  font-weight:bold;
  margin:0;
}

.merchant_news_item p.time{
  font-style:italic;
  font-size:90%;
}


/*---- Email Archives ----*/
.campaign{
  margin-bottom:15px !important;
  color:#808080;
  line-height:1.25em;
  font-style:italic;
}
.campaign a{
  text-decoration:none;
  color:#06befa;
  font-weight:bold;
  font-style:normal;
}


/*---- DIRECTIONS -----*/
#directions_form{
  margin:5px;
  padding:5px;
  border:1px solid #d0cbbc;
  border-left:none;
  border-right:none;
  font-size:.9em;
  background:#fbf4e2;
}
  #directions_form label{
    display:inline-block;
    width:100px;
    text-align:right;
    margin-right:5px;
    font-weight:bold;
  }



/*--- signup campaigns ---*/
.signup_campaign{
  position:relative;
  margin:30px;
  padding:10px 10px 30px 10px;
  border-bottom:2px solid #808080;
}

  .signup_campaign .status{
    float:right;
    font-weight:bold;
    padding:5px;
    color:#fff;
  }
    .signup_campaign p.open{
      background:#090;
    }
    .signup_campaign p.closed{
      background:#900;
    }

  .signup_campaign .left{
    float:left;
    width:50%;
  }
  .signup_campaign .right{
    float:right;
    width:50%;
  }

  .signup_campaign h3{
    margin-top:0px;
  }

  .signup_campaign h4 span.month_signups{
    color:#808080;
    font-weight:normal;
    font-size:1.1em;
    letter-spacing:.02em;
  }
  
.campaign_winner{
  margin:10px;
  padding:5px;
}
  .choosen_today{
    background:rgba(6, 190, 250,.1);
  }
  .campaign_winner p{
    margin:0 0 2px 0;
  }

.choose_winner{
  margin:5px 0 5px 5px;
}

/*--- reCAPTCHA ---*/
#recaptcha_widget{
  position:relative;
  width:100%;
}
  #recaptcha_image{
    width:304px !important;
    background:#fff;
    padding:6px 0;
    margin:0 0 5px 0;
    text-align:center;
    border:1px solid #ada99c;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
  }
  #recaptcha_image img{
    display:inline !important;
  }
  .recaptcha_btns{
    background:#06befa;
    position:absolute;
    top:0px; right:0;
    padding:0 2px;
    height:69px;
    border:1px solid #06a3d3;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
  }
    .recaptcha_btns span{
      display:block;
      margin:4px 0;
    }
    .recaptcha_btns a{
      display:block;
      width:16px; height:16px;
      overflow:hidden;
      background-image:url(/layout_imgs/captcha_icons.png);
      background-repeat:no-repeat;
      text-indent:-999999px;
    }
      a.recaptcha_reload{ background-position:0 -48px; }
      a.recaptcha_audio{ background-position:0 -32px; }
      a.recaptcha_image{ background-position:0 0; }     
      a.recaptcha_help{ background-position:0 -16px; }
