/**
 * @author Mike Kelly
 * @contact mike.kelly@wiredmedia.co.uk
 *
 **/

/* cake stuff */

.cake-sql-log {
    display: none;
}

/* Text and stuff */

* {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #fff;
}

body {
    font-size: 0.8em;
    line-height: 1.3em;
    width: 100%;
    height: auto;
    background-color: #000;
}

a,
a strong,
a span {
    color: #fff;
    text-decoration: underline;
}

a:hover,
a:hover strong,
a:hover span {
    text-decoration: none;
    color: #5a5b5e;
}

a img {
    border: 0;
}

hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #fff;
}

strong {
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}

.clear{
	clear:both;
}

.content ul {
    margin-left: 40px;
    list-style: disc outside;
}

.content ol {
    margin-left: 40px;
}

    .content li {

    }

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content ol,
.content table,
.content blockquote {
    margin-bottom: 20px;
}

.content p {
    line-height: 1.5em;
}

.content table {
    width: 100%;
}

    .content table td {
        width: 50%;
    }

    .content table td p {
        padding-right: 20px;
    }

h1 {
    margin-top: 40px;
    color: #fff;
    font-size: 2.5em;
    line-height: 1.0em;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

h1 span {
    font-size: 1.0em;
}

h1 a,
h1 a:visited {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h2 {
    color: #fff;
    font-size: 2.20em;
    line-height: 1.0em;
    font-weight: normal;
}

h2 span {
    font-size: 1.0em;
}

h2 a,
h2 a:visited {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    color: #fff;
    font-size: 1.40em;
    line-height: 1.0em;
    font-weight: normal;
}

h3 span {
    font-size: 1.0em;
}

h3 a,
h3 a:visited {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    color: #fff;
    font-size: 1.20em;
    line-height: 1.0em;
    font-weight: normal;
}

h4 span {
    font-size: 1.0em;
}

h4 a,
h4 a:visited {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
}

h4 a:hover {
    text-decoration: underline;
}

blockquote {
    width: 90%;
    overflow: hidden;
    display: block;
    text-align: justify;
    font-size: 1.6em;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}

/* FORM STUFF */

form {
    display: block;
    margin-bottom: 20px;
}

fieldset {
    border: none;
}

legend {
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 2.5em;
    line-height: 1.0em;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

label {
    display: block;
}

.input {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

	.frm_txt {
        width: 200px;
	    padding: 5px;
	    background-color: #fff;
	    border: none;
        color: #000;
	}

	.frm_rad {
	    padding: 5px;
	    vertical-align: middle;
	}

	textarea {
        width: 200px;
	    padding: 5px;
	    background-color: #fff;
	    border: none;
        color: #000;
	}

	select {
        width: auto;
	    background-color: #fff;
	    border: none;
        color: #000;
	}

    	option {
    	    padding: 0px;
    	    background-color: #fff;
            color: #000;
    	}


.frm_but {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    width: 80px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.frm_but:hover {
    background-color: #000;
    color: #fff;
}

.error-message {
    color: red;
}

/* PAGE */

#page {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 950px;
	height: auto;
	margin-left: -475px;
}

/* MAIN */

    #main {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .main_inner {
            overflow: hidden;
        }

/* MAIN LEFT */

        #left {
        width: 230px;
        float: left;
        }

            #left .left_inner {
                width: auto;
                height: auto;
            }

/* MAIN RIGHT */

        #right {
            width: 700px;
            margin-top: 20px;
            height: auto;
            float: left;
        }

            #right #right_inner {
                width: auto;
                height: auto;
            }

/* stuff */

        #logo {
            width: 100%;
            text-align: left;
            margin-bottom: 50px;
        }

            #logo_inner {

            }

                #logo_inner a {

                }

                #logo_inner a:hover {

                }

        #nav_main {
            width: 100%;
            text-align: left;
        }

            #nav_main .inner {
                padding-left: 15px;
            }

            #nav_main ul {
                width: 170px;
                list-style: none outside;
                text-align: left;
            }

                #nav_main li {

                }

                    #nav_main a {
                        display: block;
                        width: auto;
                        padding-top: 10px;
                        padding-left: 5px;
                        padding-bottom: 10px;
                        color: #fff;
                        text-decoration: none;
                        font-weight: bold;
                        border-bottom: 1px solid #fff;
                        font-size: 1.1em;
                    }

                    #nav_main a:hover,
                    #nav_main a.active {
                        color: #fff;
                        text-decoration: none;
                        background-color: #5a5b5e;
                    }

                    #nav_main a.active {
                        border-bottom: none;
                    }

                    #nav_main ul ul {
                        width: auto;
                        background-color: #000;
                        border-top: 1px solid #fff;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

                        #nav_main ul ul li {
                            padding-left: 30px;
                            padding-top: 5px;
                            padding-bottom: 3px;
                        }

                            #nav_main ul ul li a {
                                display: inline;
                                color: #fff;
                                text-decoration: none;
                                font-weight: normal;
                                border-bottom: none;
                                padding: 0px;
                                margin: 0px;
                                padding-bottom: 2px;
                            }

                            #nav_main ul ul li a:hover,
                            #nav_main ul ul li a.active {
                                text-decoration: none;
                                background-color: transparent;
                                border-bottom: 1px solid #fff;
                            }

        #newsletter {
            width: 100%;
            text-align: left;
        }

            #newsletter .inner {
                padding: 15px 15px 0px 15px;
            }

            	#newsletter .inner .frm_txt {
                    width: 160px;
            	}

            	#newsletter .inner p {
                    width: 160px;
            	}

        #facebook {
            width: 100%;
            text-align: left;
        }

            #facebook .inner {
                padding: 0px 15px 0px 15px;
            }

                #facebook .inner p {
                    width: 160px;
            	}

/* flash */

#flash {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

    #flash .inner {
        padding: 0px 20px 20px 20px;
    }

        #flashMessage {
            color: #5A5B5E;
            font-weight: normal;
        }

/* logos */

#logos {

}

    #logos ul {
        list-style: none inside;
        margin: 0px;
        padding: 0px;
        overflow: auto;
    }

    #logos li {
        float: left;
        display: block;
        margin-right: 8px;
    }

/* FOOTER */

    #footer {
        width: auto;
        height: auto;
        clear: both;
        margin-left: 230px;
        margin-top: 10px;
    }

        #footer .footer_inner {
            overflow: auto;
        }

            #footer #copyright {
                margin-top: 10px;
                padding-top: 20px;
                padding-bottom: 0px;
                border-top: 1px solid #fff;
            }

                #footer #copyright p {
                    font-size: 0.8em;
                }

            #footer #nav_footer {

            }

                #footer #nav_footer a {
                    font-size: 0.8em;
                    margin-bottom: 20px;
                }

/* EVERYWHERE */

/* possibly empty content */

.hide_empty {
    display: none;
}

/* hidden content */

.hidden {
    display: none;
}

/* columns */

.cols {
    overflow: auto;
}

    .left_50 {
        width: 49%;
        float: left;
    }

        .left_50 .inner {
            margin-right: 20px;
        }

    .right_50 {
        width: 50%;
        float: left;
    }

        .right_50 .inner {
            margin-left: 20px;
        }

/* galleries */

ul.gallery {
    list-style: none inside;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

    .gallery li {
        width: 100px;
        height: 100px;
        overflow: hidden;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-right: 16px;
        margin-bottom: 20px;
    }

        .gallery a img {
            /*border: 1px solid #000;*/
        }

        .gallery a:hover img {
            /*border: 1px solid #fff;*/
        }

/* WTW */

#WTW {
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 90px;
	height: 26px;
	cursor: pointer;
}

    #WTW a {
        display: block;
    	width: 90px;
    	height: 26px;
    	cursor: pointer;
    	background: transparent url(img/wtw.bw.png);
    	text-decoration: none;
    }

    #WTW a:hover {
    	background: transparent url(img/wtw.png);
    	text-decoration: none;
    }

/* list */

div.list {

}

    div.list h1 {
    margin-bottom: 0px;
    }

    div.list ul {
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    list-style: none outside;
    }

        div.list ul li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        overflow: auto;
        }

        div.list ul li.altrow {

        }

            div.list ul li .list_title {
            font-weight: bold;
            }

                div.list ul li .list_title h2 {
                margin: 0;
                margin-top: 10px;
                padding: 0;
                }

                div.list ul li.hover .list_title h2 {
                color: #fff;
                }

            div.list ul li .list_biline {

            }

                div.list ul li .list_biline h4 {
                margin: 0;
                padding: 0;
                padding-bottom: 10px;
                /*display: inline;*/
                color: #fff;
                }

            div.list ul li .list_description {
                display: block;
                float: right;
                width: 410px;
            }

                .description_content {
                    text-transform: uppercase;
                }

        div.list ul li.in_the_past {

        }

            div.list ul li.in_the_past .list_title {

            }

                div.list ul li.in_the_past .list_title h2 {
                    color: #5a5b5e;
                }

            div.list ul li.in_the_past .list_biline {

            }

                div.list ul li.in_the_past .list_biline h4 {
                    color: #5a5b5e;
                }

            div.list ul li.in_the_past .list_description {
                color: #5a5b5e;
            }

                div.list ul li.in_the_past .list_description p {
                    color: #5a5b5e;
                }

/* event */

.event_image_1 {
    width: 110px;
    margin-left: 20px;
    float: right;
    margin-bottom: 20px;
    border: 1px dotted #fff;
    overflow: hidden;
    text-align: center;
}

    .event_image_1 img {

    }

.list .event_image_1 {
    margin-bottom: 0px;
    width: 110px;
    margin-left: 30px;
}

    .list .event_image_1 img {

    }

.event_image_2 {
    margin-bottom: 30px;
    width: 120px;
    overflow: hidden;
}

    .event_image_2 img {

    }

.list .event_image_2 {
    margin: 0px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

    .list .event_image_2 img {

    }

.event_highlight p {

}

.event_highlight h2 {
    margin-bottom: 10px;
}

.event_highlight h3 {
    margin-bottom: 30px;
}

#video {
    display: none;
}

.video_link a img {
    border: 1px solid #fff;
}

/* MP3 Player */

#mp3player {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 44px;
    margin-top: -20px;
    overflow: visible;
}

    #mp3player_options {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 24px;
    }

        #mp3player_options select {

        }

    #mp3player_player {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 24px;
        width: 600px;
        display: block;
    }

    #mp3player_playing {
        position: absolute;
        top: 24px;
        right: 0px;
        height: 20px;
    }

/* artists */

div.artists h3 {

}

div.artists ul li {
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 0px;
}

div.artists img.photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.artist {}

    div.artist ul.genres {
        overflow: hidden;
        list-style: none inside;
        margin-top: -10px;
        margin-left: 0px;
        border-left: 1px solid #fff;
    }

        div.artist ul.genres li {
            float: left;
            margin-right: 5px;
            border-right: 1px solid #fff;
            line-height: 1.0em;
            padding-left: 10px;
        }

    div.artist div.photo {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    div.artist ul.photos {
        clear: left;
        list-style: none inside;
        overflow: hidden;
        margin-left: 0px;
    }

        div.artist ul.photos li {
            float: left;
            margin-right: 20px;
        }
