/* ------------------------------------------------------------- pagination */
.pagination-container {
  margin-left: 55px;
  margin-right: 52px;
  margin-bottom: 21px;
  padding: 10px;
  height: 20px;
}
a.pagination-next {
   font-size: 9pt;
   font-family: georgia,'Lucida Grande',Georgia, Verdana;
   color: #4c5d17; 
   float:right;
   letter-spacing:1px;
}
a.pagination-prev {
   font-size: 9pt;
   font-family: georgia,'Lucida Grande',Georgia, Verdana;
   color: #4c5d17; 
   float:left;
   letter-spacing:1px;
}
a.pagination-next:hover,a.pagination-prev:hover { 
   color: #78822c;
   text-decoration: underline;
}


/* flickr stream */

#flickr {
    margin: 0;
    }
#flickr a img {
    float:left;
    margin:0 5px 5px 0;
    width:75px;
    height:75px;
    border:2px solid #193536;
    }
#flickr a:hover img {
    border-color: #B8F0E5;
    }

/* Pugly Feet (base-weblog.css) */

form { margin: 0; padding: 0; }

a { 
   text-decoration: none; 
   font-family: georgia, verdana, "courier new";
   font-size: x-small;
   color: #90c0a8;
}
 
a:active {
   color: #ffffff;
}
 
a:hover {
   color: #ffffff;
}

a img { border: 0; }

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

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul {
   list-style: none;
}


/* basic elements */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, 'courier new', 'trebuchet ms', sans-serif;
    font-size: 10px;
    color: #ffffff;
    background: #000000 url(../../pics/bg/bg_blog.gif) repeat-y 0 0;
}


/* --------------------------------------------------------- page structure */

#container {
    width: 1100px;
    padding: 0;
    font-size: 95%;
    line-height: 1.6em;
    text-align: left;
    background:
url(http://www.puglyfeet.com/pics/images/logo/theblog_logo_masthead_long_68.gif);
    background-repeat:no-repeat;
    height:300px;

}

#container-inner{}

#banner {
    width:550px;
}

#alpha {
    /*border: solid 1px green;*/
    width: 550px;
    float: left;
    margin-bottom: 75px;
}

#alpha-inner {
    margin-top: 250px;
    clear:both;
}


/* -------------------------------------------------------- archive */

.pkg { }

#pagebody{}
#pagebody-inner { }

.search-results-header {
   text-decoration: none; 
   font-family: georgia, verdana, "courier new";
   color: #90a860;
   font-size: 12pt;
   line-height: 1.2;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 20px;
}

.search-results-container {
  margin-top: 30px;
}

.search-query-string {
   margin-left: 20px;
   color: #90c0a8;
}

#search-no-results {
   font-size: small;
   color: #C04848;
   margin-left: 40px;
   line-height: 1.6em;
}

#search-form {
   margin-top: 20px;
   margin-bottom: 30px;
   margin-left: 40px;
   
}


#archive-title {
   text-decoration: none; 
   font-family: georgia, verdana, "courier new";
   color: #90a860;
   font-size: 16px;
   margin-left: 40px;
}

#archive-title-category {
   color: #90c0a8;
}

.archive-date-based {}
.archive{}

.archive-content {
   margin-left: 45px;
   width: 470px;
   background-color: #2c4d56;
   padding-top: 10px;
   padding-bottom: 10px;
}

.archive-list {
   background-color: #2c4d56;
   font-size: 8pt;
   line-height: 1.6em;
}

.archive-list-item a{
  font-size: 8pt;
  font-family: verdana;
  line-height: 1.6em;
}

/* -------------------------------------------------------- beta */

#beta {
    /*
       Note on the -50px for margin-top.  Perhaps this will be best explained 
       in terms of *tables*. Beta is in the same *row* as alpha.  Hence, the 
       -50 because we want to lift it -50 px from where it naturally resides.
    */
    margin-top: -100px;
    width: 18%;
    float: left;
    margin-left: 25px;
    margin-bottom: 100px;
}

.google-adsense {
  float: left;
  margin-top: 65px;
  margin-left: 40px;
}

.ad-google {
  margin-bottom: 30px;
  margin-left: 18px;
}

#beta-inner {
      margin-top: 110px;
      width:180px;
}


/* ---------------------------------------------------------------- top nav */

#top-nav {
    margin-left: -22px;
}

#top-nav li {
  padding: 1px;
  display: inline;
  list-style: none; 
}

#top-nav a {
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  font-size: x-small;
  color: #708491;
}

#top-nav a:active {
  color: #AECAE7;
}

#top-nav a:hover {
  color: #AECAE7;
}

/* ------------------------------------------------------------------ header */

#header {
   margin-top: 45px;
   margin-bottom: 40px;
   margin-left: 20px;
}

#header_feet {
   margin-top: 45px;
   margin-bottom: 35px;
   margin-left: 35px;
}


/* ---------------------------------------------------------------- bottom nav */

#bottom-nav {
    margin-left: -27px;
}

#bottom-nav li {
  padding: 1px;
  display: inline;
  list-style: none; 
}

#bottom-nav a {
  padding: 1px 5px 5px 5px;
  text-decoration: none;
  color: #708491;
}

#bottom-nav a:active {
  color: #AECAE7;
}

#bottom-nav a:hover {
  color: #AECAE7;
}


/* ------------------------------------------------------------------ search */
#module-search {
    margin-top: -10px;
    margin-left: 15px;
}

#module-search-hd {
    margin-left: 10px;
    margin-bottom: -5px;
}

.search-box {
    color: #000000;
    margin-left: 10px;
    border: thin solid #193536;
    background-color: #c4c1c3;
    font-family: "courier new";
    font-size: 1.2em;
}

#search-go-button {
  vertical-align: middle;
}


/* ----------------------------------------------------------------- archive*/
#module-archives {
    margin-top: 35px;
    margin-left: 10px;
}

#module-archive-hd {
    margin-left: 5px;
    margin-bottom: -7px;
}

/* ----------------------------------------------------------------- recommended*/
#module-recommended{
    margin-top: 40px;
    margin-left: 8px;
}

#module-recommended-hd {
    margin-left: 5px;
    margin-bottom: -7px;
}



/* ----------------------------------------------------------------- indie love*/
#module-indielove{
    margin-top: 40px;
    margin-left: 8px;
}

#module-indielove-hd {
    margin-left: 15px;
    margin-bottom: -7px;
}


/* ----------------------------------------------------------------- web logs*/
#module-weblogs{
    margin-top: 40px;
    margin-left: 8px;
}

#module-weblogs-hd {
    margin-left: 15px;
    margin-bottom: -7px;
}

/* ----------------------------------------------------------------- amazon book lurve */
#module-amazon{
    margin-top: 40px;
    margin-left: 7px;
    margin-bottom: 40px;
}

#module-amazon-hd {
    margin-left: 8px;
    margin-bottom: -7px;
}

/* ----------------------------------------------------------------- amazon recommended books */
#module-amazon-store{
    margin-top: 40px;
    margin-left: 8px;
}

#module-amazon-store-hd {
    padding-left: 10px;
    margin-bottom: -7px;
}


/* ----------------------------------------------------------------- elsewwhere */
#module-elsewhere{
    margin-top: 40px;
    margin-left: 8px;
}

#module-elsewhere-hd {
    margin-left: 10px;
    margin-bottom: -7px;
}


/* ----------------------------------------------------------------- heart art*/
#module-heartart{
    margin-top: 40px;
    margin-left: 8px;
}

#module-heartart-hd {
    margin-left: 15px;
    margin-bottom: -7px;
}

/* ----------------------------------------------------------------- flickr */
#module-flickr{
    margin-top: 40px;
    margin-left: 8px;
}

/* ----------------------------------------------------------------- flickr */
#module-links{
    margin-top: 40px;
    margin-left: 0px;
}

/* ----------------------------------------------------------------- club */
.module-club{
    margin-top: 40px;
    margin-left: 0px;
}


/* ------------------------------------------------------------- list items*/
.module-list-item { 
   font-size: 8pt;
   font-family: 'Lucida Grande',Georgia, Verdana;
}

.module-list-item a {
    color: #708491; 
    font-size: 8pt;
}

.module-list-item a:active {
    color: #AECAE7;
    font-size: 8pt;
}

.module-list-item a:hover {
    color: #AECAE7;
    font-size: 8pt;
}


/* -------------------------------------------------------------- category*/
#module-categories {
    margin-top: 40px;
    margin-left: 10px;
}

#module-category-hd {
    margin-left: 5px;
    margin-bottom: -10px;
}

.module-content {
   margin-top: 10px;
}

#logo {
  margin-left: 20px;
  margin-top: 15px;
}

/* -------------------------------------------------------------- footer */
#footer {
  clear: both;
  width: 1000px;
  padding-top: 20px;
  display: block;
  background: url(../../pics/bg/bg_footer_blog.gif);
  background-repeat:no-repeat;
}

#footer-nav{
  padding-top:25px;
  clear: both;
  width: 650px;
  height: 150px;
}

#footer-copyright{
  width: 600px;
  height: 60px;
}

#footer-copyright-contents{
  color: #7f7f7f;
  width:450px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 80px;
}

/* ------------------------------------------------------------footer menu */
/*
#footer-search {
  width:150px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
*/

#footer-search {
  width:150px;
  float: left;
  margin-left: 16px;
  margin-right: 17px;
  margin-top: 20px;
}

#footer-search-form {
  margin-top: 7px;
  margin-left: 5px; 
}

#footer-search-form-button {
  margin-left: 0px; 
}

#footer-tshirts {
  float: left;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 20px;
}

#footer-snapshot {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}


/* ----------------------------------------------------------------- entry */
.entry-header {
   position: relative;
   color: #d79c89;
   font-size: 11pt;
   font-style:italic;
   margin-bottom:12px;
   margin-left:3px;
}

.entry-content{
    /*border: dashed 1px red; */
}

.entry-body{
  line-height:2;
  /*margin-left:5px;
  margin-right:20px;*/
  font-size: 13px;
  font-family: georgia; 
  letter-spacing:1px;
  width: 450px;
}

.entry-body p{
  margin-top: 25px;
  margin-left:10px;
}

.entry-body p a{
   font-size: small;
   font-style: italic;
}

.entry-body li a{
   font-size: small;
   font-style: italic;
}

.entry-body td a{
   font-size: small;
   font-style: italic;
}

.pugly_img {
  border: solid medium #EAEAD4;
}

.entry-header a:active {
   color: #dd6255;
}

.entry-header a:hover {
   color: #dd6255;
}

.entry-header-archive {
   position: relative;
   color: #d79c89;
   font-size: 11pt;
   font-family: Georgia, Verdana;
   font-style:italic;
   margin-bottom:12px;
   margin-left:6px;
}

.entry{
   margin-left: 40px;
   background-image:url(../../pics/bg/pattern_132.gif);
   background-color: #283940;
   width: 475px;
   padding: 10px;
}

.entry-date {
   color: #d79c89;
   margin-top: -10px;  
   margin-left: 7px;
}

.entry-category-list {
      margin-top: 5px;
}

.entry-category-list a {
   font-family: verdana;
}

.entry-tags {
   border-top: thin dashed #686a69;
   margin-top: 20px;
   margin-right: 7px;
}

.entry-content {
   border: solid 0px;
   position: relative;
   margin-top: 20px;
   padding-left: 12px;
   font-size: 1.2em;
   line-height: 1.6em;
   color: #e4e4c8;
}

.entry-more-link {
   text-align: right;
   margin-top: -10px;
}

.entry-more-link a {
   margin-right: 25px;
   font-family: verdana, "courier new";
}

.entry-footer-main {
   padding-top: 4px;
   margin-top: 20px;
   margin-left: 5px;
   margin-right: 7px;
   border-top: thin dashed #336666;
   font-size: x-small;
}

.entry-category-header {
      width:300px;
      margin-left: 5px;
}

.entry-footer-main a {
   font-family: verdana, "courier new";
}

/* -------------------------------------------------- entry rounded corners */
/* rounded corners for entry */
.rounded_corners{display:block; width:495px; margin-left:40px;}
.rounded_corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  /*background-image:url(../../pics/bg/pattern_157.gif);*/
  background:#283940;
}

      .rounded_corners1{
           margin-left:2px;
           margin-right:2px;
           padding-left:1px;
           padding-right:1px;
           border-left:1px solid #0b0702;
           border-right:1px solid #0b0702;
           background:#140c04
       }
       .rounded_corners2{
           margin-left:1px;
           margin-right:1px;
           padding-right:1px;
           padding-left:1px;
           border-left:1px solid #020100;
           border-right:1px solid #020100;
           background:#150d04
    }
    .rounded_corners3{
           margin-left:1px;
           margin-right:1px;
           border-left:1px solid #150d04;
           border-right:1px solid #150d04;
 }
 .rounded_corners4{
           border-left:1px solid #0b0702;
           border-right:1px solid #0b0702
 }
 .rounded_corners5{
           border-left:1px solid #140c04;
           border-right:1px solid #140c04
 }
 .rounded_cornersfg{
           background:#1b1106
 }




/* ------------------------------------------------------- Individual Entry */
.content-nav {
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: Georgia, serif;
    font-size: 140%;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #383d44;
    border: none;
}

.content-nav a {
    font-size: 100%;
}
 
/* ----------------------------------------------------- comments open form */
.comments{
  margin-top: 30px;
  margin-bottom: 50px;
}

.comments-open {
   border: #3F865D solid thin;   
   /*background: #53B47C;*/
   background: #90C0A8;
   width: 450px;
   margin-top: 20px;
   margin-bottom: 10px;
   margin-left: 47px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 15px;
   font-family: verdana, arial;
}

.comments-open-header {
   font-size: 180%;
   margin-left: 10px; 
   color: #10513B;
   font-family: Georgia, Verdana;
}
.comments-open-content{
   margin-top: 20px;
   margin-left: 22px;
   margin-bottom: 20px;
   font-size: 1.1em;
   color: #10513B;
   font-family: verdana, arial;
}

#comment-author {
   padding: 3px;
   color: #120B04;
   background: #f0f0c0;
   border: #3F865D solid thin;   
   font-family: "courier new";
   font-size: 1.2em;
}
#comment-email {
   padding: 3px;
   background: #f0f0c0;
   border: #3F865D solid thin;   
   font-family: "courier new";
   font-size: 1.2em;
}
#comment-url {
   padding: 3px;
   background: #f0f0c0;
   border: #3F865D solid thin;   
   font-family: "courier new";
   font-size: 1.2em;
}
#comment-text {
   padding: 3px;
   background: #f0f0c0;
   border: #3F865D solid thin;   
   font-family: "courier new";
   font-size: 1.2em;
}

/* --------------------------------------------------- comments open output */

.comments-content {
   margin-left: 45px;
   margin-top: 30px;
   width: 450px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.comment-inner {
   border: #1C694F solid medium;
   background: #90C0A8;
   padding-top: 5px;
   padding-left: 5px;
   padding-bottom: 5px;
   width:450px;
   font-family: "lucida grande", verdana;
   
}

.comment{
   color: #120B04;
   margin-top: 25px;
   margin-bottom: 20px;
}

.comment-content {
   font-family: "lucida grande", verdana;
   font-size: 1.2em;
   color: #000000;
   line-height: 1.6em;
   padding-left: 10px;
   margin-top: 15px;
   margin-left: 10px;
   margin-right: 20px;
}

.comment-content-mycomment{
      font-family: georgia, "lucida grande", verdana;
      font-style: italic;
      font-size: 1.3em;
      line-height: 1.6em;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 15px;
      margin-left: 10px;
      margin-right: 20px;
      border: 1px dotted #271e0f;
      color: #271e0f;
      background-color: #e7eda5;
      /* background-color: #f4c6c6; */ 
      /* background-color: #f67289; */
      /* background-color: #359c68; */
  }

.comment-content a {
   color: #000000;
}


/* content-header is actually author name of commenter */
.comment-header {
   font-family: georgia,"lucida grande",verdana;
   font-weight: bold;
   font-size: 1.4em;
   line-height: 1.6em;
   padding-left: 20px;
   margin-top: 15px;
   margin-bottom: 10px;
   margin-left: 10px;
   color: #483000;
}

.comment-header a {
   color: #483000;
   font-size:1.1em;
}

.comment-header a:hover {
   color: #486030;
   font-size:1.1em;
}

#comment-guidelines-header {
   margin-top: 20px;
}

#comment-guidelines {
   font-style: italic;
   margin-bottom: 20px;
}

.commenter-url {
   color: #486030;
   font-size:0.7em;
}

.add-comment {
   font-size: 70%;
   font-weight: normal;
}

#comment-guidelines-header {
   margin-top: 20px;
}

#comment-guidelines {
   font-style: italic;
   margin-bottom: 20px;
}

.first_letter
{
  float:left;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
}

/* ----------------------------------------------------------------- twitter*/
#twitter_div{
  margin-bottom:35px;
  width: 140px;
  border: gray thin dashed;
  padding-left:15px;
  margin-left:-6px;
}
#twitter_update_list{
  padding:20px;
  padding-left:0px;
  font-style: italic;
  color: #e88c9b;
  font-size:small;
  font-family: georgia, verdana;
  line-height:25px;
}

#module-twitter{
    margin-top: 40px;
    margin-left: 7px;
    margin-bottom: 40px;
}

.feedburnerFlareBlock{
    font-family: Georgia, verdana;
    margin-top:-10px;
    margin-left:5px;
    font-style: italic;
}

.first{
    font-family: Georgia, Verdana;
    font-style: italic;
}

/* ------------------------------------------------------------------ header */

#header {
      margin-top: 60px;
         margin-bottom: 50px;
            margin-left: 35px;
}

#header-contact {
      margin-top: 45px;
      margin-bottom: 40px;
      margin-left: 23px;
}

#header-about {
      margin-top: 45px;
         margin-bottom: 40px;
            margin-left: 30px;
}

#header_feet {
      margin-top: 45px;
         margin-bottom: 35px;
            margin-left: 35px;
}

#module-shoe-sizes{
       margin-left: 15px;
           margin-top: 30px;
}


/* ------------------------------------------------------------------ search */
#module-email {
       margin-left: 15px;
           margin-top: 30px;
}

.module-email-content {
      color: #739F94;
         margin-top: 10px;
            margin-left: 11px;
}

#module-address {
       margin-left: 15px;
}

.module-address-content {
      color: #739F94;
         margin-top: 10px;
            margin-left: 11px;
}

#module-send-her-shoes {
       padding-top: 20px;
       margin-left: 15px;
}

.module-send-questions-to {
       margin-top: 15px;
           margin-left: 4px;
}


#module-search {
       margin-top: -10px;
           margin-left: 15px;
}

.module-shoe-sizes-hd {
       margin-left: 15px;
       margin-bottom: -5px;
}

.module-send-her-shoes-content {
      color: #739F94;
      margin-top: 10px;
      margin-left: 15px;
      margin-right: 8px;
}


.module-projectwonderful{
    margin-left: 15px;
    margin-bottom: 25px;
}

#module-advertisehere{
   margin-top: 10px;
}

.stylemuse_question {
   color: #f3f0e9;   
   padding-top:25px;
   padding-bottom:5px;
}

.stylemuse_response{
   background-color: #484033;
   color: #ceb998;   
   padding-top:15px;
   padding-bottom:15px;
   padding-right:25px;
   padding-left:25px;
}

li.linklove{
 margin-top: 15px;
 margin-right: 10px;
}

.sponsor{
  margin-bottom: 10px;
}

