/*
: Author: Hogan Lee - info@dashh.com

: File path: /css/type.css
: File description: styling for all typography

: Created: 09/30/2008
: Updated: 04/22/2009

: Grid information
-------------------: 12 columns (units): 65 px each unit: 10 px gutters
: 15 px padding w/in columns

: Total width: 890px;*/

/* @group [Globals]
---------------------------------------------*/
/*- Erase default spacing on common elements */
  html,body,img,div,
  h1,h2,h3,h4,h5,h6,
  dl,dt,dd,ol,ul,li,p,pre,
  fieldset,form,label,legend { margin: 0; padding: 0; }
  
  body {
    /*background: url(../../grid_pink.gif);*/	/* Uncomment to see baseline grid */
    /*background: url(img/squares1-824x642.png);*/
    background: url(img/bg_diagonals.gif);
    font: 10px/1.8em arial,"helvetica neue",helvetica,verdana,arial,sans-serif;
    text-align: center;
  }
/* Use to clear floats */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
  * html .clearfix {height: 1px;}
  .clearfix {display: block;}
/* End hide from IE5/Mac */

  div.imagebox {
    border: 1px solid #a4a4a4;
    padding: 10px 10px 15px;
  }
/*- to erase small btm margin created by font extenders */  
  div.imagebox img {
    display: block;
  }
/*- for the thumbnails in photo gallery */  
  #imagegallery .imagebox {
    border: none;
    margin-left: 7px;
    padding: 5px 0 0 0;
    text-align: center;
    width: 150px;
  }
  div.diagram {
    padding: 4px 4px 8px;
  }
  div.singlePhoto {
    margin: 0 auto;
    width: 600px;
  }
  #imagegallery .imagebox img {
    margin: 0 auto;
  }
  #imagegallery .imagebox p {
    font-size: 0.9em;
    margin: 0;
    padding: 3px 0 6px;
  }
  .alignLeft {
    float: left;
    margin-right: 1.0em;
  }
  .alignRight {
    float: right;
    margin-right: 1.0em;
  }
  img {
    margin: 0;
  }
  a img {
    border: none;
  }
/* @end */

/* @group [Headings]
---------------------------------------------*/
/*- all headings same font */  
  h1,h2,h3,h4,h5,h6 {
    font-family: "helvetica neue",helvetica,"trebuchet ms",sans-serif;
    font-weight: bold;
  }
/*- h1 used as logo; utilizes FIR technique */  
  h1 {
    font-size: 1.0em;
    height: 136px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999px;
    width: 860px;
  }
/*- use image to appear on top of heading */  
  h1 span {
    background: url(img/bg_h1.gif) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  h1.announcement {
    background:#EEEEEE none repeat scroll 0 0;
    font-size:1.4em;
    height:auto;
    margin:0 20px 20px;
    padding:20px;
    text-indent:0;
    width:auto;
  }
  h2 {
    position: absolute; top: 0; left: -9999px;    
  }
  h3 {
    border-bottom: 1px solid #000;
    border-top: 3px solid #000;
    font-size: 2.6em;
    margin: 10px 0 0 0;
    padding: 0.3em 20px 0.4em;
  }
  h4 {
    border-bottom: 1px solid #666;
    clear: both;
    font-size: 1.8em;
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
  }
  h4 a {
    text-decoration: none;
  }
  .entry-meta h4.entry-title {
    margin-bottom: 0.3em;
  }
  #b-home h4.entry-title {
    border-bottom: none;
    font-size: 2.0em;
    margin: 0 40px 0.4em 0;
    padding: 0;
    text-align: right;
  }
  #content-side h4 {
    margin: 0 0 0 20px;
    text-align: center;
  }
  #photo-header h4 {
    border-bottom: none;
    float: left;
    margin: 0;
    width: 65%;
  }
  h5 {
    border-bottom: 1px solid #d0d0d0;
    font-size: 1.3em;
    margin-bottom: 0.4em;
    text-transform: uppercase;
  }
  ul.directory h5 {
    border-bottom: 1px dotted #000;
    color: #3d3d3d;
    font-size: 2.6em;
    line-height: 1.0em;
    margin: 0;
    text-transform: none;
  }
  ul.directory h5 a {
    text-decoration: none;
  }
  #cpreview h5 {
    background: url(img/bg_down_arrow.gif) no-repeat 0 50%;
    color: #ee3533;
    padding-left: 15px;
  }
/* @end */

/* @group [Text & List Elements]
---------------------------------------------*/
  a:link { color: #f60; }
  a:visited { color: #534741; }
  a:hover { color: #2b7fc7; text-decoration: none; }
  p {
    font-size: 1.4em;
    margin-bottom: 1.3em;
  }
  #b-home p.comments_invite {
    background-color: #b6b6b6;
    font-size: 1.2em;
    font-style: italic;
    padding: 0.3em 20px 0.5em 20px;
    margin: 0;
    text-align: right;
  }
  #b-home .title p.published {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-right: 40px;
  }
  .entry-meta p {
    color: #6c6c6c;
    font-size: 1.2em;
    margin: 0;
    width: 40%;
  }
/*- entry date directly below post title */  
  .entry-meta p.published {
    float: left;
  }
/*- entry comment count */  
  .entry-meta p.commentCount {
    float: right;
    text-align: right;
  }
  p#txpCommentInputForm {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #264409;
    padding: 20px;
  }
  li p { font-size: 1.0em; }
  
  #photo-header p {
    float: right;
    margin: 0;
    text-align: right;
    width: 20%;
  }
  p.date {
    font-weight: bold;
    margin: 0 0 0.3em 0;
    text-transform: uppercase;
  }
  p.recapDate {
    font-size: 1.2em;
    font-style: italic;
    margin-left: 20px;
    text-align: center;
  }
  p.note {
	font-size: 1.2em;
	font-style: italic;
	margin-top: 0.4em;
  }
  dd {
    font-size: 1.4em;
  }
  #ballsList dl {
    display: inline;
    float: left;
    margin-bottom: 3.0em;
    width: 600px;
  }
  #ballsList dt {
    border-bottom: 1px solid #666;
    float: right;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    width: 475px;
  }
  #ballsList dd {
    margin: 0;
  }
  #ballsList .thePounder dt,
  #ballsList .thePounder2 dt {
    width: 325px;
  }
  #ballsList .thePounder dd {
    margin-left: 260px;
  }
  #ballsList .thePounder2 dd {
    margin-right: 260px;
  }
  #ballsList dd.img {
	/* to cancel out default 125px left margin */
	margin: 0;
  }
  #ballsList dd.img img {
    float: left;
    margin-right: 25px;
  }
/*- reverse float */  
  #ballsList .alt dt {
    float: left;
  }
  #ballsList .alt dd {
    margin: 0 0 0 0;
  }
  #ballsList .alt dd.img img {
    float: right;
    margin: 0 0 0 25px;
  }
  ol {
    list-style: decimal outside;
    margin: 0 0 1.8em 1.8em;
  }
  ul {
    list-style-type: square;
    margin: 0 0 1.8em 1.6em;
  }
  ul.directory,
  ul#imagegallery,
  ul.recaps,
  ul.arrows,
  #pagination ul {
    list-style-type: none;
    margin: 0;
  }
  ul.directory li {
    position: relative;
  }
  ul.directory li h5 {
  }
  ul.directory li p {
	margin: 0;
    position: absolute; bottom: 4px; right: 0;
  }
  ul#imagegallery li {
    float: left;
    text-align: center;
    width: 164px;
  }
/*- page number navigation */  
  #pagination {
    clear: left;
  }
  #pagination ul {
    margin: 0 auto;
  }
  #pagination ul li {
    float: left;
  }
  #pagination ul li.off {
    border:solid 1px #DEDEDE;
    color:#eee;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:4px 6px;
  }
  #pagination ul li.active {
    background-color: #000;
    border: none;
    color: #FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
    margin-right:2px;
  }
  #pagination ul li a {
    border: 1px solid #a4a4a4;
    margin-right: 2px;
  }
  #pagination ul li a:link,
  #pagination ul li a:visited {
    color: #a4a4a4;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
  }
  #pagination ul li a:hover {
    border: 1px solid #000;
    color: #000;
  }
  ul.recap {
    border-top: 1px solid #666;
    margin-left: 20px;
  }
  ul.recap li {
    border-bottom: 1px solid #666;
    font-size: 1.2em;
    margin: 0;
    padding: 8px 0 10px;
  }
  ul.recap li.date {
    background-color: #474747;
    text-align: center;
  }
  ul li, ol li {
    font-size: 1.3em;
    margin-bottom: 0.8em;
  }
  ul.arrows li, ul.recaps li {
    background: transparent url(img/bg_list_item_arrow.gif) no-repeat 0.5em 0;
    padding: 0 1.8em;
  }
  ul.arrows li {
    background: transparent url(img/bg_list_item_arrow.gif) no-repeat 0.5em 0;
  }
  #b-home ul.recaps, #b-home ul.news {
    padding: 20px;
  }
  ul.recaps li {
    background: transparent url(img/bg_list_item_arrow_02.gif) no-repeat 0 0.3em;
  }
/*- no arrows on nested lists */  
  ul.arrows ul li, ul.arrows ol li {
    background: none;
  }
/*- nested unordered list w/in unordered list */  
  ul ul {
    list-style: circle outside;
    margin: 0.7em 0 0 1.4em;
  }
  ul#sidenav {
    list-style-type: none;
    margin: 0;
  }
/*- sub navigation for pages that have it */  
  ul#sidenav li {
    background: none;
    padding: 0 0 0 20px;
  }
  ul#sidenav li.selected {
    background: #eee url(img/bg_sidenav_arrow.gif) no-repeat 0 50%;
    font-weight: bold;
  }
  ol ul {
    margin-bottom: 0;
  }
/*- nested lists */  
  ol ul li, ul ul li {
    background-image: none;
    font-size: 0.9em;
  }
  address {
    font-size: 1.2em;
    font-style: normal;
  }
  address em {
    color: #ee1c1c;
  }
/* @end */

/* @group [Comments]
---------------------------------------------*/  
  ol.comments {
    list-style-type: none;
    margin: 0;
  }
  ol.comments li {
    background: url(img/bg_comment_top.gif) no-repeat 0 0;
    margin-bottom: 1.0em;
    padding-top: 4px;
  }
  ol.comments p {
    background-color: #dfdfdf;
    font-size: 0.94em;
    margin: 0;
    padding: 0.8em 1.0em 2.0em;
  }
  ol.comments p.comment-author {
    background: #fff url(img/bg_comment_btm.gif) no-repeat 0 0;
    margin: 0;
    padding: 22px 1.0em 0 0;
    text-align: right;
  }
  ol.comments p.comment-time {
    background-color: #fff;
    padding: 0 1.0em 0 0;
    text-align: right;
  }
  #cpreview {
    border-bottom: 1px dotted #ee3533;
    border-top: 1px dotted #ee3533;
    padding: 10px 0s;
  }
/* @end */

/* @group [Form Elements]
---------------------------------------------*/
  #b-contact form {
    margin-top: 4.0em;
  }
  #b-contact #searchform form {
    margin: 0;
  }
  fieldset {
    border: none;
    position: relative;
  }
  legend {
    display: none;
  }
/*- submit button - attribute selector won't work in 
    all browsers - oh well */  
  input[type="submit"] {    background: #e4e3df url(img/bg_submit_btn_hover.gif) repeat-x top left;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    color: #282828;
    padding: 4px 8px;
    /* below properties won't validate, big fuckin deal */
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;  }
/*- submit button hover */
  input[type="submit"]:hover {
    background: #E4E3DF url(img/bg_submit_btn.gif) repeat-x scroll left top;
    border: 1px solid #282828;
  }
/*- set similar properties for most text inputs */  
  #search, #web, #email, #name, #message {
    background: #fff url(img/bg_input_gradient.gif) repeat-x 0 0;
    border: 1px solid #000;
    font: 0.85em "lucida grande","trebuchet ms",sans-serif;
    padding: 3px;
  }
/*- since search form is not wrapped in a <li>, we
    need to set font-size differently than the other forms */  
  #search {
    font-size: 1.1em;
    margin: 0 24px 0 0;
    width: 150px;
  }
/*- comment form input fields */  
  #web, #email, #name { width: 220px; }

/*- make message field a bit wider */  
  #message { width: 350px; }

  input.imageBtn {
    position: absolute; top: 2px; right: 0;
  }
  #b-contact form ol,
  .comments-wrapper ol {
    list-style-type: none;
    margin: 0;
  }
/*- so we can absolutely position the label children */  
  #b-contact form ol li,
  .comments-wrapper ol li {
    position: relative;
  }
  #b-contact form label,
  .comments-wrapper label {
    display: block;
    font-size: 0.80em;
    font-weight: bold;
    position: absolute; top: 0.3em; left: 250px;
    text-transform: uppercase;
  }
  #remember-checkbox {
    position: absolute; top: 0.2em; right: 0;
  }
  #remember-checkbox label,
  #b-contact #form-mailing-list label,
  #searchform label#label_search {
    display: inline;
    position: static;
  }
  #remember-checkbox label {
    font-size: 1.0em;
    font-weight: normal;
    text-transform: none;
  }
  #searchform label#label_search {
    color: #fff;
  }
  #form-message label {
    text-indent: -9999px;
  }
  ul.comments_error,
  ul.zemError {
    background-color: #fceeee;
    border-top: 1px solid #ee3533;
    border-bottom: 1px solid #ee3533;
    color: #ee3533;
    margin: 0 0 1.0em 0;
    padding: 10px 30px 0;
  }
/* @end */

/* @group [Misc Classes]
---------------------------------------------*/
  .pounder {
    color: #29abe2;
  }
  .disappeared {
    color: #9dc0d9;
    font-style: normal;
  }
  .deceased {
    color: #fca0a0;
    font-style: normal;
  }
/* @end */