--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>{title:h}</title>
+<meta http-equiv="content-type" content="text/html;charset=utf-8">
+<meta name="description" content="{metaTags:h}">
+<meta http-equiv="imagetoolbar" content="no">
+<meta http-equiv="imagetoolbar" content="false">
+{styles:h}
+{topScripts:h}
+{if:googleAnalyticsCode}
+{googleAnalyticsCode:h}
+{end:}
+</head>
+<body>
+<div id="wrapper">
+ <div id="wrapperInner">
+ <div id="top">
+ <a href="baseurl/index.php">
+ <img id="logo" src="{logoImage:h}">
+ </a>
+ </div><!-- /#top -->
+ <div id="column">
+ <div id="nav">
+ {sideNav:h}
+ </div>
+ {socialMedia:h}
+ <div id="address" class="vcard">
+ <h2 flexy:if="businessName" class="fn org">{businessName:h}</h2>
+ <div class="adr">
+ <div>
+ <p flexy:if="streetAddress" class="street-address">{streetAddress:h}</p>
+ <p>
+ <span flexy:if="city" class="locality">{city:h},</span>
+ <abbr class="region" title="{state:h}">{stateAbbr:h}</abbr>
+ <span class="postal-code">{zipCode:h}</span>
+ </p>
+ </div>
+ <div flexy:if="streetAddress2">
+ <p flexy:if="streetAddress2" class="post-office-box">{streetAddress2:h}</p>
+ <p flexy:if="streetAddress2">
+ <span flexy:if="city2" class="locality">{city2:h},</span>
+ <abbr class="region" title="{state2:h}">{state2Abbr:h}</abbr>
+ <span class="postal-code">{zip2Code:h}</span>
+ </p>
+ </div>
+ <p flexy:if="phone" class="tel">
+ <span class="type">Phone</span>:
+ <span class="value">{phone:h}</span>
+ </p>
+ <p flexy:if="fax" class="tel">
+ <span class="type">Fax</span>:
+ <span class="value">{fax:h}</span>
+ </p>
+
+ </div>
+ </div><!-- /#address -->
+ </div><!-- /#column -->
+ <div id="main">
+ <div id="toolbox">
+ {toolboxContent:h}
+ </div><!-- /#toolbox -->
+ </div><!-- /#main -->
+ <div id="copyright">
+ Copyright©<?php echo date('Y');?> {siteName:h} - Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>, All Rights Reserved.
+ </div><!-- /#copyright -->
+ </div><!-- /#wrapperInner" -->
+</div><!-- /#wrapper -->
+</body>
+</html>
--- /dev/null
+/*
+Theme Name: Wild Bill's ATVs
+Theme URI:
+Description: QuickSite WordPress theme
+Version: 1.0
+Author: Steve Sutton
+Author URI: http://www.gaslightmedia.com/
+
+License: MIT License
+License URI: http://www.opensource.org/licenses/mit-license.php
+*/
+body {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ font-family: arial, sans-serif;
+ font-size: 13px;
+ background: url(assets/bg.jpg) no-repeat #dad6d0 center top;
+}
+a:link {color: #a41811;}
+a:visited {color: #ccc;}
+a:hover {color: #000;}
+a:active {color: #a41811;}
+h1 {font-size: 18px};
+h2 {font-size: 16px};
+h3 {font-size: 14px};
+h4 {font-size: 13px};
+h5 {font-size: 12px};
+
+img {
+ border: 0;
+ display: block;
+ }
+/* Wrappers */
+#wrapper {
+ width: 990px;
+ margin: 0 auto;
+ text-align: left;
+ }
+#wrapperInner {
+ margin: 0 auto;
+ height: 1%;
+ overflow: hidden;
+ /* background: url(assets/bg_content.jpg) no-repeat #fff; */
+ background: url(assets/bg_content.png) no-repeat;
+
+}
+/* Header Area */
+#top {
+ height: 169px;
+ position: relative;
+ background: transparent;
+
+ }
+#logo {
+ /*position: absolute;
+ top: 50px;
+ left: 50px;*/
+ background: transparent;
+ display: none;
+ }
+#top a:link {font-size: 1px;color: #d4cebe;}
+#top a:visited {color: #d4cebe;}
+#top a:hover {color: #d4cebe;}
+#top a:active {color: #d4cebe;}
+
+
+/* Main Contant Area */
+#main {
+ width: 790px;
+ float: left;
+ position: relative;
+ /* background: url(assets/bgInner.jpg) no-repeat 0 bottom; */
+ padding: 30px 0;
+ background: white;
+ margin-top: 30px;
+ }
+/* Column */
+#column {
+ width: 200px;
+ float: left; position: relative;
+ background: url(assets/bg_leftcol.gif) no-repeat #fff;
+ padding: 0 0 100px 0;
+
+ }
+/* Toolbox */
+#toolbox {
+ margin: 20px 15px;
+ }
+h1, h2 {
+ margin-bottom: 1em;
+ }
+.imageright, .imageleft {
+ position: relative;
+ }
+.imageright {
+ float: right;
+ margin: 0 0 10px 10px;
+ }
+.imageleft {
+ float: left;
+ margin: 0 10px 10px 0;
+ }
+.imageright img, .imageleft img {
+ border-bottom: 1px solid #e66b23;
+ }
+.imagecaption {
+ }
+.listing {
+ clear: both;
+ }
+/* Main Nav */
+#nav {
+ background: #a41811;
+ margin: 90px 6px 6px 5px;
+ }
+/*#nav h2 {
+ background: url(assets/subnav-h-bg.gif) repeat-x left bottom;
+ padding: 5px 5px 10px 5px;
+ color: #fff;
+ margin: 0;
+ border-bottom: 1px solid white;
+ }*/
+#nav ul {
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
+ }
+#nav ul li {
+ margin: 0;
+ padding: 0;
+ zoom: 1;
+ }
+#nav ul li a {
+ display: block;
+ padding: 3px 4px 3px 8px;
+ font-weight: bold;
+ text-decoration: none;
+ border-bottom: #ccc 1px solid;
+ border-top: 1px solid #000;
+ zoom: 1;
+ }
+/* Navigation link colors and backgrounds */
+#nav ul a:link {color: white;}
+#nav ul a:visited {color: white;}
+#nav ul a:hover {color: #000; background-color: #ccc;}
+#nav ul a:active {color: white;}
+#nav ul ul a { background: #ccc; color: #a41811;}
+/*a#current {
+ color: #E8D092 !important;
+ }
+ul ul a#current {
+ color: #BF7723 !important;
+ }*/
+#column h2 {font-size: 13px; color: #a41811; margin: 40px 0 3px 10px;}
+#column p {margin: 0 0 0 10px;}
+/* Copyright */
+#copyright {
+ clear: both;
+ padding: 10px;
+ text-align: center;
+ /* background: white; */
+ position: relative;
+ font-size: 11px;
+ }
+#copyright a {
+ color: black; }
+/* Image Upload Icons */
+.file-download, .download {
+ background-repeat: no-repeat;
+ background-position: left;
+ padding: 1px 2px;
+ padding-left: 18px;
+ position: relative;
+ margin-right: 10px;
+ margin-bottom: 5px;
+ display: block;
+ float: left;
+ clear: left;
+}
+.avi { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/avi.gif);}
+.doc { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/doc.gif);}
+.gif { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/gif.gif);}
+.html { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/html.gif);}
+.jpg { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/jpg.gif);}
+.mov { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/mov.gif);}
+.mp3 { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/mp3.gif);}
+.pdf { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/pdf.png);}
+.ppt { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/ppt.gif);}
+.txt { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/txt.png);}
+.wmv { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/wmv.gif);}
+.xls { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/xls.gif);}
+.zip { background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/zip.png);}
+.download {
+ background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/download.gif);
+ clear: none;
+ background-repeat: no-repeat;
+}