@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	background-color:#FFF;
	font-size:62.5%;
	/*background-image:url(../grid.png);
	background:repeat-x repeat-y;*/
}

#wrapper {
	/*border-top:5px solid #999;*/
}

#header {
	width:960px;
	margin:0 auto;
	padding-top:8em;
	/*text-align:center;*/
}

h1 {
	color:#777;
	font-size:4.5em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	padding-left:20px;
	text-shadow:#DDD 0px 2px 2px;
	line-height:1em;
}

h2 {
	color:#D3900B;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	letter-spacing:0.02em;
	line-height:2.7em;
	font-style:italic;
	padding-bottom:3.65em;
	border-bottom:1px dotted #999;
	padding-left:20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00A3A6;
	font-size:2.44em;
	font-weight:normal;
	padding-bottom:1.25em;
}


.ampersand-style {
	font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size:1.5em;
	font-style:italic;
	letter-spacing:0;
	font-weight:bold;
	color:#999;
}

#container {
	width:960px;
	margin:0 auto;
	padding-top:4em;
	border-bottom:1px dotted #999;
	display:block;
	overflow:hidden;
	margin-bottom:40px;
}

	#wrapper a, #wrapper a:visited, #wrapper a:link, #wrapper a:active {
		color:#777;
		text-decoration:underline;
	}
	
	#wrapper a:hover {
		color:#D3900B;
	}

	#content {
		width:539px;
		float:left;
		padding-left:20px;
		padding-right:40px;
		margin-bottom:40px;
	}
		
		#content p, #sidebar p, #footer p {
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.5em;
			color:#666;
			line-height:1.33em;
			padding-bottom:20px;
		}


	#sidebar {
		width:300px;
		float:left;
		margin-right:20px;
		padding-left:40px;
		border-left:1px dotted #999;
		margin-bottom:40px;
	}
		#sidebar .twitter {
			border-bottom:1px dotted #999;
			margin-bottom:40px;
			padding-bottom:40px;
		}

		
		.sidebar-content ul {
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.5em;
			color:#666;
			line-height:1.33em;
		}
		
		#sidebar .wordpress li {
			padding-bottom:0;
		}
		.wordpress {
			margin-bottom:20px;
		}
		
#footer {
	width:960px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding-bottom:6em;
	text-align:center;
}
	#footer p {
		text-align:center;
		font-size:1.2em;
	}
