

/* Initial cleanup
----------------------------------------------- */
* { 
	margin: 0;
	padding: 0; 
	font-weight: normal;
	}

/* Main structure
----------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif; 
	color: #333;
	background: #fff;
	min-width: 760px;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
		border-top: 5px solid #f11;

	}
#container { 
	text-align: left;
	width: 65%;
	min-width: 700px;
	margin: auto;
	}
#footer { clear: both; }

/* Positioning
----------------------------------------------- */
#main {
	margin-top: 7.2em;
	float: right;
	width: 75%;
	}
#nav {
	float: left;
	text-align: right;
	margin-top: 16.2em;
	width: 20%;
	}
#portfolio-column {
	width: 318px;
	float: left;
	}
#portfolio-sidebar {
	margin: 0 0 0 342px;
	}
	
/* Navigation sidebar
----------------------------------------------- */
#nav li {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0;
	}	
#nav a:link, #nav a:visited { 
	color: #cc6666;
	text-decoration: none;
	}
#nav a:hover {
	color: #f11;
	text-decoration: none;
	}
#nav a:active {
	color: #f11;
	text-decoration: none;
	}
	
/* Basic Type
----------------------------------------------- */
h1, h2, h3, #nav {
	font-family: Georgia, serif ;
	font-weight: 1;
	}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}
h1 {
	font-size: 7.2em;
	line-height: 1em;
	margin-bottom: 0.25em;
	letter-spacing: -0.01em;
	}
h2.pagetitle {
	font-size: 7.2em;
	line-height: 1em;
	margin-bottom: 0.25em;
	letter-spacing: -0.01em;
	}
h2 {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
	}
h1.post-title {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
	}
blockquote {
	margin-left: 2em;
	border-left: 1px solid #f11;
	padding-left: 2em;
	}
strong {
	font-weight: bold;
	}
	
/* Links
----------------------------------------------- */
a:link, a:visited { 
	color: #f11;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	}

/* Lists
----------------------------------------------- */
ul, ol {
	margin-bottom: 18px;
	}
li { 
	font-size: 12px;
	list-style: none;
	line-height: 18px;
	}
ul.bulleted {
	margin-left: 2em;
	}
ul.bulleted li {
	list-style: disc;
	}
#portfolio-sidebar ul {
	margin-left: 18px;
	}
#portfolio-sidebar li { 
	font-size: 12px;
	list-style: disc;
	line-height: 18px;
	}

/* Images
----------------------------------------------- */
img { 
	border: 0; 
	}
#portfolio-column img {
	border: 3px #fff solid;
	}
	
/* Object (YouTube)
----------------------------------------------- */
#portfolio-column object {
	margin-left: 3px;
	margin-bottom: -18px;
	}
	
/* Feedburner headline
----------------------------------------------- */
#latestpost h2, .feedburnerFeedBlock {
	display: inline;
	}
#latestpost  ul, #latestpost  li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 24px;
	font-family: Georgia, serif ;
	font-weight: 1;
	}
	
/* Magic
----------------------------------------------- */
.hide, hr, #creditfooter { 
	display: none; 
	}
