/*
Theme Name: That Organizer
Theme URI: http://thatorganizer.com
Description: simple theme for thatorganizer.com
Author: Green Flip Flops
Author URI: http://greenflipflops.com
Version: 1
*/
/* ==|== normalize ========================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
  visibility: hidden;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  position: relative;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: #f5fdb3;
  color: #444;
  text-shadow: none;
}
::selection {
  background: #f5fdb3;
  color: #444;
  text-shadow: none;
}
a {
  color: #496915;
}
a:visited {
  color: #587f19;
}
a:hover {
  color: #df4f00;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: Gabe Harris
   ========================================================================== */
html {
  background: #891635;
  color: #444;
  height: 100%;
  overflow-y: scroll;
  /* Force a scrollbar in non-IE */

  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */

  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
p {
  margin: 0 0 1.625em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 {
  font-size: 4.25em;
  line-height: 1.1471em;
  margin: 0 0 0.3824em;
}
h2 {
  font-size: 28px;
  line-height: 1.2381em;
  margin: 0 0 0.619em;
}
h3 {
  font-size: 1.625em;
  line-height: 1em;
  margin: 0 0 1em;
}
h4 {
  font-size: 1.25em;
  line-height: 1em;
  margin: 0 0 1em;
}
small {
  font-size: 0.625em;
  margin: 0 0 2.6em;
}
dt {
  font-weight: bold;
  margin: 0;
}
dd {
  margin-bottom: 20px;
}
.hdrWrap {
  background: #f3f3f3 url('images/polaroid_less.png');
}
.hdrSite {
  padding: 1em 0;
}
.siteLogo a {
  background: url('images/bg_main_logo.png') no-repeat center center;
  display: block;
  height: 90px;
  width: 319px;
}
.orgDef {
  font-size: 16px;
  padding-top: 20px;
}
.menuBG {
  background: #719445;
  /*background: url('images/bg_menu.png') repeat-y center top;*/

}
.mainNav {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.page_item {
  float: left;
  list-style: none outside none;
  margin: 0 40px 0 0;
}
.page_item a {
  color: #f3f3f3;
  display: block;
  text-decoration: none;
}
.contentWrap {
  background: url('images/bg_content.png') repeat-y center top;
}
.ulNone {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.mainCol, .rightSide {
  padding-top: 20px;
}
.bottomLogos {
  clear: both;
  padding: 1em 0;
}
.bottomLogos ul {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bottomLogos li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 24%;
}
.rightLogos li {
  margin-bottom: 30px;
  text-align: center;
}
.txtCenter {
  text-align: center;
}
.whiteBg {
  background: #f6f6f6;
}
.ftrWrap {
  background: #719445;
  color: #f3f3f3;
  font-size: 12px;
  padding: 10px;
}
.ftrWrap a {
  color: #f3f3f3;
  font-size: 12px;
}
.box {
  background: #b0cb8e;
  border-radius: 6px;
}
/*the following are for stylizing posts*/
div.post {
  padding: 10px 0;
}
.postTitle {
  margin: 5px 0 0 0;
}
.postTitle a {
  text-decoration: none;
}
p.postmetadata {
  font-size: 90%;
  margin: 5px 0 0 0;
}
/*comments can be fun*/
.commentList {
  list-style-position: inside;
  list-style-type: decimal;
}
.commentList li {
  margin-bottom: 10px;
  padding: 5px;
}
.altComment {
  background: #fff;
}
/*contact form styles*/
form#contactForm ul {
  list-style-position: outside;
  list-style-type: none;
}
ul#formInputs {
  float: left;
  list-style-position: outside;
  width: 480px;
}
form#contactForm ul li {
  clear: left;
  line-height: 150%;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  vertical-align: top;
}
form#contactForm ul li label {
  float: left;
  font-weight: 700;
  margin-right: 10px;
  text-align: right;
  width: 120px;
}
form#contactForm ul li input, form#contactForm ul li textarea {
  float: left;
  margin-bottom: 5px;
  vertical-align: top;
}
div.formHelp {
  background: #ffc;
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px;
  width: 180px;
}
.errorMsg {
  color: #e20000;
  font-weight: 700;
}
form#contactForm ul li .standardChk {
  margin-left: 120px;
  margin-right: 10px;
  float: none;
}
form#contactForm ul li .chkLabel {
  float: none;
  font-weight: 300;
  width: auto;
}
ul.leftHalf {
  float: left;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0;
  width: 49%;
}
ul.rightHalf {
  float: right;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0;
  width: 49%;
}
ul.leftHalf li, ul.rightHalf li {
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 0;
}
.navigation {
  margin: 10px;
}
.pdfDownload {
  background: url(images/pdf_icon.gif) no-repeat left center;
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
}
.signature {
  margin: -1.125em 0 1.625em;
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.txtLower {
  text-transform: lowercase;
}
.txtUpper {
  text-align: uppercase;
}
.noMargin {
  margin: 0;
}
.noTopMargin {
  margin-top: 0;
}
.noBtmMargin {
  margin-bottom: 0;
}
.rounded-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

