/*
Theme Name: Yellowpages.com Beta Labs
Theme URI: http://betalabs.yellowpages.com
Description: 
Version: 1.0
Author: YPC
Author URI: http://yellowpages.com/
Tags: 
*/
/* Global Reset, for Sanity Purposes */
body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
}
fieldset,img { 
	border:0;
}
address,caption,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Now, on with the styles! */
body {
  background: #1c1c1c url('images/bg-gradient.jpg') repeat-x top left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #555;
}

a, a:link, a:visited, a:active {
  color: #067ab4;
  text-decoration: none;
}
a:hover {
  
}

*.green {
  color: #6ebb1f;
}

*.red {
  color: #ff0000;
}

h3.feature, h3 {
  font-size: 16px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  margin-top: 20px;
}

h2 {
  font-size: 18px;
}
  h2.archive-title {
    margin-left: 185px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 25px;
  }
  
h4 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
h5 {
  font-weight: bold;
  font-size: 12px;
  color: #333;
}

h6 {
  color: #333;;
}

p {
  margin: 10px 0;
}

form#searchbox {
  padding: 5px 20px 0 0 ;
  text-align: right;
}
  form#searchbox input#searchbox_query, form#mailinglist input#mailinglist_email, form#commentform input#s1, form#commentform input#s2, form#commentform input#s3, form#commentform textarea {
    width: 145px;
    padding: 4px 3px 0px;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #555;
    border: 1px inset;
    height: 16px;
  }
  form#commentform input#s1, form#commentform input#s2, form#commentform input#s3 {
    width: 225px;
  }
  form#commentform textarea {
    width: 300px;
    height: 200px;
  }
  form#searchbox input#searchbox_go, form#mailinglist input#mailinglist_go {
    width: 38px;
    height: 24px;
    background: transparent url(images/go-button.gif) no-repeat top left;
    border: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 10px;
  }
  li.footer-section form#searchbox, li.footer-section form#mailinglist {
    text-align: left;
    padding: 0;
    margin-top: -5px;
    margin-bottom: -3px;
  }
  li.footer-section form#searchbox input#searchbox_query, li.footer-section form#mailinglist input#mailinglist_email {
    width: 140px;
    font-size: 10px;
  }
  li.footer-section form#searchbox input#searchbox_go, li.footer-section form#mailinglist input#mailinglist_go {
    background: transparent url(images/go-button-dark.gif) no-repeat top left;
  }

div#container {
  width: 1000px;
  margin: 0 auto;
  _width: 990px;
}

  div#left-gradient, div#right-gradient {
    width: 10px;
    height: 725px;
    background: #1c1c1c url('images/side-gradient.jpg') repeat-x top left;
    _width: 0px;
  }
    div#left-gradient {
      float: left;
    }
    div#right-gradient {
      float: right;
    }
  div#header {
    background: #1185bf url('images/header-image.png') no-repeat top left;
    width: 980px;
    height: 143px;
    border-bottom: 1px solid #000;
    margin-left: 10px;
  }
    div#header h1 a {
      display: block;
      text-indent: -3000em;
      width: 380px;
      height: 125px;
      position: relative;
      top: 15px;
      left: 300px;
      border: 0;
      outline: 0;
    }
  div#navigation {
    background: #014b70 url('images/nav-bg.png') no-repeat top left;
    width: 980px;
    height: 37px;
    border-bottom: 1px solid #000;
    margin-left: 10px;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
  }
    div#navigation ul {
      margin-left: 185px;
      height: 37px;
      border-left: 1px solid #01344f;
      width: 400px;
    }






    div#navigation ul li {
      font-size: 14px;
      display: block;
      text-align: center;
      width: 118px;
      height: 37px;
      border-left: 1px solid #1b5d7f;
      border-right: 1px solid #01344f;
      padding: 0;
      float: left;
    }
      div#navigation ul li.last {
        border-right: 0px;
        width: 1px;
      }
        div#navigation ul li a {
          display: block;
          width: 118px;
          height: 17px;
          padding: 10px 0;
          color: #aaa;
          border: 0px;
          font-weight: bold;
          text-transform: lowercase;
        }
        div#navigation ul li.active a {
          color: #fff;
        }
        div#navigation ul li a:hover {
          background-color: #fff;
          color: #000;
          border: 0px;
        }
    div#nav-searchbox {
      width: 250px;
      float: right;
      margin-top: -35px;
    }
  div#body {
    background: #fff;
    width: 980px;
    min-height: 500px;
    max-width: 980px;
    margin: 0;
    border-bottom: 1px solid #000;
    margin-left: 10px;
  }
    div#sidebar-left {
      float: left;
      width: 105px;
      padding: 15px;
    }
      div#sidebar-left.project-nav {
        margin-top: 65px;
        margin-left: -15px;
        width: 150px;
      }
      div#sidebar-left.project-nav ul li a {
        display: block;
        background-color: #f3f3f3;
        border: 1px solid #fff;
        border-left: 0px;
        width: 135px;
        height: 12px;
        text-align: right;
        font-size: 11px;
        padding: 8px 15px 8px 0px;
        font-weight: bold;
        text-transform: capitalize;
      }
        div#sidebar-left.project-nav ul li.first a {
        }
        div#sidebar-left.project-nav ul li a:hover {
          background-color: #fff;
        }
      div#sidebar-left.projects {
        margin-top: 50px !important;
        font-size: 11px;
      }
        div#sidebar-left.projects h2 {
          font-size: 12px;
          font-weight: bold;
          margin-bottom: 10px;
        }
    div#sidebar-right {
      float: right;
      width: 185px;
      padding: 40px 30px 20px 0px;
      font-size: 11px;
    }
      div#sidebar-right ul li.widget {
        padding: 10px 0;
      }
      div#sidebar-right h2 {
        font-weight: bold;
        font-size: 12px;
        margin: 0 0 5px 0;
      }
      div#calendar_wrap {
        width: 100%;
        margin: -10px auto 0 auto;
      }
      table#wp-calendar {
        width: 100%;
        border-collapse: collapse;
      }
        table#wp-calendar th {
          text-align: center;
          background-color: #ccc;
          border: 1px solid #ccc;
          padding: 3px;
          font-weight: bold;
        }
        table#wp-calendar td {
          text-align: right;
          border: 1px solid #ccc;
          padding: 3px;
        }
        table#wp-calendar tfoot tr {
          border: 1px solid #ccc;
        }
        table#wp-calendar td#prev {
          border: 0;
          text-align: left;
        }
        table#wp-calendar td#next {
          border: 0;
          text-align: right;
        }
        table#wp-calendar td.pad {
          border: 0;
        }
        table#wp-calendar caption {
          text-align: right;
          font-size: 10px;
          margin-top: -8px;
          margin-bottom: 8px;
        }
      div#sidebar-right ul li.widget ul li {
        margin: 2px 0;
      }
        li#tag_cloud {
          text-align: left;
        }
          li#tag_cloud h2 {
            text-align: left;
          }
          li#tag_cloud a {
            margin: 0;
            padding: 0 2px 2px 2px;
            background: #fff;
            border: 1px solid #eaeaea;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #999; 
            line-height: 22px;
            _line-height: 28px;
          }
            li#tag_cloud a:hover {
              background: #f3f3f3;
            }
            a.tagsz-1 { font-size: 9px; }
            a.tagsz-2 { font-size: 13px; }
            a.tagsz-3 { font-size: 17px; }
            a.tagsz-4 { font-size: 19px; }
            a.tagsz-5 { font-size: 21px;}
    div#content {
      padding: 30px 40px 20px 0;
      margin: 0 0 20px 185px;
      width: 500px;
    }
    div#content.home, div.home, div#content.about {
      margin-left: 0px !important;
      width: 705px !important;
    }  
      div.post-comments {
          margin-left: 185px;
      }
      div#content.home div#whats-brewing {
        padding: 20px 20px 20px 185px;
        color: #555;
        font-size: 11px;
        line-height: 14px;
        background: #fff url('images/brewing-bubbles.png') 100px 10px no-repeat;
        font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
      }
        div#whats-brewing h2 {
          text-transform: capitalize;
          font-size: 16px;
        }
      div#content div.post, div#content div.page {
        margin-bottom: 2em;
        line-height: 18px;
      }
        div#content.home div.post {
          background: #fff url('images/separator.gif') 30px 0px no-repeat;
          padding: 20px 0;
        }
        div.post div.post-meta {
          width: 140px;
          float: left;
          margin-left: 20px;
          font-size: 11px;
          line-height: 15px;
          text-align: right;
          _margin-left: 10px;
        }
          div.post-meta a {
            font-weight: bold;
          }
          div.post-meta span.category {
            font-weight: bold;
          }
          div.post-author {
            text-align: right;
            margin: 10px 0;
          }
            div.post-author p {
              margin: 0;
            }
            div.post-author-avatar {
              height: 50px;
              text-align: right;
              margin: 0 0 5px 0;
            }
              div.post-author-avatar img {
                border: 1px solid #000;
              }
        div.post div.post-content {
          margin-left: 185px; 
          font-family: Arial, Helvetica, Verdana, sans-serif;
          font-size: 12px;      
        }
div.post div.post-content ul { margin: 0 0 0 12px; list-style-type: disc;}
div.post div.post-content ul li { display: list-item; }
        div.post div.post-content span.post-project {
          font-weight: bold;
          font-size: 14px;
          font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
        }
        div.post span.date {
          font-size: 10px;
          color: #bcbcbc;
          font-family: Arial, Helvetica, Verdana, sans-serif;
          letter-spacing: 2px;
        }
          div.post div.post-meta span.date {
            font-size: 24px;
            letter-spacing: 1px;
            line-height: 30px;
          }
        div.post h2, div.page h2 {
          margin: 5px 0 15px 0;
          font-size: 24px;
          line-height: 30px;
          color: #6ebb1f;
          font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
        }
          div.post h2 a {
            color: #6ebb1f;
            border: 0px;
          }
        div.post span.comments-link {
          font-weight: bold;
        }
    div.page h2 {
      color: #333;
      font-weight: bold;
      padding-bottom: 10px;
    }
      div.page div.single-project {
        padding: 10px 15px;
        width: 492px;
        margin: 0px 0 20px 0;
        border: 1px solid #eee;
      }
        div.single-project h3 {
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: #067ab4;
          font-size: 14px;
          font-family: 'Lucida Grande', 'Trebuchet MS', 'Geneva', Helvetica, Arial, sans-serif;
        }
        div.single-project p {
          font-size: 12px;
          line-height: 15px;
        }
        div.single-project a.details {
          text-transform: uppercase;
          display: block;
          color: #fff;
          background: transparent url('images/button-bg.gif') top left no-repeat;
          width: 71px;
          text-align: center;
          padding-top: 6px;
          padding-bottom: 7px;
          font-size: 11px;
          margin-left: -3px;

        }
    div#content.about div.page {
      margin-left: 20px;
    }
      div#content.about div.page div.about-blurb {
        padding-left: 165px;
      }
        div#content.about div.page div.about-blurb h3 {
          font-weight: bold;
          font-size: 14px;
          color: #333;
        }
        div.about-blurb.betalabs {
          background: transparent url('images/bubbles-large.png') 30px 0px no-repeat;
          min-height: 160px;
        }
        div.about-blurb.ypc {
          background: transparent url('images/aboutypc-bg.png') top left no-repeat;
          padding-top: 15px;
        }
        div.about-blurb.att {
          background: transparent url('images/aboutatt-bg.png') top left no-repeat;
          padding-top: 20px;
        }
      div#content.about div.page h2 {
        margin-left: 165px;
      }
  div#footer {
    width: 980px;
    margin-left: 10px;
    padding: 10px 0;
    height: 297px;
    background: #1c1c1c url('images/bottom-bg.jpg') no-repeat top left;
    color: #888;
    clear: both;
  }
    div#footer a {
      color: #fff;
      border: 0px;
    }
    div#footer ul li.footer-section {
      display: block;
      width: 140px;
      float: left;
      padding: 0 10px;
    }
    div#footer ul li.wide {
      width: 200px;
    }
      div#footer ul li.footer-section h2 {
        font-size: 11px;
        text-transform: lowercase;
        margin: 0 0 15px 0;
      }
      div#footer ul li.footer-section ul li {
        margin: 5px 0;
      }
    div#footer ul li.about-beta-labs p, div#footer ul li.mailing-list p {
      font-size: 9px;
    }
    div#footer-legal{
      clear: both;
      text-align: center;
      font-size: 9px;   
      position: relative;
      top: 20px;   
    }
    div#footer-attbranding {
      clear: both;
      width: 125px;
      height: 30px;
      text-indent: -3000em;
      background: transparent url('images/att-branding.gif') no-repeat top left;
      margin: 0px auto;
      position: relative;
      top: 25px;
    }

div#browse-cities {
    clear: both;
    margin: 50px 35px 15px 35px;
    padding: 15px 0 0 0;
    font-size: .833em;
    color: #666;
}
div#browse-cities ul {
  float: left;
  margin: 5px 12px 5px;
  line-height: 1.3;
  width: 14%;
}

div#browse-cities ul.first {
    padding-left: 0;
    margin-left: 0;
}
div#browse-cities ul.last {
    padding-right: 0;
    margin-right: 0;
}
div#browse-cities li {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#browse-cities li a { color: #999; }

div#browse-cities p {
    margin: 0;
}
    
*.clear {
  clear: both;
}
*.uppercase {
  text-transform: uppercase;
}

*.bold {
  font-weight: bold;
}

/* ---- Comments ---- */
ol.commentlist li {
  border: 1px solid #ccc;
  padding: 5px;
  background: #f3f3f3;
  margin: 5px 0;
}
ol.commentlist li p {
text-wrap: unrestricted;
}
ol.commentlist li.alt {
  background: #fff;
}
  span.comment-author {
    font-weight: bold;
  }
  span.comment-awaitmod {
    font-weight: bold;
    font-style: italic;
    color: #ea0000;
    font-size: 9px;
    text-align: center;
    display: block;
    border: 1px solid #900;
    background: #fee;
    width: 300px;
    margin: 3px auto;
    padding: 5px;
  }

form.single_search_box {
  line-height: 20px;
}
  input {
    position: relative;
    top: 1px;
    margin-right: 5px;
  }
  input#single_search_box {
  }
  *:first-child+html input#single_search_box {
    border: 1px solid #888;
    height: 20px;
    top: 0px;
  }
  *html input#single_search_box {
    border: 1px solid #888;
    height: 20px;
    top: 0px;
  }

.aligncenter {
margin: 0 auto;
text-align: center;
}