body {
 	font-family: Tahoma, Verdana, Arial, Helvetica;
 	font-size: 12px;
 	background-color: black;
}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 10px;
}

h2 {
	font-size: 14px;
	margin: 2px 0 4px 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #ff6a19;
	text-decoration: none;
}

a:hover {
	color: #6babdc;
	text-decoration: underline;
}

div.main {
	width: 810px;
	margin: 0 auto;
	padding: 8px;
	background-color: white;
	overflow: hidden;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

div.row {
	overflow: auto;
	clear: both;
	padding: 5px;
	width: 800px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #808080;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 3px #808080;
}

.blue {
	background-color: #6babdc;
}

.orange {
	background-color: #ff6a19;
}

.gray {
	background-color: #c1c2c1;
}

div.column {
	background-color: white;
	padding: 5px;
}

div.left {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

div.right {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

img.photo {
	padding-left: 55px;
}

ul {
	margin: 0px;
	padding-left: 20px;
}

.story .title {
	font-style: italic;
}

.story .type {
	color: gray;
	font-size: 80%;
}
