html, body {
	margin: 0;
	background: #F5F3F0;
	font: 16px/1.5 "Lucida Grande","Lucida Sans Unicode",verdana,lucida,arial,sans-serif;
	color: #6F7A90;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
input, button, textarea {
	font-family:  "Lucida Grande","Lucida Sans Unicode",verdana,lucida,arial,sans-serif;
}
pre, code {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
}
p {
	margin: 1.5em 0;
}
dl, menu, ol, ul {
	margin: 1.5em 0;
}
pre, blockquote {
	font-size: 1em;
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0 0 0 1em;
	border-left: 2px solid #6F7A90;
	border-radius: 5px;
	overflow-x: auto;
}
pre {
	white-space: pre;
}
a, a:active, a:visited {
	color: #2850A6;
}
a:hover {
	color: #1A356E;
	color: #3973F1;
	text-decoration: underline;
}
h1 a, h1 a:active, h1 a:visited {
	text-decoration: none;
}
#header {
	background: #2850A6 url("../dx/sky.jpg/$file/sky.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	padding: 1px 0;
}
#header h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 1em 0 0 1em;
	text-shadow: 0 0 5px #00008b;
}
#header h2 {
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 0 0 1.8em 1.8em;
	text-shadow: 0 0 5px #00008b;
}
#searchForm {
	position: absolute;
	margin: 0;
	right: 0.5em;
	top: 0.5em;
	width: 18em;
	overflow: hidden;
	text-align: right;
}
#Query {
	background-color: transparent;
	border: 1px solid #2850A6;
	border-radius: 3px;
	color: #2850A6;
	height: 1.5em;
	padding: 0 1.5em 0 0;
	width: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABiUlEQVQoz2PQCFjGAMKGYYsdraIXLjcKW/xYM3DZHxBtE7NwlVnEIheYmvkz2uAYLACUzADiO2E5s3YU1U6qnjap06+gZnIFkL/dLHLRPaABeRgaQTYBNd2taZ7QBhSQgJkOVShY2Tih1jxy0X3r6IXuKBqBzlsBsgnIEUXWhKSZOzR71la7uAXrUTSC/FJYM6kKmyYYzq6ckmMctvgpUAMzXCMoIKZO6vTEp3HyxE5rkDqgBg5kG5/kV08uwacxs3xqunH44mdADSxwjcAQWw30wzYghweHH1mDsmZvsI9bsBHFj5ZRC91AoVbROKEaXTOQz1ZSNynPImrRw7DsWdXIcmDCNnZBAUhzSPaszdkVU7JBfgI5D2QTSJNj/PzLusFLv2aUT41G0QjV7Al0zgZQ6IECAuQnkPOA3qjTDlr6E6jmv37Ikk/AhBEC1ojsbigGBTknLCBAiuIKZmToBC39AdJsELrkfUXDxCBsGlEwzEXImp0T5q8nWiMIJ5dMSwMmz/M+aXN4Ae10QazjtrhbAAAAAElFTkSuQmCC);
	cursor: pointer;
}
#Query:focus, .search #Query {
	background-color: #EBE7E1;
	background-color: rgba(235,231,225,0.5);
	background-position: 0.35em 50%;
	padding: 0 0.5em 0 1.5em;
	width: 15em;
	cursor: auto;
}
#searchForm h3, #searchSubmit {
	position: absolute;
	left:  110%;
}
nav {
	background-color: #2850A6;
	background-color: rgba(40,80,166,0.35);
	line-height: 3em;
	margin: 0;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 38em;
}
nav li {
	float: left;
}
nav li a, nav li a:active, nav li a:visited {
	display: block;
	margin: 0;
	padding: 0 1.5em;
	color: #EBE7E1;
	text-decoration: none;
	text-transform: lowercase;
	border: 1px solid transparent;
	border-width: 2px 0;
	outline: none;
	outline: 0;
}
nav li a:hover {
	text-decoration: none;
	color: #EBE7E1;
	border-bottom: 2px solid #EBE7E1;
}
nav li a.current {
	color: #EBE7E1;
	font-style: italic;
}
nav .current:hover {
	border-color: transparent;
}
body > footer {
}
body > footer p {
	font-size: 0.75em;
	text-align: center;
	line-height: 2em;
	margin: 2em 0;
}
div > article h1 {
	margin: 1em auto 0;
	border-width: 1px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 2em;
	letter-spacing: 0.2em;
	text-align: left;
	text-transform: lowercase;
	color: #2850A6;
	width: 23.3333em;
}
div > article h1 a {
}
article header p {
	margin: 1.5em auto;
	width: 35em;
}
.blogentry, .blogentry + aside, .search-results {
	width: 35em;
	margin: 0 auto 1.5em;
}
.blogentry p:first-child:first-letter, .blogentry p:first-of-type:first-letter {
	color: #2850A6;
	font-size: 3em;
	float:left;
	line-height: 1;
}
@-moz-document url-prefix() {
	.blogentry p:first-child:first-letter, .blogentry p:first-of-type:first-letter {
		font-size: 3.51em;
	}
}
.blogentry blockquote p:first-child:first-letter, .blogentry blockquote p:first-of-type:first-letter, .blogentry ul p:first-of-type:first-letter, .blogentry ol p:first-of-type:first-letter {
	color: #6F7A90;
	font-size: 1em;
	float:none;
	line-height: 1.5;
}
.blogentry p:first-child {
	margin-top: 0;
}
.blogentry + aside p {
	float: left;
	font-size: 0.75em;
	line-height: 2em;
	margin: 0 1em 0 0;
}
.blogentry img {
	border: 1px solid #6F7A90;
}
.blogentry .phone-img {
    max-width: 320px;
    height: auto;
}
#anc1 {
font-size: 1em;
line-height: 1.5;
}
#anc1, .comments {
	width: 35em;
	margin: 0 auto 1.5em;
}
.comments .Tanny header {
background-color: rgba(40, 80, 166, 0.35);
margin: 0 -5px;
padding: 0 5px;
}
.comments .Eric.Mack header {
background-color: #DAD2CF;
margin: 0 -5px;
padding: 0 5px;
}
.comments h1 {
font-size: 1em;
line-height: 1.5;
letter-spacing: normal;
text-transform: none;
margin: 1.5em 0 0;
width: 100%;
}
.comments h1 img {
float: right;
border: 1px solid #6F7A90;
padding: 5px;
margin: -11px 5px 0 0;
background: #F5F3F0;
}
.commentsClosed {
	width: 35em;
	margin: 1.5em auto;
	font-style: italic;
}
#contentnav {
	text-transform: lowercase;
	list-style: none;
	width: 35em;
	margin: 0 auto 1.5em;
	padding: 0;
}
#contentnav li {
	display: inline;
	padding: 0 1em 0 0.6em;
}
#contentnav li.first {
	border-right: 1px solid #6F7A90;
	padding-left: 0;
}
.archives ul {
	margin-top: 0;
}
.search-results th {
	text-align: left;
}
.search-results td {
	vertical-align: top;
	padding: 0;
}
.search-results td:first-child {
	padding: 0 1em 0 0;
}
.search-results td p:first-child {
	margin-top: 0;
}
#addcomment, #dxcommentform, form {
	font-size: 1em;
	width: 35em;
	margin: 1.5em auto;
}
#dxcommentform label {
	display: block;
	margin: 1.5em 0 0;
}
#dxcommentform .inline {
	display: inline;
}
#c-website {
	margin: 0 0 1.5em;
}
#c-author, #c-email, #c-website, #textcomment {
	width: 100%;
	border: 1px solid #6F7A90;
	border-radius: 3px;
	line-height: 1.5;
	padding: 0.25em;
}
#dxcommentform button {
	min-width: 2em;
}
/* Large screens ----------- */
@media only screen and (min-width : 1240px) {
	body {
		font-size: 23px;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	html, body {
		font-size: 35px;
	}
	nav ul {
		width: 28em;
	}
	nav li a, nav li a:active, nav li a:visited {
		padding: 0 1em;
	}
	div > article h1 {
		width: 16.6666667em;
	}	
	.blogentry, .blogentry + aside, .search-results,
	#anc1, .comments,
	.commentsClosed,
	#contentnav,
	#addcomment, #dxcommentform, form {
		width: 25em;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	html, body {
		font-size: 20px;
	}
}
/* misc */
.hide { display: none; }
.clearer { clear: both; }
.right { float: right; }
.left { float: left; }
img.right { margin-left: 0.5em; }
img.left { margin-right: 0.5em; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
	*zoom: 1;
}

