/*  
Theme Name: Redfern
Theme URI: http://www.foliosus.com/
Description: Clean and crisp: designed for jonmaxsonphotographs.com
Author: Brent Miller
Author URI: http://www.foliosus.com/
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #333; 
  font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #333; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; margin-bottom: 0.75em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }


a           { text-decoration: none; border-bottom: 1px dotted; }
a,
a:link      { color: #06f; }
a:visited   { color: #05e; }
a:focus,
a:hover     { color: #08f; border-bottom: 1px solid; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }




/* -------------------------------------------------------------- 
   
   structure.css
   * Sets up page structure
   
-------------------------------------------------------------- */

body {
  text-align: center;
  background: #ddd url(images/background.png) scroll top repeat-x;
}

* html body {
  background: #ddd;
  padding-top: 20px;
}

#wrapper, #footer_wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#skip_links {
  width: 8em;
  position: absolute;
  left: -999em;
}

#banner {
  height: 118px;
  margin-bottom: 20px;
  margin-top: 18px;
  position: relative;
}

  * html #banner {
    border-bottom: 1px solid #ccc;
  }

  #banner a {
    border: none;
  }

  #banner img {
    border: none;
    margin: 0;
  }
  
  #navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
  }

    #navigation li {
      font-size: 12px;
      float: left;
      padding: 0.1em 0.5em;
      margin: 0 0.5em;
      background: #ccc;
      border: 1px solid #ccc;
    }
    
      #navigation li a,
      #navigation li a:link,
      #navigation li a:visited {
        color: #555;
        border-bottom: none;
      }
      
      #navigation li a:hover,
      #navigation li a:active {
        color: #06f;
        border-bottom: 1px solid;
      }
    
    #gallery_page #nav_galleries,
    #blog #nav_blog,
    #links #nav_links,
    #prints #nav_prints {
      background: transparent;
      border-bottom: 1px solid #e9e9e9;
    }

      #gallery_page #nav_galleries a,
      #blog #nav_blog a,
      #links #nav_links a,
      #prints #nav_prints a {
          color: #333;
          border-bottom: none;
        }
    
#primary_content {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

  #primary_content #art,
  #primary_content #galleries {
    width: 460px;
    float: left;
    clear: left;
  }

  #primary_content #blog,
  #primary_content #about {
    width: 300px;
    float: right;
    clear: none;
  }
  
  * html #primary_content #about {
    padding-top: 20px;
  }
  
  #primary_content #galleries {
    clear: both;
  }

    #galleries ul {
      list-style-type: none;
      margin: 0 0 1.5em;
    }

    #galleries li {
      float: left;
      width: 140px;
      margin-left: 20px;
      margin-bottom: 1.5em;
    }
    
    * html #galleries li {
      margin-left: 17px;
    }

    #galleries li.first {
      margin-left: 0;
      clear: left;
    }
    
    #galleries img {
      margin-bottom: 0;
    }
    
    #galleries h4 {
      font-weight: normal;
    }

    #primary_content #blog ul {
      list-style-type: none;
      margin: 0 0 1.5em;
    }

    #primary_content #blog img {
      float: left;
      margin-bottom: 20px;
      margin-right: 8px;
    }
    
    #primary_content #blog li {
      float: left;
    }
    
    * html #primary_content #blog_post_2 {
      padding-top: 20px;
    }
    
    #primary_content #blog h3,
    #primary_content #blog p {
      width: 75px;
      float: right;
      clear: right;
      font-size: 0.83333em;
      line-height: 1.8;
      margin-bottom: 0;
    }

    #primary_content #blog p {
      color: #555;
      text-align: right;
    }

#footer {
  clear: both;
  background: #333 url(images/footer_background.png) repeat-x;
  color: #ccc;
  border-top: 3px solid #0cf;
  border-bottom: 3px solid #0cf;
  padding-top: 10px;
  margin-top: 30px;
  min-height: 200px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

  #footer a,
  #footer a:link,
  #footer a:visited {
    color: #0cf;
    border-bottom: none;
  }

  #footer a:hover,
  #footer a:active {
    border-bottom: 1px solid;
  }

  #footer_wrapper {

  }

    #footer_wrapper div {
      float: left;
    }
  
      #footer_wrapper div div {
        float: none;
      }
  
  #footer #secondary_navigation div {
    width: 140px;
    float: left;
    margin-right: 20px;
  }
  
  #footer #search {
    float: right;
  }
  
    #search input {
      border: none;
      padding: 0;
      margin-right: 0.5em;
      height: 1.6em;
    }
    
    #search button {
      border: 0;
      background: #0cf;
      padding: 0 0.5em;
      margin: 0;
      height: 1.6em;
    }
  
  #colophon {
    clear: both;
    padding-top: 40px;
    color: #999;
    width: 95%;
  }
    
    #colophon a,
    #colophon a:link,
    #colophon a:visited {
      color: #999;
    }

    #colophon a:hover,
    #colophon a:active {
      color: #0cf;
    }
  
  #footer h2,
  #footer h3 {
    color: #fff;
  }
  
  #footer h3 {
    margin-bottom: 0;
  }
  
  #footer ul {
    list-style-type: none;
    margin: 0 0 1.5em 1.5em;
  }
    
  #footer li {
    text-indent: -1.5em;
  }
  
#non-semantic {
  width: 167px;
  height: 161px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent url(images/fern.png) center center no-repeat;
}

/* Image links */
img, a img {
  border: 1px solid #333;
}

a.image_link {
  border-bottom: none;
}

a:hover.image_link img {
  border: 1px solid #06f;
}

/* Gallery display page */
#gallery {
  width: 620px;
  float: left;
}

  #gallery input {
    width: 20em;
  }

#gallery_list {
  list-style-type: none;
  float: right;
  margin: 0 0 0 20px;
}

  #gallery_list li {
    margin-bottom:1.5em;
    width:140px;
  }
  
  #gallery_list img {
    margin-bottom: 0;
  }
  
#gallery_images {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
  #gallery_images img {
    margin: 0;
  }

  #gallery_images li {
    width: 300px;
    float: left;
  }
  
  #gallery_images li.odd {
    margin-right: 20px;
    clear: left;
  }

/* Single posts */
.post, h3#respond, h3#comments, .edit_link {
  clear: both;
}

.previous_post, .next_post {
  max-width: 45%;
  margin-bottom: 1em;
}
.previous_post {
  float: left;
}
.next_post {
  float: right;
}
.navigation {
  position: relative;
  font-size: 0.8em;
  clear: both;
}
.navigation p {
  width: 12em;
  position: absolute;
  left: 50%;
  margin-left: -6em;
}

.postmetadata {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  position: relative;
  top: -1.875em;
  clear: both;
}

.postmetadata.alt, .commentlist .postmetadata {
  top: 0;
}

/* Blogroll page */
#blogroll {
  margin-left: 0;
  margin-right: 0;
}

  #blogroll, #blogroll ul {
    list-style-type: none;
  }
  
  #blogroll h3 {
    margin-bottom: 0;
  }

/* Archive page */
ul.archive {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
  ul.archive li {
    float: left;
    margin-right: 20px;
    width: 302px;
  }
  
  ul.archive li.odd {
    clear: left;
  }
  
  ul.archive h3 {
    margin-bottom: 0;
  }
  
  ul.archive .postmetadata {
    top: 0;
  }
  
  ul.archive img {
    float: none;
    margin-bottom: 0;
  }
  
/* Purchasing forms */
.paypal_form {
  float: left;
  margin-right: 3em;
  margin-bottom: 1.5em;
}

