/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.75em;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
 }

 h2 {
    font-size: 1.75em;
    font-weight: normal;
    margin: 1em 0;
 }

 h3 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 1.28em 0;
 }

 h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0;
 }

 h5 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin: 1.67em 0;
 }

 h6 {
    font-size: 0.73em;
    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
 * ------------------------------------------------------------------
 */
 body {
    background-image: url(images/wood.jpg);
    background-color: #D7CEC6;
    background-position: center top;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
 }

 .sf_outer_wrapper {
    width: 100%;
    margin: 0;
    min-width: 900px;
 }

 .sf_wrapper {
    width: 900px;
    .width: 901px;
    background-image: url(images/photo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
 }

 /** 
 * @subsection header 
 */
 .sf_navigation .widget_header {
    display: none;
 }

 .sf_pagetitle {
    width: 620px;
    float: right;
    display: inline;
    text-align: right;
    padding-right: 30px;
    font-size: 22px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 .sf_pagetitle h1 {
    font-size: 22px;
    margin: 0;
    font-weight: normal;
 }

 .sf_header_wrapper {
    width: 600px;
    height: 284px;
    background-image: url(images/titleback.png);
    background-position: top left;
    background-repeat: no-repeat;
 }

 * html .sf_header_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='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
 }

 .sf_header_wrapper:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_extra2 {
 }

 .sf_main_header {
    padding: 20px 0 0 30px;
    font-size: 24px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: 600px;
 }

 .sf_sub_header {
    display: none;
 }

 .sf_main_header p,
.sf_sub_header p {
    margin: 0px;
    padding: 0px;
 }

 .sf_navigation:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_navigation ul {
    margin: 20px 0 0;
    padding: 0px;
    list-style-type: none;
 }

 /**
 * @section navigation
 */
 .sf_navigation {
    width: 220px;
    .width: 221px;
    float: left;
    display: inline;
    margin-top: 20px;
    padding-bottom: 25px;
 }

 .sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
 }

 .sf_navigation ul li {
    display: inline;
 }

 .sf_navigation ul li.sf_last_nav_item {
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 .sf_navigation ul li a {
    display: block;
    padding: 10px;
    text-align: right;
    font-size: 14px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-transform: uppercase;
    text-decoration: none;
 }

 .sf_navigation ul li a:visited {
 }

 .sf_navigation ul li a:hover {
 }

 /**
 * @section subnav
 */
 .sf_navigation .subnav {
    position: absolute;
    left: -999em;
    z-index: 1000;
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-image: none;
    margin: -32px 0 0 220px;
    .margin-left: 212px;
 }

 .sf_navigation .subnav li {
    position: relative;
    background-color: #CEBDA9;
    float: left;
 }

 .sf_navigation .subnav li a {
    width: 150px;
    background-image: none;
    padding: 5px 10px;
    text-align: left;
    display: block;
 }

 .sf_navigation .subnav li a:hover {
    background-image: none;
 }

 #Nav1 li:hover ul,
#Nav1 li.sfhover ul {
    left: auto;
    background-color: #CEBDA9;
 }

 #Nav1 iframe {
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
    margin-left: 3px;
 }

 /**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 #Nav1 li:hover,
#Nav1 li.hover {
    position: static;
 }

 .sf_extra5 {
 }

 .sf_extra6 {
 }

 .sf_subnavigation ul {
 }

 .sf_subnavigation ul:after {
 }

 .sf_subnavigation ul li {
 }

 .sf_subnavigation ul li.sf_last_nav_item {
 }

 .sf_subnavigation ul li.sf_first_nav_item {
 }

 .sf_subnavigation ul li a {
 }

 .sf_subnavigation ul li a:visited {
 }

 .sf_subnavigation ul li a:hover {
 }

 .sf_subnavigation2 {
    display: none;
 }

 .sf_subnavigation2 ul {
 }

 .sf_subnavigation2 ul:after {
 }

 .sf_subnavigation2 ul li {
 }

 .sf_subnavigation2 ul li.sf_last_nav_item {
 }

 .sf_subnavigation2 ul li.sf_first_nav_item {
 }

 .sf_subnavigation2 ul li a {
 }

 .sf_subnavigation2 ul li a:visited {
 }

 .sf_subnavigation2 ul li a:hover {
 }

 /** 
 * @subsection content
 */
 .sf_content {
    width: 630px;
    float: right;
    display: inline;
    margin-top: 18px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
    padding-right: 20px;
 }

 .single-post {
    margin-top: -18px;
 }

 .sf_content:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_content img {
 }

 .sf_region6 .content-product .largeimage img {
    padding-right: 10px;
 }

 /** 
 * @subsection footer
 */
 .sf_footer {
    width: 680px;
    margin-top: 50px;
    margin-left: 220px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
    text-align: center;
 }

 .sf_footer div {
 }

 .sf_footer p {
    margin: 0px;
    padding: 0px;
 }

 /* bodies for the headers*/
 .widgetset .widget_content {
    width: 187px;
    margin-left: 10px;
    margin-top: 0px;
    padding: 5px;
    font-size: 12px;
 }

 /* Headers*/
 .widgetset .widget_header {
    width: 187px;
    margin-left: 10px;
    padding: 5px 0px 0px 0px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 4px;
    font-weight: normal;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
 }

 .sf_region4 .widgetset {
    width: 215px;
    margin-top: 50px;
 }

 .sf_region4 ul {
    list-style: none outside none;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
 }

 /* Ordered List Format */
 .sf_region4 .widget_content ol {
    margin-left: 21px;
    margin-top: 0;
    padding: 0;
 }

 /* Form Spacing */
 .SubscribeViaEmail form div, 
.Search .searchbox .form_item, 
.Search .searchbox #advancedSearchContainer, 
.Search .searchbox .form_button, 
.Search .searchbox #advancedlink {
    margin-bottom: 5px;
 }

 /**  
 * @subsection calendar 
 */
 .calendar {
    border: none !important;
    margin-bottom: 30px;
    margin: 0;
    padding: 0;
    margin: 0px 0px 0px 1px;
    width: 99%;
 }

 .calendartitle {
    border-width: 0px;
    border-style: none;
 }

 .calendartitle td {
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
 }

 .calendar .calendarcell {
    margin: 0px;
    padding: 0px;
    height: 25px;
 }

 .calendarweek {
    font-size: 9px;
    padding-top: 5px;
    text-transform: uppercase;
 }

 .widget_content a.calendarlink {
    text-decoration: underline;
 }

 .Search .searchbox #advancedSearchContainer div {
    margin-left: 0px;
 }

 .SubscribeViaEmail #SubscriberEmail, 
.searchterm, #sel, #dt {
    width: 180px;
 }

 .widget_content a {
    text-decoration: none;
 }

 .CustomText .widget_content {
    overflow: hidden;
 }

 .TwitterLink .widget_content div {
    margin: 0px auto;
 }

 .sf_region4 .MonthlyArchiveList ul#MonthlyArchives {
    margin-left: 10px;
 }

 .calendar caption {
    font-weight: bold;
    font-size: 1.2em;
 }

 .sf_region4 .HomeLink {
    display: none;
 }

 /**  
 * @subsection syndicate 
 */
 .feedbutton {
    border: none;
    vertical-align: middle;
    margin-right: 5px;
 }

 /**  
 * @subsection recent entries
 */
 .recentdate {
    padding: 2px 0px 2px;
 }

 /**  
 * @subsection subscribe
 */
 .SubscribeViaEmail .widget_content label {
    margin: 0;
    padding: 0;
    display: inline;
 }

 /**  
 * @subsection Google Ad
 */
 .GoogleAd .widget_header span {
    border-bottom: none;
 }

 /**  
 * @subsection HomeLink
 */
 .HomeLink .widget_content {
    display: none;
 }

 /** 
 * ------------------------------------------------------------------
 * @section EXTRA STUFF
 * ------------------------------------------------------------------
 */
 a:link {
 }

 a:visited {
 }

 a:hover {
 }

 .sf_banner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 680px;
    margin-left: 220px;
    margin-top: 20px;
    text-align: center;
 }

 .sf_banner a {
 }

 .sf_banner a:visited {
 }

 .sf_banner a:hover {
 }

 .sf_extra4 {
    width: 900px;
    height: 73px;
    .margin: 0 0 0 1px;
 }

 .sf_extra8 {
    clear: both;
 }

 .sf_region9 {
    position: relative;
    z-index: 100;
 }

 .sf_extra9 {
    background-image: url(images/haystack.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 176px;
    margin: -156px 0 0;
 }

 * html .sf_extra9 {
    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='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
 }

 .sf_extra12 {
    clear: both;
 }

 
