/*								*/
/* Copyright 2013 © Allwebco Design Corporation			*/
/*								*/
/*								*/
/*   	COLORS THAT CAN BE USED - use lowercase			*/
/*	blue | brown | black | green | gray | red | white	*/
/*			#D15FA9					*/
/*	EDIT COLOR ON NEXT 2 LINES				*/
/* -------------------------------------------------------------*/

/*  IMPORTANT - also set the "var color" in the header.js  */

@import url("colors/red.css");

@import url("colors/red-menu.css");



/* LYTEBOX COLORS | black | blue | darkgreen | gold | green | grey | red */


@import url("lytebox/lytebox-blue.css");

@import url("lytebox/lytebox.css");

/* Peek Buttons */
.peekbtn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #000000;
  font-size: 22px;
  background: #fff000;
  padding: 5px 10px 5px 10px;
  border: solid #e8e109 1px;
  text-decoration: none;
}

.peekbtn:hover {
  background: #b3a800;
  text-decoration: none;
}