@import "s.css";

/******** changed styles *********/

h5, .h5,  p, li, div, {
    font-family: Tahoma;
    font-size: 12px;
    
}

#guest input {
background : White;
font-size: 12px; 
font-family: verdana, Helvetica, Arial, Tahoma, Sans-serif; 
border: 1 ridge #663300;
}

#guest textarea {
    font-size: 12px;
    font-family: verdana, Helvetica, Arial, Tahoma, Sans-serif;
    border: 1 ridge #663300;
    background : White;
}

/****************** MAIN NEWS vs POLLS ************************/

#news {
    width:100%;
    float:left;
}

#news td {
    width: 49.9%;
    padding-right: 14px;
    padding-bottom: 17px;
    font: 12px Arial, sans-serif;
    text-align: justify;
}

#voting {
  margin: 25px 0 0 30px;
}

#voting h1 {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  color: #696969;
}

#voting strong.name {
  margin: 0 0 10px 0;
  font-size: 11px;
  display: block;
  color: #696969;
}

#voting label { 
  width: 100%; 
  overflow: hidden; 
  margin: 0 0 3px 0; $margin: 0 0 3px -3px;
  display: block;
  font-size: 11px;
  color: #696969;
} 

#voting input.radio {
  float: left; clear: left;
  margin: 3px 0 0 0; $margin: -3px 0 0 0; 
}

#voting label strong {
  margin: 0 0 0 6px;
  font-weight: normal;
  font-size: 11px;
  display: table; 
  $float: left;
  height: auto; _height: 1%;
}

#voting input.submit {
  margin: 8px 0 10px 0;
  border: none; 
  border-bottom: 1px solid #144d2a; 
  $border-bottom: none;
  $text-decoration: underline;
  background: none;
  color: #144d2a;
  font: 14px Tahoma, sans-serif;
  font-weight: bold;
  width: 90px;
}

#voting a {
  font-size: 11px;
  line-height: 2;
  float: left;
  margin: 0 15px 0 0;
}



#rightban {
  padding: 40px 20px 20px 20px;
  text-align: left;
  margin:0;
  width:auto;
}
/******************************** #GALLERY ************************************/

#imgs {
    display:block;
}

#imgs img {
  cursor: hand;
}

#imgs span.sel {
  padding:10 0 10 0;
  display:block;
  font-weight:bold;
}

#imgs img.photo {
  width: 120px;
  height: 80px;
  border: #144D2A 1px solid;
  margin: 5px;
  float:left;
}

#bigimage {
  border-width:1px;
  border-color:#FFFFFF;
  white-space:nowrap;
  width:450px;
  border: 1px solid #144d2a;
}


select#gallery {
  font-size:10px;
  width:200px;
}

#bigimagealt {
  border-width:0;
  background-color:#F3F3F3;
  width:100%;
  text-align:left;
}

/******************************************************************************/
#copy{
  color:#3B8558;
  font-size : 10px;
  text-decoration : none;
}
#copy a{
  color:#3B8558;
  font-size : 10px;
  text-decoration : none;
}
#copy a:hover{
  color:#3B8558;
  font-size : 10px;
  text-decoration : none;
}

