html, body, div, span, applet, object, iframe, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*

nearwhite green: #fafbf6
light green: dee9cc
dark green: #c1d7a1
orange: #da4f14
brown: #473f3b


very light green: #fafbf6
dark text: #473f3b

link green: #657c43
link underline green: #d2e3b8
dull green (visited): #748161
link hover (slightly lighter): #648732
link background: #f0f4e9

gradient dark: 91aa6d

header orange: #da4f14

green content background: #f1f5e9;
green content border: #d3e4b9;

*/
body{
	background: #c1d7a1;
	color: #473f3b;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 1.5;
}
#container{
	background: #c1d7a1;
	background: -moz-linear-gradient(top, #dee9cc, #c1d7a1);
	background: -webkit-gradient(linear,left top,left bottom,from(#dee9cc),to(#c1d7a1));
}
#page{
	margin: 0 auto;
	padding: 40px 20px 40px 20px;
	position: relative;
	width: 960px;
}
a{
	color: #da4f14;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}
a:visited{
	color: #c46c46;
}
a:hover{
	color: #842a03;
}
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	text-transform: lowercase;
	text-shadow: #fff 0 1px 0;
}
#head{
	float: right;
	height: 220px;
	margin-top: 40px;
	padding: 20px 0 0 20px;
	width: 220px;
 	background: -moz-radial-gradient(left center, ellipse, rgba(193, 215, 161, 1), rgba(193, 215, 161, 0) 66%, rgba(193, 215, 161, 0));
	background: -webkit-gradient(radial,0 120, 0, 0 120, 120,from(rgba(193, 215, 161, 1)),to(rgba(193, 215, 161, 0)));
	border-left: 1px solid #dee9cc;
}
#head h1{
	color: #3e413a;
	font-size: 32px;
	margin-bottom: 10px;
}
#head h2{
	color: #3e413a;
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: #fff 0 1px 0;
}
#head em{
	color: #2d3028;
	display: block;
	font-style: italic;
}
#head p{
	margin-top: 20px;
}
#main{
	float: left;
	overflow: hidden;
	width: 710px;
}
.column{
	float: left;
	margin-right: 10px;
	width: 345px;
}
div.section{
	background: #fafbf6;
	background: -moz-linear-gradient(top, rgba(250, 251, 246, .9), rgba(222, 233, 204, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(250, 251, 246, .9)),to(rgba(222, 233, 204, .9)));
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: #7f8970 0 1px 3px;
	-moz-box-shadow: #7f8970 0 1px 3px;	
	margin-bottom: 10px;
}
div:hover.section{
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(250, 251, 246, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, .9)),to(rgba(250, 251, 246, .9)));
	-webkit-box-shadow: #6d775f 0 1px 3px;
	-moz-box-shadow: #6d775f 0 1px 3px;	
}
.section h3{
	border-bottom: 1px solid #fff;
	color: #2d3028;
	font-size: 20px;
	line-height: 32px;
}
.section h3 a,
.section h3 span{
	display: block;
	padding: 0 10px;
}
.section .content{
	border-top: 1px solid #d5e7ba;
	overflow: hidden;
}
.section .content a{
	display: block;
	padding: 5px;
}
.section .content a:hover{
	background: #c1d7a1;
}
.section .content strong{
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.section .content em{
	color: #888;
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
}
.section .content span.date{
	color: #888;
	font-size: 11px;
	font-style: italic;
	margin-left: 10px;
}
.twitter .content p{
	padding: 10px;
}
.twitter .content a{
	display: inline;
	padding: 0;
}
.twitter .content span{
	display: block;
}

.flickr .content a{
	display: block;
	float: left;
	padding: 5px;
}
.flickr .content img{
	display: block;
}

#foot{
	clear: both;
	color: #888;
	font-style: italic;
	padding-top: 30px;
	text-align: center;
}