/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.page
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
html, body {height:100%; margin:0; padding:0;}
body { 
     color: #fff;
     line-height: 1.2em;
     font-family: Georgia, Times New Roman, sans-serif;
     font-size: 12px;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}  

.header { height: 50px; float: right; }

h3 { padding: 0px; }

.container { position: relative; margin-top: 0px;  z-index:10; padding-top: 20px;  }

#topnav { margin-left: 100px; margin-top: 50px; margin-right: 1px;  float: right; }

#interior .entry-title { margin-left: 0px; color: #174f72; }
#pagewrap strong { color: #174f72; }
#pagewrap li { list-style: none; padding-left: 20px; margin-bottom: 6px;     background: transparent url(/wp-content/uploads/2010/02/brown_tilde.png) top left no-repeat; }

.hfeed { 
   float: left;  
   width: 975px; 
   min-height: 230px;
   margin-left: 10px; 
   border-left: 2px white solid;
   border-right: 2px white solid;
   border-bottom: 2px white solid;
   background: transparent url(/wp-content/uploads/2010/02/bottombox1.jpg) top left no-repeat;
}
.hfeedPage { 
   float: left;  
   width: 980px; 
   min-height: 250px;
   margin-left: 10px; 
   border-left: 2px white solid;
   border-right: 2px white solid;
   border-bottom: 2px white solid;
   background: #fff;
   overflow: hidden;
}
/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
.bottomnav { width: 560px; margin-bottom: 20px; padding-bottom: 10px;  margin-left: 280px; }
.bottomnav li { list-style: none; float: left; margin-left: 10px; text-align: center; }


/* Custom css */

.topblock { 
   width: 980px; 
   margin-left: 10px; 
   margin-top: 90px; 
   /* height: 275px; */
   height: 265px; 
   border-left: 2px white solid; 
   border-right: 2px white solid; 
   border-top: 2px white solid;
}

.home .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header5N.jpg) top left no-repeat; }
.parent-pageid-3 .topblock, .pageid-3 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header4N.jpg) top left no-repeat; }
.parent-pageid-4 .topblock, .pageid-4 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header5N.jpg) top left no-repeat; }
.parent-pageid-5 .topblock, .pageid-5 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header4N.jpg) top left no-repeat; }
.parent-pageid-6 .topblock, .pageid-6 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header2N.jpg) top left no-repeat; }
.parent-pageid-30 .topblock, .pageid-30 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header3N.jpg) top left no-repeat; }
.parent-pageid-32 .topblock, .pageid-32 .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header7N.jpg) top left no-repeat; }

.single .topblock { background: transparent url(/wp-content/uploads/2010/04/interior_header4N.jpg) top left no-repeat; }

.container .lighthouse { background: transparent url(/wp-content/uploads/2010/04/interior_header6N.jpg) top left no-repeat; }
.container .racing { background: transparent url(/wp-content/uploads/2010/04/interior_header5N.jpg) top left no-repeat; }
.container .compass { background: transparent url(/wp-content/uploads/2010/04/interior_header4N.jpg) top left no-repeat; }
.container .telescope { background: transparent url(/wp-content/uploads/2010/04/interior_header2N.jpg) top left no-repeat; }
.container .sails { background: transparent url(/wp-content/uploads/2010/04/interior_header3N.jpg) top left no-repeat; }
.container .steering { background: transparent url(/wp-content/uploads/2010/04/interior_header7N.jpg) top left no-repeat; }


#trusted { width: 275px; height: 96px; float: left; margin-left: 600px; margin-top: 50px; background: transparent url(/wp-content/uploads/2010/02/txt.gif) no-repeat; }

.page .topblock {
   width: 978px;
   height: 264px;
   border-top: 2px white solid;
   border-left: 2px white solid;
   border-right: 2px white solid;
}

.centerblock {
      width: 999px; 
      height: 185px;
      border: solid 2px white; 
      background: #c9b280; 
      background: transparent url(/wp-content/uploads/2010/02/bg.jpg) no-repeat;
}
.centerblock h3 { margin-top: 0px; font-weight: bold; font-size: 18px; color: #072c46; margin-bottom: 4px; }
.centerblock ul { margin-top: 14px; margin-bottom: 10px; width: 100%; height: 220px; }
.centerblock li {
     list-style: none;
     width: 230px; 
     padding-left: 15px;
     float: left;
     border-left: solid 1px white;
     height: 150px;
   
}
.centerblock li.first { border: 0px; }
.centerblock li.last { width: 220px; }

.centerblockPage {
      width: 999px; 
      height: 54px;
      border: solid 2px white; 
      background: #c9b280; 
      background: transparent url(/wp-content/uploads/2010/03/brown_horizontal.gif) no-repeat;
}
.centerblockPage h2 { margin-top: 13px; margin-left: 75px; color: #072c46;}
.centerblockPage h3 { margin-top: 0px; font-weight: bold; font-size: 18px; }
.centerblockPage ul { margin-top: 14px; margin-bottom: 10px;}
.centerblockPage li {
     list-style: none;
     width: 230px; 
     padding-left: 15px;
     float: left;
     border-left: solid 1px white;
}
.centerblockPage li.first { border: 0px; }
.whiteborder { border-right: solid white 1px; }

#logo { margin: 0px; padding: 0px; height: 110px; width: 200px; }
#pagelogo { width: 250px; height: 0px; float: left; }
#pagelogo h1 { text-indent: -9999px;}
#pagelogo h1 a {
    display: block;
    height: 80px; 
    margin-bottom: 10px;
    background: transparent url(/wp-content/uploads/2010/02/logo.gif) no-repeat;
}

.frontpagebox { 
   font-size: 12px; 
   font-weight: normal;
   line-height: 1.2em;
}

.frontpagebox p { margin-bottom: 5px; color: #fff; margin-right: 5px; min-height: 105px;   }
.centerblock img { float: right; margin-right: 15px; }

#secondary ul { margin-left: 7px; }
#secondary li { 
    list-style: none;
    margin-left: 10px;
    margin-bottom: 25px; 
    border: 0px; 
}

.page #secondary li { margin-left: 2px; }
.single #secondary li { margin-left: 0px; padding-left: 0px; }
.single #secondary li li { margin-left: 0px; padding-left: 18px; }

#secondary li a {
    background: transparent url(/wp-content/uploads/2010/02/tilde.png) top left no-repeat;
    font-size: 16px;
    color: #cbb27f;
    margin-bottom: 10px;
    padding-left: 28px;
}

#secondary li ul { margin-left: 0px; margin-top: 20px; }
#secondary li ul li { /* margin-left: 5px; list-style: none; padding-top: 3px; padding-bottom: 3px; */ }
#secondary li ul li { 
    background: transparent url(/wp-content/uploads/2010/02/brown_tilde.png) top left no-repeat;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 6px; 
    list-style: none;
    margin-left: 1px;
    margin-bottom: 0px; 
}

#secondary li ul li a {
    background: none;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    padding-left: 0px; 
}

.menu { background: transparent url(/wp-content/uploads/2010/02/bg_nav.gif) top left no-repeat; }
.menu li ul { margin-top: 5px; }

.nav { background: transparent; border-right: 0px;}
.nav a { border-right: 1px solid #FFFFFF; color: #000; font-size: 18px; }

ul.nav { margin-bottom: 1px; }
.aside { float: left;  width: 230px;}

#pagebar { float: left; width: 235px; min-height: 420px; background: #0a1527 url(/wp-content/uploads/2010/03/bg_nav_left.jpg) top right no-repeat;  padding-bottom: 1000px; margin-bottom: -1000px;}
#pagewrap { float: right; margin-left; 10px; padding-left: 10px; padding-right: 20px; width: 700px; color: #000; margin-right: 10px; font-size: 14px; }

#bottomwrap { float: right; }
.bottomblock {
    width: 310px; 
    min-height: 200px; 
    float: left; 
    margin-right: 10px; 
    padding-right: 20px;
    padding-bottom: 5px; 
}

.bottomblock ul { margin: 0px; }
.bottomblock h3 { 
    background: transparent url(/wp-content/uploads/2010/02/tilde.png) top left no-repeat;
    font-size: 16px;
    color: #cbb27f;
    margin-bottom: 10px;
    padding-left: 28px;
}
.bottomblock h4 { padding-bottom: 3px; }
.bottomblock p { font-size: 12px; color: #fff; margin-bottom: 3px; min-height: 140px; }
.cdw p { min-height: 5px; }
.cdw li { 
    background: transparent url(/wp-content/uploads/2010/02/brown_tilde.png) top left no-repeat;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 6px; 
    list-style: none;
    margin-left: 1px;
    margin-bottom: 0px; 
}

.bottomblock ul p { min-height: 10px; }
.bottomblock img { float: right; }
.bottomblock h3.nobottom { margin-bottom: 2px; }

#interior #secondary { margin-top: 10px; }

#phonenum { font-size: 28px; font-weight: normal; font-family: Helvetica; font-style: normal; float: right; margin-top: 0px; margin-bottom: 20px;  height: 0px; }

.wpcf7-form p { margin-bottom: 5px; }
.wpcf7-form input { font-size: 11px; }

.ddsg-wrapper h2 { display: none; }
.ddsg-wrapper { font-size: 14px; }

input, textarea { background: #fafafa; }

.breadcrumb { margin-top: 10px; float: right; }


#disclaimer { padding-top: 15px; }