
/* ---------------------- */
/* BODY                   */
/* ---------------------- */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0px;
  padding: 0px;
}



/* ---------------------- */
/* PAGE                   */
/* ---------------------- */
#page {
  width: 75%;
  margin: 0px auto; 
  padding: 0px 0px;
}
@media screen and (max-width: 760px) {
    #page {
        width: 100%;
    }
}



/* ---------------------- */
/* MENU                   */
/* ---------------------- */
#menu, #menu ul {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  text-transform: lowercase;
  list-style: none;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 30px;
}
#menu li {
  display: inline;
  padding: 0px 5px;
  margin: 0px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  color: #f0faaa;
}
#menu ul > li:last-child { 
  border-right: 0px;  
}
#menu li a {
  color: #f0faaa;
  font-weight: normal;
  text-decoration: none;
  border: 0px;
}
#menu li a:hover {
  color: #f0faaa;
  border-bottom: 1px solid #f0faaa;
}


/* ---------------------- */
/* HEADER                 */
/* ---------------------- */
#header {
  margin: 0px;
  text-align: left;
  background-color: #352726;
  padding: 0px 4px 0px 4px;
  border-top: 1px dotted #f2f2f2; 
}
#header .logo {
  display: inline;
  border: 0px;
}
#header a {
  border: 0px;
}
@media screen and (max-width: 760px) {
    #header .logo {
        width: 100%;
    }
}



/* ---------------------- */
/* BREADCRUMB             */
/* ---------------------- */
#breadcrumb {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  line-height: 30px;
  text-align: left;
  padding-left: 40px;
  font-weight: bold;
  color: #a0a0a0;
}
#breadcrumb a {
  text-decoration: none;
  color: #a0a0a0;
  border: 0px;
}
#breadcrumb .current {
  color: #352726;
}



/* ---------------------- */
/* CONTENT                */
/* ---------------------- */
#content {
  margin: 0px;
  background-color: #ffffff;
  text-align: left;
  padding: 15px 0px;
}


/* ---------------------- */
/* NOTICE                 */
/* ---------------------- */
.notice {
  border: 1px dotted #888;
  padding: 5px;
  background-color: #F3F3F3;
  font-size: 13px;
  line-height: 17px;
}



/* ---------------------- */
/* HEADERS                */
/* ---------------------- */
h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 40px;
  border-left: 5px solid #352726;
  padding: 5px 10px; 
}
h1.hidden {
  display: none;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #352726;
  margin-top: 35px;
  margin-bottom: 25px;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 5px solid #99cc33;
  padding: 3px 10px;
}
#content > h2:first-child {
  margin-top: 10px;
}
h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #352726;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 3px dotted #99cc33;
  padding: 3px 10px;
}
h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #352726;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 1px dotted #99cc33;
  padding: 3px 10px;
}
#author {
  font-size: 13px;
  text-align:right;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
    h1, h2, h3, h4 {
        margin-left: 4px;
        margin-right: 4px;
    }
}


/* ---------------------- */
/* FOOTER                 */
/* ---------------------- */
#footer {
  border-top: 1px solid #cccccc;
  font-size: 13px;
  background-color: #fcfef0;
  padding: 10px 35px 5px 35px;
  text-align: left;
  margin-bottom: 30px;
}
#footer > #twitter {
  display: inline;
  line-height: 30px;
}
#footer > #twitter a {
  text-decoration: none;
  border: 0px;
}
#footer #copy {
  display: inline;
  text-align: right;
  line-height: 30px;
  float:right;
}



/* ---------------------- */
/* TT && STRINGS    */
/* ---------------------- */
kbd, tt {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  color: #707070;
  font-weight: bold;
}
span.string {
  color: blue;
}
span.comment {
  font-style: italic;
  color: green;
}



/* ---------------------- */
/* OTHER                  */
/* ---------------------- */
p, ul, ol {
  margin: 20px 40px;
  text-align: justify;
}
@media screen and (max-width: 760px) {
    p, ul, ol {
        margin-left: 4px;
        margin-right: 4px;
    }
    ul, ol {
        padding-left: 20px;
    }
}

div.syntaxhighlighter {
  /*
   * Tweaks for the SyntaxHighlighter styles.
   */
  margin: 20px 40px !important;
  width: auto !important;
  font-size: 14px !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.syntaxhighlighter table td.code .container {
  /*
   * Fix for unneeded vertical bar being displayed
   * from http://xbfish.com/2011/04/26/remove-vertical-scrollbar-in-syntaxhighlighter/
   */
  padding: 10px 10px !important;
}
@media screen and (max-width: 760px) {
    div.syntaxhighlighter {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
}

li {
  margin-top: 5px;
}
a {
  text-decoration: none;
  color: #352726;
  border-bottom: 1px dotted #352726;
}
a:hover {
  color: #99cc33;
  border-bottom: 1px solid #99cc33;
}
a img {
  border: 0px;
}
ul li ul {
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.widetable {
  text-align: center;
  margin: 0px 20px;
}
.widetable table {
  text-align: left;
  padding: 0px;
  width: 100%;
}
.widetable table th {
  border-collapse: collapse;
  padding: 5px 10px;
}
.widetable table td {
  border-collapse: collapse;
  background-color: #f0f0f0;
  padding: 5px 10px;
}
div.semiwidetable {
    text-align: center;
    margin: 0px 60px 0px 80px;
}
.semiwidetable table {
    text-align: left;
    padding: 0px;
    width: 100%;
}
.semiwidetable table th {
    border-collapse: collapse;
    padding: 5px 10px;
}
.semiwidetable table td {
    border-collapse: collapse;
    background-color: #f0f0f0;
    padding: 5px 10px;
}
@media screen and (max-width: 760px) {
    div.widetable, div.semiwidetable {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.caption {
  margin-left: 40px;
}

.googledocsiframecontainer {
  text-align: center;
}



/* --------- */
/* TEAM PAGE */
/* --------- */

#teamTable th,
#contributorTable th {
  font-size: 12px; 
} 
#teamTable td,
#contributorTable td {
  font-size: 12px;
}

#workingOn {
  margin-top: 80px;
  font-size: 11px; 
}

td.ourtools_logo {
    width: 250px;
    text-align: center;
}
td.ourtools_text {
    font-style: italic;
}
td.ourtools_logo, td.ourtools_text {
    background-color: #ffffff !important;
    padding-top: 15px !important;
}
td.ourtools_logo a, td.ourtools_logo a:hover {
    text-decoration: none;
    border-bottom: 0px;
}
p.ourtools_note {
    font-style: italic;
    font-size: 0.9em;
}



/* ---------------------- */
/* USERS TABLE            */
/* ---------------------- */
#usersTable {
  margin-top: 50px;
  margin-bottom: 50px;
}
#usersTable td {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#usersTable td.logo {
  vertical-align: top;
  text-align: right;
  padding-right: 30px;
}
#usersTable td.logo a {
  text-decoration: none;
  border: 0px;
}
#usersTable td.text {
  vertical-align: top;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  font-style: italic;
  font-size: 13px;
}
#usersTable tr:not(:last-child) td.text {
  border-bottom: 1px dotted #bbb;
}
#usersTable td.text p {
  margin: 0px 0px 10px 0px;
}
#usersTable td.text .url {
  font-style: normal;
  text-align: right;
  padding: 15px 0px 0px 0px;
}
#usersTable td.text .url a {
  text-decoration: none;
  border: 0px;
  font-size: 13px;
}
#usersTable td.text .url a:hover {
  border-bottom: 1px dotted #352726;
}

#downloadStats {
  text-align: center;
  margin-bottom: 20px;
}




/* ---------------------- */
/* ECOSYSTEM PAGE         */
/* ---------------------- */
ul.ecosystem-item-enumeration {
  margin: 20px 30px;
  padding: 0px 0px;
}
ul.ecosystem-item-enumeration li.ecosystem-item {
  list-style: none;
  margin: 5px 5px;
  padding: 10px 10px;
}
ul.ecosystem-item-enumeration li.ecosystem-item:not(:last-child) {
  border-bottom: 1px dashed #c0c0c0;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-name {
  font-weight: bold;
  color: #444;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-name::before {
  content: "\25AA  "
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-status {
  font-size: 12px;
  color: #999;
  font-style: italic;
  padding-left: 4px;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-content {
  padding-top: 5px;
  list-style: none;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-content p {
  margin: 10px 20px 10px 30px;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-content .ecosystem-item-links {
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  color: #666;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-content .ecosystem-item-links a {
  color: #666;
  text-decoration: none;
  border: 0px;
}
ul.ecosystem-item-enumeration li.ecosystem-item .ecosystem-item-content .ecosystem-item-links a:hover {
  border-bottom: 1px dotted #352726;
}

ul.ecosystem-item-enumeration li.ecosystem-item.featured {
  border: 1px dotted #AAA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #F8F8F8;
}
ul.ecosystem-item-enumeration li.ecosystem-item.featured .ecosystem-item-name {
  font-size: 18px;
}
ul.ecosystem-item-enumeration li.ecosystem-item.featured .ecosystem-item-name::before {
  content: "\25BA  "
}
ul.ecosystem-item-enumeration li.ecosystem-item.featured .ecosystem-item-content {
  padding-top: 12px;
}
ul.ecosystem-item-enumeration li.ecosystem-item.featured .ecosystem-item-content .ecosystem-item-links {
  margin-top: 15px;
}


.ecosystemOfficialTable {
  margin: 50px 40px;
}
.ecosystemOfficialTable table {
  width: 100%;
}
.ecosystemOfficialTable table tr.official-item td {
  background-color: #ffffff;
}
.ecosystemOfficialTable table tr.official-item td.title {
  padding-top: 14px;
  padding-bottom: 10px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  background-image: url('../images/thymeleaflogotiny.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  vertical-align: middle;
  border-bottom: 1px dashed #000;
}
.ecosystemOfficialTable table tr.official-item td.title a {
  color: inherit;
  border-bottom: 0px;
}
.ecosystemOfficialTable table tr.official-item td.text {
  padding-bottom: 40px;
  vertical-align: top;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
/*  font-style: italic;*/
  font-size: 13px;
}
.ecosystemOfficialTable table tr.official-item td.text p {
  margin: 15px 0px;
}
.ecosystemOfficialTable table tr.official-item td.text ul {
  margin: 10px 20px;
  padding-left: 15px;
}
.ecosystemOfficialTable table tr.official-item td.text div.screenshot {
  text-align: center;
}
