/**
 *******************************************************************************
 *
 *   Tardigrada Web Framework main CSS file.
 *
 * Copyright (c) 2009-2010 Tardigrada LLC, Zagreb, Croatia - www.tardigrada.hr
 * All rights reserved.
 *
 *******************************************************************************
 */

*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: white;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 100%;
}

img
{
    border: 0;
}

a
{
    color: #3b0;
}

a:hover, a:visited:hover, a:focus, a:visited:focus
{
    color: white;
    background-color: #337321;
    text-decoration: none;
}

a:visited
{
    color: #337321;
}

h2
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
}

h3
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 0;
}

#container
{
    padding: 0 5px;
}

.section
{
    padding-bottom: 10px;
}

.section_header
{
    border: 1px solid #ddd;
    border-bottom: 5px solid #337321;
    padding: 5px;
    background: #e0e0e0 url('../images/section_header_bg.gif') repeat-x top left;
}

.section_header a
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #888;
}

.navigational:hover, .navigational:focus
{
    background: #e0e0e0;
}

.section_header a:hover, .section_header a:focus
{
    color: #888;
    background-color: transparent;
}

.section_header h2 a span, .section_header h2 a:visited span
{
    color: black;
    text-decoration: underline;
}

.section_content
{
    padding: 5px 10px;
}

.section_content p
{
    padding-bottom: 5px;
}

.section_content ul
{
    list-style-position: inside;
    border-top: 1px solid #ddd;
    padding-bottom: 5px;
}

.section_content .section_content_entry
{
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.section_content .first_entry
{
    margin-top: 0;
    border-top: none;
}

.quote
{
    font-style: italic;
}

.back_link
{
    border-top: 1px solid #ddd;
    font-size: 1.1em;
    padding-bottom: 10px;
}


/*
 *******************************************************************************
 * Header
 *******************************************************************************
 */

#header
{
    padding: 5px;
    text-align: center;
}

#header a:hover, #header a:focus
{
    background-color: transparent;
}

#breadcrumbs
{
    font-family: Tahoma, Arial, sans-serif;
    color: #ccc;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#breadcrumbs li
{
    color: black;
    display: inline;
}

#breadcrumbs li.selected
{
    color: #ccc;
}

#breadcrumbs li a, #breadcrumbs li a:visited
{
    color: black;
    text-decoration: none;
}

#breadcrumbs li a:hover, #breadcrumbs li a:focus
{
    color: black;
    background-color: transparent;
    border-bottom: 5px solid #337321;
}


/*
 *******************************************************************************
 * Footer
 *******************************************************************************
 */

#language_bar
{
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    list-style: none;
    border-top: 1px solid #ddd;
    padding-bottom: 5px;
}

#language_bar li
{
    display: inline;
}

#language_bar li a, #language_bar li a:visited
{
    color: black;
    text-decoration: none;
}

#language_bar li.selected span
{
    color: #ccc;
}

#language_bar li a:hover, #language_bar li a:focus
{
    color: black;
    background-color: transparent;
    border-bottom: 5px solid #337321;
}

#footer
{
    font-size: 0.8em;
    padding: 5px;
    background-color: #337321;
    color: white;
}

#footer a
{
    color: white;
}


/*
 *******************************************************************************
 * Footer
 *******************************************************************************
 */

.form_errors
{
    color: red;
    font-size: 0.9em;
}

