/*
Theme Name: Oahu
Theme URI: http://www.katmcdivitt.com/
Description: A specially customized theme.
Version: 1.0
Author: Christopher Smith
Author URI: http://wiki.jalakai.co.uk/
Tags: custom

    Oahu v1.0
    http://www.katmcdivitt.com

    This theme was built by Christopher Smith, Jalakai Designs
    based on graphics supplied by Kat McDivitt, Kat McDivitt Web Design and Marketing,
    http://www.katmcdivitt.com
    
    The foundation for this theme is Michael Heilemann's excellent Kubrick theme 
    (version 1.5).
    
    The CSS and HTML are released under GPL: http://www.opensource.org/licenses/gpl-license.php
    Graphical elements are (C)Copyright 2009, Kat McDivitt Web Design and Marketing.

*/

/* reset/normalize styles */
@import url(reset.css);

/* typography */
@import url(fonts.css);

/* colors */
@import url(colors.css);

/* layout */
html, body {
  margin: 0;
  padding: 0;
}
.jump a, a.jump {
  color: #004467;
  text-decoration: none;
}
.jump a:hover, a.jump:hover {
  text-decoration: underline;
}

.error { color: #a44; font-weight: bold; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; }
.error li { margin: 3px 0; }
.error label { font-weight: bold; }

#skipmenu {
  position: absolute;
  top: 0;
  left: 47px;
  width: 790px;
  z-index: 10;
  margin: 0;
  padding: 0;
}
#skipmenu li {
  margin: 0;
  padding: 0;
}
#skipmenu a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 780px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  background: #f7b01e;
  border: 1px dotted #000;
  padding: 3px 10px 4px 0;
}
#skipmenu a:focus,
#skipmenu a:active {
  top: 0;
}


/* page layout */
html, body {  }
body {
  border: solid #07007f;
  border-width: 7px 5px 25px 5px;
  padding-bottom: 4px;
  background: #f4f4f4;
}
body.mceContentBody {
  background: none;
}
#page {
}
.content_wrapper {
  width: 950px;
  margin: 0 auto;
}
#banner {
  min-height: 157px;
  padding-top: 12px;
  background: url(./images/bkg-banner.gif) top left repeat-x;
}
#banner .content_wrapper {
  position: relative;
  padding: 31px 47px 0 47px;
}
#banner .content_decorator {
  position: absolute;
  top: 0;
  right: 0;
  width: 335px;
  height: 129px;
  background: url(./images/banner-right.jpg) top right no-repeat;
}
#banner p.logo {
  margin: 0;
  padding: 0 288px 7px 2px;
}
#banner p.logo img {
  display: block;
}
#banner p.tagline {
  color: #000;
  font-size: 166.7%;
  margin: 0;
  padding: 3px 288px 3px 87px;
  text-indent: -76px;
  background: #fff;
}
#banner p.tagline strong {
  color: #267ccc;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}

#banner form.searchbar {
  background: url(./images/bkg-searchbar-rpt.gif) top left repeat-x;
  margin: 0;
}
#banner form.searchbar p {
  min-height: 24px;
  color: white;
  line-height: 20px;
  text-align: right;
  background: url(./images/bkg-searchbar-left.gif) top left no-repeat;
  margin: 0;
  padding: 4px 6px 0;
}
#banner form.searchbar label {
  position: absolute;
  top: -1000px;
  display: none;
}
#banner form.searchbar input.text {
  vertical-align: top;
  display: none;
}
#banner form.searchbar input.button {
  color: white;
  vertical-align: top;
  background: none;
  border: none;
  margin-left: 0.5em;
  display: none;
}
#content {
  width: 890px;
  margin: 0 auto;
  background: #fff;
  padding: 6px 20px 10px 30px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#sidebar {
  float: left;
  padding-right: 24px;
  width: 192px;
}
#main {
  float: left;
  width: 450px;
  line-height: 2em;
}
.nosidebar #main {
  float: none;
  width: auto;
}
.wide #main {
  width: 670px;
}
#article_sidebars {
  float: right;
  width: 195px;
}
#navigation {
  padding-bottom: 2em;
}
#navigation li {
  margin: 0;
  padding: 7px 0 9px;
  background: url(./images/nav-separator.gif) left bottom no-repeat;
}
#navigation li ul {
  display: none;
  margin: 0 0 0 0;
  padding-left: 0;
}
#navigation li.current_page_item ul,
#navigation li.current_page_parent ul {
  display: block;
}
#navigation li li {
  background: none;
}
#navigation li a {
  display: block;
  font-size: 116.7%;
  text-decoration: none;
}
#navigation li li a {
  font-size: 100%;
  font-style: italic;
  padding-left: 16px;
}
#navigation li li.current_page_item a {
  background: url(./images/bullet-submenu-active.gif) 0 50% no-repeat;
}


#footerbar {
  text-align: center;
  line-height: 36px;
  background: #face74;
  padding-top: 1px;
  border-top: 1px solid #fdebc7;
  border-bottom: 1px solid #e2c484;
}
#footerbar p {
  background: #f7b01e;
  margin: 0;
  padding: 2px 0 3px;
  border-top: 4px solid #fbd891;
  border-bottom: 5px solid #c58808;
}
#footerbar img {
  vertical-align: bottom;
  margin: 0 18px;
}
#footer .content_wrapper {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  padding-top: 1px;
}
#footer p.links,
#footer p.copyright {
  color: #666;
  text-align: center;
  line-height: 1.4;
}
#footer p.links a {
  color: #666;
  text-decoration: underline;
  margin: 0 2px;
}
#footer p.links a:hover {
}
/* forms */
#main form {
  margin: 2em 4em 2em 2em;
}
#main form .formfield {
  line-height: 1.1;
}
#main form label {
  display: block;
}
#main form input.text {
  padding: 2px;
}
#main form textarea {
  height: 7em;
}
#main form input.text,
#main form textarea {
  width: 90%;
  background: #f4f4f4;
  color: #00c;
}
#main form input.text:focus,
#main form textarea:focus {
  background: #a0c8f8;
  color: #000;
}
#main form .highlight, 
#main form .highlight input.text, 
#main form .highlight textarea { 
  color: #c00; 
  font-weight: bold; 
}


/* case study */
.casestudy {
  overflow: hidden;
  margin-top: 3em;
  border-top: 1px solid #d4d4d4;
  padding: 8px 0;
}
.casestudy .casestudy_content {
  overflow: hidden;
}
.casestudy h3 {
  margin-top: 0;
}
.casestudy .casestudy_screenshot {
  float: left;
  padding-right: 12px;
}
.casestudy .screenshot img {
  background: #d4d4d4;
}

/* sales pages */
#sales {
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
}
#sales .main_content {
  width: 400px;
  float: left;
  padding-left: 1.5em;
}
#sales .testimonials {
  width: 220px;
  float: right;
  padding-right: 1.5em;
}
#sales h1 {
  color: #a31d24;
  text-align: center;
}
#sales .main_content p {
  text-indent: 1.5em;
  margin: 1.5em 0;
}
.testimonials cite {
  display: block;
  font-size: 83.7%;
  text-align: right;
}
.testimonials cite strong {
  display: block;
  font-style: normal;
  font-size: 120%;
}

