/* 
 * font-family: "Lato", sans-serif;
 * font-family: "Lora", serif;
 *
 * green: #8dc63f;
 * darker green: #6cab16;
 * tan bkgd: #cccab6;
 * brown: #3e3310;
*/

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v13/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v13/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v13/0QIgMX1D_JOuO7HeNtxumtus-7w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v13/0QIiMX1D_JOuMw_Dmt5emNGr2b7e-A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

body, div, p, table, td, img, form, input, h1, h2, h3, h4, blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

ol, ul, li {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	padding-bottom: 9px;
}

body {
	background-color: #cccab6;
}

div {
	position: relative;
	overflow: hidden;
}

p, div.typePost li {
	padding: 0.3em 0 0.3em 0;
	font-family: "Lora", serif;
	font-size: 100%;
	line-height: 160%;
}

sup {
	font-family: arial, sans-serif;
	line-height: 10%;
	font-size: 50%;
}

blockquote {
	margin-left: 6px;
	padding-left: 18px;
	border-left: 2px dotted #ccc;
	font-family: "Lora", serif;
	font-size: 100%;
	line-height: 160%;
}

hr {
	width: 50%;
	height: 1px;
	color: #bbbbbb;
	background-color: #bbbbbb;
	border-color: #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div#headerBox {
	position: fixed;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 170px;
	z-index: 50;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

div#headerBox.smaller {
    height: 75px;
}

div#headerBoxBkgd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-color: #f7f6f2;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

div#headerBox.smaller div#headerBoxBkgd {
    height: 65px;
}

div#headerBottom {
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-image: url("header-cutout-flat.png");
	background-repeat: repeat-x;
	background-position: center 0px;
	background-size: auto;
	z-index: 51;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#headerBox.smaller div#headerBottom {
	background-position: center 12px;
	background-size: 78%;
}

div#headerLine {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-image: url("logo-line.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto;
	z-index: 52;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none; /* adj */
}

div#headerBox.smaller div#headerLine {
	height: 2px;
}

div#headerLineSub {
	position: relative;
	margin: 0px auto;
	height: 100%;
}

div.lineSide {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 31.3%;
	background-color: #000;
	z-index: 99;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#lineRight.lineSide {
	left: auto;
	right: 0px;
}

div#headerBox.smaller div.lineSide {
	width: 41.9%;
}

div#headerLogo {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 170px;
	z-index: 55;
	background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#headerBox.smaller div#headerLogo {
    height: 75px;
}

div#headerLogo div#headerLogoInner {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#headerLogo img {
	height: 100%;
	width: auto;
	background-image: url("logo-line-bkgd.png");
    z-index: 99;
}

.contentWidth, div#headerContent, div#contentBoxMain, div#headerLineSub, div#footerBoxInner {
	width: 890px;
}

div#headerContent {
	position: relative;
	margin: 120px auto;
	height: 100%;
	z-index: 60;
	color: #555;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

div#headerBox.smaller div#headerContent {
	margin-top: 30px;
}

div#linksLeft {
	width: 33%;
	float: left;
	text-align: left;
	height: 30px;
	pointer-events: auto;
}

div#linksRight {
	width: 33%;
	float: right;
	text-align: right;
	height: 30px;
	pointer-events: auto;
}

div#headerContent a, div#topicBox a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#topicBox a.topical {
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 3px 0 3px;
}

div#headerContent a:hover {
	color: #000;
	border-bottom: 3px solid #8dc63f;
}

div#topicBox a:hover {
	color: #000;
	border-bottom: 3px solid #6cab16;
}

img.socialIcon {
	width: 20px;
	height: auto;
}




div#contentBoxMain {
	margin: 180px auto 30px auto;
}

div#taglineBox {
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-family: "Lora", serif;	
}

div#topicBox {
	color: #555;
	width: 100%;
	height: 50px;
	margin: 12px 0 10px 0;
	padding-top: 14px;
	text-align: center;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}



div#footerBox {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 20px;
	background-color: #193a14;
}

div#footerBoxInner {
	margin: 0 auto;
	text-align: left;
	font-size: 70%;
	color: #fff;
}

div#footerLeft {
	width: 45%;
	float: left;
}

div#footerRight {
	width: 45%;
	float: right;
	text-align: right;
}

div#footerBoxInner ul {
	padding: 0;
	margin: 0;
}

div#footerBoxInner ul ul {
	padding-left: 10px;
}

div#footerBoxInner ul li {
	list-style-type: none;
	padding: 5px 0 0 10px;
	color: #ccc;
}

div#footerBoxInner ul li a {
	display: block;
	color: #fff;
	padding: 0 0 5px 0;
	text-decoration: none;
}

div#footerBoxInner ul li a:hover {
	color: #8dc63f;
}

div#footerBoxInner ul li.mobileFollow {
	padding-bottom: 5px;	
}

div#footerBoxInner ul li.mobileFollow a {
	display: inline;
	padding-left: 2px;
}


div#contentBoxes {
	width: 100%;
}

div.contentBox {
	background: #fff;
	padding: 5%;
	margin: 12px 8px 12px 8px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

div.contentBox a {
	color: #6cab16;
}

div.contentBox a:hover {
	color: #333;
}

div h1 {
	font-size: 200%;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

div h2 {
	font-size: 140%;
	padding-top: 12px;
}

div h1 a {
	text-decoration: none;
	color: #6cab16;
	border-bottom: 3px dotted #999;
}

div h1 a:hover {
	color: #333;
	border-bottom: 3px solid #6cab16;
}

div.aitd-tumblr-only { display: none; }

div.typePost h1 {
	border-bottom: 3px solid #6cab16;
	text-transform: capitalize;
}

div.typePost h1 a {
	border-bottom: none;
}

div.typePost h1 a:hover {
	border-bottom: none;
}

div.typePost p {
}

div.typePost img {
	margin: 0 auto;
}


div.typeQuote h1 {
	font-family: "Lora", serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 140%;
	padding-left: 0.4em;
	text-indent: -0.4em;
}

div.typeQuote div.quoteDash {
	float: left;
	margin-left: 1.25%;
	width: 2%;
	color: #6cab16;
}

div.typeQuote div.quoteText {
	width: 96%;
	float: right;
	padding-bottom: 18px;
}

div.typeQuote div.quoteDash p, div.typeQuote div.quoteText p {
	padding-top: 10px;
}

div.typeChat h1 {
	text-transform: capitalize;
}

div.typeChat h1 a {
	border-bottom: none;
}

div.typeChat td {
	padding-bottom: 12px;
	font-family: Courier, "Lora", serif;
	line-height: 140%;
}

div.typeChat td.chatLabel {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

div.typeChat table {
	padding-bottom: 10px;
}

div.photo500, div.photoset {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.photo500 img, div.typePanorama img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}


div.itemFooter, div.itemTags {
	position: relative;
	width: 100%;
}

div.itemFooter {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 3px solid #6cab16;
}

div.itemFooter div {
	width: auto;
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 70%;
}

div.itemFooter div.itemShare {
	float: right;
	text-align: right;
}

div.itemDate {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #aaa;
}

div.itemTags {
	font-family: "Lato", sans-serif;
	font-size: 70%;
}

div.itemTags a {
	color: #000;
	text-decoration: none;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #aaa;
}

div.itemTags a:hover {
	color: #000;
	text-decoration: underline;
}

div.itemTags a:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

div.pagination {
	text-align: center;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	color: #333;
}

div.pagination a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div.pagination a:hover {
	text-decoration: underline;
	color: #000;
}

div#paginationBottom.pagination {
	margin-top: 34px;
}

div.postNotes {
	border-top: 3px solid #8dc63f;
	padding-top: 12px;
	margin-top: 12px;
	width: 370px;
	float: left;
}

div.postNotes ol {
	padding: 0;
	margin: 0;
}

div.postNotes ol li {
	list-style-type: none;
	padding: 5px;
}

div.postNotes ol li a.avatar_frame {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
}

div.postFacebook {
	border-top: 3px solid #8dc63f;
	padding-top: 12px;
	margin-top: 12px;
	width: 370px;
	float: right;
}

body.noNotes div.postNotesBox {
	display: none;
}

div.videoPlayerBox {
	position: relative;
	width: 95%;
	height: auto;
	padding: 10px 20px 40px 0;
}

div.videoPlayer {
	position: relative;
	height: 0;
	background-color: #fff; 
	padding-bottom: 57%; /* 16:9 */
	padding-top: 25px;
}

div.videoPlayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* tag hiding */
.aitd-andimthedad,
.aitd-parenting,
.aitd-parents,
.aitd-parenthood,
.aitd-dads,
.aitd-fathering,
.aitd-fatherhood,
.aitd-fathers,
.aitd-kids,
.aitd-child,
.aitd-children,
.aitd-childhood { display: none; }


div#linksMobile, div#mobileBox { display: none; }

div#linksMobile {
	margin-left: 20px;
}

div#mobileBox {
	position: fixed;
	height: 100%;
	width: 250px;
	left: -250px;
	top: 140px;
	background-color: #444;
	padding: 40px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 49;
}

div#mobileBox.smaller {
	top: 55px;
}

div#mobileBox.slideOut {
	left: 0px;
}

div#mobileBox ul {
	padding: 0;
	margin: 0;
}

div#mobileBox ul ul {
	padding-left: 10px;
}

div#mobileBox ul li {
	list-style-type: none;
	border-bottom: 1px solid #555;
	padding: 5px 0 0 10px;
	color: #ccc;
}

div#mobileBox ul ul li {
	border: none;
}

div#mobileBox ul li a {
	display: block;
	color: #fff;
	padding: 0 0 5px 0;
	text-decoration: none;
}

div#mobileBox ul li a:hover {
	color: #8dc63f;
}

div#mobileBox ul li.mobileFollow {
	padding-bottom: 5px;	
}

div#mobileBox ul li.mobileFollow a {
	display: inline;
	padding-left: 2px;
}

/* (orientation: landscape) and */
@media screen and (max-width: 900px) {

	span.hide1 { display: none; }

	.contentWidth, div#headerContent, div#contentBoxMain, div#headerLineSub, div#footerBoxInner {
		width: 100%;
	}
	
	div.contentBox {
		width: 100%;
		margin: 12px 0 12px 0;
	}
	
	div#linksLeft {
		margin-left: 10px;
	}

	div#linksRight {
		margin-right: 10px;
	}

	div.lineSide {
		width: 28%;
	}
	
	div#headerBox.smaller div.lineSide {
		width: 41%;
	}
	
	div#headerBox.smaller div#headerBottom {
		background-position: center 13px;
		background-size: 100%;
	}
	
	div#headerBox.smaller div#headerBoxBkgd {
		height: 67px;
	}	

	div.photo500, div.photoset {
		width: 60%;
	}
	
	div.postFacebook {
		float: left;
	}
	
	div.postNotes {
		clear: both;
	}

}

@media screen and (max-width: 769px) {

	span.hide1, span.hide2,
	div#headerContent div#linksLeft, div#headerContent div#linksRight { display: none; }
	
	div#linksMobile, div#mobileBox { display: block; }

	div#headerLogo div#headerLogoInner {
		width: 100%;
	}

	div.photo500, div.photoset {
		width: 70%;
	}

}


@media screen and (max-width: 668px) {

	body, div, p, table, td, img, form, input, h1, h2, h3, h4, blockquote {
		font-size: 14px;
	}

	span.hide1, span.hide2,
	div#headerContent div#linksLeft, div#headerContent div#linksRight { display: none; }
	
	div#linksMobile, div#mobileBox { display: block; }

	div#headerLogo div#headerLogoInner {
		width: 100%;
	}
	
	div.lineSide {
		width: 24.5%;
	}

	div#headerBox.smaller div.lineSide {
		width: 39%;
	}

	div#headerBox.smaller div#headerBottom {
		background-position: center 13px;
		background-size: 150%;
	}
	
	div#headerBox.smaller div#headerBoxBkgd {
		height: 67px;
	}
	
	div.typeChat td {
		padding-bottom: 8px;
	}
	
	div.typeQuote h1 {
		font-size: 140%;
		line-height: 140%;
	}
	
	div.photo500, div.photoset {
		width: 80%;
	}
	
}

@media screen and (max-width: 481px) {

	div#topicBox, span.pageCount { display: none; }

	div#headerContent, div#headerBox.smaller div#headerContent {
		margin-top: 27px;
		height: 60px;
	}
	
	div.lineSide {
		width: 10%;
	}
	
	div#headerBox.smaller div.lineSide {
		width: 35%;
	}

	div.photo500, div.photoset {
		width: 90%;
	}

}

@media screen and (max-width: 376px) {

	div#contentBoxMain {
		margin: 140px auto;
	}

	div#headerContent, div#headerBox.smaller div#headerContent {
		margin-top: 27px;
		height: 60px;
	}
	
	div.lineSide {
		width: 1.8%;
	}
	
	div#headerBox.smaller div.lineSide {
		width: 31%;
	}

	div#headerBox.smaller div#headerBottom {
		background-position: center 13px;
		background-size: 250%;
	}

	div#headerBox.smaller div#headerBoxBkgd {
		height: 67px;
	}
	
	div#topicBox { display: none; }
	
	div#paginationTop {
		padding-top: 8px;
	}
	
	div#taglineBox {
		font-size: 90%;
	}
	
	div#mobileBox {
		padding-top: 25px;
		width: 225px;
	}

	div.photo500, div.photoset {
		width: 100%;
	}
		
}

@media screen and (max-width: 321px) {
	
	div#headerBox {
		height: 150px;
	}
	
	div#headerLogo {
		height: 150px;
	}
	
	div#headerBoxBkgd {
		height: 132px;
	}
	
	div.lineSide {
		width: 5%;
	}
	
	div#headerBox.smaller div.lineSide {
		width: 28%;
	}
	
	div#headerBottom {
		background-position: center 4px;
		background-size: 650%;
	}
	
	div#taglineBox {
		font-size: 80%;
	}
	
	div#mobileBox {
		top: 130px;
	}
	
}



@media screen and (orientation: landscape) and (max-height: 501px) {

	div#topicBox { display: none; }

}


@media screen and (max-height: 361px) {
	
	div#paginationTop {
		padding-top: 8px;
	}
		
}