/**
 * @file
 * @project 687
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
 
h1 { font-size:3em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.75em; }
h2 { font-size:2.5em; font-weight:normal; letter-spacing:-.04em; margin:1em 0; }
h3 { font-size:2em; font-weight:normal; letter-spacing:-.04em; margin:1.28em 0; }
h4 { font-size:1.5em; font-weight:bold; letter-spacing:-.04em; margin:1.5em 0; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; font-weight:bold; margin:2.05em 0; }
p, form { margin:0 0 1.5em; padding:0; }
blockquote { margin:1.5em; }
sup, sub { line-height:0; }
address { margin:0 0 1.5em; }
pre, code { margin:1.5em 0; white-space:pre; }
pre, code, tt { line-height:1.5; }
caption { margin:0; padding:.5em; }

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

a:hover { text-decoration:none; }
h1 { text-shadow:-1px 1px 1px #ebe5cd; }
h2,h3,h4,h5,h6 { color:#7f754e; text-shadow:-1px 1px 1px #ebe5cd; }
body {
	background-color:#442e18;
	background-image:url(images/683_wood.jpg);
	color:#3a3830;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:5;
}
.sf_outer_wrapper {
	position:relative;
	margin:0 auto;
	width:968px;
}
.sf_outer_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/**
 * @section navigation
 */
.sf_navigation {
	background-color:#ebe5cd;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:3px;
	position:relative;
	z-index:9999;
}
.sf_navigation .widget_header { display:none; }
.sf_navigation ul {
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 8px 8px 8px 8px;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0;
	padding:0;
}
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
.sf_navigation ul li {
	border-right:solid 1px #fff;
	float: left;
	list-style: none;
	padding:0;
	white-space: nowrap;
	min-width:1%;
	width: auto !important;
	width:1%;
}
.sf_navigation ul li a {
	border-right:solid 1px #999;
	display: block;
	font-size:16px;
	margin:0;
	padding:20px 18px;
	text-decoration: none;
	min-width:1%;
	width: auto !important;
	width:1%;
}
/**
 * @section subnav
 */

.sf_navigation ul.subnav {
	background-image:none;
	background-color:#ebe5cd;
	border:solid 1px #c1b99a;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 1px 1px 2px rgba(58, 61, 61, .5);
	-moz-box-shadow: 1px 1px 2px rgba(58, 61, 61, .5);
	-webkit-box-shadow: 1px 1px 2px rgba(58, 61, 61, .5);
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 154px;
	z-index:1000;
}
.sf_navigation ul.subnav li {
	border:none;
	float: left;
	margin:0;
	padding:0;
	width: 154px;
	white-space:normal;
}
.sf_navigation .subnav li a {
	border:none;
	color:#6f6644;
	display: block;
	height:auto;
	padding:5px 12px 6px;
	width: 130px !important;
	white-space:normal;
	font-size:11px;
	text-transform:none;
	text-shadow:none;
}
.sf_navigation .subnav li a:visited { color:#6f6644; }
.sf_navigation .subnav li a:hover,
.sf_navigation ul li:hover .subnav a:hover {
	color:#ffffff;
	background-color:#6f6644;
}
.sf_navigation ul li:hover .subnav a { background:none; }

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { left: auto; }
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
#Nav1 li:hover,
#Nav1 li.hover { position: static; }
/** 
 * @subsection header 
 */

.sf_outer_wrapper {
	border-radius:0px 0px 14px 14px;
	-moz-border-radius:0px 0px 14px 14px;
	-webkit-border-radius:0px 0px 14px 14px;
	border-style:solid;
	border-width:0 8px 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}
.sf_region1 {
	padding-bottom:20px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_region1:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_header {
	background-image:url(images/687_header-bg.gif);
	background-repeat:repeat-x;
	background-color:#4b4e4e;
	border:solid 1px #303232;	
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	box-shadow: 5px 5px 1px rgba(58, 61, 61, .5);
	-moz-box-shadow: 5px 5px 1px rgba(58, 61, 61, .5);
	-webkit-box-shadow: 5px 5px 1px rgba(58, 61, 61, .5);
	color:#303232;
	float:left;
	font-size:72px;
	letter-spacing:-.04em;
	margin:20px 20px 0;
	padding:10px 15px;
	position:relative;
	text-shadow:-1px 1px 1px #a6a8a8;
	max-width:500px;
	min-width:1%;
	width: auto !important;
	width:1%;
	z-index:9995;
}
.sf_region2 {
	background-image:url(http://www.pizanospizza.net/images/683_pizza.png);
	background-repeat:no-repeat;
	height:606px;
	position:absolute;
	right:-100px;
	top:-590px;
	width:608px;
	z-index:8888;
}
/** 
 * @subsection pagetitle 
 */

.sf_pagetitle {
	color:#7f754e;
	font-size:36px;
	padding:0px 10px;
	margin-bottom:5px;
}
.sf_pagetitle h1 {
	font-size:36px;
	margin:0;
}
/** 
 * @subsection content
 */
 
.sf_wrapper {
	background-color:#e0dabf;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D4CCAE), to(#D4CCAE), color-stop(.5,#e0dabf));
	background:-moz-linear-gradient(0% 100% 90deg,#D4CCAE, #E0DABF, #D4CCAE 100%);
	border:solid 3px #ebe5cd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
}
.sf_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_wrapper {
	background-repeat:no-repeat;
	padding:20px;
}
.sf_main_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main {
}
.sf_main:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.sf_content {
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

/** 
 * @subsection footer/banner
 */
.sf_region10 {
	background-image:url(images/683_footer.png);
	background-repeat:repeat-x;
	font-size:10px;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0 auto;
	padding:100px 0 20px;
	text-align:center;
}

.sf_footer {
	background-image:url(http://www.pizanospizza.net/images/683_footer_trans.png);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:solid 2px #000;
	color:#ffffff;
	font-size:10px;
	margin:0 auto;
	padding:20px;
	width:300px;
}

.sf_banner {
	background-image:url(http://www.pizanospizza.net/images/683_footer_trans.png);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:solid 2px #000;
	font-size:10px;
	margin:20px auto;
	padding:20px;
	width:300px;
}
.sf_banner #bannerImage { padding:5px 0; }
#seals a { font-size:10px; }
/** 
 * @subsection buttons
 */

input[type=submit],
input[type=reset],
.btn {
	background-color:#b2a987;
	border:solid 1px #a69d7a;
	color:#ebe5cd;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 0;
	padding: 2px 4px 3px;
}

input[type=submit], input[type=reset], .btn {
	
}
input[type=submit]:hover,
input[type=reset]:hover,
.btn:hover {
	background-color:#a69d7a;
}
/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

* html .sf_region10 a,
* html .sf_footer a,
* html .sf_banner a { position:relative;}

*html .categories .category,
.products .product { margin-right:-1px; }

* html .sf_region2 {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://www.pizanospizza.net/', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

* html .sf_region10 {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://www.pizanospizza.net/', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

* html .sf_footer {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://www.pizanospizza.net/', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

* html .sf_banner {
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://www.pizanospizza.net/', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}