/* Template-specific classes */

html {
/*     background-color:#71A2E7; */
    background-color:#FFCC00;
    color:white;
    font-size:small;
    font-weight:bold;
    font-family:Trebuchet MS, verdana, serif;
}

a {
    color:#5050FF;
}

a:hover {
    color:white;
}

#topbar {
    margin-bottom:1em;
}

#logo {
    float:left;
    width:16%;
    text-align:center;
}

#header {
    -moz-border-radius:20px;
    float:right;
    width:79%;
    background-color:#71a2e7;
    text-align:center;
    border:2px solid white;
    margin-bottom:1em;
    padding:0.5em;
}

#subheading {
    font-size:120%;
    font-style:italic;
}

#sidebar {
    float:left;
    width:16%;
}

.sidebar_box {
    margin-bottom:2em;
    background-color:#ff7403;
    border:2px solid white;
    padding:1em;
    padding-top:2em;
    -moz-border-radius:20px;
}

.sidebar_box h2 {
    background-color:#71a2e7;
    border-bottom:1px solid white;
    font-size:100%;
    font-weight:bold;
    margin:-0.5em;
    margin-bottom:1em;
}

#menu {
}

#menu .sublevel {
    padding-left:1em;
}

#main {
    -moz-border-radius:20px;
    background-color:#fe8d03;
    width:79%;
    float:right;
    border:2px solid white;
    padding:0.5em;
}

/* End of template-specific classes */


/* Joomla-classes */

.componentheading {
    font-size:140%;
    text-align:center;
    text-decoration:underline;
}

.contentheading, .blog_more strong {
    font-size:120%;
    border-bottom:0.1em solid white;
}

.sectiontableentry1 td {
    background-color:#A0A0A0;
    padding:0.2em;
}

.sectiontableentry2 td {
    background-color:#CCCCCC;
    padding:0.2em;
}

.sectiontableheader {
    background-color:#505050;
    padding:0.2em;
}
