* { margin: 0; padding: 0; line-height: 1.5em; }

/* HTML5 styles */
article,aside,figure,footer,header,hgroup,nav,section { display: block; }

html {
	border: 1px solid #fff;
	background-color: #efefef;
	color: #333;
	font: 100% normal 'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 1.5em auto;
	width: 640px;
}

a { color: #369; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 1.5em 0; }


body header h1 { color: rgba(0,0,0,.25); }
body header h1 a { color: #369; font-weight: bold; }

body header p { font-style: italic; margin: 0; }

article {
	margin: 2em 0;
	padding-bottom: 1em;
	width: 640px;
}

	article header { 
		border-bottom: 1px solid rgba(153,153,153,.15);
		margin: 0 0 1.5em;
	}

	article header h2 {
		font-size: 1.6em;
		font-weight: lighter;
		margin: 1em 0 0.5em;
		max-width: 80%;
		width: 80%;
	}

		article header h2 a, 
		article p a,
		footer p a {
			color: #369;
		}

	article header p {
		font-size: 0.8em;
		font-weight: lighter;
		margin: 0 0 0.5em;
		max-width: 80%;
		width: 80%;
	}
	
	article p {
		line-height: 1.5; 
	}
	
	article img, 
	article iframe {
		background: rgb(225,225,225);
		border: 1px solid rgb(255,255,255);
		box-shadow: rgba(0,0,0,.35) 0 0 4px;
		-moz-box-shadow: rgba(0,0,0,.35) 0 0 4px;
		-webkit-box-shadow: rgba(0,0,0,.35) 0 0 4px;
		display: block;
		margin: 1.5em 0;
		max-width: 100%;
		padding: 8px;
		text-align: center;
	}

	.c {
		font-size: 0.75em;
		text-align: center;
	}



aside, aside a {
	color: #666;
	margin-top: 2.5em; 
}
	aside a { font-weight: bold; }

	aside h3 { margin-left: 0.4em; }
	aside h4 { margin-bottom: 0.33em; }


/* 
#branding, #content, .box {
}

#branding {
	margin-bottom: 2em;
}

#content {
	background-color: #fff;
	margin-bottom: 2em;
}

.box { margin: 15px 0; }

.entry-content p img {
	clear: both;
}




select { width: auto; }

#flickr { margin-left: 10px; }
#flickr a { margin-right: 20px; }
#flickr a img { background-color: #e7e7e7; padding: 3px; }

div.img { text-align: left; }
div.img a img { border: solid 1px #e7e7e7; padding: 10px; }
div.img p.by { font-size: 90%; margin-top: 0; }

p.published { margin-top: -1.5em; }

#about h2 { margin-bottom: 0; } 

input[type="text"], textarea { display: block; width: 250px; }

textarea { height: 100px; }

ul.linked { list-style: none; margin-left: 0; }
ul.linked li { margin-bottom: 0.66em; }
ul.linked a { color: #666; font-weight: bold; }

div.comment { 
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	overflow: hidden;
	padding: 0.7em 0.5em;
}

div.comment p { margin-bottom: 0; }
p.commented { 
	background: transparent url(/images/17.gif) no-repeat top right;
	font-size: 0.8em; 
	line-height: 1.8; 
	text-align: right; 
	padding-right: 15px; 
	width: auto;
}

.clear { clear: both; }
*/
