/**
 * @file
 * @project 714
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1 { font-size:3em; font-family:"Arial Black", Gadget, sans-serif; font-weight:normal; letter-spacing:-3px; line-height:1em; margin:0 0 0.75em; }
h2 { font-size:2.5em; font-family:"Arial Black", Gadget, sans-serif; font-weight:normal; letter-spacing:-3px; line-height:1em; margin:1em 0; }
h3 { font-size:2em; font-family:"Arial Black", Gadget, sans-serif; font-weight:normal; letter-spacing:-2px; line-height:1em; margin:1.28em 0; }
h4 { font-size:1.5em; font-family:"Arial Black", Gadget, sans-serif; font-weight:normal; letter-spacing:-1px; line-height:1em; 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; }
fieldset { border:solid 1px #1e2223; }

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

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
font {
	letter-spacing:normal;
	line-height:normal;
}
html {
	background-attachment:fixed;
	background-image:url(images/714_html_repeater.gif);
}
body {
	background-attachment:fixed;
	background-color:transparent;
	background-image:url(images/714_hugebgimage.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	color:#e1dcc1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}
.sf_outer_wrapper {
	background-attachment:fixed;
	background-image:url(images/714_calligraphy.png);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_wrapper {
	background-image:url(images/714_transparent.png);
	margin:0 auto;
	width:1000px;
}
.sf_wrapper:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_wrapper {
	float:right;
	width:740px;
}
.sf_main { padding:20px; }
.sf_region2 {
	float:left;
	width:260px;
}
/** 
 * @subsection header 
 */

.sf_header_wrapper {
	float:right;
	padding:0 20px;
	width:700px;
}
.sf_region3 {
	background-image:url(images/714_dojo.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:0 0 300px;
}
.sf_main_header {
	color:#e1dcc1;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:72px;
	letter-spacing:-8px;
	word-wrap: break-word;
	width:700px;
}
/**
 * @section navigation
 */

.sf_navigation .widget_header { display:none; }
.sf_navigation {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:13px 0;
	position:relative;
	z-index:1000;
}
.sf_navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width:260px;
}
.sf_navigation ul li {
	float: left;
	line-height:1.6em;
	margin:0;
	padding:0;
	position: relative;
	width:260px;
}
.sf_navigation ul li a {
	color: #e1dcc1;
	display: block;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:32px;
	letter-spacing:-3px;
	margin:0 0 0 15px;
	padding:7px 20px 7px 5px;
	width:220px;
	word-wrap:break-word;
}
.sf_navigation ul li a:visited { color: #e1dcc1; }
.sf_navigation ul li:hover a,
.sf_navigation ul li a:hover {
	background-color:#e1dcc1;
	color:#000;
}
.sf_navigation .subnav {
	float: left;
	min-height:150px;
	height:auto !important;
	height:150px;
	left: -999em;
	list-style: none;
	margin:-40px 0 0 260px;
	padding:0;
	position: absolute;
	width:143px;
	z-index:1000;
}
.sf_navigation .subnav li {
	background-color:#e1dcc1;
	position: relative;
	float: left;
	padding:0;
	margin:0;
	width:143px;
}
.sf_navigation .subnav li a {
	color:#000000;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:.8em;
	margin:0;
	padding:5px 8px;
	text-decoration: none;
	width:127px;
}
.sf_navigation .subnav li a:visited { color: #000000; }
.sf_navigation .subnav li a:hover { color: #000000; }
#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */ 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 content
 */

.sf_main:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.sf_content {
	min-height:250px;
	height:auto !important;
	height:250px;
}
.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.sf_pagetitle {
	color:#e1dcc1;
	font-size:48px;
	padding:0;
	margin:0;
}
.sf_pagetitle h1 {
	font-size:48px;
	margin:0;
}
/** 
 * @subsection footer/banner
 */

.sf_footer {
	color:#e1dcc1;
	font-size:10px;
	margin-top:100px;
	text-align:right;
	width:700px;
}
.sf_banner {
	font-size:10px;
	margin:10px 0 0;
	text-align:right;
	width:700px;
}
.sf_banner #bannerImage { padding:5px 0; }
#seals a { font-size:10px; }
/** 
 * @subsection buttons
 */

input[type=submit],
input[type=reset],
.btn {
	background-color:#1e2223;
	border:none;
	color:#e1dcc1;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 0;
	padding: 2px 4px 3px;
}
/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

* html .member { width:665px; }
* html .categories .category,
.products .product { margin-right:-1px; }
* html a,
* html form,
* html .form_item,
* html .sf_wrapper { position:relative; }
* html .sf_outer_wrapper { 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("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}
