The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* @override http://localhost:3000/.static/themes/default/theme.css */
/* @group Document Structure */
body {
    background: #323254;
    margin: 0;
    color: #424242;
    font-size: 0.9em;
    font-family: Arial, Helvetica Neue, Helvetica, Geneva, sans-serif;
    text-align: center;
} .container {
    max-width: 960px;  /* This width is important whatever its value
                          as it affects the width of the page. */
    text-align: left;
    margin: 0 auto 0;
} .maximized-container {
    max-width: 99%;
    width: 99%;
} #header {
    height: 4em;
    padding-bottom: 0.3em;
    margin: 0;
    margin-top: 1em;
    background-color: #9595e5;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}
#header #page_title {
    float:left;
    width: auto;
    bottom: 0px;
    padding-top: 5px;
    padding-right: 150px;
    padding-bottom: 15px;
    padding-left: 1em;
    color: #ffffd9;
    font-weight: normal;
    border-width: 1px;
    border-color: #000;
    font-size: 1.85em;
} #header #page_title a {
    color: #ffffff;
}

#header #search_box {
    float:right;
    vertical-align: text-bottom;
    vertical-align:baseline;
    margin-top: 1em;
    margin-right: 3em;
}

#search_box input {
    border-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
#breadcrumbs {
    background: #6565a8;
    height: 12px;
    font-size: .9em;
    color: #e3e3e3;
    margin: 0;
    padding: 6px 8px;
} #breadcrumbs a {
    padding: 2px 7px;
    color: white;
    text-decoration: none;
} #breadcrumbs a:hover {
    color: #ffffff;
    background-color: #33455c;
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

div#toplinks {
    font-size: .9em;
    background: #ebeae7;
    font-weight: bold;
    color: #000000;
    padding: 4px 8px;
    min-height: 1.8em;
}

div#toplinks ul li, div#bottomnav ul li {
    display: block;
    float: left;
    height: 1.5em;
}

div#toplinks ul li a, div#bottomnav ul li a, div#bottomnav ul li span.title {
    text-decoration: none;
    margin: 0px 0 0 5px;
    padding: 1px 2px;
}

div#toplinks ul li a {
    padding: 4px;
}

div#toplinks ul li a:hover, div#bottomnav ul li a:hover {
    background-color: #fff;
    color: #333;
}

div#toplinks a {
    position: relative;
    top: 4px;
}

div#pagenav {
    font-size: .9em;
    clear: both;
    padding: 4px 15px;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div#pagenav ul li {
    padding: 2px 14px 2px 0;
    display: inline;
}

div#pagenav ul li a {
    text-decoration: none;
}

div#pagenav ul li a:hover {
    text-decoration: underline;
}

div#pageoptions {
    padding: 5px 14px;
    background-color: #f2f292;
}

div#pageoptions ul li {
    display: inline;
    padding: 5px 14px 5px 0;
    color: black;
    font-size: 1.1em;
}

div#pageoptions a {
    color: green;
}

div#pageoptions a.active {
    color: #ceebb6;
    background: green;
} #categories {
    background: #ffffff;
} #allPages {
    float: left;
    width: 40%;
    margin-right: 20px;
} #wantedPages {
    float: left;
    width: 55%;
} .wantedBy {
    color: #999;
} #tags {
/*    background: url(images/mmlogo.png) no-repeat 15px 20px;
    background-position: right center; */
    background-color: #f6f6f6;
    /* font-size: 1.1em; */
    color: #676767;
    padding: 5px 13px;
    border-top: 1px solid #ccc;
   /* border-bottom: 1px solid #bbb; */
    min-height: 3em;

    /* 50px is height of catalyst logo that
    I'm putting on the right side of the tags area. */
} .showdiv {
    background: white;
    font-size: 11px;
    padding-left: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
} #content {
    background: white;
    padding: 2em 13px;
    overflow: hidden;
    width:auto;
    height:inherit;
} #content strong, b {
    font-weight: bold;
} #content em, i {
    font-style: italic;
} #content ul, #content ol {
    padding-left: 1.5em;
}
#content form {
    overflow: visible;
}

/* For IE6, which doesn't support child selectors */ #content ul li {
    list-style: disc;
}

/* this means that the last li in `ol li ul li` will end up with list-style: decimal instead of 'square' */ #content ol li {
    list-style: decimal;
}

/* The two direct child selectors below take care of that nesting problem, but only for Standards-Compliant Browsers */ #content ul > li {
    list-style: disc;
} #content ol > li {
    list-style: decimal;
} #content li {
    margin-left: 2.5em;
    margin-bottom: 5px;
}

/* tables */ #content table {
    border-collapse: collapse;
    border: 2px solid #bbb;
    background: #fff;
    margin-bottom: .6em;
} #content table td, #content table th {
    border: 1px dotted #aaa;
    padding: .5em;
} #content table thead th, #content table tfoot th {
    font-weight: bold;
    background: #f6f6f6;
} #content table tbody th, #content table tbody td {
    vertical-align: top;
    text-align: left;
} #content table tfoot td {
    border: 2px solid #000;
} #content table tr.odd td, #content table tr.odd th {
    background: #efefef;
} #bottomnav {
    background: #ebeae7;
    padding: 6px 8px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    height: 2.8em;
    font-size: 0.9em;
    border-top: 1px solid #8899aa;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
} #bottomnav input {
    font-size: 1em;
}

li#site_settings {
    clear: left;
} .formdiv {
    text-align: left;
    background: #ffffff;
    padding-left: 13px;
    padding-bottom: 5px;
}

p {
    line-height: 1.3em;
    margin: 1.2em 0;
} .hide {
    display: none;
} .clickable {
    cursor: pointer;
} .center, #content .center, #content table .center {
    text-align: center;
} #powered {
    border-top: 2px solid #33455C;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    text-align: right;
} #content .syntax_help table {
    width: 100%;
} #content .syntax_help table th, #content .syntax_help table td {
    padding: 0.2em;
} .toc {
    background-color: #fffff3;
    border: 1px solid #cccccc;
    margin: 0em;
    margin-left: 1em;
    margin-right: 2.5em;
    margin-bottom: 2.5em;
    padding: 0.5em;
    vertical-align:top;
    font-size: 1.1em;
    float:left;
    width:auto;
} .toc a {
    text-decoration: none;
}
.toc ul {
    margin: 0;
    margin-left: -1em;
    padding: 0;
}
.toc > ul {
    margin-left: -3em;
}

.toc ul li {
    margin: 0;
    padding: 0;
    font-size: 1em;  /* !important some rule makes the font smaller as the indentation increases */
    list-style-type: none;
}


logo-container {
    float:right;
    width: auto;
    padding-top: 1em;
}


#etiquetes {
    float: left;
    min-width: 80%;
}

pre {
    width:auto;
    background-color: #f2f2f2;
    padding: 10px;
    margin-left: 3em;
    margin-right: 1em ;
    overflow:auto;
}

#content h1 {
    margin-top: 0;
    font-size: 1.67em;
    font-weight: normal;
}

/* @end */