﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: #000;
    padding: 25px 25px 25px 25px;
    max-width: 768px;
    min-width: 680px;
    color: #686868;
    font-family: Arial;
}

table {
    max-width: 720px;
    width: 100%;
}

a:link {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: red;
}

a {
    padding-top: 20px;
    padding-bottom: 25px;
}

    a:visited {
        color: #b0c4de;
    }

    a:active {
        color: #12eb87;
    }

.homeContent {
    background-color: #b0c4de;
}

.content-news {
    color: #fff;
}

.twitter-timeline {
    width: 230px !important;
    height: 400px !important;
}

/* TAB MENU (s)  
----------------------------------------------------------*/
ul {
    font-size: .90em;
}

    ul#topNavMenu {
        display: table;
        table-layout: fixed;
        margin: 5px;
        padding: 0px;
        text-align: left;
        font-size: 1.1em;
    }

        ul#topNavMenu li {
            display: table-cell;
            list-style: none;
            text-transform: lowercase;
        }

            ul#topNavMenu li a {
                text-decoration: none;
                background-color: #000;
                color: #fff;
                padding: 6px 11px;
            }

                ul#topNavMenu li a:hover {
                    background-color: #686859;
                    text-decoration: none;
                    color: #000;
                }

                ul#topNavMenu li a:active {
                    background-color: #0CF;
                    text-decoration: none;
                }

            ul#topNavMenu li.selected a {
                background-color: #fff;
                color: #000;
            }

.revClass {
    background-color: #DEFFFF;
    padding: 0px;
}

    .revClass a {
        text-decoration: none;
        color: #9900CC;
        padding: 0px 2px 0px 2px;
    }

        .revClass a:hover {
            background-color: #000;
            text-decoration: none;
            color: #fff;
        }

        .revClass a:active {
            background-color: #0CF;
            text-decoration: none;
        }

#menuBottom a {
    text-decoration: none;
    color: #C9B99F;
    font-size: .75em;
}

    #menuBottom a:hover {
        text-decoration: none;
        color: #F96F16;
    }

#menuBottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

#visitorCounter {
    font-size: .65em;
    padding-top: 60px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #686859;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 25px;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    font-size: 24px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #8F0DAF;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

.headertext {
    color: #FFDB76;
    font-family: Verdana;
    font-size: 14px;
}

.headerkickertext {
    color: #FFDB76;
    font-family: Verdana;
    font-size: 12px;
}

.headerbody {
    color: #F96F16;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 24px;
}

#newtop {
    background-image: url('../images/newtop.png');
    height: 134px;
    max-width: 720px;
    background-repeat: no-repeat;
}

#newbottom {
    background-image: url('../images/newbottom.png');
    background-repeat: no-repeat;
}

#main {
    padding: 20px 20px 15px 20px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}


.footerbody {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footerbody a {
    text-decoration: none;
    color: #C9B99F;
    font-size: .95em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

.calendar {
    font-size: .90em;
}

    .calendar th {
        font-size: .90em;
        color: #686859;
    }

    .calendar td {
        padding: 5px 2px 10px 2px;
    }

.carousel {
    height: 225px;
    /*width: 350px;*/
    overflow: hidden;
    align-content: center;
}

    .carousel .item {
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

    .carousel .active.left, .carousel .active.right {
        left: 0;
        opacity: 0;
        z-index: 2;
    }

    .carousel .next, .carousel .prev {
        left: 0;
        opacity: 1;
        z-index: 1;
    }

.carousel-inner > .item > img {
    margin: 0 auto;
    height: 220px;
}

#ui-datepicker-div {
    background-color: #686859;
}

.ui-datepicker-header {
    background-color: #f0f0f0;
}

.ui-datepicker-next {
    margin-left: 70px;
}

.ui-datepicker-prev {
    margin-left: 5px;
}

.ui-autocomplete {
    list-style-type: none;
    background-color: #f0f0f0;
    position: absolute;
}
