﻿@charset "UTF-8";

/*
NOTE:  THE PAGE SITE IS BASED OF 1em = 16px. 
*/

body {
	background-color: #ffffff;
	color: #2D2D2D;
	font-size: 16px;
	font-family: "Segoe UI",Arial, Verdana, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}

a:link {
	color: #034af3;
	text-decoration: underline;
}

pagemap {
	display: none;
}

a:visited {
	color: #505abc;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #12eb87;
}

h1 {
	color: #667475;
	font-size: 1.375em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: .250em;
}

	h1.blog {
		font-size: 3em;
		margin: 0 0 .75em 0;
		text-shadow: 1px 1px #434343;
		text-align: center;
	}

	h1.header {
		font-size: 1em;
	}

h2 {
	color: #667475;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: .250em;
}

h3 {
	color: #2D2D2D;
	display: inline;
	font-size: 0.75em;
	font-weight: bold;
}

h4 {
	color: #2D2D2D;
	display: inline;
	font-size: 0.75em;
	font-weight: normal;
}

hr {
	border-top: 0.0625em solid #2d2d2d;
}

a.headerlink {
	/*color: #667475;*/
	color: #434d4e;
	text-decoration: none;
}

	a.headerlink:hover {
		text-decoration: underline;
		/* border-bottom: .0625em dotted #667475; */
	}

#pagecontainer {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	/*
	min-height: 30em;
	*/
}

#pageheader {
	background-color: #667475;
	margin-top: .75em;
	position: relative;
	z-index: 2;
}

#pagebody {
	margin-top: -1em;
	position: relative;
	z-index: 1;
	background-color: #fafafa;
	/*
	z-index:1;
	background-color: #fafafa;
	min-height: 35em;
	right: 0;
	left: 0;
	top: 0.5em;
	position: absolute;
	padding-top: 8em;
	margin: auto;
	max-width: 64em;
	*/
}

#titlecontainer {
	overflow: hidden;
	position: relative;
}

	#titlecontainer nav {
		position: absolute;
		right: 0;
		top: 0;
	}

	#titlecontainer > header {
		margin-bottom: 10px;
		margin: 35px 0;
		padding: 0 2.25em;
	}

	#titlecontainer > header > h1{
		margin: 0;
	}

#linkcontainer a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 0.750em;
	padding: 0.75em 1.5em 0 1.5em;
	text-decoration: none;
}

#titlecontainer .selectednav {
	background-image: url('/images/navselector.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 0;
}

#titlecontainer > header > h1 > a > span {
	display: block;
	line-height: 1.5;
	text-shadow: 1px 1px #000000;
}

#title {
	color: #e5e5e5;
	font-size: 1.75em;
	font-weight: bold;
}

#subtitle {
	color: #e5e5e5;
	font-size: 1em;
}

#linkcontainer {
	float: left;
	white-space: nowrap;
}

#searchbutton {
	border: none;
	position: relative;
	right: -18.750em;
	top: -0.5em;
}

#googlesearch2 {
	max-width: 30em;
	width: 100%;
}

	#googlesearch2 a {
		text-decoration: none;
	}

#searchbox {
	max-width: 30em;
	width: 70%;
	margin: 0 0 1em 0;
}

#contentcontainer {
	height: 100%;
	min-height: 100%;
}

#content {
	float: left;
	padding: 2em 1em 2em 1em;
	margin: 1em 1em 0 1em;
	max-width: 38em;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

#sidebar {
	bottom: 0;
	float: right;
	margin: 2em 1em 1em 1em;
	padding-top: 1em;
	width: 18.75em;
	height: 100%;
	min-height: 100%;
}

	#sidebar a img {
		border: 0;
	}

	#sidebar nav {
		background-color: #667475;
		padding: .750em;
	}

	#sidebar .sidebartitle {
		color: #fefefe;
		font-family: "Segoe UI",Verdana;
		font-size: .750em;
		font-weight: bold;
		margin: 0 0 .750em 0;
		text-transform: uppercase;
	}

	#sidebar .separator {
		border-bottom: 0.0625em solid #606060;
		margin: 1em 0 .75em 0;
	}

	#sidebar .link {
		/*
	margin: 0.5em 0 0.5em 0;
	*/
		padding: 0.3125em 0 0.3125em 0;
		/* margin-bottom: .5em; */
	}

		#sidebar .link:hover {
			/* background-color: #667475; */
		}

	#sidebar .headerimage {
		border: 0;
		float: left;
		/*height: 1.375em;*/
		height: 2.5em;
		margin: 0 .25em 0 0;
	}

	#sidebar h1 {
		color: #fefefe;
		font-family: "Segoe UI","Arial";
		font-size: 0.75em;
		font-weight: bold;
		/* line-height: 0.850em; */
		line-height: 1.125em;
		margin: 0 0 0.125em 0;
	}

		#sidebar h1:hover {
			text-decoration: underline;
		}

.linkcontainer {
}

#sidebar .publishinfo {
	color: #e5e5e5;
	font-family: "Segue UI",Arial;
	font-size: 0.625em;
}

#pagefooter {
	border-top: 0.125em solid #667475;
	font-size: 0.625em;
	margin: 2em 2em 0 2em;
	padding: 1em 0 2em 0;
}

	#pagefooter a {
		color: #2D2D2D;
		margin-right: 2em;
		text-decoration: none;
	}

		#pagefooter a:hover {
			text-decoration: underline;
		}

#footerlinks {
	float: left;
}

#copyright {
	float: right;
}

#about p {
	font-size: .850em;
}

#searchstats {
	color: #777777;
	font-size: 0.625em;
}

#searchresults {
	font-family: "Segoe UI", Arial;
}

	#searchresults .article {
		margin: 0 0 2em 0;
	}

	#searchresults h2 {
		color: #263366;
	}

	#searchresults .publishinfo {
		color: #777777;
		font-size: 0.625em;
	}

	#searchresults .content {
		font-size: 0.750em;
	}

	#searchresults .footer a {
		color: #7c664d;
		font-size: 0.750em;
	}

.pager {
	color: #777777;
	font-size: 0.750em;
	max-width: 34em;
	margin: 0 auto;
	text-align: center;
}

	.pager a {
		color: #667475;
		display: block;
		float: left;
		padding: 0 .5em 0 .5em;
		text-decoration: none;
	}

		.pager a:hover {
			text-decoration: underline;
		}

	.pager .selected {
		background-color: #667475;
		color: #fafafa;
	}

article {
	font-family: "Segoe UI", Arial;
	margin: 0.75em 0 2.0em 0;
}

	article header {
		margin-bottom: 1em;
	}

	article .siteimage {
		vertical-align: text-top;
	}

	article header h1,
	article header h1 {
		/*color: #667475;*/
		color: #434d4e;
		font-size: 1.75em;
		font-weight: normal;
		line-height: 1em;
		margin-bottom: .150em;
	}

	article .publishinfo {
		color: #777777;
		font-family: "Segoe UI", Arial;
		font-size: 0.75em;
	}

	article .headertitle {
		float: left;
		padding: 0;
		margin-left: .75em;
	}

	article .body h1 {
		color: #3e4242;
		font-size: 1.5em;
		font-weight: 700;
	}
	article .body h2 {
		color: #3e4242;
		font-size: 1.375em;
		font-weight: 700;
	}
	article .body h3 {
		color: #3e4242;
		font-size: 1.250em;
		font-weight: 700;
	}
	article .body h4 {
		color: #3e4242;
		font-size: 1.125em;
		font-weight: 400;
	}
	article .body h5 {
		color: #3e4242;
		font-size: 1em;
		font-weight: 400;
	}
	article .body h6 {
		color: #3e4242;
		font-size: 1em;
		font-style: oblique;
	}


	article section pre {
		white-space: pre-wrap;
	}

	article footer {
		padding: 1em 0 0 0;
	}

	article .commentarea {
	}

	article .social {
		float: right;
	}

	article .stats {
		border-bottom: 0.0625em solid #606060;
		padding-bottom: .5em;
		margin-bottom: 1em;
	}

		article .stats a:link {
			color: #667475;
			font-size: 0.625em;
			margin-right: 2em;
			text-decoration: none;
		}

		article .stats a:visited {
			color: #667475;
		}

		article .stats a:hover {
			color: #667475;
			text-decoration: underline;
		}

.stats a:active {
	color: #667475;
}

.button {
	background-color: #667475;
	color: #fafafa;
	display: block;
	font-family: "Segoe UI", Verdana;
	font-size: 0.6875em;
	height: 3em;
	line-height: 3em;
	padding: 0 2em 0 2em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	/* width: 5em; */
}

.pagewidth {
	height: 100%;
	margin: auto;
	max-width: 64em;
}

.RightArrow {
	background-image: url('/images/arrow_r.png');
	background-repeat: no-repeat;
	float: left;
	height: 2em;
	left: -2em;
	position: relative;
	width: 2em;
}

.commentarea a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.metrobox {
	font-size: 1em;
	border: 0.0625emx solid #667475;
	height: 2em;
	padding: 0 0.5em 0 0.5em;
}

.smallpadding {
	margin: 0 0.5em 0 0.5em;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.wlWriterEditableSmartContent {
	max-width: 100% !important;
	height: auto !important;
	width: auto\9 !important; /* ie8 */
}

/* Facebook Like Button fix to line up properly with other social buttons*/
.fb-like iframe {
	margin-top: -0.25em;
}

.twitter-share-button {
	width: 5.625em !important;
}

.ie8 .twitter-share-button,
.ie9 .twitter-share-button {
	width: 5.5em !important;
}

.tumblrpadding {
	padding: 0.1875em 0.75em 0 0;
}

.ie8 .tumblrpadding,
.ie9 .tumblrpadding {
	padding: 0 1em 0 0;
}

a.author {
	color: #777777;
}

	a.author a:visited {
		color: #777777;
	}

div.sidebartitle.nolink a:link {
	color: #fefefe;
	text-decoration: none;
}

div.sidebartitle.nolink a:visited {
	color: #fefefe;
}




@media only screen and (max-device-width : 1000px), (max-width : 1000px) {

	#sidebar {
		float: left;
		margin: 0 0.5em 1em 0.5em;
		padding-top: 0;
		width: 94%;
	}

	#content {
		max-width: 60em;
		width: 94%
	}
}

@media only screen and (min-device-width : 768px) {
	.shadow {
		display: block;
		box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0.3125em .8em rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0.3125em .5em rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0 0.3125em .5em rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 0.3125em .5em rgba(0, 0, 0, 0.3);
		/*
	zoom: 1;
	filter:
	progid:DXImageTransform.Microsoft.Shadow(Color=#e3e3e3, Strength=5, Direction=90),
	progid:DXImageTransform.Microsoft.Shadow(Color=#e3e3e3, Strength=5, Direction=-90);
	*/
		/*
    body:last-child .box-shadow {
       Remove filter from IE9
      filter: none;
    }
	*/
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 768px), (max-width : 768px) {
	body {
		background-color: #fafafa;
	}

	.shadow {
		display: block;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	#linkcontainer {
		float: right;
	}

	#searchbutton {
		border: none;
		position: relative;
		right: -16.750em;
		top: -0.3125em;
	}

	#content {
		float: left;
		padding: 0;
		margin: 2em 1em 2em .5em;
		max-width: 38em;
	}

	article {
		margin: 0.75em 0 0 0;
	}

		article section {
			font-size: 1em;
		}

		article .social {
			margin-top: 1em;
		}



	#pagefooter {
		margin: 2em 1em 0 1em;
	}

		#pagefooter a {
			margin-right: 1em;
		}

	#copyright {
		clear: both;
		margin-top: 2em;
	}

	.shadow {
		box-shadow: 0;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		-ms-box-shadow: 0;
		-o-box-shadow: 0;
	}

	.pager {
		color: #777777;
		font-size: 0.750em;
		max-width: 34em;
		margin: 1em 0 0 0;
		text-align: center;
	}
}
