@charset "utf-8";
/* CSS Document */

/* Main site styles */

.smallFaint{
	font-size:9px;
	color:#999;
}

.container{
	text-align:center;
	margin:0 auto;
	width:100%;
}

.socialise{
	clear:both;
	text-align:center;
}

.content{
	text-align:left;
	margin:0 auto;
	width:1024px;
}

.leftContent{
	width:620px;
	float:left;
}

.rightContent{
	width:336px;
	float:right;
}

.header{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:1024px;
	top:0px;
}

.footer{
	position:relative;
	clear:both;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	color:#AAA;
	margin:0 auto;
	height:33px;
	width:1024px;
}

body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}


/* Headers and nav */
.smallHeader{
	font-size:14px;
	font-weight:bold;
}

.largeHeader{
	font-size:18px;
	font-weight:bold;
}

.nav{
	background-image:url(images/nav/navbg.png);
	background-repeat:repeat-x;
	position:absolute;
	display:block;
	height:33px;
	width:1024px;
	left:0px;
	top:147px;
	margin:0 auto;
	text-align:right;
}

.navlinks{
	position:relative;
	top:4px;
}

/* Status */
.warning{
	color:#F00;
	font-weight:bold;
}

.ok{
	color:#0F0;
	font-weight:bold;
}

.cancelledGig{
	text-decoration:line-through;
	color:#f99;
}

.video{
	font-size: 9px;
	color: #999;
	background-color: #EEE;
	text-align: left;
	margin:15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width:440px;
	border: 1px solid #999;
}

.friend{
	font-size: 13px;
	color: #999;
	background-color: #EEE;
	text-align: left;
	margin:15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width:440px;
	border: 1px solid #999;
}

.photo {
	float:left;
	font-size: 9px;
	color: #999;
	background-color: #EEE;
	text-align: center;
	margin:15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #999;
}
