/* CSS style sheet for BFFF.com */
/* Styles for preview tour nav bar */


div.sitelogo {
  background-color: rgb(255,0,0);
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  float:left;

}

div.sitelogo h1 {
 font-family: 'Black Ops One', cursive;
 font-size: 300%;
 color: rgb(0,0,00);
 text-decoration: none;
}

div.sitelogo a {
  text-decoration: none;
  color: rgb(0,0,0);
}

div.sitelogo a:hover {
  color: rgb(0,0,0);
  text-shadow: 0px 0px 10px rgb(255,255,255);
}


div.bfffpreviewnavbar {
  background-color: rgb(0,0,0);
  width: 85%;
  margin:auto;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: rgb(255,0,0);
 }


div.navigation {
  float:right;
}

div.bfffpreviewnavbar ul {
  float: right;
  width: 100%;
  padding-top: 17px;
  list-style: none;
}

div.navigation li {
  float: right;
  margin: 0;
  padding: 10px 15px 15px 0px;
  font-size: 120%; 
} 

div.navigation a {
  color: rgb(220,220,220);
  text-decoration:none;
}

div.navigation ul li a:hover {
  color: rgb(255,255,255);
  text-shadow: 0px 0px 3px rgb(255,255,255);
  background-color: rgb(255,0,0);
}


/* Styles for preview tour footer */

div.bfffpreviewfooter {
  background-color: rgb(0,0,0);
  width: 85%;
  margin:auto;
  border-top-style: solid;
  border-width: 4px;
  border-color: rgb(255,0,0);
  font-size:80%;
 }

div.bfffpreviewfooter ul {
  float:right;
  width: 100%;
  padding-top: 17px;
  list-style: none;
  margin:auto;
}

/* Styles for Nav Bar Search */

div.navbarsearch {
  float:right;
  padding-top: 5px;
}


div.navbarsearch a {
  color: rgb(220,220,220);
  text-decoration:none;
}

div.navbarsearch a:hover {
  color: rgb(255,255,255);
  text-shadow: 0px 0px 3px rgb(255,255,255);
  background-color: rgb(255,0,0);
}

