/*
Theme Name: ASO Theme 2014
Theme URI: http://aso.icann.org
Description: Child Theme based on Flexible by ElegantThemes
Version: 1.0.0
Author: Mihnea-Costin Grigore, Suzanne Taylor Muzzin
Author URI: http://ripe.net
Template: Flexible
*/

@import url("../Flexible/style.css");

body {
  padding: 0 35px;
}

header {
  margin-top: 20px;
}

#logo-area h2 {
  padding-top: 25px;
}

#search {
  float: right;
}

#content-area:before {
  left: 0px;
}

#left-area {
  width: 100%;
}

#left-area h2 {
  padding-top: 15px;
}

#left-area #sitemap ul a {
  color: #676761;
}

#left-area #sitemap .sitemap-col ul,
#left-area #sitemap .sitemap-col ol {
  list-style: none outside none;
}

#left-area #sitemap .sitemap-col ul {
  padding-left: 10px !important;
}

#left-area .post-content ul {
   list-style-type: disc;
   list-style-position: inside;
}

#left-area .post-content ol {
   list-style-type: decimal;
   list-style-position: inside;
}

#left-area .post-content ul ul,
#left-area .post-content ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}

#left-area .post-content ol ol,
#left-area .post-content ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}


#left-area ul.child-pages {
  list-style: none outside none;
}

#left-area ul.child-pages li {
  font-size: 130%;
  line-height: 1.5em;
}

#left-area ul.child-pages li a {
/*  color: #676761; */
}

#left-area .post-content {
  padding-top: 5px;
}

#left-area .post-content p {
  padding-top: 10px;
}

#top-menu {
  float: left;
}

#top-menu .nav li:hover ul,
#top-menu ul.nav li.sfHover ul {
  top: 20px;
  width: 250px;
  background-color: #ddd;
}

#top-menu .nav ul a {
  width: 250px;
}

div#about-grid {
  padding: 5px 50px 45px;
  border-bottom: 1px solid #F0F0E5;
}

.section-title {
  padding-top: 15px;
}

footer {
  padding-bottom: 30px;
}

#footer-logos {
  width: auto;
  float: left;
}

#footer-logos img {
  vertical-align: middle;
  padding-right: 30px;
}

.aso_table tr:nth-child(even) {
  background-color:#ddd;
}

.aso_table_striped tbody tr:nth-child(even) {
  background-color:#ddd;
}

.aso_table_header {
  font-weight:bold;
  background-color:#ddd;
}

#logo a img {
  width: 200px
}