/*
Theme Name: Hoo-dee-Hoo
Theme URI: http://www.hoo-dee-hoo.com
Description: Lovingly designed and custom-coded for Meredith Sinclair, May 2009
Tags: Parenting, Fun, Bubbly, Green, Pink, Two-Column, Pages, Featured Content
Version: 1.0
Author: Arielle Holland
Author URI: http://www.arielleholland.com
*/

/*--- containers ---*/

#container {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    background: url(images/bg-288.jpg);
    background-repeat: repeat;
    text-align: center;
    overflow: hidden;
    hasLayout: -1;
}

#content_container {
    margin: 0 auto;
    padding: 0;
    width: 810px;
}

/*--- body ----*/

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- header ---*/

#logo {
    width: 882px;
}

#logo a {
    position: relative;
    margin: 5px 0 0 5px;
    height: 90px;
    width: 288px;
    background: url(images/logo-trans.png) no-repeat;
    display: block;
}

#logo a span {
    visibility: none;
    display: none;
    text-decoration: none;
    text-indent: -9999px;
}

#tagline {
    color: white;
    margin: -10px 0 0 30px;
    font-size: medium;
}

#filmstrip {
    height: 225px;
    width: 403px;
    position: absolute;
    top: 0px;
    right: 0px;
}



/*--- homepage navigation ---*/

#home-nav {
    height: 240px;
    padding: 0 0 0 24px;
    margin-top: 20px;
    margin-left: 70px;
}

ul#home-nav {
    padding: 5px 0px 5px 0px;
    list-style: none;
}

ul#home-nav li {
    width: 220px;
    height: 59px;
    margin: 10px 0 0 0;
    display: block;
}

ul#home-nav li a  {
    display: block;
    text-decoration: none;
    height: 59px;
    text-indent: -9999px;
}

ul#home-nav li#read {background:url(images/read1-pink.gif) no-repeat;}
ul#home-nav li#read:hover {background:url(images/read1-sel.gif) no-repeat;}
ul#home-nav li#watch {background:url(images/watch1-pink.gif) no-repeat;}
ul#home-nav li#watch:hover {background:url(images/watch1-sel.gif) no-repeat;}
ul#home-nav li#play {background:url(images/play1-pink.gif) no-repeat;}
ul#home-nav li#play:hover {background:url(images/play1-sel.gif) no-repeat;}
ul#home-nav li#look {background:url(images/look1-pink.gif) no-repeat;}
ul#home-nav li#look:hover {background:url(images/look1-sel.gif) no-repeat;}

/*--- interior navigation ---*/

#page-nav {
    height: 180px;
    padding: 0 0 0 24px;
    margin-top: 20px;
    margin-left: 70px;
}

ul#page-nav {
    padding:5px 0px 5px 0px;
    list-style: none;
}

ul#page-nav li {
    width: 220px;
    height: 59px;
    margin: 10px 0 0 0;
    display: block;
}

ul#page-nav li a  {
    display: block;
    text-decoration: none;
    height: 59px;
    text-indent: -9999px;
}

ul#page-nav li#read {background:url(images/read1-pink.gif) no-repeat;}
ul#page-nav li#read:hover {background:url(images/read1-sel.gif) no-repeat;}
ul#page-nav li#watch {background:url(images/watch1-pink.gif) no-repeat;}
ul#page-nav li#watch:hover {background:url(images/watch1-sel.gif) no-repeat;}
ul#page-nav li#play {background:url(images/play1-pink.gif) no-repeat;}
ul#page-nav li#play:hover {background:url(images/play1-sel.gif) no-repeat;}
ul#page-nav li#look {background:url(images/look1-pink.gif) no-repeat;}
ul#page-nav li#look:hover {background:url(images/look1-sel.gif) no-repeat;}

/*--- footer ---------------------------------------------------------------*/

#footer {
    width: 882px;
    margin: 10px 0px 10px 70px;
    clear: both;
    }

#footer_text {
    font-family: Arial, Tahoma, sans-serif;
    font-style: normal;
    font-size: small;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: white;
}

#footer_text a {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: normal;
  color: white;
  text-decoration: underline;
}

#footer_text_big {
    font-family: Arial, Tahoma, sans-serif;
    font-style: normal;
    font-size: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: white;
}

#footer_text_big a {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: normal;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

/*--- default font styles ---*/

.content, .content p {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  margin-left: 25px;
}

#content_container h1 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 5px;
    font-family: "Bell Gothic Std Black", "Arial Unicode MS", Tahoma, sans-serif;
    font-style: normal;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    margin: 15px;
    padding-top: 5px;
    font-family: "Bell Gothic Std Black", "Arial Unicode MS", Tahoma, sans-serif;
    font-style: normal;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
}

/*--- index ---*/

#left-bar {
    float: left;
    width: 270px;
}

#right-text {
    float: right;
    width: 452px;
    margin-top: 20px;
}

.twitter {
   margin-left: 70px;
   margin-top: 40px;
   width: 270px;
   height: 382px;
   background: url(images/twitterbox1.gif) no-repeat;
}

.twitter ul {
    list-style-type: none;
}

.twitter li {
    color: white;
    margin-left: -10px;
    margin-right: 8px;
    margin-bottom: 9px;
}

#twitter-link {
    color: white;
    text-decoration: underline;
    margin-right: 5px;
    display: block;
    text-align: right;
}

.featured {
    width: 452px;
    height: 400px;
    background: url(images/featuredbox1.gif) no-repeat;
    margin-top: 10px;
}

.featured p, .meet p {
    width: 412px;
}

.featured h1, .twitter h1 {
    color: white;
}

.featured p, .twitter p, .twitter a {
    color: white;
    font-size: small;
}

.meet {
    width: 452px;
    height: 126px;
    background: url(images/meetbox.gif) no-repeat;
    margin-top: 20px;
}

.meet h1 {
    color: #99ff00;
    margin-top: -20px;
}

.meet p {
    color: #cc0066;
}


.adbox {
    width: 452px;
}

#ads {
    height: 82px;
    padding: 0 0 0 0px;
    margin-top: 10px;
    margin-left: 0px;
    width: 452px;
}


ul#ads {
    padding: 4px 0px 4px 0px;
    list-style-type: none;
}

ul#ads li {
    width: 210px;
    height: 82px;
    margin: 0px 6px 0 10px;
    display: inline;
    float: left;
}

ul#ads li a {
    text-decoration: none;
    height: 82px;
    border: 0px none;
    display: block;
    text-indent: -9999px;
}

ul#ads li#ad1 {background:url(images/evo.jpg) no-repeat;}
ul#ads li#ad2 {background:url(images/quakercreation.gif) no-repeat;}

.connect {
    width: 452px;
    margin: 20px auto 10px auto;
    clear: both;

}

/*--- connect ----*/

#socnets {
    height: 54px;
    padding: 0 0 0 0px;
    width: 452px;
}
ul#socnets {
    padding: 5px 0px 5px 0px;
    list-style-type: none;
}

ul#socnets li {
    width: 54px;
    height: 54px;
    margin: 0px 9px 0 9px;
    display: inline;
    float: left;
}

ul#socnets li a  {
    display: block;
    text-decoration: none;
    height: 54px;
    text-indent: -9999px;
}

ul#socnets li#rss {background:url(images/rss.gif) no-repeat;}
ul#socnets li#youtube {background:url(images/youtube.gif) no-repeat;}
ul#socnets li#conwme {background:url(images/conwme.gif) no-repeat;}
ul#socnets li#twitter {background:url(images/twitter.gif) no-repeat;}
ul#socnets li#facebook {background:url(images/facebook.gif) no-repeat;}


/*--- posts ---*/

.posts {
    width: 520px;
    background-color: white;
    margin-left: -20px;
}

.posts h1 {
    color: #99ff00;
    padding-right: 150px;
}

.posts p, .posts ol, .posts li {
    color: #cc0066;
    margin-right: 20px;
}

#page-bar {
    background-color: #33cccc;
    color: white;
    margin-left: 70px;
    margin-top: 100px;
    width: 199px;
}


#posts-left-bar  {
    float: left;
    width: 250px;
}

#page-bar ul {
    list-style-type: none;
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 199px;
}

#page-bar li {
    width: 179px;
    margin-left: 10px;
}


.widget a {
     color: white;
     text-decoration: none;
}

.widgettitle {
     border-bottom: 1px solid white;
}

#tag_cloud a {
     text-align: center;
     text-decoration: none;
}

.hidden {
     visibility: hidden;
     display: none;
}

#searchform {
     text-align: center;
}

/*--- links ---*/

a {
  -moz-outline: none !important;
}

#right-text a {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
  color: #5519B3;
}

#right-text h2 a {
    padding-right: 150px;
    padding-top: 10px;
    font-family: "Bell Gothic Std Black", "Arial Unicode MS", Tahoma, sans-serif;
    font-style: normal;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
    color: #99ff00;
}

#right-text a:hover {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
  color: #cc0066;
}

#right-text h2 a:hover {
    padding-right: 150px;
    padding-top: 10px;
    font-family: "Bell Gothic Std Black", "Arial Unicode MS", Tahoma, sans-serif;
    font-style: normal;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
    color: #cc0066;
}

/*--- wp styles ---*/

#respond {
   width: 450px;
   padding-bottom: 10px;
}

textarea#comment {
    width: 430px;
}


h3 {
    color: #99ff00;
    margin-left: 20px;
    margin-top: 20px;
}

.navigation {
    margin-left: 20px;
    margin-right: 20px;
    color: #99ff00;
}

.alignleft a {
    color: #99ff00 !important;
}

.alignright {
    text-align: right;
}

.alignright a {
    color: #99ff00 !important;
}

.entry {
    margin-bottom: 10px;
}

.post h3 a {
    color: #99ff00;
}

.pagetitle h2 {
     color: #cc0066 !important;
}


img#wpstats{display:none}
