@charset "UTF-8";

body {
	background-color: #FFFFFF;
	color: #303030;
	font-family: "Verdana", "Gill Sans", sans-serif;
	/* font-family: "Palatino", "Georgia", serif; */
          margin: 0;
	padding: 0;
	font-size:12px;
}
div#header {
	margin-top: 40px;
	background-repeat: no-repeat;
}
div#header h1 {
	color: #303030;
	font-family: "Baskerville", "Palatino", "Georgia", serif;
	font-size: 90px;
	font-weight: 100;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
div#header h1 a:link, div#header h1 a:visited {
	background-color: transparent;
	border: none;
	color: inherit;
}
div#blog_description {
	color: #303030;
	font-family: "Baskerville", "Palatino", "Georgia", serif;
	font-size: 20px;
	font-style: italic;
	text-align: justify;
	width: 800px;
	line-height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
/* Comment out the following definitions if you don't like the way
       * I've handled multi-line and multi-paragraph descriptions. */
      div#blog_description p {
	display: inline;
}
/* Stop commenting for long descriptions. */
	  
	  div#menu {
	font-family: "Baskerville", "Palatino", "Georgia", serif;
	font-size: 16px;
	font-style: italic;
}
div#content {
	border: none;
	line-height: 1.5em;
	text-align: justify;
	width: auto;
}
div#content div.post {
	margin-bottom: 60px;
	text-align: center;
}
a.permalink:link, a.permalink:visited {
	border: none;
	text-align: center;
}
a.permalink:link:hover, a.permalink:visited:hover {
}
span.date, span.hat_tip, span.high_res_link {
	background-color: transparent;
	font-family: "Palatino", "Georgia", serif;
	font-size: 100%;
	font-style: italic;
}
span.date a:link, span.date a:visited, span.hat_tip a:link, span.hat_tip a:visited, span.high_res_link a:link, span.high_res_link a:visited {
	border: none;
	text-align: center;
}
span.high_res_link a {
	color: #993300;
}
div.post_content {
	margin-top: 60px;
}
h2.post_title {
	font-family: "Baskerville", "Palatino", "Georgia", serif;
	font-size: 20pt;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0;
	text-align: left;
}
h2.post_title a {
	line-height: 1.4em;
}
div.post img {
	background-color: #F0F0F0;
	clear: both;
	display: block;
	margin: auto;
	padding: 8px;
}
div.post a:link img, div.post a:visited img {
	border: none;
}
div.post div.caption {
	margin-top: 1.5em;
}
div.chat p {
	margin: 0;
}
div.chat span.label {
	font-weight: bold;
}
div.chat {
	margin-bottom: 16px;
}
div.readmore {
	text-align:right;
	margin-bottom:15px;
}
/* I made the audio player centered by default;
       * comment or delete this next definition to left-align it. */
      div.audio div.audio_container {
	clear: both;
	margin: auto;
	text-align: center;
}
div.video div.video_container {
	clear: both;
	margin: auto;
	text-align: center;
}
a:link, a:visited {
	border-bottom: 1px solid #303030;
	color: #303030;
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	background-color: #F0F0F0;
}
p {
	margin: 16px 0;
}
blockquote {
	border-left: 3px solid #F0F0F0;
	margin-right: 2ex;
	margin-left: 1ex;
	padding-left: 1.5ex;
}
code, pre {
	font-family: "Andale Mono", "Monaco", monospace;
}
ins {
	font-style: italic;
	text-decoration: none;
}
div#pagination {
	text-align: center;
}
div#pagination a:link, div#pagination a:visited {
	border-bottom: none;
	font-family: "Palatino", "Georgia", serif;
	font-style: italic;
	font-size:16px;
}
div#attribution {
	font-family: "Palatino", "Georgia", serif;
	font-style: italic;
	text-align: center;
	margin-bottom:15px;
	line-height: 20px;
}
div#attribution p {
	margin: 0.5em 0;
}

