body {
    background-color: #333;
}

a,
a:hover,
a:visited,
a:active {
    color: #fff;
    text-decoration: none;
}

.container {
    background-color: #000;
}

.logo h1 {
    margin-left: 20px;
}

.logo h1 a {
    text-decoration: none;
}

.welcome {
    display: none;
}

.object-link {
    min-height: 40px;
}

.about {
    display: none;
}

.tweets,
.featured-venues {
    display: none;
}

.gallery h3,
.pagination {
    color: #fff;
}

.gallery h3 {
    padding-top: 1em;
    padding-left: 1em;
}

.pagination {
    text-align: center;
}

.footer {
	border-top: 1px solid #fff;
	padding-top: 1em;
    text-align: center;
    color: #fff;
}

/* @group Navigation */

.navigation {
    border-top: 1px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	margin-left: 20px;
}

.navigation ul li {
    display: inline;
    padding-right: 1em;
}

.navigation ul li a {
    font-size: 1.5em;
    text-decoration: none;
}

/* @end */

/* @group Home thumbnail */

.thumbnail {
	padding: 0 auto;
	text-align: center;
}

.thumbnail-title {
    min-height: 44px;
    text-align: left;
}

.thumbnail-title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.thumbnail .object-link {
    font-size: 1em;
    font-weight: bold;
    display: block;
}

.thumbnail a img {
	margin: 1em auto;
}

/* @endgroup */