﻿/*===================================================================================*/
/* Filename:          common.css                                                     */
/* Description:       B430 Common CSS File                                           */
/* Version:           1.0 (11.02.2010)                                               */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook / Luke Goodwin                                   */
/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	
	/* This File Has All The Relative Attributes For The Header */
	@import url("header.css");
				
	/* This File Has All The Relative Attributes For The Footer */
	@import url("footer.css");
	
/*===================================================================================*/

body {
    background-color: #000000;
    background-image: url(../images/common/b430-background.gif); 
    background-repeat: no-repeat;
    background-position: top center; 
    padding: 25px 0px;
}
#container {
    width: 1000px;
    background-color: #f9d40d;
    margin: 0px auto;
}
.content {
    margin: 0px 30px;
}
.leftcol, 
.rightcol {
    float: left;
    overflow: hidden;
}
.rule {
    height: 3px;
    border: none;
    background-color: #ffffff;
    display: block;
    font-size: 0px;
}


/*===================================================================================*/

/*                             [V] FESTIVALS HEADER                                  */

/*===================================================================================*/

#VMusicHeaderContainer
{
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 20;   
}

.VMusicHeader {
	padding-top: 5px;
	padding-bottom: 2px;
	height: 40px;
	width: 1000px;
	left: -500px;
	position: absolute;
	background: url(../images/common/vheader-background.gif) top left repeat-x;
	margin: 0px auto;
}

.VMusicHeader .VMusicLogo {
	float: left;
	width: 120px;
}

.VMusicHeader .VMusicSocial {
	float: right;
	width: 275px;
	text-align: right;
	background-image: url(http://festivals.vmusic.com.au/images/vmusicheader/social-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*===================================================================================*/

/*                             [V] FESTIVALS FOOTER                                  */

/*===================================================================================*/

.VMusicFooter * {
    font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;  
    font-size: 12px; 
    color: #333333;    
}

.VMusicFooter a {
    color: #f00986;
}

    .VMusicFooter a:hover {
        color: #FFFFFF !important;
    }
	.VMusicFooter a:visited {
		border: none;
		outline: none;
		margin: 0;
		padding: 0;	
	}

.VMusicFooter {
    background-image: url(http://festivals.vmusic.com.au/images/vmusicfooter/footer-v-background.gif);
    background-color: #000000;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    padding: 25px 10px 25px 30px;
	width: 990px;
	margin: 0 auto;
}

.VMusicFooter .VLinks {
    margin-bottom: 40px;    
}

.VMusicFooter .VLinks ul li ul {
    display: block;   
}

.VMusicFooter .VLinks > ul > li {
    display: inline-block;
    float: left;  
    margin-right: 40px;    
    overflow: hidden;  
}

.VMusicFooter .VLinks > ul > li > a {
    display: block;
    height: 15px;
    margin-bottom: 12px;
    overflow: hidden;
    background-image: url(http://festivals.vmusic.com.au/images/vmusicfooter/footer-v-links.gif);
    background-repeat: no-repeat;
}

    .VMusicFooter li.Home > a {
        background-position: 0px 0px;
        width: 46px;
    }

    .VMusicFooter li.ChannelVTV > a {
        background-position: 0px -20px;
        width: 119px;        
    }

    .VMusicFooter li.News > a {
        background-position: 0px -40px;
        width: 43px;        
    }

    .VMusicFooter li.Photos li {
        width: auto;   
    }

    .VMusicFooter li.Photos > a {
        background-position: 0px -60px;
        width: 63px;        
    }

    .VMusicFooter li.Video > a {
        background-position: 0px -80px;
        width: 49px;        
    }

    .VMusicFooter li.Blog > a {
        background-position: 0px -100px;
        width: 44px;        
    }

    .VMusicFooter li.Gigs > a {
        background-position: 0px -120px;
        width: 40px;
    }    

    .VMusicFooter li.Win > a {
        background-position: 0px -140px;
        width: 31px;    
        margin-right: 0px;                    
    }

.VMusicFooter li.Login {
    margin-right: 0px;    
}    

.VMusicFooter ul li ul li a {
    display: block;
    text-transform: capitalize;
    margin-bottom: 3px; 
}



.CopyrightPanel * {
    font-size: 11px;   
}

.CopyrightPanel .Terms {
    padding-bottom: 7px;    
}

.CopyrightPanel .VMusicLogo {
    display: block;
    background-image: url(http://festivals.vmusic.com.au/images/vmusicfooter/footer-v-vmusic-logo.gif);   
    background-position: 0px 0px;
    background-repeat: no-repeat;  
    width: 181px;
    margin-right: 20px;
    height: 36px;
    float: left;   
}

.CopyrightPanel .Copy {
    width: 580px;
    float: left;  
    line-height: 14px;  
}

.CopyrightPanel .NetworkLogos {
    width: 140px;
    height: 42px;
    float: right;   
    margin-right: 25px;
    background-image: url(http://festivals.vmusic.com.au/images/vmusicfooter/footer-v-network-logos.gif);   
    background-position: 0px 0px;
    background-repeat: no-repeat;       
}

    .CopyrightPanel .NetworkLogos .ChannelV {
        width: 60px;
        height: 42px;
        float: left;
        display: block;
    }

    .CopyrightPanel .NetworkLogos .Foxtel {
        height: 15px;
        width: 75px;   
        display: block;
        float: right;
        margin-bottom: 3px;
    }

    .CopyrightPanel .NetworkLogos .Austar {
        height: 24px;
        width: 75px;   
        display: block;
        float: right;
    }
