/*
Theme Name: Hello I'm Creative
Theme URI: http://julieott.com
Description: julieott.com 2.0
Version: 2.0
Author: Mikey
Tags: creative, amazing, talented, smart, funny, successful, inspiring
*/
body {
  color: #000;
  background-color: #fff;
}

a { text-decoration: none; }
a:hover { text-decoration: underline;}

#frame {
  width: 919px;
  margin: 0 auto;
  text-align: left;
}

.highlight {
  color: #AD0015; }
.darker {
  color: #312C2E; }

#header {
  padding: 0; }
  #header p {
    text-align: right;
    font-size: 1.4em;
    line-height: 1.2;
    color: #807F83; }
  #header p a {
    color: #807F83; }
  #header p#namephone {
    margin-bottom: 0.35em;
    /* padding: 70px 235px 0 0; */
    padding: 70px 0 0 0; }
  #header p#namephone a {
	color: #AD0015; }
  #header p#namephone .darker {
    padding-left: 0.5em; }
  #header p#topnav a {
    padding: 0 0.3em; }
    
.splash {
  padding: 0; }
  .splash h1 {
    position: relative;
    overflow: hidden;
    font-size: 42px;
    font-weight: lighter;
    height: 60px;
    color: #AD0015; }
  .splash h1 span.coverup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .splash#home h1 span.coverup { background: url("./images/splash_hello.gif") no-repeat 0 0; }
  .splash#branding h1 span.coverup { background: url("./images/splash_branding.gif") no-repeat 0 0; }
  .splash#logos h1 span.coverup { background: url("./images/splash_logos.gif") no-repeat 0 0; }
  .splash#web h1 span.coverup { background: url("./images/splash_web.gif") no-repeat 0 0; }
  .splash#photography h1 span.coverup { background: url("./images/splash_photography.gif") no-repeat 0 0; }
  .splash#about h1 span.coverup { background: url("./images/splash_about.gif") no-repeat 0 0; }
  .splash#contact h1 span.coverup { background: url("./images/splash_contact.gif") no-repeat 0 0; }
  .splash#blog h1 span.coverup { background: url("./images/splash_blog.gif") no-repeat 0 0; }
  .splash p {
    font-size: 2.0em;
    line-height: 1.2;
    color: #312C2E;
    padding-right: 60px; }
  .splash p a {
    color: #AD0015; }

#content {
  padding: 36px 0 0 0;
  /* background: url("./images/chicken.gif") no-repeat 100% 100%; */
  }
  #content #whooper {
    margin: 10px auto 60px auto; }
    #content #whooper table {
      }
      #content #whooper table td.arrow {
        vertical-align: middle; }
      #content #whooper table td.arrow a {
      	display: block;
      	text-indent: -9999px;
      	cursor: pointer;
      	width: 38px;
      	height: 65px;
      }
      #content #whooper table td.arrow a#carouselprev { background: url("./images/arrow-left.gif") no-repeat 0 0; }
      #content #whooper table td.arrow a#carouselprev:hover { background: url("./images/arrow-left-hover.gif") no-repeat 0 0; }
      #content #whooper table td.arrow a#carouselnext { background: url("./images/arrow-right.gif") no-repeat 0 0; }
      #content #whooper table td.arrow a#carouselnext:hover { background: url("./images/arrow-right-hover.gif") no-repeat 0 0; }
      #content #whooper table td.bigwhoop {
         height: 325px;}
      #content #whooper table td.bigwhoop #carousel {
        height: 325px;
        width: 800px;
        border: 24px solid #E1E1E2; }
      #content #whooper table td.bigwhoop #carousel ul li img {
        height: 325px;
        overflow: hidden; }        

#content #thankschicken {
  height: 160px;
  margin: 12px 0 36px 0;
  background: url("./images/chicken.gif") no-repeat 80% 100%;
}
        
#content .post h2 {
    font-size: 42px;
	line-height; 60px;
    font-weight: lighter;
    color: #AD0015; }
  #content .post p {
    font-size: 2.0em;
    line-height: 1.2;
    color: #312C2E;
    padding-right: 60px; 
    margin-bottom: 1em; }
  #content .post p a {
    color: #AD0015; }

#footer {
  padding: 0 0 36px 0; }
#footer p {
  color: #999999;
  font-size: 1.1em;
  line-height: 1.2; }
