body {
	background-color: #f2f2f2;
	color: #000000;
	/*font-family: 'Roboto', sans-serif; Not used */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*font-family: 'PT Sans', sans-serif; Copy/paste this for Headings */
}
.main-container {
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 60px 0;
}


/* Header */

header {
	border-bottom: 1px solid #f2f2f2;
	height: 103px;
}
#logo {
	position: relative;
	top: 18px;
}
#logo, #logo img {
	width: 377px;
	height: 68px;
	display: block;
}
#logo img {
	border: 0;
	max-width: 100%;
	height: auto;
}
#logo img#logoMobile {
	width: auto;
	height: 68px;
}
.social {
	float: right;
	position: relative;
	top: -26px;
}
.social img {
	width: 19px;
	height: 19px;
	margin-left: 10px;
}
.mobileNavButton {
	width: 47px;
	height: 40px;
	float: right;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #41b7d8;
	padding: 9px 0 0 11px;
	margin: 33px 0 0 60px;
	display: none;
}
.mobileNavButton div {
	width: 24px;
	height: 4px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
}
.mobileNavButton:hover {
	cursor: pointer;
}


/* Navigation */

nav {
}
nav div {
	position: relative;
	margin-bottom: 20px;
}
nav img {
	position: absolute;
	width: 33px;
	height: 33px;
	top: -4px;
}
nav a, nav a:hover {
	display: block;
	padding-left: 37px;
	color: #1291d4;
	font-size: 18px;
}
nav a:hover {
	background-color: #c5f1ea;
	text-decoration: none;
}
nav a:nth-child(2), nav a:nth-child(2):hover {
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #017093;
	font-size: 22px;
}
nav span {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Home */

.rowArticle:nth-child(n+2), .paginationz {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #41b7d8;
}
.articleThumb a {
	width: 100%;
	height: 228px;
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	border: 1px solid #d5d5d5;
}
.liquidDefault {
	background-position: center;
}
.liquidUpperLeft {
	background-position: 0 0;
}
.articleEntry {
	position: relative;
	top: -3px;
}
.articleEntry h2, .articleEntry  p {
	padding: 0;
	margin: 0;
}
.articleEntry h2 a {
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #046280;
	text-decoration: none;
}
.articleEntry a {
	color: #1c94c6;;
}
.articleEntry .author {
	font-size: 15px;
	color: #828282;
	border-bottom: 1px solid #c0c0c0;
	padding: 5px 0 10px 0;
}
.articleEntry .author a, .articleEntry .stamp span a {
	text-decoration: none;
}
.articleEntry .author a:hover, .articleEntry .stamp span a:hover {
	text-decoration: underline;
}
.articleEntry .pub, .articleEntry .tag {
	padding: 10px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 15px;
	color: #828282;
}
.articleEntry .pub img, .articleEntry .tag img {
	width: 15px;
	height: 15px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.articleEntry .pub {
	padding-right: 2em;
}
.articleEntry .tag {
	padding-top: 0;
}
.articleEntry .description {
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 18px;
	color: #333333;
}
.articleEntry .fixListHeadline {
	width: 450px;
}
.articleEntry .more, .paginationz a {
	text-decoration: none;
	background-color: #41b7d8;
	color: #ffffff;
	padding: 9px 10px;
	font-size: 14px;
	font-weight: 700;
}
.articleEntry .more:hover, .paginationz a:hover {
	background-color: #32a1c0;
}
.paginationz {
	padding: 20px 15px 0 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.paginationz .prev {
}
.paginationz .next {
	float: right;
}
.paginationz a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}
.paginationz a span {
	font-size: 10px;
	position: relative;
	top: 0;
}


/* Categories and Tags */

.catPage {
}
.catHeader p {
	padding: 0.5em 0 2em 0;
	margin: 0;
	font-size: 18px;
	color: #666666;
}
.catPage div:nth-child(2), .tagPage div:nth-child(2) {
	margin-top: 0;
}
.tagPage h1 span {
	color: #666666;
	font-size: 34px;
}


/* Articles */

.hero {
	margin-bottom: 20px;
}
.hero img {
	border: 1px solid #d5d5d5;
}
.articlePage a {
	color: #1c94c6;;
}
.articlePage h1, h1.noarticle, .catHeader h1, .tagPage h1 {
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 46px;
}
.articlePage .fixHeadline {
	width: 550px;
}
.tagPage h1 {
	margin-bottom: 20px;
}
.articlePage > div {
	padding-left: 85px;
	position: relative;
}
.articlePage .me {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 10px;
	moz-border-radius: 50px;
	webkit-border-radius: 50px;
	border-radius: 50px;
	background: url(../images/me.jpg)
}
.articlePage .author {
	font-size: 16px;
	color: #828282;
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 0 13px 0;
}
.articlePage .author a, .articlePage .stamp span a {
	text-decoration: none;
}
.articlePage .author a:hover, .articlePage .stamp span a:hover {
	text-decoration: underline;
}
.articlePage img {

}
.articlePage .pub, .articlePage .tag {
	padding: 5px 0 10px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	color: #828282;
}
.articlePage .pub img, .articlePage .tag img {
	width: 15px;
	height: 15px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.articlePage .pub {
	padding-right: 2em;
}
.articlePage .tag {
	padding-top: 0;
}
.page {
	padding: 15px 0 0 0;
}
.page a {
	color: #1c94c6;;
}
.page p, .page li {
	line-height: 1.8em;
	font-size: 18px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #333333;
}
.page ol, .page ul {
	margin-left: 0;
	padding-left: 1.8em;
	position: relative;
	top: -0.2em;
}
.page > ol, .page > ul {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.page ul li ul, .page ol li ul {
	margin-top: 10px;
}
.page ul li ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.3em;
}
.page ol.condensed li, .page ul.condensed li {
	padding: 0;
}
.page img {
	/*margin-top: 10px;*/
	display: block;
	max-width: 100%;
	height: auto;
}
.page h2 img, .page h3 img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.page h2 {
	margin-top: 1.8em;
	margin-bottom: 0.5em;
	font-size: 32px;
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}
.page h3 {
	font-size: 22px;
	padding-top: 15px;
	text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}
.page p.banner {
	/*margin-top: 30px;*/
}
.page .caption {
	font-style: italic;
	color: #999999;
	padding-top: 0;
	margin-top: 0;
	line-height: normal;
	font-size: 15px;
}
.page .centerBanner {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.float-l {
	float: left;
	margin: 20px 40px 20px -10%;
}
.float-r {
	float: right;
	margin: 0 -10% 20px 40px;
}
.zoom {
	position: relative;
}
.floatCaption {
	float: right;
	margin: 0 -10% 15px 25px;
	font-style: italic;
	color: #999999;
	z-index: 90;
	position: relative;
}
.floatCaption img {
	margin: 0 0 7px 0;
}
.floatCaption .mag, .zoom span {
	background: url('../images/magnify-cursor.gif') no-repeat;
	position: absolute;
	pointer-events: none;
	z-index: 91;
	width: 20px;
	height: 21px;
	top: 6px;
	left: 5px;
}
.zoom span {
	top: 13px;
}
.fiddle {
	position: relative;
}
.fiddle a {
	position: absolute;
	right: 0.4%;
	top: 3px;
	padding: 3px 8px;
	margin: 5px 5px 0 0;
	font-size: 13px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #7ebce3;
}
.fiddle a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
pre {
	border-radius: 0;
	border-color: #dddddd;
}
li.h {
	list-style-type: none;
	position: relative;
	left: -17px;
}
.page .back {
	text-align: right;
	padding: 0;
	margin: 0;
	line-height: normal;
	position: relative;
	top: 5px;
}
.page .back a {
	font-size: 12px;
	background: url('../images/back-to-top.png') no-repeat 0 5px;
	padding-left: 15px;
}
acronym {
	border-bottom: 1px dotted #666666;
}
.page .btn-primary {
	color: #ffffff;
	white-space: normal;
	text-align: left;
	font-size: 16px;
}
.page .btn-primary .glyphicon {
	float: right;
	position: relative;
	top: 3px;
	left: 5px;
}
.clearfix:before, .clearfix:after, .mediaBlocks > div:before, .mediaBlocks > div:after {
	content: "";
	display: table;
}
.clearfix:after, .mediaBlocks > div:after {
	clear: both;
}
.clearfix, .mediaBlocks > div {
	zoom: 1;
}
.mediaBlocks {
}
.mediaBlocks img {
	border: 1px solid #d5d5d5;
	margin: 0 15px 15px 0;
	float: left;
	position: relative;
	top: 5px;
}
.mediaBlocks p {
	margin: 0 0 15px 0;
	padding: 0;
}
.compare {
	padding: 10px 0;
}
.compare img {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.compare img:nth-child(1) {
	position: relative;
	left: -10px;
}
.compare img:nth-child(2) {
	position: relative;
	left: 20px;
}


/* Below article */

.tags {
	padding-top: 50px;
	font-size: 16px;
}
.tags span {
	font-weight: 700;
}
.tags a {
	background-color: #428bca;
	color: #ffffff;
	padding: 6px 10px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0.1em;
}
.tags a:hover {
	text-decoration: none;
	background-color: #2a6496;
}
.addthis {
	padding-top: 34px;
	height: 72px;
	float: right;
}
.addthis > p, .addthis > div {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.addthis > p {
    font-family: 'PTSansRegular';
	font-weight: 700;
	font-size: 20px;
	position: relative;
	top: -9px;
	color: #777777;
}
.page .gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page .gallery p {
	padding: 0;
	margin: 0;
}


/* Video embed */

.embed-responsive {
	margin: 15px 0;
}


/* Comments */

#disqus_thread {
	margin-top: 60px;
}


/* About */

.about {
	padding-top: 10px
}
#me {
	height: 100px;
	margin: 25px 0 15px 0;
}
#me div {
	background: url('../images/me-about.jpg');
	width: 100px;
	height: 100px;
	moz-border-radius: 200px;
	webkit-border-radius: 200px;
	border-radius: 200px;
	float: left;
	margin-right: 15px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.page #me h2 {
	padding: 15px 0 0 0;
	margin: 0;
	line-height: normal;
}
.page #me h2 span:nth-child(2) {
	font-size: 35px;
	display: block;
}


/* Footer */

#mobile-nav {
	border-top: 2px solid #41b7d8;
	padding-top: 50px;
	margin-top: 50px;
}
#mobile-nav nav > div {
	float: left;
	width: 49%;
	margin: 0 0 10px;
}
#mobile-nav nav > div:nth-child(odd) {
	margin-right: 2%;
}
#mobile-nav nav a {
	padding: 12px 0 8px 45px;
	background-color: #DEE9EF;
	border: 1px solid #c3d4dd;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
}
#mobile-nav nav img {
	top: 8px;
	left: 10px;
}
.backtotop {
	padding: 10px 0 10px 0;
	display: block;
}
footer {
	padding: 60px 0 80px 0;
}
footer h2 {
    font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #666666;
	font-size: 22px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #41b7d8;
}
footer p, footer a {
	font-size: 16px;
	display: block;
	line-height: 1.5em;
}
footer p span {
	display: inline-block;
}
.socialFooter {
}
.socialFooter img {
	display: none;
	width: 26px;
	height: 26px;
}

/* First breakpoint */
@media only screen and (max-width: 1215px) {
	.float-l {
		margin: 10px 20px 10px auto;
	}
	.float-r, .floatCaption {
		margin-right: auto;
	}
	.compare {
		text-align: center;
	}
	.compare img:nth-child(1), .compare img:nth-child(2) {
		left: auto;
	}
	.compare img:nth-child(2) {
		margin-top: 10px;
	}
}

/* Articles near stacked */
@media only screen and (max-width: 1007px) {
	.articleEntry h2 {
		padding-top: 0.5em;
	}
	.articleThumb a {
		height: 180px;
	}
	.addthis {
		float: none;
		padding: 20px 0;
		height: auto;
	}
	.addthis p, .addthis div {
		display: block;
	}
	.addthis p {
		margin-bottom: 0;
	}
	.addthis_sharing_toolbox {
		position: relative;
		top: -10px;
	}
	.tags {
		padding-top: 0;
	}
	.page .gallery {
		margin-top: 0;
		margin-bottom: 0;
	}
	.page .gallery, .page .gallery > div {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#disqus_thread {
		margin-top: 30px;
	}
}

/* Shrinking font size */
@media only screen and (max-width: 770px) {
	.page p, .page li {
		font-size: 16px;
		line-height: 1.7em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
	}
	.page h2 {
		font-size: 26px;
		margin-top: 1.4em;
	}
	.page h3 {
		font-size: 21px;
		padding-top: 0;
	}
	.page > ol, .page > ul {
		margin-top: 1.4em;
	}
	.articleEntry .pub, .articleEntry .tag, footer p, footer a {
		font-size: 14px;
	}
	.articleEntry .description, .catHeader p {
		font-size: 16px;
	}
	.articleEntry .more, .paginationz a {
		font-size: 13px;
	}
}

/* Articles stacked */
@media only screen and (max-width: 767px) {
	#logo {
		width: 178px;
	}
	.mobileNavButton {
		display: inline;
	}
	.social {
		display: none;
	}
	.articleEntry h2 {
		padding-top: 0.5em;
	}
	.articleEntry .description {
		margin-top: 0;
	}
	.main-container {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.rowArticle:nth-child(n+2), #mobile-nav {
		margin-top: 20px;
		padding-top: 30px;
	}
	.page {
		padding: 0;
	}
	footer {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.socialFooter span {
		display: none;
	}
	.socialFooter img {
		display: inline-block;
	}
	footer .socialFooter a {
		display: inline-block;
		margin: 3px 20px 10px 0;
	}
	.page .gallery p {
		margin-bottom: 15px;
	}
}

/* Header stacked */
@media only screen and (max-width: 600px) {
	header {
		height: auto;
		padding-bottom: 20px;
	}
	#logo {
		top: auto;
	}
	#logo img {
		margin-top: 18px;
	}
	.mobileNavButton {
		margin-top: 30px;
		margin-left: 0;
	}
	header {
		height: 100px;
	}
	.articlePage h1 {
		font-size: 40px;
	}
	.articlePage > div {
		min-height: 85px;
	}
	.articlePage .author, .articleEntry .author {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.articlePage .pub, .articlePage .tag  {
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.articleEntry .pub, .articleEntry .tag {
		padding-top: 7px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.articleEntry p.description {
		padding-top: 10px;
	}
	.articlePage .fixHeadline, .articleEntry .fixListHeadline {
		width: auto;
	}
	#me {
		height: auto;
		margin-bottom: 10px;
	}
	#me div {
		float: none;
		width: 100%;
		height: 140px;
		moz-border-radius: 0;
		webkit-border-radius: 0;
		border-radius: 0;
		margin-right: auto;
		background-position: center;
	}
	.page #me h2 span, .page #me h2 span:nth-child(2) {
		font-size: inherit;
		display: inline-block;
	}
}

/* Footer stacked (for extra small, old phones) */
@media only screen and (max-width: 400px) {
	#mobile-nav nav > div {
		float: none;
		width: 100%;
	}
	.float-l, .float-r, .floatCaption, .mediaBlocks img {
		float: none;
		margin: 15px auto 15px auto;
	}
	.floatCaption img {
		margin: 0 auto;
	}
}