/*
Theme Name: WordPress Lucifers
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	font-size:14px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	font-size:14px;
}

h3 {
	border-bottom: 1px dotted #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-size:13px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#leftcol {
	float:left;
	width:350px;
}

#rightcol {
	margin: 10px 0 0 0;
	float:right;
	width:480px;
	height: 321px;
	border:#333 1px solid;
	background: transparent url(images/rip2.jpg) no-repeat; 
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

a.send {
	display: block;
	width: 20px;
	height: 17px;
	background: transparent url(images/send.gif) no-repeat; 
	background-position: 0 0;
	margin-left:7px;
}

a.send:hover {
	display: block;
	width: 20px;
	height: 17px;
	background: transparent url(images/send.gif)  no-repeat scroll 0 -17px;
}

/*
TABBER
*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */



/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {

 display:none;

}



/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {
}

.tabberlive {

 margin-top:1em;

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{

 margin:0;

 padding: 3px 0;

 border-bottom: 1px solid #778;

 font: bold 12px Verdana, sans-serif;

}



ul.tabbernav li

{

 list-style: none;

 margin: 0;

 display: inline;

}



ul.tabbernav li a

{

 padding: 3px 0.5em;

 margin-left: 3px;

 border: 1px solid #778;

 border-bottom: none;

 background: #DDE;

 text-decoration: none;

}



ul.tabbernav li a:link { color: #448; }

ul.tabbernav li a:visited { color: #667; }



ul.tabbernav li a:hover

{

 color: #000;

 background: #AAE;

 border-color: #227;

}



ul.tabbernav li.tabberactive a

{

 background-color: #fff;

 border-bottom: 1px solid #fff;

}



ul.tabbernav li.tabberactive a:hover

{

 color: #000;

 background: white;

 border-bottom: 1px solid white;

}



/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {

 padding:5px;

 border:1px solid #aaa;

 border-top:0;



 /* If you don't want the tab size changing whenever a tab is changed

    you can set a fixed height */



 /* height:200px; */



 /* If you set a fix height set overflow to auto and you will get a

    scrollbar when necessary */



 /* overflow:auto; */

}



/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {

 display:none;

}

.tabberlive .tabbertab h3 {

 display:none;

}



/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {

}

.tabberlive#tab2 {

}

.tabberlive#tab2 .tabbertab {

 height:200px;

 overflow:auto;

}


/*
LUCIFERS
*/



body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	font-family:Georgia, "Times New Roman", Times, serif;
	background: transparent url(images/bg.gif) top center repeat-x;
	background-color: #CCC;
	color: #000;
	margin: 0;
	padding: 0;
}

.container { /* keep the layout together and centered */
	width: 950px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
.footer_menu {
	float: left;
	width: 870px;
	margin: 3px 0 0 10px;
}

#facebook {
	float: right;
	background: url(images/facebook.png) top left transparent no-repeat;
	height: 20px;
	width: 20px;
	margin: 30px 0 0 10px;
}

#twitter {
	float: right;
	background: url(images/twitter.png) top left transparent no-repeat;
	height: 20px;
	width: 20px;
	margin: 30px 0 0 10px;
}

#facebook_rip {
	float: left;
	background: url(images/facebook.png) top left transparent no-repeat;
	height: 20px;
	width: 20px;
	margin: 0 0 10px 120px;
	clear: left;
}

#twitter_rip {
	float: left;
	background: url(images/twitter.png) top left transparent no-repeat;
	height: 20px;
	width: 20px;
	margin: 0 0 0 10px;
	clear: right;
}

.clear {
	clear:both;	
}

.totheright {
	float:right;
}

.menupage {
	width:100%;
	float:left;
	background-color:#000000;
}

.menutabs {
	height: 18px;
	overflow:hidden;
	padding-left:5px;
	width:500px;
	float:left;
	background-color:#000000;
	z-index:10;
	position:relative; 
	background-color:transparent
}

.contactTabs {
	padding-left:30px;
	width:500px;
	float:left;
	z-index:10;
	position:relative; 
	background-color:transparent;
	height:18px;
	overflow:hidden;
}

/* MENU BUTTONS */

#pizzaBtnSelected, #pizzaBtn {
	width:67px;
	float:left;
}

#pizzaBtnSelected a {
	display:block;	
	width:67px;
	height:18.5px;
	background:url(images/pizzas_btn.gif) no-repeat 0 -36px;
}

#pizzaBtn a{
	display:block;	
	width:67px;
	height:18.5px;
	background:url(images/pizzas_btn.gif) no-repeat 0 0;
}

#pizzaBtn a:hover, #pizzaBtn a:hover{
	display:block;	
	width:67px;
	height:18.5px;
	background:url(images/pizzas_btn.gif) no-repeat 0 -18px;
}

#drinksBtnSelected, #drinksBtn {
	width:70px;
	float:left;
}

#drinksBtnSelected a {
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 -36px;
}

#drinksBtn a{
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 0;
}

#drinksBtn a:hover, #drinksBtn a:hover{
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 -18px;
}

#saladsBtnSelected, #saladsBtn {
	width:65px;
	float:left;
}

#saladsBtnSelected a {
	display:block;	
	width:65px;
	height:18.5px;
	background:url(images/salads_btn.gif) no-repeat 0 -36px;
}

#saladsBtn a{
	display:block;	
	width:65px;
	height:18.5px;
	background:url(images/salads_btn.gif) no-repeat 0 0;
}

#saladsBtn a:hover, #saladsBtn a:hover{
	display:block;	
	width:65px;
	height:18.5px;
	background:url(images/salads_btn.gif) no-repeat 0 -18px;
}

#sidesBtnSelected, #sidesBtn {
	width:94px;
	float:left;
}

#sidesBtnSelected a {
	display:block;	
	width:94px;
	height:18.5px;
	background:url(images/appetizers_btn.gif) no-repeat 0 -36px;
}

#sidesBtn a{
	display:block;	
	width:94px;
	height:18.5px;
	background:url(images/appetizers_btn.gif) no-repeat 0 0;
}

#sidesBtn a:hover, #sidesBtn a:hover{
	display:block;	
	width:94px;
	height:18.5px;
	background:url(images/appetizers_btn.gif) no-repeat 0 -18px;
}

#sandwichesBtnSelected, #sandwichesBtn {
	width:101px;
	float:left;
}

#sandwichesBtnSelected a {
	display:block;	
	width:101px;
	height:18.5px;
	background:url(images/sandwiches_btn.gif) no-repeat 0 -36px;
}

#sandwichesBtn a{
	display:block;	
	width:101px;
	height:18.5px;
	background:url(images/sandwiches_btn.gif) no-repeat 0 0;
}

#sandwichesBtn a:hover, #sandwichesBtn a:hover{
	display:block;	
	width:101px;
	height:18.5px;
	background:url(images/sandwiches_btn.gif) no-repeat 0 -18px;
}

#dessertsBtnSelected, #dessertsBtn {
	width:81px;
	float:left;
}

#dessertsBtnSelected a {
	display:block;	
	width:81px;
	height:18.5px;
	background:url(images/desserts_btn.gif) no-repeat 0 -36px;
}

#dessertsBtn a{
	display:block;	
	width:81px;
	height:18.5px;
	background:url(images/desserts_btn.gif) no-repeat 0 0;
}

#dessertsBtn a:hover, #dessertsBtn a:hover{
	display:block;	
	width:81px;
	height:18.5px;
	background:url(images/desserts_btn.gif) no-repeat 0 -18px;
}

#drinksBtnSelected, #drinksBtn {
	width:70px;
	float:left;
}

#drinksBtnSelected a {
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 -36px;
}

#drinksBtn a{
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 0;
}

#drinksBtn a:hover, #drinksBtn a:hover{
	display:block;	
	width:70px;
	height:18.5px;
	background:url(images/drinks_btn.gif) no-repeat 0 -18px;
}

.menuspan {
	width:23px;
	height:100px;
	float:left;
}

.menues {
	width:500px;
	float:left;
	border:1px solid #333;
	height:525px;
	padding-top:10px;
	margin-top:-1px; 
	z-index:-1
}

.menupics {
	width:375px;
	float:left;
	height:525px;
	
}

.menupic {
	overflow:hidden;
	height:250px;
	width:375px;
	border:1px solid #333;
}

.menupicspan {
	height:25px;
	widht:375px;
}

.slbtns {
	margin: 0 auto;
	width: 500px;
	height:auto;
	clear:right;
	float:left;
	margin: 5px 0 0 17px;
}

.slbtn {
	float:left;
}

.minilogo {
	margin: 5px 0 0 0;
	float:left;
	width:auto;
}

.footer {
	width:100%;
	height:auto;
}

.footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size:10px;
	letter-spacing:1.2px;
}

.footer a {
	color: black;
	text-decoration: none;
}

.homemain {
	width:900;
	height:auto;
	background-color:black;
	padding: 1px 25px 25px 25px;
}

.homemain2 {
	width:900;
	height:790px;
	background-color:black;
	padding: 1px 25px 25px 25px;
}

.homeadds {
	width:100%;
	height:250px;
	margin-top:10px;
}

.homeadd {
	float:left;
	height:250px;
	width:307px;
}

.addspan {
	width:14px;
	height:250px;
	float:left;
}

.slidespan {
	width:10px;
	height:15px;
	float:left;
}

small {
	font-size:15px;
}

.info {
	float: right;
	
}

.wrapper {
	width: 950px;
	margin:0 auto;
	height: auto;
}

#content {
	width:100%;
	height:auto;
	margin:auto;
	color:#FFFFFF;
}

.header {
	width:100&;
	margin:auto;
	height:148px;
	margin: 0;
}

.menu a {
	color: #666666;
	text-decoration: none;
	
}

.logo {
	height: 85%;
}

.menu {
	height: 60px;
	width:100%;
	background-color:black;
}

.menu p {
	/*float:left;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size:14px;
	word-spacing:2;
	padding-left:25px;
	padding-top:18px;
	color:#666666;
}

.header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size:14px;
	word-spacing:2;
}

.header li a {
	padding: 0 1em;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a:hover {
	color: white;
}

.label {
	width: 50px;
	float: left;
	margin-right:15px;
}

.input {
	float:left;
}

.form_line {
	padding-top:5px;
	width:100%;
	clear:both;
}

.send {
	float:left;
	padding-left: 65px;
	overflow:hidden;
}

.sendline {
	margin-top:8px;
	width: 235px;
	height:1px;
	background: url(images/grey_pixel.gif) repeat-x;
	float:left;
	display:block;
}

/* MENU BUTTONS */

.contactBtnSelected, .contactBtn {
	width:96px;
	float:left;
}

.contactBtnSelected a {
	display:block;	
	width:96px;
	height:18.5px;
	background:url(images/contact_us_btn.gif) no-repeat 0 -36px;
}

.contactBtn a{
	display:block;	
	width:96px;
	height:18.5px;
	background:url(images/contact_us_btn.gif) no-repeat 0 0;
}

.contactBtn a:hover, .contactBtn a:hover{
	display:block;	
	width:96px;
	height:18.5px;
	background:url(images/contact_us_btn.gif) no-repeat 0 -18px;
}

.employmentBtnSelected, .employmentBtn {
	width:119px;
	float:left;
}

.employmentBtnSelected a {
	display:block;	
	width:119px;
	height:18.5px;
	background:url(images/work_with_us_btn.gif) no-repeat 0 -36px;
}

.employmentBtn a{
	display:block;	
	width:119px;
	height:18.5px;
	background:url(images/work_with_us_btn.gif) no-repeat 0 0;
}

.employmentBtn a:hover, .employmentBtn a:hover{
	display:block;	
	width:119px;
	height:18.5px;
	background:url(images/work_with_us_btn.gif) no-repeat 0 -18px;
}

.franchiseBtnSelected, .franchiseBtn {
	width:96px;
	float:left;
}

.franchiseBtnSelected a {
	display:block;	
	width:122px;
	height:18px;
	background:url(images/franchise_info_btn.gif) no-repeat 0 -36px;
}

.franchiseBtn a{
	display:block;	
	width:122px;
	height:18px;
	background:url(images/franchise_info_btn.gif) no-repeat 0 0;
}

.franchiseBtn a:hover, .franchiseBtn a:hover{
	display:block;	
	width:122px;
	height:18px;
	background:url(images/franchise_info_btn.gif) no-repeat 0 -18px;
}

.contact {
	width:880px;/*387px;*/
	float:left;
	height: auto;
	border:1px solid #333; 
	z-index:-1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size:13px;
	word-spacing:1.5;
	padding-left:15px;
	margin: -1px 0 0 25px;
}

.contactpage {
	width:100%;
	height:auto;
	background-color:#000000;
	padding-bottom:20px;
}

.contactform {
	float:left;
	height:100%;
	margin-bottom:20px;
}
	
.map {
	padding-top: 220px;
	padding-left:30px;
	float:left;
	width:470px;
	height:290px;
	
}

.map img {
	width:470px;
}

/* MENU TABLE */

.menutable {
	width: 80%;
	color: white;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	letter-spacing:1.2px;
}

.detail {
	margin-top:10px;
	font-weight:bold;
	font-size:12px;
}

.name {
	colspan: 2;
	text-align: left;
}

.price {
	colspan: 1;
	text-align: center;
}

.desc {
	colspan: 4;
	text-align: left;
}

#bignumbers {
	font-size: 12px;
	font-weight: bold;
}

/* MEDIA */

.mediaexpander{
	width:1px;
	height:273px;
	float: left;
}

.media {
	width:900px;
	height:auto;
	background-color:black;
	padding: 0 25px 25px 25px;
	color: white;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	letter-spacing:1.2px;
	float: left;
}

.media h2 {
	color: white;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
}

#linehr {
	border: 1px solid;
	display: block;
	color:#333;
}

#menu_top_right {
	float:right;
	margin:-66px 85px 0 0;
}

#menu_top_right2 {
	float:right;
	margin:-65px 55px 0 0;
}

#menu_top_right3 {
	float:right;
	margin:-65px 25px 0 0;
}

#personal_large {
	margin: 0 0 -18px 280px;	
}
