@charset "utf-8";

/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 100.1%
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

a:visited {
	text-decoration: none;
	color: #3366FF;	
}

a:link {
	text-decoration: none;
	color: #3366FF;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

ul {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/*styles*/

p {
	background:url(Common/txtbg1.jpg);
	line-height: 150%;
	color: #666666;
	font-size: 12px;
}

h3 {
	background:url(Common/txtbg1.jpg);
	color: #666666;
}

.style1 {
	font-size: 14px;
	color: #003366;
}
	
.style2 {
	font-size: 12px;
	color: #336699;
}
		
	
.style3 {
	font-size: 16px;
	color: #FF9900;
	}

.style4 {
	font-size: 14px;
	color:#006699;
	font-weight: bold;
	}
	
.style5 {
	font-size: 14px;
	color: #CC0000;
	}
	
.style6 {
	font-size: 12px;
	color: #CC0000;
	}

.style8 {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	}
	
.style9 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	}
	
.style10 {
	font-size: 12px;
	color: #000000;
	line-height: 150%;
    }
	
.style11 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
	
.style12 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
		
.style14 {
	font-size: 12px;
	color: #006699;
	line-height: 150%;
}

.style15 {
	font-size: 10px;
	color:#FFFFFF;
	}
	

.style18 {
	font-size: 18px;
	color: #0099CC;
	line-height: 150%;
}

.style19 {
	font-size: 20px;
	color: #0099CC;
	letter-spacing: 17px;
	}
	
.style20 {
	font-size: 40px;
	color: #CCCCCC;
	}

/*Commom*/

#header {
	}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

#buttons {
	background:url(Common/Button.jpg) repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
	float: left;
	border-right: 1px solid #FFF;
	overflow: hidden;
	zoom: 1;
	}
	
#buttons a{
	color: #0099CC;
	text-decoration: none;
	display: block;
	border-left: 1px solid #FFF;
	padding-top: 6px;
	height: 25px;
	zoom: 1;
}
	
#buttons a:hover{
	font-weight: bold;
	text-decoration: none;
}

#buttons li{
	text-align: center;
	float:left;
	width: 10em;
}

#index #homelink,
#showcases #showcaseslink,
#events #eventslink,
#artists #artistslink,
#contactus #contactuslink,
#theteam #theteamlink{
	background: url(Common/Buttonover.jpg) repeat-x;
	font-weight: bold;
	color: #FFF;
	}
	
#panel {
  	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	}

#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background: url(Common/footerbg2.jpg) repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 8px;
	border-left: 1px solid  #CCCCCC;
    border-right: 1px solid  #CCCCCC;
	}

.footersec {
	float: left;
	width: 140px;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 5px;
}

.footersec a{
	color: #3366FF;
	text-decoration: none;
	display: block;
}

.footersec a:hover{
	font-weight: bold;
	text-decoration: none;
}

.footersec li{
	line-height: 150%;
	list-style-type: none;
	zoom: 1;
	}
		
.footerlist a{
	color: #999999;
	text-decoration: none;
}

.footertop a{
	color: #3366FF;
	text-decoration: none;
	}
	
.footertop{
	float: right;
	text-align: right;
	padding-right: 5px;
}

.footertop a:hover{
	font-weight: bold;
	text-decoration: none;
}
	
	
#copyright {
	background:url(Common/txtbg1.jpg);
	border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
	clear: left;
	width: 100%;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	}
	
#breadcrumb {
	clear: both;
	width: 950px;
	height: 10px;
	margin-bottom: 20px;
	color: #0099FF;
	}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
	}
	
/*Home Page*/

#leftcontent{
	text-align: left;
	width: 475px;
	float: left;
	}
	
.title{
	border:solid thin #CCCCCC;
	text-align: left;
	float: left;
	}
	
.introtext{
	background:url(Common/txtbg1.jpg);
	border:solid thin #CCCCCC;
	text-align: left;
	float: left;
	width: 455px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	}
	
.latestnewsdate{
	background: url(Common/txtbg3.jpg);
	border-bottom: solid thin #CCCCCC;
	border-left:solid thin #CCCCCC;
	border-right:solid thin #CCCCCC;
	text-align: right;
	float: left;
	width: 455px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #CC0000;
	}

	
.latestnewstext{
	background:url(Common/txtbg1.jpg);
	border-bottom: solid thin #CCCCCC;
	border-right:solid thin #CCCCCC;
	border-left:solid thin #CCCCCC;
	text-align: left;
	float: left;
	width: 465px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.latestnewstext a{
	text-decoration: none;
	}

.indphotos{
	text-align: center;
	float: right;
	width: 230px;
	}	
	
#photos{
	text-align: right;
	float: right;
	width: 470px;
	padding-bottom: 20px;
	margin-top:30px;
	}
	
#facebook{
	text-align: right;
	width: 470px;
	float: right;
	}
	
/*Showcases Page*/

.showcases{
	background: url(Showcases/Showcasemenubg.jpg);
	border: solid thin #CCCCCC;
	float: left;
	color: #666666;
	font-size: 12px;
	text-align: left;
	width: 270px;
	height: 145px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}

.showcases img{
	float: right;
}

.showcases a{
	color: #3366FF;
	font-size: 14px;
	text-decoration: none;
}

#prevshowcase{
	background-image: url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	text-align: left;
	width: 170px;
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#prevshowcase h3{
	font-weight: bold;
}

#prevshowcase a{
	color: #3366FF;
	text-decoration: none;
}

#currshowcase{
	background-image:url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	width: 740px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}
	
#spacer{
  	background-color: #FFFFFF;
	text-align: left;
	width: 950px;
	float: left;
	color: #999999;	
	margin-bottom: 10px;
	}

#spacer a:link{
	color: #999999;
	}
	
#spacer a:visited{
	color: #999999;
	}

#showcasetitle2{
	text-align: center;
	width: 380px;
	float: left;
	padding-bottom: 20px;
	}
	
.showcaselogor{
	text-align: right;
	width: 175px;
	height: 80px;
	float: left;
	padding-top: 5px;	
	}
	
.showcaselogol{
	text-align:left;
	width: 180px;
	height: 80px;
	float: left;
	padding-top: 5px;
	}
	
.showcasedesc{
	text-align: left;
	width: 600px;
	float: left;
	height: 95px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.showcasedesc p{
	background: #FFFFFF;
	}	
	
#showcasedetails{
	background-image:url(Common/txtbg1.jpg);
	border:solid thin #CCCCCC;
	text-align: center;
	width: 735px;
	float: left;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	}
	
.scart{
	border:solid thin #CCCCCC;
	text-align: left;
	width: 705px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	height: 20px;
	}
	
.scart a{
	color: #0066CC;
	font-weight: bold;
}
	
.showcasedescpic{
	width: 100px;
	float: left;
	}
	
#artistreviews{
	width: 710px;
	float: left;
	}
	
#leftpic{
	float:left;
	padding-bottom: 10px;
	}
	
#detailstxt{
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 250px;
	}

#rightpic{
	float:right;
	}
	
#lefttext{
	clear: both;
	border: solid thin #FFFFFF;
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
	text-align:left;
	}

#lefttext p{
	background: #FFFFFF;
}

/*Artists Main*/

#atoz{
	text-align: center;
	padding-bottom: 20px;
	}

.letter{
	border:solid thin #CCCCCC;
	float: left;
	text-align: left;
	width: 100%;
	padding-left: 5px;
	}
	
.artistsmain{
	float: left;
	width: 920px;
	}
	
.artists{
	background-image: url(Artists/bg.jpg);
	border: solid thin #CCCCCC;
	float: left;
	color: #666666;
	text-align: left;
	width: 270px;
	height: 55px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}

.artists a{
	font-size: 14px;
	color: #3366FF;
	text-decoration: none;
}
	
.artists img{
	float: right;
}
	
/*Artists*/

#artisttitle{
	float: left;
	text-align: left;
	}
	
#biotext{
	background-image :url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	float: left;
	width: 928px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	}
	
#biotext2{
	clear: left;
	background-image :url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	float: left;
	width: 400px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	}
	
#mediacontent{
	float: right;
	width: 495px;
	}
	
#logo{
	float:left;
	text-align: center;
	width:200px;
	}
	
#flashPlayer{
	text-align: left;
	float: right;
	}
	
#flashPlayer2{
	width: 185px;
	text-align: left;
	float: left;
	}

.media{
	float:left;
	border:solid thin #CCCCCC;
	padding:5px;
	}

.photo{
	float: left;
	border: solid thin #CCCCCC;
	padding: 5px;
	width: 400px;
	height: 365px;
	}
	
.video{
	float: right;
	border: solid thin #CCCCCC;
	padding: 5px;

	}
	
.mediatitle{
	clear: left;
	float: left;
	}

.mediatitle2{
	float: right;
	}

/*Contact Us*/

#contactuscontent{
	background-color: #FFFFFF;
	text-align: left;
	width: 950px;
	float: left;
	height: 400px;
	}

#custatement {
	text-align: left;
	width: 920px;
	float: left;
	height: 40px;
	padding-left: 10px;
	padding-right: 20px;
	}
	
#custatement p{
	background: #FFFFFF;
}
	
#contact {
	text-align: left;
	width: 850px;
	float: left;
	height: 340px;
	padding-left: 100px;
	padding-top: 20px;
	}
	
#contactform {
	text-align: left;
	float: left;
	}
	
#contactform p{
	background: none;
}

/*Events*/

#eventsdesc{
	background:url(Common/txtbg1.jpg);
	border:solid thin #CCCCCC;
	text-align: left;
	float: left;
	width: 600px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	}
	
#eventsdetails{
	background:url(Common/txtbg1.jpg);
	border:solid thin #CCCCCC;
	text-align: left;
	float: right;
	width: 250px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	}
	
#eventsdesc a{
	text-decoration: none;
}

#eventsdetails a{
	text-decoration: none;
}
	
#eventsdesc h3{
	background:url(Common/txtbg1.jpg);
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.buytickets{
	float: left;
	margin-bottom: 20px;
	}
	
#map{
	background: url(Common/txtbg1.jpg);
	border: 1px solid #CCCCCC;
	float:right;
	line-height: 150%;
	color: #006699;
	font-size: 14px;
	text-align: center;
	}
	
#map a:visited{
	color: #006699;
	}	

#bar{
	border: 1px solid #CCCCCC;
	width: 650px;
	float: left;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
	}
	
#barphotos{
	background: #000000;
	border-top: 1px solid #CCCCCC;
	width: 650px;
	padding-top: 5px;
	}
	
.bardetails{
	float: left;
	background:url(Common/txtbg1.jpg);
	border: 1px solid #CCCCCC;
	width: 898px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	}
	
.barshowcase{
	float: left;
	background:url(Common/txtbg1.jpg);
	border: 1px solid #CCCCCC;
	width: 919px;	
	margin-bottom: 20px;
	margin-left: 30px;
	display: inline;
	}
		
.indbarshowcase{
	border-right: dotted 1px #CCCCCC;
	float: left;
	width: 305px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
	}
			
.indbarshowcase2{
	float: left;
	width: 305px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
	}

#showcaseform{
	float: left;
	background:url(Common/txtbg1.jpg);
	color: #0099CC;
	font-weight: bold;
	}
	
.indbarshowcase ul{
	padding-left: 10px;
	margin-left: 0;	
	list-style-type: none;
	line-height: 150%;
	}
	
.indbarshowcase li{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	}
	
.indbarshowcase2 ul{
	padding-left: 10px;
	margin-left: 0;	
	list-style-type: none;
	line-height: 150%;
	}
	
.indbarshowcase2 li{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	}
	
#eventsadvertleft{
	border: 1px solid #999999;
	clear: left;
	float: left;
	width: 465px;
	}
	
#eventsadvertright{
	border: 1px solid #999999;
	float: right;
	width: 465px;
	}

/*The team*/

.indteam{
	background: url(Team/bg.jpg);
	float: left;
	width: 440px;
	height: 142px;
	font-size: 20px;
	color: #666666;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	}
	
img.floatleft{
	float: left;
	margin-right: 10px;
	}

.profilepic{
	float: left;
	}
	
.photos{
	float: right;
	border: solid thin #CCCCCC;
	}
	
.contact{
	float: left;
	border: solid thin #CCCCCC;
	background:url(Common/txtbg1.jpg);
	width: 225px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	}

/*--The Competition--*/

#votingtext{
	background-image :url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	float: left;
	width: 898px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	}
	
#thecompetition{
	background-image :url(Common/txtbg1.jpg);
	border: solid thin #CCCCCC;
	float: left;
	width: 928px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	}
	
#voting {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	color: #666666;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
	}
	
#voting h3 {
	background-image:url(Events/Votingbg.jpg);
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	}
	

