/* RESET AND SENSIBLE DEFAULTS
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, 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;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
}
body {
	border-top:8px solid #333;
	color: #333333;
	font-size: 13px;
}
p {
	color: #555555;
}
a, a:link, a:visited, a:active {
	color: #0281CA;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:hover {
	color: #333333;
}
h1 {
	font-size: 32px;
	line-height: 42px;
}
h2 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 9px
}
h3 {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 9px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
p, pre {
	margin: 0 0 18px 0;
}
ul, ol {
	margin-bottom: 18px;
}
ul {
	margin-left: 1.25em;
	list-style-type: disc;
	list-style-position: outside;
}
ul.listing {
	list-style-type: none;
	margin-left: 0;
}
ul ul, ol ol {
	margin-left: 1.5em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;
}
dl {
	margin-top: 18px;
	margin-bottom: 18px;
}
dl dt {
	font-weight: bold;
}
blockquote {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin-left: 18px;
}
blockquote p {
	line-height: 18px;
	margin-bottom: 18px;
}
blockquote em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
label {
	display: block;
}
input, textarea {
	font: normal 14px "bitstream vera sans", verdana, sans-serif;
	padding: 2px;
}
textarea {
	height: 15em;
}
/* forms */
input.input_text {
	width: 50%;
}
textarea {
	width: 95%;
}
div.field {
	line-height: 18px;
	margin-bottom: 18px;
}
div.field input {
	vertical-align: middle;
}
/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small, .note {
	font-size: 10px;
	line-height: 18px;
}
.large {
	font-size: 14px;
	line-height: 18px;
}
.quiet {
	color: #666;
}
.error {
	color: #a90000;
}
/* embedded images */
.image_link {
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 11px;
	text-align: right;
}
img.wrap, img.left {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
img.right {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}
img.block {
	display: block;
	margin: 0 auto;
	margin-bottom: 18px;
}
/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.fieldnotes {
	padding-bottom:9px;
	border-top: 1px solid #999;
	margin-top: 9px;
	font-size: 14px;
	margin-bottom: 18px;
}
.footnotes {
	border-top: 1px solid #999;
	margin-top: -1px;
	font-size: 14px;
	margin-bottom: 18px;
}
/* ALAN
-------------------------------------------------------------------------------- */

/*hr { 
  clear:both;
  border-left:none;
  border-right:none;
  border-top:none;
  border-bottom: none;
  margin-bottom: 18px;
  background-image: url(../images/border_line.gif);
  background-repeat: no-repeat;
  background-position: top center;
}*/

hr, div.hr {
	clear: both;
	border: none;
	margin-bottom: 18px;
	height: 1px;
	background-image: url(../images/border_line.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
div.hr hr {
	display: none;
}
/* SPECIFICS
-------------------------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #fff;
}
div.block {
	clear: both;
}
#header, #blurb, #content, #footer {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
}
#header, #blurb, #content {
	padding-top: 27px;
	padding-bottom: 27px;
}
#header, #blurb {
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	margin-top: 27px;
}
#header h1, #header p.strapline {
}
#header h1 {
	float: left;
	margin-right: 18px;
	font-weight: bold;
	text-decoration: none;
}
#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
	color: #0281CA;
}
#header h1 a:hover {
	text-decoration: none;
	color: #444444;
}
#header p.strapline {
	float: left;
	color: #333;
	padding: 4px 0px 10px 0;
	font-size: 18px;
	font-style: italic;
}
#menu {
	float: right;
	padding-top: 12px;
}
#menu ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0;
}
#menu li a {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 20px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #666;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #fff;
	color: #444;
	text-decoration: underline;
}
#menu li.selected a, #menu li.selected a:hover {
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#blurb {
	padding-top: 27px;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 3px;
}
#blurb p {
	margin-bottom: 24px;
	line-height: 24px;
	color: #333;
}
#blurb p.with_description {
	margin-bottom: 12px;
}
#blurb h2, #blurb h3, #blurb h4, #blurb h5 {
	margin-bottom: 24px;
}
#blurb h1 {
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin-bottom: 24px;
}
#blurb h2 {
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin-bottom: 24px;
}
#blurb h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin-bottom: 24px;
}
#blurb h4 {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
#blurb h5 {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
#blurb h6 {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
#blurb a, #blurb a:active, #blurb a:link, #blurb a:visited, #blurb a:hover {
	color: #333;
}
#blurb a, #blurb a:active, #blurb a:link, #blurb a:visited {
	text-decoration: none;
}
#blurb a:hover {
	text-decoration: underline;
}
/*
#blurb {
padding-top: 27px;
font-size: 24px;
line-height: 30px;
padding-bottom: 0;
}
#blurb p {
margin-bottom: 27px;
line-height: 30px;
color: #333;
}
#blurb p.with_description {
margin-bottom: 9px;
}
#blurb h2, #blurb h3, #blurb h4, #blurb h5 {
margin-bottom: 27px;
}    
#blurb a, #blurb a:active, #blurb a:link, #blurb a:visited, #blurb a:hover {
color: #333;
}
#blurb a, #blurb a:active, #blurb a:link, #blurb a:visited {
text-decoration: none;
}
#blurb a:hover {
text-decoration: underline;
}*/

#content {
	padding-bottom: 9px;
}
#content.with_sidebar {
	background-image: url(../images/vertical_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#content h2 {
}
#main {
	float: left;
	width: 580px;
	padding-right: 27px;
}
#sidebar {
	float: right;
	width: 286px;
}
#footer {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	padding: 27px 0;
	background-image: url(../images/horizontal_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*
#footer .auxiliary {
width: 80%;
float: left;
line-height: 18px;
}
#footer .auxiliary .copy, #footer .auxiliary ul {
float: left;
}*/
#footer p {
	margin: 0;
}
#footer .auxiliary {
	width: 100%;
	overflow: hidden;
}
#footer .auxiliary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .auxiliary li {
	display: inline;
	margin: 0;
}
#footer .auxiliary ul li a {
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	line-height: 18px;
	margin-top: 2px;
	border-right: 1px solid #999;
}
#footer ul li.last a {
	border-right: none;
}
.date {
	margin-bottom: 18px;
	line-height: 18px;
}
/* posts */
body .post {
	clear: both;
}
body.multiple .post {
	margin-bottom: 36px;
}
body.multiple .last_post {
	background-image: none;
	margin-bottom: 0;
}
h2.entry-title {
	margin-bottom: 0;
}
.permalink h2.entry-title {
	font-size: 24px;
}
.entry-date .published {
	border: none;
}
.entry-meta {
	line-height: 18px;
	margin-bottom: 18px;
	color: #999;
	font-weight: bold;
}
h2.category-heading {
}
/* comments */
#comments_container, #commentform {
	margin-bottom: 18px;
	clear: both;
}
body.permalink h2#respond, body.permalink h2#comments {
	margin-top: 18px;
}
body.permalink h3#respond {
	margin-top: 0;
}
ol.commentlist {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 18px;
}
ol.commentlist li {
	width: 100%;
	overflow: hidden;
}
ol.commentlist li .comment-meta {
	width: 32%;
	float: left;
	background-color: #F9F7ED;
	margin-bottom: 18px;
}
ol.commentlist li .comment-meta .inner {
	padding: 9px;
	padding-bottom: 0;
}
ol.commentlist li .comment-text {
	width: 66%;
	float: right;
}
ol.commentlist .comment-author {
	font-weight: bold;
}
.comment-author, .comment-date {
	line-height: 18px;
}
.comment-date {
	margin-bottom: 18px;
}
/* next/prev post nav */
.navigation {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.nav-previous {
	width: 48%;
	float: left;
}
.nav-next {
	width: 48%;
	float: right;
	text-align: right;
}
#nav-above {
	margin-bottom: 18px;
	display: none;
}
#nav-below {
	margin-bottom: 36px;
}
/* photos */
div.photos {
	width: 920px;
	overflow: hidden;
	margin-bottom: 18px;
}
div.photo, div.featured_photo {
	float: left;
}
div.photos div.photo, ul.albums div.featured_photo {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 175px;
	height: 175px;
}
div.photos div.photo a img, ul.albums div.featured_photo a img {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
}
div.photos div.photo .image, ul.albums div.featured_photo .image {
	width: 175px;
	height: 175px;
	display: inline;
	display: table-cell;
	text-align: center;
}
div.photos div.photo .image {
	vertical-align: middle;
}
div.photos div.photo a:hover img, ul.albums div.featured_photo a:hover img {
	border: 1px solid #BCBCBC;
	background-color: #F4F4F4;
}
div.photos div.fifth {
	margin-right: 0;
}
.album-date .published {
	border: none;
}
ul.albums {
	list-style-type: none;
	margin-left: 0;
}
ul.albums li {
	width: 920px;
	overflow: hidden;
	margin-bottom: 18px;
}
ul.albums li div.description {
	width: 509px;
	float: right;
}
ul.albums li div.meta {
	float: right;
	width: 200px;
	padding-left: 18px;
	font-size: 12px;
	margin-top: 36px;
}
ul.albums li div.meta p {
	margin: 0;
}
h3.album-title {
/*margin-bottom: 18px;*/
}
.album-date {
	font-weight: normal;
	color: #999;
}
.photo-description {
	color: #999;
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 18px;
}

