/** 
  * @fileoverview
  * This CSS file is part of the TLP Web Framework
  * core.css contains styles related to general elements.
  * 
  * @path
  * /styles/core.css
  *
  * @version 1.0
  *
  * @author Leevi Graham - info@leevigraham.com - http://www.leevigraham.com
  *
  * @copyright
  * ©2007 Leevi Graham
  * 
  *
*/

* {
  border:none;
  margin:0;
  padding:0;
  zoom:1;
}

#body:after,
#content:after,
#sub-content:after,
#foot:after,
.hentry:after,
#comments ol li:after,
#content .v-list li:after,
#foot .h-box:after,
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  line-height:0;
  clear: both; 
  visibility: hidden;
  overflow:hidden;
  height:0;
  font-size:0;
}

#body,
#content,
#sub-content,
#foot,
.hentry,
#comments ol li,
#content .v-list li,
#foot .h-box,
.clearfix {
  display:inline-block;
}

* html #body,
* html #content,
* html #sub-content,
* html #foot,
* html .hentry,
* html #comments ol li,
* html #content .v-list li,
* html #foot .h-box,
* html .clearfix {
  height:1%;
}
/* END =.clearfix */

/* =.sr */
/* 
  Hide element from user-agents with css support.
  Element will still be accessible to screen readers and other user-agents such as mobile phones.
*/
#jump-nav,
#head form legend,
#head form label,
#head form button,
.sr {
  height:0;
  left:-10000px; 
  line-height:0;
  font-size:0;
  overflow:hidden;
  position:absolute;
  top:-10000px;
}
/* END =.sr */

/* =.ir */
/* Global image replacement base class */
#head h1 img,
#head h1 a,
#site-intro,
.g-button,
#nav_00 a,
blockquote .open-quote,
blockquote .close-quote,
#comments .permalink,
.rating,
#comments a.comments-rss,
.ir {
  display:block;
  height:0;
  overflow:hidden;
}
/* END =.ir */

html, body {}
html {
  background:#e9e9e9 url(../img/bg/footer.gif) repeat-y top left;
}
body {
  font-size: 10px;
  font-family:Georgia, 'Times New Roman', Times, Serif;
}
body.font-size_default{font-size:10px}
body.font-size_large{font-size:14px}
body.font-size_xlarge{font-size:18px}
  body * {font-size:100%; line-height:1.3em;}
/* =links */
  a{color:#787777}
  a:hover{color:#aba9a9;}
  a:active{color:#000;}
      #content h2{
        padding-left:202px;
      }
      }
/* END =links */
p.hover{background:red;}
/* Global Element Styles */
h1,
h2,
#head #page-feeds ul a,
#comments h3,
#sub-content h3,
#content h4,
#content h5,
#content h6,
#content h3{
  font-family:'Gill Sans', Helvetica, Arial, Verdana, sans;
  font-weight:normal;
}
p {margin:0 0 1.5em 0}
h1 {}
h2 {
  font-size:150%;
  margin:0;
}
  div h2:first-child {}
h3 {font-size:120%; margin:1em 0 1em 0;}
  div h3:first-child {margin-top:0;}
h4 {font-size:140%; margin:1.5em 0 .5em 0; color:#000;}
h5 {font-size:120%; margin:1.5em 0 .5em 0; color:#333;}
h6 {font-size:120%; margin:1.5em 0 .5em 0; color:#666;}
  h2 small,
  h3 small{
    color:#dedbc0;
    font-size:80%;
}
blockquote {
  background-color:#F5F7FA;
  border:1px solid #E2E9F1;
  color:#33659e;
  margin:1.5em;
  padding:15px 25px 15px 25px;
  position:relative;
}
blockquote .open-quote,
blockquote .close-quote{
  background: no-repeat top left;
  padding-top:19px;
  position:absolute;
  width:23px;
}
blockquote .open-quote{background-image:url(../img/bg/open-quote-blue.png); top:-7px; left:-4px;}
blockquote .close-quote{background-image:url(../img/bg/close-quote-blue.png); bottom:-7px; right:-4px;}

blockquote p{margin: 0;}

p.reference{display: block; text-align: right; margin-top: -18px; font-size: 11px;}

/*.Reviews blockquote .open-quote{background-image:url(../img/bg/open-quote-orange.png); top:-7px; left:-4px;}
.Reviews blockquote .close-quote{background-image:url(../img/bg/close-quote-orange.png); bottom:-7px; right:-4px;}*/

address {}
ul,ol {margin:1em;}
  li {margin-bottom:.3em;}
ol {list-style-type:decimal;}
fieldset{border:none;}
textarea{font-family:Arial;}

/* END Global Element Styles */

.g-button{
  background-image:url(../img/buttons/buttons.png);
  display:block;
  padding-top:29px;
}
.menu{
  list-style-type:none;
}
.h-list,
.v-list {
  margin:0;
}
.h-list,
.v-list {
  list-style-type:none;
}
.v-list li {
  display:block;
}
.v-list a{
  display:block;
  text-decoration:none;
}

.h-list li{
  display:inline;
  float:left;
}
  .h-list li a{
    display:inline;
    float:left;
  }

#site {
  background: url(../img/bg/page.png) repeat-x top left;
  position:relative;
}
#head{
  background:url(../img/bg/header.png) no-repeat top left;
  height:41px;
  padding-left:200px;
  position:relative;
  padding-top:145px;
  width:770px;
  z-index:100;
}
  #head h1,
  #site-intro,
  #head .email-link,
  #head .vcard-link,
  #head form,
  #head #page-feeds{
    position:absolute;
  }
  #head h1{
    display:none;
    height:47px;
    top:23px;
    left:181px;
    width:357px;
  }
    #head h1 a{
      background-image: url(../img/headers/freelanceintellectual.com.png);
      padding-top:40px;
    }
    #head ol {
      margin:0;
    }
    #site-intro{
      display:none;
      background-image: url(../img/bg/site-intro.png);
      left:199px;
      margin:0;
      padding-top:75px;
      top:65px;
      width:400px;
    }
    #head .g-button{
      background-color:#ff9100;
      float:left;
      width:192px;
    }
    #head .g-button:hover{background-color:#ffa200;}
    #head .g-button:active{background-color:#ffc700;}
      
      #head .email-link{ right:202px; top:70px;}
      #head .email-link a{ background-position: 0 0; }
      #head .email-link a:hover{ background-position: 0 -29px;}
      #head .email-link a:active{ background-position: 0 -58px;}
      
      #head .vcard-link{ right:202px; top:105px;}
      #head .vcard-link a{ background-position: -192px 0;}
      #head .vcard-link a:hover{ background-position: -192px -29px;}
      #head .vcard-link a:active{ background-position: -192px -58px;}
      
      #head #page-feeds{ left:778px; top:105px; }
      #head #page-feeds a{ background-position: -384px 0px;}
      #head #page-feeds a:hover{ background-position: -384px -29px;}
      #head #page-feeds a:active{ background-position: -384px -58px;}
      #head #page-feeds h3.active{z-index:200;}
      #head #page-feeds h3.active a{ background-position: -576px 0px;}
      #head #page-feeds h3.active a:hover{ background-position: -576px -29px;}
      #head #page-feeds h3.active a:active{ background-position: -576px -58px;}
        
        #head #page-feeds h3 {
          margin:0;
          position:relative;
        }
        #head #page-feeds ul {
          background:url(../img/bg/feeds.png);
          display:none;
          padding:40px 0 0 0;
          position:absolute;
          top:-8px;
          left:-8px;
          width:208px;
        }
        #head #page-feeds ul.active{ display:block;}
          #head #page-feeds ul a{
            background:#ffb800;
            color:#fff;
            display:block;
            font-size:130%;
            padding:5px 10px;
            text-transform:uppercase;
          }
          #head #page-feeds ul a small{font-size:80%;}
          #head #page-feeds ul a:hover{ background-color:#ffc400; }
          #head #page-feeds ul a:active{background-color:#ffd100;}
          #head #page-feeds ul li{
            padding:0 8px;
            margin-bottom:3px;
          }
          #head #page-feeds ul li.last{
            background:url(../img/bg/feeds-bottom.png) no-repeat bottom left;
            padding-bottom:7px;
            margin-bottom:0;
          }
      #head form{
        left:778px;
        top:70px;
      }
        #head form.active{}
        #head form.active fieldset{
          position:absolute;
          left:-8px;
          top:-45px;
          z-index:300;
          padding:45px 8px 8px 8px;
          background:url(../img/bg/search-fieldset.png) no-repeat bottom left;
        }
        #head form input,
        .page-search #content input{
          background:#fff url(../img/bg/search.png) no-repeat bottom left;
          color:#FFB33E;
          height:22px;
          font-size:120%;
          padding:7px 5px 0 37px;
          text-transform:uppercase;
          width:150px;
        }
          #head form input:focus,
          .page-search #content input:focus{color:#333; background-position: 0 -58px;}
          #head form.active input{background-position: 0 -29px;}
          #head form.active input:focus{background-position: 0 0;}

    #nav_00{
      height:41px;
      width:770px;
    }
      #nav_00 a{
        background:url(../img/buttons/nav_00.png) no-repeat top left;
        padding-top:41px;
      }
        #nav_00 a.home{ background-position: 0 0; width:91px; }
        #nav_00 a.home:hover{ background-position: 0 -43px; }
        #nav_00 a.home:active, #nav_00 .active a{ background-position: 0 -86px;}

        #nav_00 a.opinion{ background-position: -91px 0; width:118px; }
        #nav_00 a.opinion:hover{ background-position: -91px -43px; }
        #nav_00 a.opinion:active, #nav_00 .active a{ background-position: -91px -86px;}

        #nav_00 a.reviews{ background-position: -209px 0; width:113px; }
        #nav_00 a.reviews:hover{ background-position: -209px -43px; }
        #nav_00 a.reviews:active, #nav_00 .active a{ background-position: -209px -86px;}

        #nav_00 a.about{ background-position: -322px 0; width:104px; }
        #nav_00 a.about:hover{ background-position: -322px -43px; }
        #nav_00 a.about:active, #nav_00 .active a{ background-position: -322px -86px;}

        #nav_00 a.contact{ background-position: -426px 0; width:129px; }
        #nav_00 a.contact:hover{ background-position: -426px -43px; }
        #nav_00 a.contact:active, #nav_00 .active a{ background-position: -426px -86px;}

        #nav_00 a.cc{ background-position: -555px 0; width:129px; margin-left:50px; display:inline;}
        #nav_00 a.cc:hover{ background-position: -555px  -43px; }
        #nav_00 a.cc:active, #nav_00 .active a{ background-position: -555px  -86px;}
        
        .page-home #nav_00 a.home{ background-position: 0 -86px; }
        .page-opinion #nav_00 a.opinion{ background-position: -91px -86px; }
        .page-reviews #nav_00 a.reviews{ background-position: -209px -86px; }
        .about #nav_00 a.about{ background-position: -322px -86px; }
        .contact #nav_00 a.contact{ background-position: -426px -86px; }
        .creative-commons #nav_00 a.cc{ background-position: -555px -86px; }

#body-wrap{
  background:#fff url(../img/bg/page.png) repeat-x 0 -200px;
  clear: both;
}
#body{
  color:#454444;
  clear: both;
  font-size:130%;
  width:970px;
}
#content{
  background:#fff url(../img/bg/content.png) repeat-y top right;
  float:left;
  font-size:110%;
  min-height:200px;
  padding-right:10px;
  padding-bottom:100px;
  margin-right:-10px;
  width:778px;
  _height:200px;
}
  .page-site #content{
    padding-left:202px;
	padding-right: 36px;
    width:540px;
  }
.page-site #content .entry-content{margin-top: 36px;}
  .page-home .index #content{padding-bottom:10px;}
.page-entry-content{margin:36px 36px 0 0;}
        
#content ul,
#content ol {margin:0 0 1.5em 2.5em;}
  .hentry{
    border-bottom:1px dotted #e0e0e0;
    padding-bottom:20px;
    position:relative;
    width:753px;
    padding-right:25px;
  }
    .entry-content,
    .entry-summary{
      float:right;
      width:551px;
    }
    .hentry .post-meta{
      color:#ccc;
      float:left;
      display:inline;
      font-size:80%;
      margin:0 0 0 15px;
      text-align:right;
      width:172px;
    }
      .hentry .post-meta .published {
        display:block;
        font-size:110%;
        margin-bottom:1em;
      }
    
    #content h2,
    #comment-form h3,
    #comments h3{
      font-weight:normal;
      margin-bottom:.5em;
      margin-top:1em;
    }
    #content h2 {
      margin-bottom:.3em;
      font-size:180%;
    }
    .page-site #content h2{
      padding-left:0;
      float:none;
      width:auto;
    }

    .hentry h2 a {text-decoration:none;}
    
    .hentry h3{
      border-top:1px dotted #eee;
      padding-top:.75em;
      font-size:150%;
      margin: .75em 0 .75em 0;
    }
    .hentry h3:first-child {margin-top:0;}
    
    .hentry .post-meta a { color:#999; }
      
    /* Opinions */
    .Opinion a {color:#33659e;}
    .Opinion a:hover {color:#4385d1;}
    .Opinion a:active {color:#22446b;}

    .Opinion h3{color:#4385d1;}
    
    .Opinion .sub-content,
    .Opinion .sub-content-alt{border-color:#E2E9F1;}
    
    /*.Opinion blockquote,
    .Reviews blockquote.blue {
      background-color:#F5F7FA;
      border:1px solid #E2E9F1;
      color:#33659e;
    }*/
    
    /* Reviews */
    .Reviews a {color:#ff6600;}
    .Reviews a:hover {color:#ff9900;}
    .Reviews a:active {color:#ff3300;}

    .Reviews h3 {color:#ff9900;}
    
    .Reviews .sub-content,
    .Reviews .sub-content-alt{border-color:#ffeccf;}
    
    /*.Reviews blockquote {
      background-color:#fffaf1;
      border:1px solid #ffeccf;
      color:#ff6600;
    }*/
    
    .lead-in{
      background-color:#f5f4ea;
      border:1px solid #efeee4;
      border-left:3px double #79775b;
      color:#79775b;
      padding:15px;
    }
    
    .sub-content,
    .sub-content-alt{
      border-style:double;
    }
    
    .sub-content{
      border-width:0 0 0 3px;
      float:right;
      margin:0 0 15px 15px;
      padding:0 10px 0 15px;
    }

    .sub-content-alt{
      border-width:0 3px 0 0;
      float:left;
      margin:0 15px 15px 0;
      padding:0 15px 0 10px;
    }

    #view-all-opinion,
    #view-all-reviews,
    .next-page,
    .prev-page{
      background-image:url(../img/buttons/buttons.png);
      float:left;
    }
    
      #summary-buttons{
        clear:both;
        margin-top:-1px;
        padding-top:10px;
        border-top:1px dotted #e0e0e0;
      }
    
      #view-all-opinion{ background-position: -768px 0; width:159px;  margin-right:10px; margin-left:202px;}
      #view-all-opinion:hover{ background-position: -768px -29px;}
      #view-all-opinion:active{ background-position: -768px -58px;}

      #view-all-reviews{ background-position: -927px 0; width:169px;}
      #view-all-reviews:hover{ background-position: -927px -29px;}
      #view-all-reviews:active{ background-position: -927px -58px;}
            
        .next-page{width:118px; background-position:-1238px 0; float:right; margin-right:10px; margin-bottom:11px; margin-top:10px;}
        .next-page:hover{background-position:-1238px -29px;}
        .next-page:active{background-position:-1238px -58px;}

        .prev-page{width:142px; background-position:-1096px 0; float:left; margin-left:202px;  margin-bottom:11px; margin-top:10px;}
        .prev-page:hover{background-position:-1096px -29px;}
        .prev-page:active{background-position:-1096px -58px;}



/**************************************************************/
  #comment-form{padding-bottom:15px;}
    #comment-form h3,
    #comments h3{
      margin-left: 202px;
      
    }
    #comment-form legend{display:none;}
    #comment-form label{
      float:left;
      padding-right:15px;
      padding-top:3px;
      text-align:right;
      width:187px;
    }
    #comment-form div{margin:10px 0;}
    #comment-form textarea,
    #comment-form input{
      background:#fefefe url(../img/bg/ccc.png) repeat-x top left;
      border:1px solid #999;
      font-size:80%;
      padding:5px;
    }
    #comment-form textarea:focus,
    #comment-form input:focus{
      background-color:#fff;
      border-color:#000;
    }
    #comment-form textarea{
      height:150px;
      width:500px;
    }
    #comment-form .checkbox{
      display:block;
      margin:5px 0 5px 202px;
      width:auto;
    }
    #comment-form small {color:#ccc;}
    #comment-form button{
      background:url(../img/buttons/buttons.png) -1356px 0;
      color:#fff;
      font-size:12px;
      margin-left:202px;
      margin-top:10px;
      padding-left:32px;
      height:29px;
      width:93px;
    }
    #comment-form button:hover{background-position:-1356px -29px;}
    #comment-form button:active{background-position:-1356px -58px;}
    

/***********************************************************/
/* Comments 
/***********************************************************/

    #comments{
      border-top:1px dotted #e0e0e0;
      margin-top:20px;
      position:relative;
    }
    
    #comments a.comments-rss{
      background:url(../img/icons/feed-icon.png) no-repeat top left;
      position:absolute;
      top:25px;
      right:10px;
      padding-top:16px;
      width:16px;
    }
    #comments a.comments-rss:hover{background-position:left center;}
    
    #comments .no-comments{
      margin-left:202px;
    }

    #content #comments ol {
      margin:0;
    }
    #comments ol li {
      clear:both;
      padding:10px 0;
      position:relative;
    }
    #comments .gravatar{
      background-color:#fff;
      border:1px solid #eee;
      float:left;
      margin:3px 15px 0 125px;
      padding:5px;
      width:50px;
    }
    #comments .entry-content{
      display:inline;
      float:left;
      font-size:90%;
      margin-right:25px;
      width:551px;
    }
    #comments .comment-alt{
      background-color:#F5F7FA;
    }
      #comments h5{
        margin:0;
      }
      #comments abbr{
        font-size:80%;
        display:block;
        margin-bottom:1em;
      }
      #comments p{margin-top:1.5em;}
      #comments .permalink {
        background:url(../img/icons/link.png);
        font-size:80%;
        margin-left:10px;
        padding-top:16px;
        width:16px;
        position:absolute;
        top:10px;
        right:10px;
      }
      #comments .comment-content{
        clear:both;
      }

/********************************************************************/

      .page-links #content h3{
        margin-left:202px;
        margin-bottom:.5em;
      }
      
      #content .v-list{
        border-top:1px dotted #e0e0e0;
        list-style-type:none;
        margin:0;
      }
      
        #content .v-list li{
          border-bottom:1px dotted #e0e0e0;
          clear:both;
          padding:5px 25px 5px 202px;
          position:relative;
          width:551px;
        }

        .page-reviews #content .v-list li {
          /*margin-left:-89px;*/
        }

          #content .v-list a{
            float:left;
            text-decoration:underline;
          }

          .page-feeds #content .v-list a,
          .page-search #content .v-list a,
          .page-links #content .v-list a {
            background-repeat: no-repeat;
            background-position: center left;
            padding-left:30px;
            margin-left:-30px;
          }

          .page-feeds #content .v-list a{ background-image:url(../img/icons/feed.png); }
          .page-links #content .v-list a,
          #content ol .Links a{ background-image:url(../img/icons/link.png); }
        
          #content ol .Opinion a{ background-image:url(../img/icons/page_white_text.png); }
          #content ol .Reviews a{ background-image:url(../img/icons/page_white_medal.png); }

          #content .v-list abbr,
          #content .v-list span.published,
          #content .v-list .url{
            color:#999;
            display:inline;
            float:right;
            font-size:80%;
            margin-top:3px;
            text-align:right;
          }
            .page-links #content .v-list a.url{
              text-decoration:none;
              background:none;
              margin:3px 0 0 0;
            }

      .category-archive #content p,
      .date-archive #content p,
      .page-search #content p,
      .page-links #content p{
        margin-left:202px;
      }
        
      .rating {
        background:url(../img/bg/ratings_l-r.png) no-repeat top left;
        float:left;
        display:inline;
        margin-top:2px;
        padding-top:12px;
        width:89px;
        margin-left:-89px;
      }
      
      .post-meta .rating{
        clear:both;
        float:right;
        width:69px;
        margin:0;
      }
            
      .rated-0{background-position:0 0;}
      .rated-1{background-position:0 -12px;}
      .rated-2{background-position:0 -24px;}
      .rated-3{background-position:0 -36px;}
      .rated-4{background-position:0 -48px;}
      .rated-5{background-position:0 -60px;}
      .rated-6{background-position:0 -72px;}
      .rated-7{background-position:0 -84px;}
      .rated-8{background-position:0 -96px;}
      .rated-9{background-position:0 -108px;}
      .rated-10{background-position:0 -120px;}
      .rated-Unrated{background-position:0 12px;}
      

#sub-content{
  background:url(../img/bg/sub-content.png) repeat-x top left;
  display:inline;
  float:left;
  min-height:200px;
  position:relative;
  width:192px;
  _height:200px;
}
  #sub-content a{ color:#525252; } 
  #sub-content .v-box{
    margin:0 0 1em 0;
    padding:0 10px 0 15px;
  }
  #sub-content h3{
    background:#7F7F7F url(../img/bg/sub-content-headers.png) no-repeat bottom left;
    color:#fff;
    font-size:12px;
    height:26px;
    letter-spacing:.04em;
    line-height:26px;
    margin:0 -10px .5em -15px;
    padding-left:15px;
    padding-top:1px;
    position:relative;
    text-transform:uppercase;
  }
    #sub-content h3 a{
      color:#fff;
      display:none;
      line-height:26px;
      position:absolute;
      font-size:80%;
      top:0px;
      right:10px;
    }
      #sub-content .v-box:hover h3 a{
        display:block;
      }
  
  #sub-content li {}
  #sub-content li a {
    background:url(../img/bg/bullet-grey.png) no-repeat 0 5px;
    display:block;
    padding-left:12px;
  }
  #sub-content li a:hover{
    text-decoration:underline;
  }
    #sub-content .review h3{ background-color:#FFA200; background-position:0 0; }
    #sub-content .review li a{background-image:url(../img/icons/bullet-orange.png);}
    #sub-content .opinion h3{ background-color:#3568A3; background-position:0 -27px;}
    #sub-content .opinion li a{background-image:url(../img/icons/bullet-blue.png);}
    
    #sub-content .rating{
        float:none;
        width:69px;
      }

#foot-wrap{
  background:#e9e9e9 url(../img/bg/fff.png) repeat-x top left;
  border-top:1px solid #dedede;
  padding-top:1px;
}
#foot{
  background:#e9e9e9 url(../img/bg/footer.gif) repeat-y top left;
  clear:both;
  padding-left:10px;
  width:970px;
}
  #foot .h-box{
    clear:left;
    float:left;
    width:768px;
  }
  #foot .v-box{
    color:#7e7e7e;
    float:left;
    margin:0;
    padding:10px 11px 10px 10px;
    width:171px;
  }
  #foot #site-information{
    clear:none;
    float:right;
    display:inline;
    text-transform:uppercase;
    padding:10px 0;
    width:192px;
  }
    #foot #site-information h3{}
    #foot #site-information p{font-size:90%;}
    
    #foot #opinion-date-archive h3{ color:#33659e; }
    #foot #opinion-date-archive li a{background-image:url(../img/icons/bullet-blue.png);}
    #foot #review-date-archive h3{ color:#ff6600; }
    #foot #review-date-archive li a{background-image:url(../img/icons/bullet-orange.png);}
  
  #foot h3{
    color:#7e7e7e;
    font:140% 'Gill Sans', Helvetica, Arial, Verdana, sans;
    padding:0 10px;
    margin:0 -10px .5em -10px;
    text-transform:uppercase;
  }
  #foot h3 a{color:#7e7e7e;}
  #foot ul,
  #foot li{
    margin:0;
  }
  #foot li a {
    background:url(../img/bg/bullet-grey.png) no-repeat 13px 7px;
    display:block;
    font-size:120%;
    padding:2px 20px 2px 25px;  
    margin:0 -10px;
  }
  #foot a{
    color:#333;
    text-decoration:none;
  }
  #foot:hover a{text-decoration:underline;}
    #foot li a:hover{
      background-color:#fff;
    }
    #foot #currently-reading {padding-bottom:20px;}
    #foot #currently-reading p{font-size:120%; margin:9px 0 1.5em;}
    #currently-reading img{
      padding:5px;
      border:1px solid #ccc;
      background:#fff;
    }

  
/*************************************************/
::-moz-selection {
  background: #a5c8ea;
  color: #333;
}