* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

body {
	color: #000000;
	font-family: 'Lucida Grande', helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #333333;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #000000;
}

	a:hover {
		border-bottom: solid 1px #000000;
		background-color: #FFFFFF;
	}

.container {
	width: 970px;
	height: 1218px;
	margin: 0 auto;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.header {
	width: 970px;
	height: 313px;
	background-image: url('images/rebel-soul-collective.jpg');
	background-repeat: no-repeat;
}

	.header span {
		visibility: hidden;
	}
	
.navigation {
	display: none;
}

.gigs,
.blog,
.photos {
	margin-top: 40px;
	float: left;
	overflow: auto;
}

	.gigs h2,
	.blog h2,
	.photos h2 {
		height: 0px;
		overflow: hidden;
		visibility: hidden;
	}

.gigs {
	margin-top: 70px;
	margin-left: 50px;
	width: 180px;
	height: 680px;
}

	.gigs h3 {
		font-family: Georgia, Times, Times New Roman, serif;
		font-weight: normal;
		font-size: 16px;
	}
	
	.gigs .date {
		font-weight: bold;
	}

.blog {
	margin-left: 100px;
	width: 340px;
	height: 710px;
}
	
	.blog div {
		margin-bottom: 15px;
		padding-bottom: 5px;
		border-bottom: dotted 1px #000000;
	}

		.blog div h3 {
			font-family: Georgia, Times, Times New Roman, serif;
			font-weight: normal;
			font-size: 16px;
			margin-bottom: 5px;
		}
		
		.blog div .post {
		
		}
		
			.blog div .post .date {
				display: block;
				margin-bottom: 5px;
				font-weight: bold;
			}
			
			.blog div .post .readmore {
				font-weight: bold;
			}
		
	.blog .older {
		border: none;
	}
	
		.blog .older a {
			border: none;
			font-family: Georgia, Times, Times New Roman, serif;
			font-weight: normal;
			font-size: 16px;
		}

.photos {
	margin-left: 80px;
	width: 180px;
	height: 610px;
}

	.photos a {
		width: 75px;
		height: 75px;
		padding: 2px;
		border: dotted 1px #000000;
		margin: 4px;
		display: block;
		float: left;
	}
	
		.photos a:hover {
			background-color: #FFFFFF;
		}
	
		.photos a img {
			width: 75px;
			height: 75px;
		}
		
	.photos .more {
		font-weight: bold;
		text-align: center;
		padding: 25px 10px;
		height: 30px;
		width: 59px;
	}