/*
Theme Name: MichaelGross
Text Domain: MichaelGross
Version: 1.1
Description:  Inspired by the design of National Lampoon c. early seventies
Tags: left-sidebar, responsive
Author: Mark Simonson
Author URI: https://marksverylarge.com

*/
body {
	font-size: 100%;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.pagecontainer {
	display: grid;
	grid-template-columns: 7.5em 1fr 230px;
	max-width: 800px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 48px;
	margin-top: 24px;
}

.logo {
	text-align: center;
}

.addBorder img {
	border: #ccc solid; 
	border-width: 1px;

}

.burger-menu {
	grid-column: 1;
	margin-right: 12px;
	background-color: #fff;
}

input, textarea, select, button {
	width: 7rem;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

textarea {
	border: 1px solid #000;
}

.burger-menu-btn {
	display: none;
}

.month {
	grid-column: 2;
}

.stack {
	display: block;
	height: 240px;
	text-align: right;
}

.bighead {
	font-size: 5em;
	text-align: center;
	line-height: .8em;
	margin-top: 20px;
	letter-spacing: -.06em; 
    margin-bottom: -.04em;
}
.bigheadLast {
	font-size: 5em;
	text-align: center;
	line-height: .4em;
	margin-top: 20px;
	letter-spacing: -.06em; 
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

h1.centered {
	text-align: center;
}

.main {
	grid-column: 2 / 4;
}

.mainWithBighead {
	grid-column: 2 / 4;
}


p, .nav-links { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	line-height: 1.3em; 
	margin-top: 0em; 
	margin-bottom: .5em; 
}

div.listing p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	line-height: 1.3em; 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000 solid; 
	border-width: 1px 0px 0px;

}

div.listing h1 {
	border: #000000 solid; 
	border-width: 1px 0px 0px;
	line-height: 1em;
	padding-top: 4px;

}

.indented {
	margin-left: 2em;
}

ul {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	line-height: 1.3em; 
	margin-top: 0em; 
	margin-bottom: .5em;
	}

li {
    margin-bottom: .5em;
}

.wp-element-caption {
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-style: italic;
	font-size: .9em; 
	line-height: 1.3em; 
	margin-top: .3em; 
	margin-bottom: .5em;
}

h1 {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 2em; 
	letter-spacing: -.05em; 
	margin-top: 0em; 
	margin-bottom: .25em; 
	line-height: 1em;
	padding-top: 4px;
	}

.shrink {
    font-size: .6em;

}

h1.listing {  
	border: #000000 solid; 
	border-width: 4px 0px 0px;
	padding-right: 6px;

}

.spaceabove {
	margin-top: 2em;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: bold;
	font-size: 1em; 
	line-height: 1.3em; 
	margin-bottom: 0em; 
	margin-top: .5em; 
	padding-top: .5em; 
	padding-bottom: .5em;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}


.notbold {  
	font-style: normal; 
	font-weight: 400 ;
	}


.minorBreak {
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000 solid; 
	border-width: 1px 0px 0px;

}

p.majorBreak { 
	margin-top: .5em !important; 
	padding-top: .5em !important; 
	border: #000000 solid !important; 
	border-width: 4px 0px 0px !important;
	}

.majorBreak { 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000 solid; 
	border-width: 4px 0px 0px;
	}

.noRule {
	border-width: 0px !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}



.postTag {
	margin-top: .3em; 
	padding-top: .2em; 
	border: #000000 solid; 
	border-width: 1px 0px 0px 0px;

}

.post {
	margin-top: .3em; 
	padding-top: .2em; 
    padding-bottom: .2em;
    margin-bottom: .1em;
	border: #000000 solid; 
	border-width: 0px 0px 4px 0px;

}

div.post p img {
    max-width: 100%;
}

div.newmenu ul {
    list-style: none;
    padding: 0;
    border-width: 0px 0px 0px 0px; 

}

div.newmenu ul li {
    font-size: 1em; 
    font-weight: bold; 
    text-align: center; 
    border-color: #000000; 
    margin-top: .2em; 
    padding-top: .2em;
    border: solid; 
    border-width: 1px 0px 0px 0px; 
    padding-top: .2em ;
    }

.menu li {
    font-size: 1em; 
    font-weight: bold; 
    text-align: center; 
    border-color: #000000; 
    margin-top: .2em; 
    margin-bottom: .2em;
    border: solid; 
    border-width: 1px 0px 0px 0px; 
    }

    
.tinycentered {  
    font-size: .75em; 
    font-weight: 400;
    text-align: center; 
    line-height: 1.3em; 
    margin-top: .5em; 
    padding-top: .5em; 
    border-color: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px ;
    }

.tinyLeft { 
    font-size: .75em; 
    text-align: left; 
    line-height: 1.3em; 
    margin-top: 2px; 
    padding-top: 4px; 
    border-color: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px ;
    }

.tinyLeftPlain {
    font-size: .75em;
    text-align: left;
    line-height: 1.3em;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: 0px none;
    }
.answered {
    color: #390;
    font-weight:bold;
}
.notanswered {
    color: #C00;
    font-weight:bold;
}

.comment-form-comment textarea {
    width: 100%;
}

p.form-submit {
    text-align: right;
}
    
/* old */
.textLead { 
	text-indent: 0px ; 
	}

.textFollower { 
	text-indent: 1em; 
}

.itemLead { 
	margin-top: .5em; 
	padding-top: .5em; 
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	}

.textLeadBreak { 
	text-indent: 0px ; 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000 solid; 
	border-width: 4px 0px 0px ;
	}


.contentsLead { 
	font-weight: normal; 
	text-align: center; 
	margin-top: .5em; 
	padding-top: .5em; 
	margin-bottom: 0em; 
	padding-bottom: 0em; 

	border: #000000 solid; 
	border-width: 1px 0px 0px; 
	}

.contents {
	text-align: center; 
	margin-top: 0em; 
	padding-top: 0em; 
	margin-bottom: 0em; 
	padding-bottom: 0em; 
}

.contentsFollower { 
	text-align: center; 
	margin-top: 0em; 
	padding-top: 0em; 

	}

/* page IDs:
4508 = About This Site
4645 = Issues
4694 = Staff & Contributors
4708 = Books & Anthologies
4717 = Shows
4730 = Recordings
4858 = NLRH Intro
9041 = Bookshelf
*/

/* following adds rule above and centers every paragraph for specified pages */
.page-id-4645 div.mainWithBighead p, /* About This Site */
.page-id-4708 div.mainWithBighead p, /* Books & Anthologies */
.page-id-4717 div.mainWithBighead p, /* Shows */
.page-id-9041 div.mainWithBighead p  /* Bookshelf */ {  
    margin-top: .5em; 
    padding-top: .5em; 
    border-color: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
/*    font-size: 1em; */
    text-align: center ;
    }

/* following removes extra rule from the tops of these pages */
.page-id-4508 div.mainWithBighead div, /* About This Site */
.page-id-4645 div.mainWithBighead div, /* Issues */
.page-id-4694 div.mainWithBighead div, /* Staff & Contributors */
.page-id-4708 div.mainWithBighead div, /* Books & Anthologies */
.page-id-4717 div.mainWithBighead div, /* Shows */ 
.page-id-4730 div.mainWithBighead div, /* Recordings */
.page-id-4858 div.mainWithBighead div, /* NLRH Intro */
.page-id-9041 div.mainWithBighead div, /* Bookshelf */
.category-bookshelf div.mainWithBighead div,
.category-answers div.mainWithBighead div,
.category-news div.mainWithBighead div { 
	margin-top: 0em; 
	padding-top: 0em; 
	border-width: 0px;

}

.contentsDisplay p { 
	margin-top: .5em; 
	padding-top: .5em; 
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	font-size: 1em; 
	text-align: center ;
	}

.itemLeadBreak { 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 4px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	}

.contentsLeadBreak { 
	text-align: center; 
	margin-top: .5em; 
	border: #000000 solid; 
	border-width: 4px 0px 0px; 
	padding-top: 6px; 
	width: 100% ;
	}

.textLeadBreak { 
	text-indent: 0px ; 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000 solid; 
	border-width: 4px 0px 0px ;
	}

.leadBreak { 
	margin-top: .5em; 
	padding-top: .5em; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 4px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	}

.lead { 
	margin-top: .5em; 
	padding-top: .5em; 
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	}


/* MOBILE VERSION  */

@media only screen and (max-width: 600px) {
	
	.pagecontainer {
		display: grid;
		grid-template-columns: 100% ;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-right: 24px;

	}
	
	/*.nav {
		display: none;
		grid-column: 1;
	}*/

	.logo {
		display: none;
	}

	.burger-menu-btn {
		display: block;
		z-index: 1000;
		position:fixed;
		width: 100%;
		height: 60px;
		background-image: url(./assets//images/nav_mobile_black.png), url(./assets//images/nav_mobile_black_close.png);
		/*background-size: cover;*/
		background-repeat: no-repeat;
		background-position: left, -270px;
		background-size: 270px;
		background-color: #000000;
	}
	
	.burger-menu {
		display: none;
		position: fixed;
		width: auto;
		max-width: 12em;
		margin-left: -18px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 52px;
		padding-bottom: 12px;
		z-index: 900;
		border-right: 1px solid rgb(0 0 0 / 20%);
		border-left: 1px solid rgb(0 0 0 / 20%);
		border-bottom: 1px solid rgb(0 0 0 / 20%);
		box-shadow: 7px 7px 7px rgb(0 0 0 / 30%);
		}
    .menu li {
        margin-top: .2em;
        margin-bottom: .2em;
       line-height: 1.2em;
        }
        
	input, textarea, select, button {
			font-size: 100%;
			width: 12em;
		}
	
	.main {
		grid-column: 1;
		padding-top: 60px;
	}
	
	.mainWithBighead {
		grid-column: 1;
		padding-top: 70px;
	}
	
	body {
		font-size: 115%;
		}
	
	.bighead {
		font-size: 3em;
		line-height: .8em;
		margin-top: 20px;
		margin-bottom: .2em;
		}
	
	/* .bigheadLast {
		font-size: 3em;
		line-height: .4em;
		margin-top: 20px;
		margin-bottom: .2em;
        color: red;

	} */
	
	div.magcover h1 {
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-style: bold;
		font-size: 1em; 
		line-height: 1.3em; 
		margin-bottom: 0em; 
		margin-top: .5em; 
		padding-top: .5em; 
		padding-bottom: .5em;
		letter-spacing: 0em; 

		}
	
	

}