/*!
 * Start Bootstrap - Thumbnail Gallery HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

a.navbar-brand:hover {
    color: #00ff00 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #00ff00 !important;
}

.nav > li > a:hover {
    color: #ff99cc !important;
	text-decoration: underline;
}

.nav > li > .navjoin {
	font-weight: bold;
}

h1.page-header {
	text-align: center !important;
	border-bottom: 0px !important;
}

p.description, p.recips, p.copyright {
	text-align: center !important;
}

hr {
	border-top: 0px !important;
}

.thumb {
    margin-bottom: 20px;
}

footer {
    margin: 50px 0;
}

#inline-links ul {
	width: 100%;
	text-align: center;
}
#inline-links li {
display: inline-block; /* the key bit */
*display: inline; /* IE7 hack */
*zoom: 1; /* IE7 hack */
list-style-type: none !important;
margin: 0px !important;
padding: 5px 30px 5px 0px !important;
}
