/* Eric Meyer's CSS Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

body {
	background-color: #333;
	color: #DBD8BD;
	font: 62.5%/220% "Liberation Sans", Helvetica, Arial;
	margin: auto;
	padding: 8px;
	width: 930px;
}

a {
	color: #333;
}

p {
	font-family: "DejaVu Serif", Georgia, Serif;
	padding: 8px 0;
}

h1, h2, h3, h4 {
	font-weight: 900;
	margin: 4px 2px;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

strong {
	font-weight: 900;
}

#head {
	font-size: 4.0em;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 6px;
	text-transform: small-caps;
}

#links {
	border-color: #DBD8BD;
	border-style: solid;
	border-width: 1px 0 1px 0;
	color: #DBD8BD;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
	vertical-align: middle;
}

#links a {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

#links a:hover {
	background-color: rgb(200,200,200);
	color: #333;
}

#blurb {
	margin-top: 10px;
}

#blurb table {
	width: 920px;
	margin: auto;
}

#blurb td {
	background: #FFF;
	color: #333;
	width: 230px;
	font-size: 1.7em;
	padding: 8px 16px;
	text-align: justify;
}

#blurb td a:hover {
	background: rgb(200,200,200);
}

#external {
	border-color: #DBD8BD;
	border-style: solid;
	border-width: 1px 0 1px 0;
	margin: 10px 0;
	padding: 10px 0;
}

#external table {
	width: 920px;
	margin: auto;
}

.feed,
.feed a {
	padding: 4px;
	text-decoration: none;
}

.feed > h2 {
	border-bottom: 1px solid #DBD8BD;
	text-align: center;
}

.feed > h2 > a {
	color: #FFF;
}

.feed > h2 > a:hover {
	background-color: rgb(200,200,200);
	color: #333;
}

.feed > ul {
	background-color: #FFF;
	color: #333;
	font-family: "DejaVu Serif", Georgia, Serif;
	margin: auto;
	padding: 4px;
	width: 210px;
}

.feed > ul a {
	color: #333;
	display: block;
	text-decoration: underline;
	width: 100%;
}

.feed > ul > li:hover {
	background-color: rgb(200,200,200);
}

.feed > ul > li > h3 {
	font-size: 1.4em;
}

.feed > ul > li > h3 > a {
	padding: 0;
}

.feed > ul > li > h4 {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0;
	padding: 5px;
}

.feed > ul > li .repository_details {
	display: block;
	font-size: 1.2em;
	padding: 5px;
}

#error {
	background-color: #FFF;
	color: #333;
	font-size: 1.6em;
	margin: auto;
	padding: 8px 16px;
	text-align: justify;
	width: 400px;
}

#feeds {
	background-color: #FFF;
	color: #333;
	font-size: 1.6em;
	list-style-type: disc;
	padding: 8px 16px;
}

#feeds li {
	margin: 4px 10px;
}
