body {
	font-family: "SourceSansPro", "Helvetica", sans-serif;
	font-weight: lighter;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background: #111;
}

h1, h2 {
	font-weight: 200;
} 

h3, h4, h5, h6 {
	font-weight: normal;
}

a:link, a:visited {
	color: #2266AA;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	margin: 8px 0 8px 0;
}

#background {
	max-width: 1120px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #111;
	background: -webkit-linear-gradient(left, #111 0%, #303030 50%, #111 100%);
	background: -moz-linear-gradient(left, #111 0%, #303030 20%, #303030 80%, #111 100%);
	background: -ms-linear-gradient(left, #111 0%, #303030 20%, #303030 80%, #111 100%);
	background: -o-linear-gradient(left, #111 0%, #303030 20%, #303030 80%, #111 100%);
	background-repeat: no-repeat;
}

#incipit {
	background: #111;
	background: -webkit-linear-gradient(top, #111 0%, rgba(17,17,17,0) 48px);	
	background: -moz-linear-gradient(top, #111 0%, rgba(17,17,17,0) 48px);
	background: -ms-linear-gradient(top, #111 0%, rgba(17,17,17,0) 48px);
	background: -o-linear-gradient(top, #111 0%, rgba(17,17,17,0) 48px);
}

#requiem {
	height: 48px;
	background: #111;
	background: -webkit-linear-gradient(bottom, #111 0%, rgba(17,17,17,0) 100%);	
	background: -moz-linear-gradient(bottom, #111 0%, rgba(17,17,17,0) 100%);
	background: -ms-linear-gradient(bottom, #111 0%, rgba(17,17,17,0) 100%);
	background: -o-linear-gradient(bottom, #111 0%, rgba(17,17,17,0) 100%);
}

#page {
	width: 960px;
	margin: 0 auto 0 auto;
	border-radius: 8px;
	padding: 20px 32px 20px 32px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0 0 0;
	margin: 0;
}

#header {
	background: url('../images/header.png') no-repeat top center;
	padding-top: 48px;
}

#navigation ul {
	text-align: center;
	width: 1024px;
	margin: 0 auto 0 auto;
	padding: 8px 0 8px 0;
}

#navigation li {
	display: inline-block;
	overflow: hidden;
	width: 160px;
	margin: 0;
	padding: 0;
}

a.navigation {
	font-family: "SourceSansPro";
	font-size: 0.9em;
}

a.navigation:link, a.navigation:visited {
	color: #999;
	font-weight: 600;
}

a.navigation:hover, a.navigation:active {
	color: white;
	text-decoration: none;
}

a.shortcut {
	margin-left: 2px;
	padding-left: 16px;
	background: url('../images/link.png') no-repeat left center;
	background-size: 12px 12px;
}

#home a {
	background-image: url('../images/home.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 128px 160px;
	display: block;
	color: transparent;
	width:160px;
	height:80px;
	margin: 0;
	padding: 0;
}

#home a:hover {
	background-position: bottom center;
}

.rounded-corners {
	border-radius: 8px;
}

.clearer {
	clear: both;
}

a.rounded-button {
	font-size: 0.9em;
	font-weight: normal;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 3px 10px; 
	color: white;
	border-radius: 4px;	
	line-height: 2.0em;
	white-space: nowrap;
}

a.rounded-button-gray {
	border-top: 1px solid #aaa;
	background: #333;
	background: -webkit-linear-gradient(top, #777, #333);
	background: -moz-linear-gradient(top, #777, #333);
	background: -ms-linear-gradient(top, #777, #333);
	background: -o-linear-gradient(top, #777, #333);
}

a.rounded-button-black {
	border-top: 1px solid #555;
	background: #111;
	background: -webkit-linear-gradient(top, #2a2a2a, #1a1a1a);
	background: -moz-linear-gradient(top, #2a2a2a, #1a1a1a);
	background: -ms-linear-gradient(top, #2a2a2a, #1a1a1a);
	background: -o-linear-gradient(top, #2a2a2a, #1a1a1a);
}

a.rounded-button-blue {
	border-top: 1px solid #69b;
	background: #369;
	background: -webkit-linear-gradient(top, #369, #036);
	background: -moz-linear-gradient(top, #369, #036);
	background: -ms-linear-gradient(top, #369, #036);
	background: -o-linear-gradient(top, #369, #036);
}

a.rounded-button-orange {
	border-top: 1px solid #b68971;
	background: #7c2b00;
	background: -webkit-linear-gradient(top, #914c28, #7c2b00);
	background: -moz-linear-gradient(top, #914c28, #7c2b00);
	background: -ms-linear-gradient(top, #914c28, #7c2b00);
	background: -o-linear-gradient(top, #914c28, #7c2b00);
}

a.rounded-button-green {
	border-top: 1px solid #3dbf67;
	background: #009933;
	background: -webkit-linear-gradient(top, #16983b, #0b4f1f);
	background: -moz-linear-gradient(top, #16983b, #0b4f1f);
	background: -ms-linear-gradient(top, #16983b, #0b4f1f);
	background: -o-linear-gradient(top, #16983b, #0b4f1f);
}

/* Feed2JS */

#content .rss-box {
	font-size: 0.9em;
}

#content ul.rss-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.rss-items ul {
	list-style-type: none;
	padding: 0;
	margin: 6px 0 6px 0;
}
		
#content li.rss-item {
	margin: 8px 0 28px 0;
}
		
#content ul.rss-items a.rss-item:link, #content ul.rss-items a.rss-item:hover, #content ul.rss-items a.rss-item:visited, #content ul.rss-items a.rss-item:active {
	display:block;
	font-size: 1.1em;
	color: white;
	margin: 0 0 6px 0;
	text-decoration: none;
}

ul.rss-items br {
	display: none;
}

ul.rss-items li.rss-item a.rss-item-continue-reading {
	display: block;
	margin: 8px 0 0 2px;
	padding-left: 16px;
	background: url('../images/link.png') no-repeat left center;
	background-size: 12px 12px;
}

