/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	border-top:none;
	margin-top:0px;
	margin-bottom:5px;
	background: #CA0000 url(../img/bgtile.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

A:link {
	COLOR: #FF6600; text-decoration: none;
}
A:visited {
	COLOR: #FF6600; text-decoration: none;
}
A:active {
	COLOR: #FF6600; text-decoration: none;
}
A:hover {
	COLOR: #FF6600; text-decoration: underline;
}

#intro A:link {color:#0000CC;}

#intro A:visited {color:#0000CC;}

#intro A:active {color:#0000CC; text-decoration:underline;}

#intro  {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}


#mapbox {
  position: absolute; 
  left: 845px; 
  top: 118px; 
  width: 82px; 
  height: 42px;
}

#mapbox a {
  display: block;
  height: 42px;
  width: 82px;
}

#whole_page {
  width: 840px;
  background: #FFFFFF url('../img/content_bg2.jpg') top right repeat-y;
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 4px solid #000000;
  border-top:none;
}

#page_header {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	text-align: left;
	clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:9px;
  padding-right:9px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#menunavon {color:#000000
}

#menunavoff { color:#FFFFFF
}


#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#left_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#right_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.float_center {
  float: center;
  margin-right: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#feature_box_right {
  float:right;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box_right h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box_right p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}



#page_footer {
  height: 60px;
  background-color: #669933;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

#page_bottom {
  width:720px;
  background-color: #FFFFFF;
  clear: both;
  padding:10px;
  margin-left:10px;
  border-top: dotted #999999 3px;
}

.footbox{display:block}
.footbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CA0000}
.footbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e89191;
  border-right:1px solid #e89191;
  background:#d73f3f}
.footbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9e5e5;
  border-right:1px solid #f9e5e5;
  background:#d43030}
.footbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d43030;
  border-right:1px solid #d43030;}
.footbox4{
  border-left:1px solid #e89191;
  border-right:1px solid #e89191}
.footbox5{
  border-left:1px solid #d73f3f;
  border-right:1px solid #d73f3f}
.footboxfg{
  background:#CA0000;
  padding-left:6px;
  }
.boxes {
  width:30%; 
  display:inline; 
  float:left; 
  text-align:left; 
  margin-left:3px; 
  margin-right:3px;
  margin:10px;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.sortable a {
color:#0000FF;
border:none;
}

table.sortable img {
color:#0000FF;
border:none;
}


table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:http://www.pizzapartyonline.com/blog/wp-content/plugins/lightbox-2/images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.pizzapartyonline.com/blog/wp-content/plugins/lightbox-2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.pizzapartyonline.com/blog/wp-content/plugins/lightbox-2/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
table.specials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.specials th {

}
.specials tr, .specials td, .specials th {
	padding: 3px;
	border: solid #cccccc 1px;
}
.specials td {
	text-align: right;
}
.highlight-orange {
	font-weight: bold;
	color: #F60;
}
.kidseatfree {
	border: dashed #cc0000 2px;
	padding: 15px;
	margin: 15px 0px;
}
.kidseatfree h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #CA0000;
	font-family: Verdana, Geneva, sans-serif;
}
#intro .kidseatfree p , #right_side .kidseatfree p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
}
#intro .kidseatfree .discreet p, #right_side .kidseatfree .discreet{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-top: 10px;
}
