/*
 *  SiliconAlley.com stylesheet
 *  Auth: Chris Eaton @ MicroAngelo Web Development UK
 *  2008-03-19
 */

html {
  background: #999;
}

/* Header */

.header {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border: 1px solid #000;
}

.header h1 {
  display: block;
  width: 100%;
  background: #20346F url(img/cloudbg.jpg) repeat-x scroll 50% 20%;
  height: 12em;
  margin: 0;
  padding: 0;
}

.header h1 img {
  position: absolute;
  right: -1px;
  bottom: 1ex;
  z-index: 100;
}

.header ul.cloud {
  font-size: 138.5%;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 12em;
  z-index: 40;
  overflow: hidden;
}

/* Nav */

.nav {
    clear: both;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.nav ul {
    padding: 0;
    margin: 0;
    margin-left: -1px;
    float: left;
    border: 1px solid #000;
    border-top-color: #b3cce6;
    border-bottom-color: #012447;
    border-top: none;
    width: 100%;
    background: #6397ca url(img/navbg.gif) bottom repeat-x;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    font-size: 110%;
    color: #9CF;
}

    .nav ul li {
        display: block;
        float: left;
        width: 19.45%;
        line-height: 2em;
        border: 1px solid #999;
        border-top-color: #eee;
        border-left-color: #eee;
    }

    /* selected */
    body.siliconalley li.siliconalley, body.tools-and-toys li.tools-and-toys, body.people li.people, body.jobs li.jobs, body.news li.news {
        background: #fdca97 url(img/navbg-focus.gif) bottom repeat-x;
        color: #630 !important;
    }

    .nav ul li:hover, .nav ul li:focus {
        background: #fdca97 url(img/navbg-focus.gif) bottom repeat-x;
        color: #fff;
        border: 1px solid #eee;
        border-top-color: #999;
        border-left-color: #999;
    }

    .nav ul li a {
        color: inherit;
        text-decoration: none;
        text-align: left;
        text-indent: 25%;
        background: url(img/nav-li-bullet.gif) 15% 50% no-repeat;
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }
    
        .nav ul li:hover a, .nav ul li:focus a {
            border: none; /* make the button drop down and right a pixel */
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
        }
/* Content */

.content {
  clear: both;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
}

    .content p {
        padding: 1ex 1em;
    }
    
/* Footer */

.footer {
  clear: both;
  width: 95%;
  margin: 1em auto;
  padding: 0;
  position: relative;
  text-align: center;
}