@import "tiny.css";

body {
    padding:0;
    margin:0;
    font-family: Arial;
    font-size: 80%;
    color: #555;
}

h1 {
    font-weight: bold;
    font-size: 153.9%;
    margin: 10px 0;
}

h1.first-heading {
    margin-top: 0;
    padding: 0;
}

h2 {
    font-size: 123.1%;
    padding-top: 20px;
    margin-bottom: 5px;
}


h1 a,
h2 a {
    text-decoration: none;
}

a:visited,
a {
    color: #24241c;
}

a:hover {
    color: black;
}

pre,
code {
    font-family: Verdana, sans-serif;
    background-color: #e5ab52;
    border: 1px solid #24241c;
    margin: 20px 0;
    padding: 20px;
    display: block;
    color: black
}

code a,
code a:visited {
    color: black !important;
}

strong {
    font-size: 110%;
}

p.discreet {
    padding-bottom: 10px;
}

/* Management */
#management {
    background-color: #eee;
    margin: 0;
}

#management .container {
    line-height: 30px;
}

#login {
    text-align: right;
}

/* Header */
#header {
    height: 120px;
    background: url("../img/header_bg.jpg") repeat-x;
}

/* Content */
#content {
    padding: 20px 0;
}

#content,
#content a,
#content a:visited {
    color: #555;
}

#content a,
#content a:visited {

}

#content a:hover {
    color: #24241c;
}

#content h1,
#content h1 a,
#content h2,
#content h2 a {
    color: #555 !important;
}

#content ol li {
    list-style: decimal outside;
    margin-left: 1.3em;
}

#content ul li {
    list-style: square inside;
    margin-left: 1.3em;
}

#content ul.errorlist li {
    margin: 0;
    list-style-type: none;
    color: red;
    padding: 4px 0;
}

/* Tabs */
#tabs {
    background-color: #fad781;
}


#tabs li {
    list-style: none;
    float: left;
}

#tabs li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #9a5b07;
    text-transform: uppercase;
    font-size: 110%;
}

#tabs li a.selected,
#tabs li a:hover {
    background-color: #f29411;
    color: white;
}

/* Search */
.search-form {
    text-align: right;
    position: relative; top:9px;
}

.search-form form {
    display: inline;
}

div.search-results {
    margin-top: 20px;
}

.search-results-items {
    margin-top: 20px;
}

.search-results li {
    line-height: 1em;
}

.search-results-items h3 {
    font-size: 120%;
    padding: 5px 0;
}

.search-results li p {
    font-size: 100%;
}
.search-results-items h3 a {
    text-decoration: none;
}

.search-results-item {
    margin-bottom: 4px;
}

/* Breadcrumbs */
ul.breadcrumbs {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
}

ul.breadcrumbs li {
    display: inline;
    margin-left:0 !important;
}

.breadcrumbs {
    color: #333;
    font-size: 11px;
}

#content .breadcrumbs a,
#content .breadcrumbs a:visited {
    color: #999;
    text-decoration: none;
}

#content .breadcrumbs a:hover {
    color: #333;
}


.left-slot,
.right-slot {
    padding-top: 20px;
}

/* Portlets */
.portlet a {
    text-decoration: none;
}

.portlet-header {
    background-color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    color: #003366;
    padding: 5px 0;
    text-align: center;
}

.portlet-header a {
    color: white;
    text-decoration: none;
}

.portlet-body  {
    padding: 5px 0;
}

.portlet-item {
    line-height: 2em;
}

/* Navigation */
.navigation-portlet li,
.navigation-portlet ul {
    margin:0;
    padding:0;
    list-style: none !important;
}

.navigation-portlet a {
    color: black;
    text-decoration: none;
    border: none;
    display:block;
    padding: 5px 5px;
}

.navigation-portlet a:hover {
    background-color: #eee;
}

.level-1 li.level-2 a {
    padding-left: 2em;
}

li.level-3 a {
    padding-left: 2.5em;
}

li.current a {
    background-color: #eee;
}

/* Footer */
#footer {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #555;
}

#footer a {
    color: #555;
}

/* Colophon */
#colophon {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    color: #aaa;
    background: url("../img/footer_bg.jpg") repeat-x;
}

#colophon a {
    color: #aaa;
}

/* Forms */

.field .label {
    font-weight: bold;
    padding-bottom: 4px;
}



.field {
    padding-bottom: 10px;
}

.field input[type="password"],
.field input[type="text"] {
    width: 300px;
}

.field textarea {
    width: 80%;
}

/* Blog */

h1.blog-entry {
    font-size: 153.9%;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #24241c;
}

h2.blog-entry {
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 1px solid #24241c;
}

.blog-by-line {
    font-size: 85%;
    margin: 2px 0 10px 0;
}

table.start-page li {
    padding: 5px 10px 5px 0;
    margin: 0 !important;    
}

.objects-by-slug li,
.rss li {
    list-style-type: none !important;
    padding-bottom: 10px;
}

.objects-by-slug .date,
.rss .date {
    text-align: right;
    font-size: 85%;
}

table.start-page td {
    padding: 0 10px;
}

.features h2 {
    padding-top: 0;
}
