/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* ===== Google Font embedding classes ===*/
.custom .lobster { font-family: 'Lobster', cursive; }

/* ===== Cool Whole Page Top Shadow ===*/
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}

/***Home Header Image***/
.home #header {background:url(http://shakeandhowdy.com/wp/wp-content/uploads/2012/04/newhomeheader_406.png) center top no-repeat; height:406px; background-size: 921px 406px;
}

/***Nav Bar Position***/
.custom #header { position: relative; }
.custom #header ul.menu { position: absolute; bottom: 0em; right: 0em; width:auto;
}

/***Nav Bar Style***/
.custom #nav_area {background: transparent;}
.custom ul.menu {background: transparent; border:none; float:right;}
.custom ul.menu li a, .custom ul.menu li a:hover {background:none; border:none;}
.custom ul.menu li a {color: #000; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 13px; font-weight:bold;}
.custom ul.menu li.current a:hover, .custom ul.menu li a:hover {color:#F99910;}
.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#F99910;}
.custom ul.menu li a:hover {color:#F99910; text-decoration:none;}
.custom ul.menu li li {background: #FFFFFF; margin-top:0px;}
.custom ul.menu li li a:hover {background: none;}
.custom ul.menu li li:hover {background: #5A0A0A;}
/***End Nav Bar Style***/

