/*	make any image look round	*/
.make-a-circle-image
{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

/*	make any image look round	*/
.geb-bold-text
{
	color: #964125;
	font-weight: bold;
}

.custom-code {
  background-color: #f4f4f4;
  padding: 15px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: 'Courier New', monospace;
}

/*	A post will not show the title in the post page. Duhh!	*/
.entry-title.post-title {
    display: none;
}