/* Structure */

body
{
	margin: 0;
	background: #333;
	color: #003;
	font-family: Verdana;
	font-size: small;
}

p { margin: 0; padding: 1em 0; }
#nav ul { margin: 0; }

#head { margin: 0 134px 0 70px; color: #FFC; }
#head a { color: #FFF; }
#neck
{
	margin: 0 134px 0 70px;
	height: 64px;
	background: #EEF;
	padding: 0 28px;
}
#knee
{
	margin: 0 134px 0 70px;
	background: #EEF;
	padding: 32px 0 16px 0;
}
#foot
{
	color: #FFC;
	text-align: center;
	font-size: small;
}

#nav { text-align: right; color: #003; }
#nav li
{
	padding: 5px;
	display: inline;
	border-left: 1px solid #000;
	background: #EEF;
}
#nav a { color: #003; }

#MidStripe { background: #EEF; }

#ContWrapTL {
	margin: 0 128px 0 64px;
	background: #EEF url(images/shad_tl.png) top left no-repeat;
}

#ContWrapTR { background: url(images/shad_tr.png) top right no-repeat; }
#ContWrapBL { background: url(images/shad_bl.png) bottom left no-repeat; }
#ContWrapBR { background: url(images/shad_br.png) bottom right no-repeat; }

#content { padding: 0 16px; position: relative; top: -60px; }

#right { float: right; width: 128px; clear: left; }
#right ul { margin: 0; padding: 0; list-style: none; }

/* /Structure */

/* Pretties */

a { color: #000; text-decoration: none; border-bottom: 1px dotted #000; }
pre { background-color: #DDE; padding: 5px; font-family: Consolas; }
ul { margin: 0 0 1em; }
.feedTitle { font-size: larger; }
.feedburnerFeedBlock ul { list-style: none; }
/*.feedburnerFeedBlock div {*/
.feedItemAuthor { display: inline; padding-right: 5px; }
.date { display: inline; }

/* /Pretties */