/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 850px;
	margin: 25px auto;
}
@media screen {
	body {
		background-color: #888888;
	}
}
#body {
	background-color: #ffffff;
	padding: 25px;
}
@media screen {
	#body {
		-webkit-box-shadow: 0px 0px 20px #222222; 
		-moz-box-shadow: 0px 0px 20px #222222;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
#content {
	margin-top: 30pt;
}
@media print {
	#content {
		margin-top: 60pt;
	}
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, div, span, a {
	font-family: 'PT Sans Narrow', 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif;
	color: #666666;
	line-height: 19pt;
	font-size: 15pt;
}
h1, h2, h3, h4, h5, h6, hr {
	clear: both;
}
a:hover {
	color: #cc3333;
}
h2, h2 a {
	font-size: 30pt;
	line-height: 30pt;
	margin: 35pt 0pt 0pt 0pt;
	text-decoration: none;
}
h3, h3 a {
	font-size: 18pt;
	margin: 15pt 0pt;
}
p {
	margin: 15pt 0pt;
}
ul, ol {
	margin: 15pt 0pt 15pt 2em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	margin: 5pt 0pt;
}
@media print {
	#menu {
		display: none;
	}
}
#menu {
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #dddddd;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	color: #666666;
	font-size: 8pt;
	line-height: 10pt;
	-webkit-transition-duration: 500ms, 500ms;
	-webkit-transition-property: color, background-color;
}
#menu a.current {
	background-color: #ffffff;
	color: #666666;
}
#menu a:hover {
	background-color: #333333;
	color: #ffffff;
}
#header {
	position: relative;
	width: 800px;
	background-color: #888888;
}
#header h1 {
	font-weight: normal;
	font-size: 24pt;
	bottom: 5pt;
	left: 0px;
	position: absolute;
	width: 800px;
	text-indent: 7pt;
	line-height: 29pt;
	display: block;
}
@media print {
	#header h1 {
		color: #000000;
		margin: 20pt 0pt;
		font-size: 32pt;
		text-indent: 0pt;
		position: relative;
	}
}
#banner-img-more {
	position: absolute;
	right: 10pt;
	bottom: 10pt;
	width: 190px;
	text-align: right;
	display: none;
}
#banner-img-more a {
	font-size: 10pt;
	line-height: 10pt;
	color: #ffffff;
}
#banner-img-more a:hover {
	color: #ff6666;
}

#footer {
	margin-top: 100px;
	clear: both;
}
#footer h2 {
	margin: 0pt 0pt 0pt 0pt;
	font-size: 10pt;
	font-weight: normal;
	float: left;
	line-height: 12pt;
}
#footer p {
	margin: 0pt 0pt 0pt 6em;
}
.byline, .byline *, #footer * {
	line-height: 12pt;
	font-size: 9pt;
}
.byline {
	margin-bottom: 10pt;
}
#footer p img {
	vertical-align: top;
}

.blog-img-left {
	float: left;
	margin: 15px 25px 15px 0;
}
.blog-img-right {
	float: right;
	margin: 15px 0 15px 15px;
}
.blog-img-none {
	margin: 15px 15px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.blog-img-center {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.blog-img-center-container {
	margin: 15px;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
}
.blog-img-featured {
	display: block;
	max-width: 500px;
}
.blog-img-featured img {
	max-width: 100%;
	max-height: 500px;
}
.blog-img-left, .blog-img-right, .blog-img-none, .blog-img-center, .blog-img-featured {
	padding: 5px;
	border: 1px solid #333333;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media screen {
	.blog-img-left, .blog-img-right, .blog-img-none, .blog-img-center {
		-webkit-box-shadow: 2px 2px 5px #999999;
		-moz-box-shadow: 2px 2px 5px #999999;
	}
}
.blog-img-left, .blog-img-right {
	-webkit-transform: rotate(3deg);
}
.blog-img-left .caption, .blog-img-right .caption, .blog-img-none .caption, .blog-img-center .caption, .blog-img-featured .caption {
	display: block;
	width: 140px;
	max-width: 140px;
	font-size: 8pt;
	margin-top: 5pt;
	line-height: 9pt;
	text-align: center;
	white-space: normal;
}
.blog-img-center .caption, .blog-img-featured .caption {
	width: 100%;
	max-width: 100%;
}
.blog-img-featured .caption {
	font-size: 15pt;
	line-height: 15pt;
}
.blog-img-left a, .blog-img-right a, .blog-img-none a, .blog-img-center a, .blog-img-featured a {
	text-decoration: none;
}
.blog-img-left a:hover .caption, .blog-img-right a:hover .caption, .blog-img-none a:hover .caption, .blog-img-center a:hover .caption, .blog-img-featured a:hover .caption {
	color: #cc3333;
}
.panorama-thumb {
	width: 600px;
}
@media print {
	.no-print {
		display: none;
	}
	#footer {
		margin-top: 25px;
	}
}
@media screen {
	.no-screen {
		display: none;
	}
}
hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #666666;
	margin: 25px 0;
}
.highslide-caption {
	font-size: 10pt;
	line-height: 12pt;
}
.button, .post-tag, .post-category {
	padding: 2px 6px;
	font-size: 80%;
	border: solid 1px #666666;
	margin: 0px 3px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

