body
{
	background: #b5b5b5 url(/media/images/bg.jpg) center -1100px no-repeat;
	color: #222;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5;
	margin: 0;
}

input, select, textarea
{
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

.text
{
	background: #fff;
	padding: 5px;
	border: 0 none;
	width: 650px;
	font-size: 120%;
}

img
{
	border: 0 none;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #c30808;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.clear
{
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

#introduction
{

}

#main ul
{
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	color: #878074;
	float: left;
	width: 630px;
}

#main ul li
{
	float: left;
	min-height: 1px;
	width: 270px;
	margin-right: 27px;
	border-bottom: 1px dashed #36342f;
	padding: 6px 0 6px 18px;
	background: url(/media/images/whatido-tick.gif) left center no-repeat;
}

.showcaseBanner
{
	float: left;
	position: relative;
	background: url(/media/images/showcase-banner-bg.png);
	padding: 12px 31px 30px 8px;
	margin: 0 -25px 0 -2px;
}

.showcaseBanner .more
{
	position: absolute;
	top: 12px;
	left: 600px;
}

#howdy
{
	margin: 30px 0;
	color: #565656;
}

#howdy .big
{
	font-family: georgia;
	font-size: 170%;
	color: #222;
	margin-bottom: -10px;
}

#blog
{
	clear: both;
	background: url(/media/images/white-bg.png);
	border-top: 1px solid #fff;
	padding: 25px;
	
}

#viewing
{
	background: #000;
	color: #fff;
	float: right;
	margin: -25px 0 0 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 90%;
}

#left
{
	float: left;
	width: 210px;
	margin-right: 40px;
}

#articles
{
	float: left;
	width: 660px;
}

#articles p a
{
	color: #c30808;
}

#articles .item
{
	margin-bottom: 50px;
}

#articles .item p.date
{
	margin-top: -8px;
	font-size: 90%;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#articles .item p.date span
{
	float: left;
}

#articles .comments h2
{
	font-size: 115%;
}

#articles .comments form
{
	display: none;
}

#articles .comments .comment
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}	

#articles .comments .comment p.commentHeader
{
	margin: 0;
	background: #eee;
	color: #555;
	padding: 4px 10px;
	border-bottom: 1px solid #ddd;
}

label
{
	display: block;
}

#articles h1
{
	font-family: georgia;
	font-size: 275%;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: 2px solid #000;
}

.code
{
	background: #f0f0f0;
	border: 1px dashed #ccc;
	padding: 10px 10px 10px 40px;
	font-family: courier new;
}

.code .ln
{
	float: left;
	width: 30px;
	margin-left: -30px;	
	color: #aaa;
	display: inline;
}

#left .section
{
	margin-bottom: 35px;
}

#left .section .title
{
	font-family: georgia;
	font-size: 160%;
	margin-bottom: 5px;
}

#left .section ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .section ul li
{
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

#left .section#blogroll ul li
{
	font-size: 90%;
	color: #555;
}

#left .section#blogroll ul li a
{
	font-size: 110%;
}

.fifteenPixelWhiteBorder
{
	border: 15px solid #fff;
}