@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Open+Sans:300);

body {
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #200080;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;

	border: 1px solid #b0b0b0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h3 a {
	text-decoration: none;
	color: inherit;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: larger;

	padding: 0px;
	margin: 0px;

	padding-bottom: 0ex;
	border-bottom: 1px solid black;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

.content h3,
.content h4 {
	background: none;
	border: none;
	text-decoration: none;
}

#header {
	text-align: center;
}

a img {
	border-style: none;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 0.5ex;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.entry .date {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #a0a0a0;
	text-align: right;
	font-size: smaller;

	padding: 0;
	margin: 0;

	margin-top: 0.5ex;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.entry img {
	padding: 4px;
	margin: 4px;
	border: 1px solid #b0b0b0;
	max-width: 95%;
	height: auto;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.entry .brokenimg img {
	display: block;
}

.entry a:hover img {
	border-color: blue;
}

.entry .blogger-post-footer img,
.entry .snap_preview img[border="0"],
.entry a[rel="nofollow"] img[border="0"],
.entry img[height="1"][width="1"],
.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border-style: none;
}

a:hover {
	text-decoration: underline !important;
	color: blue !important;
}
