@charset "utf-8";

/*####################################
#  Reset                           
#####################################*/

* { margin:  0; padding: 0; } 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

html { height: 100%; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

img { border: 0; }
img { -ms-interpolation-mode: bicubic; }

ul, li { 
  list-style-type: none; 
  padding: 0;
  }

/*####################################
#  Global                          
#####################################*/
html, body { height: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #e4e3e1;
  background-image: url(images/grain.png);
  font-size: 100%;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: Proxima, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
  }

/*####################################
#  Fonts                        
#####################################*/

a, a:focus, a:active, input, select {
  outline: none;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

a {
  color: #387c72;
  text-decoration: none;
  } 
  a:hover { 
    color: #387C72;
    text-decoration: underline;
    } 
  a:visited { color: #387C72; } 

h1, h2 {
    font-family: Proxima, Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 11px;
    letter-spacing: -0.02em;
    color: #14241a;
    }
  h2 { 
    font-size: 17px;
    margin: 17px 0 -12px 0;
    }
h3, h4 {
  font-family: Times New Roman, Times, serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  margin-top: -3px;
  color: #707b79;
  }
  h4 { font-style: normal; }

p { 
  color: #333333;
  margin: 13px 0; 
  line-height: 18px;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25);
  }

/*####################################
#  Site Structure                         
#####################################*/


#wrapper, #wrapper_blog {
  background-image: url(images/gradient_top.png);
  background-position: top;
  background-repeat: repeat-x;
  margin: auto;
  text-align: center; 
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -150px;
  }
  #wrapper_blog { margin-top: -80px; }

#header, #header_high {
  background-image: url(images/rainco.png);
  width: 1670px;
  height: 200px;
  margin: 0 0 -65px -4px;
  }
  #header_high { 
    margin-top: -110px; 
    position: absolute; 
  }

#main {
  text-align: left;
  width: 930px;
  margin: 0 auto;
  }

.thumbnail, #logo {
  float: left;
  width: 280px;
  height: 300px;
  margin: 15px;
  }
  #logo_image { margin: 58px 0 0 15px; }
  #nav { margin: 17px 0 0 96px; }
  #logo ul li a { 
    width: 90px;
    display: block;
    margin-top: 8px;
    font-family: Helvetica, Lucida Grande, san-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #14241a;
    text-decoration: none;
    }
    #logo ul li a:hover, #logo .nav_current { color: #387c72; }

  .thumbnail a { 
    cursor: pointer;
    display: block;
    height: 238px;
    width: 278px;
    text-decoration: none;
    text-indent: 5000px;
    }
  .overlay { 
    display: block;
    height: 238px; 
    width: 278px; 
    }
  .thumbnail .date {
    text-align: right;
    float: right;
    margin-top: -33px;
    font-style: normal;
    }  

#content_row { 
  margin-left: 45px; 
  width: 480px;
  }
  .art, .art_high, .art_noborder {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 15px;
    }
  .art_high { margin-top: 105px; }
  .art_noborder { 
    padding: 0px;
    border: 0px; 
    }


#left_col {
  float: left;
  width: 620px;

  }
#right_col { 
  float: right;
  width: 300px;
  margin-top: 120px; 
  }
#content { margin-left: 105px; }


#footer_top { clear: both; height: 150px; }
#footer{
  text-align: center;
  height: 150px;
  background-image: url(images/gradient_bottom.png);
  }
  #footer #content { 
    margin: auto;
    padding-top: 60px;
    text-align: left;
    width: 920px; 
  }
  #droplet { 
    float: left;
    margin: 2px 7px 0 80px; 
    }

//

