/* Modifications by Daniel15! */

#header h1, #header h2  
{
	display: block;
}

#logo
{
	display: none;
}

#header h1
{
	margin-top:20px;
	color:#FFFFFF
}

#header h2 
{
	font-size:18px;
	color:#aaa;
	margin-bottom:20px;
}

/* "Read More" link */
a.more-link
{
	font-weight: bold;
	/*background-color: #373434;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 3px 0 0;
	padding: 6px 8px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

/* Meta info */
.meta span.author a
{
	color: #FFFFFF;
	padding-left: 20px;
	background: url(images/user.png) no-repeat;
}

.author-ciera .meta span.author a
{
	background: url(images/user_female.png) no-repeat;
}

/* Gallery styles */
#gallery .content
{
	width: 100%;
}

#gallery .gallery-thumb
{
	height: 80px;
}

#gallery .gbSystemLinks
{
	display: none;
}
body.logged-in #gallery .gbSystemLinks
{
	display: block;
}

#gallery .gallery-items
{
	margin-bottom: 20px;
}
