/* Styles that override bootstrap defaults */
body { 
	font-family: Verdana, 'Trebuchet MS';
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0px;
}

.divphoto { 
  min-height: 50px;
  background-color: white;
}
.cropheight {
    /* max-width: 1200px; /* img src width (if known) */
    max-height: 100px;
    overflow: hidden; 
}
.headerimage {
  max-height: 220px;
  overflow: hidden; 
  background-color: white;
}

.himage { 
   position: relative; 
   width: 100%; /* for IE 6 */
   color: white;
}

.himage > h2 { 
   position: absolute; 
   top: 10px; 
   left: 10; 
   width: 100%;
   line-height: 150%;
}
	
.volimg {
	width: 90%; height: 90%;
}

#vnb h2 > strong {
	font-size: 24px; font-weight: normal;
}
#vnb h3 > strong {
	font-size: 24px; font-weight: normal;
}
#entry h1 {
	font-size: 24px; font-weight: normal;
}

.c_intro {
  #background-image: url('intro.jpg');
  #background-color: gray;
}
.c_intro_well {
	margin: 15px 0 15px 0;
  padding: 5px 20px 0 20px;
  background-color: rgba(255,255,255,0.9);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.c_lastwinners {
  background-color: white;
}
.c_spectator {
  #background-image: url('5.jpg');
  background-color: white;
}
.c_results {
	color: white;
  #background-image: linear-gradient(90deg, black, #333);
}
.c_vnb {
	color: black;
  #background-image: linear-gradient(270deg, gray, lightgray);
}
.c_volunteer {
  #background-color: ghostwhite;
}
.c_entry {
  color: black;
  #background-image: url('2.jpg');
  #background-color: white;
}
.c_entry > h3 > th {
	  color: black;
}
.c_info {
  background-color: white;
}
.c_forms {
  #background-image: url('4.jpg');
  background-color: white;
}
.navbar {
    margin-bottom: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bg-greyclear {
  color: #000;
  padding: 10px;
  background-color: white;
}
.bg-clear {
  color: #fff;
  background-color: transparent;
}
.label {
  font-size: 90%;
  font-weight: normal;
}

blink, .blink {
  -webkit-animation: blink 3s step-end infinite;
  -moz-animation: blink 2s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}