/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
  font-size: 10px;
  font-family: arial;
  background: #e6edf2;
}

a {
  color: #0071AD;
}

p {
  line-height: 1.5em;
}

.clear {
  visibility: hidden;
  clear: both;;
}

.wrap {
  width: 940px;
  margin: 0 auto;
}

#header {
  background: #e6edf2 url("../images/header/header_bg.png") repeat-x;
  height: 115px;
}

  #header h1 a {
    display: block;
    float: left;
    text-indent: -5000px;
    background: url("../images/header/logo.png");
    width: 175px;
    height: 115px;
    z-index: 100;
    position: absolute;
  }

  #header ul {
    float: right;
  }

    #header ul li {
      float: left;
    }

    #header ul li a {
      font-family: arial, helvetica, san serif;
      font-size: 13px;
      color: #e6edf2;
      display: block;
      margin-top: 1px;
      border-right: 1px solid #547895;
      line-height: 38px;
      text-decoration: none;
      padding: 0 1.5em;
    }


      #header ul li a:hover {
        background: url("../images/header/menu_active_bg.png");
        color: #ec1559;
      }

      #header ul li.current a {
        background: url("../images/header/menu_active_bg.png");
        color: #ec1559;
      }

  #header .sub p {
    font-size: 18px;
    float: right;
    color: #666666;
  }

    #header .sub p.stats {
      margin-left: 1em;
      padding-left: 1em;
      border-left: 1px solid #e6edf2;
      color: #999999;
    }

      #header .sub span {
        font-weight: bold;
        color: #5a819f;
        border-bottom: 1px dotted #ec1559;
      }

        #header .sub span.most {
          color: #ec1559;
        }

#footer {
  background: #e6edf2 url("../images/footer/break.png") center 0 no-repeat;
  padding-top: 1em;
}

  #footer p {
    text-align: center;
    color: #999;
    margin: 1em 0;
    font-size: 12px;
  }

  #footer p a {
    color: #4e7798;
    text-decoration: none;
    border-bottom: 1px dotted #eb3f77;
  }

#main {
  padding: 1em 0;
}

#content {
  width: 630px;
  margin-right: 10px;
  float: left;
}

#sidebar {
  width: 300px;
  float: left;
}


#sites_grid {
  margin: 0;
  padding: 0;
}

  #sites_grid ul {
    margin: 0;
    padding: 0;
    margin-left: -10px;
    width: 640px;
  }

    #sites_grid ul li {
      border: 1px solid #c6d5e1;
      border-width: 1px 1px 2px 1px;
      margin-left: 10px;
      margin-bottom: 10px;
      display: block;
      float: left;
      width: 148px;
      background: #fff;
    }

    #sites_grid ul li.full {
      margin-right: 1em;
      margin-bottom: 1em;
      display: block;
      float: left;
      width: 630px;
      background: #fff;
    }

    #sites_grid ul li.full img {
      padding: 0 10px 0 10px ;
    }
      
    #sites_grid ul li img {
      padding: 4px;
    }

    #sites_grid ul li h2 {
      background: #6d8faa url("../images/sites/h2_bg.png") repeat-x;
      overflow: hidden;
      margin: 5px;
      padding: 5px;
    }
      #sites_grid ul li h2 a {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin: 0;
        padding:0;
        display: block;
      }

        #sites_grid ul li.full h2 {
          margin: 10px 10px 5px 10px;
          padding: 10px;
        }
        #sites_grid ul li.full h2 a {
          background: #6d8faa url("../images/sites/full_h2_bg.png") right 2px no-repeat;
          font-size: 18px;
        }

      #sites_grid ul li.full h3 {
        padding: 0 5px 0 5px;
      }

      #sites_grid ul li.full h3 a {
        font-size: 13px;
        color: #fff;
        position: absolute;
        margin-top: -35px;
        margin-left: 5px;
        padding: 10px;
        background: #6d8faa url("../images/sites/full_h3_bg.png") repeat-x;
        z-index: 100;
        border: none;
      }

    #sites_grid ul li h3 {
      padding: 0 5px 5px 5px  ;
      margin: 0;
    }
      #sites_grid ul li h3 a {
        overflow: hidden;
        display: block;
        text-decoration: none;
        font-size: 11px;
        color: #0071AD;
        font-weight: normal;
        margin: 0;
        padding:0;
        padding: 5px;
        padding-left:25px;
        background: #fff url("../images/icons/link.png") 5px 8px no-repeat;
        border: 1px solid #e6edf2;
      }

      #sites_grid ul li h3 a:hover {
      }

    #sites_grid ul li ol {
      margin-top: 2em;
      padding: 0 5px;
    }

      #sites_grid ul li ol li {
        border: none;
        padding: 0;
        margin: 0;
        width: 140px;
        height: auto;
        display: block;
        padding: 0 0 10px 0;
      }

        #sites_grid ul li ol li a {
          text-decoration: none ;
        }




#sites_single {
  border: 1px solid #e0e0e0;
  background: #fff;
}

    #sites_single img {
      padding: 10px;
    }

    #sites_single h2 {
      background: #6d8faa url("../images/sites/h2_bg.png") repeat-x;
      overflow: hidden;
      margin: 10px 10px 5px 10px;
      padding: 10px;
    }


      #sites_single h2 a {
        background: #6d8faa url("../images/sites/full_h2_bg.png") right 2px no-repeat;
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        margin: 0;
        padding:0;
        display: block;
      }
      

      #sites_single h3 {
        padding: 10px;
      }

      #sites_single h3 a {
        font-size: 13px;
        color: #fff;
        padding: 10px;
        background:  url("../images/sites/full_h3_bg.png") repeat-x;
        border: none;
      }


    #sites_single h4 {
      font-size: 13px;
      padding: 10px 0;
      margin: 10px;
      color: #213240;
      border-bottom: 1px solid #c6d5e1;
    }

    #sites_single a.expand {
        padding-left:25px;
        background: url("../images/icons/link.png") 5px 5px no-repeat;
        display: block;
    }

    #sites_single ol {
      margin-top: 2em;
      padding: 0 10px;
    }

      #sites_single ol li {
        border: none;
        padding: 10px 0 10px 0;
        margin: 0 0 5px 0;;
        width: auto;
        height: auto;
        border: 1px solid #e6edf2;
        border-width: 1px 1px 1px 3px;
      }

        #sites_single ol li:hover {
          background: #e6edf2;
        }

        #sites_single ol li a {
          font-size: 12px;
          text-decoration: none;
        }

        #sites_single ol li .description {
          display: none;
          margin: 10px;
          padding: 10px;
          padding-left: 20px;
          border: 1px solid #eee;
          border-width: 1px 1px 1px 5px;
          overflow: hidden;
          background: #fff;
        }

.pagination {
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 11px;
}

  .pagination a {
    padding: 3px;
  }

.module {
  margin: 0 0 10px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #c6d5e1;
  border-width: 1px 1px 2px 1px;
}

  .module h2 {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: block;
    color: #213240;
    border-bottom: 1px solid #c6d5e1;
  }

  .module p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #666666;
  }


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

  .module ul li {
    border-bottom: 1px solid #e6edf2;
  }

    .module ul li:last-child {
      border: none;
    }

    .module ul li a {
      display: block;
      font-size: 11px;
      text-decoration: none;
      padding: 10px 0;
    }

    .module ul li:first-child a {
    }

      .module ul li a:hover {
        background: #eee;
      }

#about-module h2 {
 background: #fff url("../images/icons/info.png") 0 0 no-repeat;  
 padding-left: 25px;
}

  #about-module a {
    background: #fff url("../images/icons/more.png") 0 3px no-repeat;  
    padding-left: 20px;
    text-decoration: none;
  }

#latest-module h2 {
 background: #fff url("../images/icons/add.png") 0 0 no-repeat;  
 padding-left: 25px;
}

  #latest-module a {
    padding-left:25px;
    background: #fff url("../images/icons/link.png") 5px 12px no-repeat;
  }


#sources-module h2 {
 background: #fff url("../images/icons/arrow_down.png") 0 0 no-repeat;  
 padding-left: 25px;
}

  #sources-module a {
    padding-left:25px;
    background: #fff url("../images/icons/source.png") 5px 12px no-repeat;
  }

#subscribe {
  background: #d1dde8;
}

  #subscribe img {
    float:left;
    margin-right: 1em;
  }

  #subscribe h2 {
    color: #213240;
    font-size: 13px;
    border: none;
    margin: 0;
    padding: 5px 0;
  }

  #subscribe p {
    color: #666666;
    margin: 0; padding: 0;
  }

  #subscribe p a {
    float: left;
    margin-right: 1em;
    margin: 0 0.5em 0 0;
    color: #5a819f;
    border-bottom: 1px dotted #ec1559;
    text-decoration: none;
  }

    #subscribe p a img {
      margin: 0; padding: 0;
    }


.search {
  padding: 10px;
  border: 1px solid #c6d5e1;
  border-width: 1px 1px 2px 1px;
  margin-bottom: 10px;
  display: block;
  background: #fff;
}

  .search h2 {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    color: #213240;
    border-bottom: 1px solid #c6d5e1;
  }

  .search-results h2 {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    color: #213240;
  }
