@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

* {
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #999999;
    background-color: #000;
    font-size: 12px;
    font-family: Verdana, Calibri;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    display: block;
    margin: 0;
    padding: 0;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.nostart {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

br.clear {
    clear: both;
    margin-top: -15px;
}

a {
    outline: none;
    text-decoration: none;
    color: #5cc839;
    background-color: #000000;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}


.imgl {
    margin: 2px 10px 5px 0;
    clear: left;
}

.imgl {
    margin: 2px 10px 5px 0;
    clear: left;
}

.imgr {
    float: none;
    margin: 0 0 8px 70px;
    clear: both;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #000000;
    vertical-align: baseline;
}

    div.wrapper h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 15px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        font-family: Calibri;
    }

    div.wrapper h6 {
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 15px;
        font-weight: lighter;
        line-height: normal;
        text-align: center;
        font-family: Trebuchet MS;
    }

    div.wrapper h5 {
        margin: 0 0 15px 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
    }

    div.wrapper h2 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 15px;
        font-weight: lighter;
        line-height: normal;
        font-family: Trebuchet MS;
    }

    div.wrapper h4 {
        margin: 0px 15px 10px 0px;
        font-size: 15px;
        font-weight: normal;
        line-height: 14px;
        font-family: Calibri;
    }

    div.wrapper h1 {
        margin: 0 0 0px 0;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        color: #cbcbcb;
        font-family: Trebuchet MS;
    }

/*
.col1 {
    border-top: 5px solid #666;
    padding-top: 10px;
}

.col1 {
    content: "<hr />";
}
*/
    .col1 a {
        color: #CCCCCC;
        background-color: #000000;
        /*border-top-style: outset;
        border-color: white;*/
    }

.col2 {
    padding: 0 0;
}

.col3 {
}

.col4 {
}

.col5, .col5 a {
    color: #333;
    background-color: #000;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #breadcrumb, #container, .gallery, #footer {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 935px;
}

/* ----------------------------------------------Header-------------------------------------*/

#header {
	padding: 0px 0px 2px 3px;
	z-index: 1000;
	/*top: 0px;
	left: 0px;
	margin: 10px auto 0;
	height: 50px;*/
	margin-top: 15px;
}

    #header .fl_left {
        display: block;
        float: left;
        overflow: visible;
    }

    #header .fl_right {
        display: block;
        float: right;
        overflow: visible;
    }

    #header h1, #header p, #header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

        #header h1 a {
            font-size: 36px;
        }

    #header .fl_left p {
        margin-top: 5px;
    }


/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
    padding: 30px 0;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
}

    #breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #breadcrumb ul li {
            display: inline;
        }

            #breadcrumb ul li.current a {
                text-decoration: underline;
            }

/* ----------------------------------------------Content-------------------------------------*/

#container {
    padding: 0px 0;
}

#content {
    display: block;
    float: left;
    width: 630px;
    text-align: justify;
}

/* ------Comments-----*/

#comments {
    margin-bottom: 40px;
}

    #comments .commentlist {
        margin: 0;
        padding: 0;
    }

        #comments .commentlist ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
            margin: 0 0 10px 0;
            padding: 15px;
            list-style: none;
        }

        #comments .commentlist li.comment_odd {
            color: #CCCCCC;
            background-color: #333333;
        }

            #comments .commentlist li.comment_odd a {
                color: #5cc839;
                background-color: #333333;
            }

        #comments .commentlist li.comment_even {
            color: #CCCCCC;
            background-color: #1E1E1E;
        }

            #comments .commentlist li.comment_even a {
                color: #5cc839;
                background-color: #1E1E1E;
            }

        #comments .commentlist .author .name {
            font-weight: bold;
        }

        #comments .commentlist .submitdate {
            font-size: smaller;
        }

        #comments .commentlist p {
            margin: 10px 5px 10px 0;
            padding: 0;
            font-weight: normal;
            text-transform: none;
        }

        #comments .commentlist li .avatar {
            float: right;
            border: 1px solid #EEEEEE;
            margin: 0 0 0 10px;
        }

/* ----------------------------------------------Gallery-------------------------------------*/

.gallery {
    padding: 20px 0 30px 0;
}

.wrapper .gallery h2 {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: bolder;
}

.gallery ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .gallery ul li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
    }

        .gallery ul li img {
            padding: 4px;
            border: 1px solid #CCCCCC;
        }

        .gallery ul li.last {
            margin-right: 0;
        }

/* ----------------------------------------------Column-------------------------------------*/

#column {
    display: block;
    float: right;
    width: 300px;
}

    #column .holder {
        display: block;
        width: 260px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    #column .holder, #column #featured {
        display: block;
        width: 300px;
        margin-bottom: 20px;
    }

        #column .holder p {
            line-height: 1.6em;
        }

    #column h2 {
        font-size: 20px;
    }

    #column .holder h2.title {
        display: block;
        width: 100%;
        height: 65px;
        margin: 0;
        padding: 15px 0 0 0;
        font-size: 20px;
        line-height: normal;
        border-bottom: 1px dashed #666666;
    }

        #column .holder h2.title img {
            float: left;
            margin: -15px 8px 0 0;
            padding: 5px;
            border: 1px solid #666666;
        }

    #column .holder p.readmore {
        display: block;
        width: 100%;
        font-weight: bold;
        text-align: right;
        line-height: normal;
    }

    #column div.imgholder {
        display: block;
        width: 290px;
        margin: 0 0 10px 0;
        padding: 4px;
        border: 1px solid #666666;
    }

    /* Featured Block */

    #column #featured a {
        color: #5cc839;
        background-color: #1F1F1F;
    }

    #column #featured ul, #column #featured h2, #column #featured p {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #column #featured li {
        display: block;
        width: 250px;
        margin: 0;
        padding: 20px 25px;
        color: #666666;
        background-color: #1F1F1F;
    }

        #column #featured li p {
            line-height: 1.6em;
        }

            #column #featured li p.imgholder {
                display: block;
                width: 240px;
                height: 90px;
                margin: 20px 0 15px 0;
                padding: 4px;
                color: #666666;
                background-color: #333333;
                border: 1px solid #666666;
            }

        #column #featured li h2 {
            margin: 0;
            padding: 0 0 14px 0;
            font-size: 20px;
            font-weight: normal;
            font-family: Verdana, calirbi;
            color: #666666;
            background-color: #1F1F1F;
            line-height: normal;
            border-bottom: 1px dashed #666666;
        }

    #column #featured p.readmore {
        display: block;
        width: 100%;
        margin-top: 15px;
        font-weight: bold;
        text-align: right;
        line-height: normal;
    }

/* ----------------------------------------------Footer-------------------------------------*/

#footer {
    width: 950px;
    padding: 5px 0 20px -30px;
    top: 0px;
    left: 8px;
}

    #footer p {
        margin: 0;
        padding: 0;
    }

    #footer h3 {
        color: #999999;
        width: 935px;
        margin-top: 0px;
        margin-bottom: -2px;
        font-size: 12px;
        border-top-style: outset;
        border-top-color: white;
    }

#introtext {
    font-family: Calibri;
    font-weight: bold;
}

.media p {
    width: 110px;
}