p.unimedia-description {
	/*font-size:100%;*/
	color: #666666;
	font-weight: normal;
}

.dim {
	color: #999999;
}

.dimquote {
	color: #AAAAAA;
}

.post-title:hover {
	text-decoration: none;
}

.monospace {
	font-family: "Courier New", Courier, monospace;
}

pre.prettyprint {
	border: none !important;
	margin-bottom:0 !important;
	padding:0 !important;
}

.nopad {
	padding:0;
}

.unibar-cell.brand-cell {
	padding-left:1em;
}

.post-subtitle {
	font-size: 1.5em;
	line-height: 1.4em;
}

/* TODO: Fix logo size
.unibar-brand img {
	height: auto;
	width: 306px;
}
*/

.gallery-container {
	text-align: center;
}
.gallery-thumbs-container {
	margin: 0;
	padding: 0;
}

.gallery-thumb-container {
	border: 1px solid #CCC;
	display: inline-block;
	padding: 5px;
	margin-right: .5em;
	margin-bottom: 1em;
}
.gallery-thumb {
	display: inline-block;
	width: 140px;
	height: 140px;
}

.image-container {
	background-color: #F5F5F5;
	
	padding:1em;
}

