body { 
	background: #000 url(bg.jpg) no-repeat; 
	-o-background-size: 1640px 1225px; -webkit-background-size: 1640px 1225px; -khtml-background-size: 1640px 1225px; -moz-background-size: 1640px 1225px; background-size: 1640px 1225px;
	margin: 0; 
	padding: 0;
	font-family: Arial, sans-serif;
	color: #111;
	font-size: 14px;
}
img {
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #888;
}
h2 {
	clear: both;
}
h3 a:link {
	color: #3c8059;
}
h3 a:visited {
	color: #3c8059;
}
#container { 
	width: 630px; 
	padding: 10px 0 20px 30px;
}
#container > div { 
	clear: both;
}
h1, h2, h3 {
	color: #b72041;
	text-shadow: 1px -1px #fff;
	text-align: center;
	font-family: 'Cantarell', sans-serif;
}
h2 {
	color: #3c8059;
}
h3 {
	text-align: right;
	float: right;
	clear: left;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2px;
}
h3:before {
	content: " ...more in ";
	font-weight: normal;
}
h3:after {
	content: " » ";
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#container > div > ul > li {
	display: inline-block;
	width: 280px;
	float: left;
	margin: 10px 0 10px 20px;
	padding: 5px;
	background-color: #f2fff2;
	list-style: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: -1px 1px 1px #aaa; -webkit-box-shadow: -1px 1px 1px #aaa; box-shadow: -1px 1px 1px #aaa;
	position: relative;
	min-height: 90px;
	-webkit-transition: background-color 0.2 linear;
}
#container > div > ul > li img {
	float: left;
	margin-right: 10px;
	left: -100px;
	top: 0px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: -1px 1px 1px #aaa; -webkit-box-shadow: -1px 1px 1px #aaa; box-shadow: -1px 1px 1px #aaa;
}
#container > div > ul > li:after {
	content: " ";
	clear: both;
	display: block;
}
#container > div > ul > li:hover {
	background-color: #fff;
}
#container > p {
	clear: both;
	text-align: center;
	padding: 40px 0;
	font-size: 0.8em;
	color: #888;
}
.photo img {
	margin: 7px 15px 0 7px;
}
#contact li a {
	display: table;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#contact li a:hover {
	font-weight: bold;
}
#about h2 a:before, #sites h2 a:before, #contact h2 a:before, #container > h2 a:before {
	content: "← ";
}
.rss-date, #tweet ul li a:last-child {
	font-size: 0.7em;
	color: #aaa;
	clear: left;
	display: block;
}