@charset "UTF-8";

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

body {
  margin: 6px;
  font-family: /* 'Helvetica Neue', */ 'Times New Roman', 'sans-serif';
  background-color: #fff;
  background-image:url(images/lilmac1liteblur.png);
  background-attachment: fixed;
  color: #000;
}

.wrapper {
  max-width: 1100px;
  margin: 0 2px;
  display: grid;
  grid-gap: 1px;
}

.content {
	padding: 6px 6px 6px 6px !important;
}

.sidebar {
	font-size: 16px !important;
	padding: 1px 0px 1px 6px !important;
	width: auto;
}

.sidebar > * {
	user-select: none;
}

.navigation{
	display: none;
	padding: 1px 0px 1px 01px;
}

.navigation > a {
	color: black;
	display: block;
}

.navigation > a:hover {
	color: grey;
}

.navigationshow > a {
	color: black;
	display: block;
}

.navigationshow > a:hover {
	color: grey;
}

#dropdown {
	padding-bottom: 1px;
	border-bottom: 1px dotted black;
	margin-bottom: 2px;
}

.name {
	display: block;
	border-bottom: 1px dotted black;
}

.menubutton {
	display: block;
	border: none;
    color: black;
    padding: 0px;
	margin: 0px;
    text-align: center;
    font-size: 16px;
	background-color: transparent;
	outline: none;
	font-family: inherit;
}

.menubutton:hover {
	color: grey;
	cursor: pointer;
}

.dropdownbutton {
	display: inline-block;
	border: none;
    color: black;
    padding: 0px 6px 0px 0px;
	margin: 0px;
    text-align: left;
    font-size: 16px;
	background-color: transparent;
	outline: none;
	z-index: 100;
	float: right;
	font-family: inherit;
}

.dropdownbutton:hover {
	/*color: grey;*/
	cursor: pointer;
}

.submenu {
	display: none !important;
}

.submenushow {
	display: block !important;
	padding-left: 6px;
}

.textcolumns {
	column-count: 2;
	column-gap: 4px;
	margin-bottom: 10px;
}

.indexdiv {
	position: absolute;
	width: 90%;
}

.twocolumn {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 6px;
	margin-bottom: 20px;
}

.twocolumneven {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 6px;
	margin-bottom: 20px;
}

.twocolumnskinnyleft {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 6px;
	margin-bottom: 20px;
	}

.thumbgal {
	display: flex;
	width: 100%;
	overflow: scroll;
	align-content: space-between;
	justify-content: space-between;
	margin: 0;
}

.thumbgrid {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 10px;
	margin-bottom: 10px;
}

.thumbutton {
	display: inline;
	border: none;
    padding: 0px;
	background-color: transparent;
	outline: none;
	margin: 0;
}

.thumbgridbutton {
	width: 19%;
}

.thumbutton > * {
	width:100%;
}

.thumbutton:hover{
	cursor: pointer;
}

.ctrimg {
	text-align: center;
}

.speqgif {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 650px) {

  /* no grid support? */
  .sidebar {
    float: left;
    width: 170px;
	padding: 1px 0px 1px 6px !important;
	font-size: 16px;
  }

  .navigation {
		display: block;
	}

  .content {
    float: left;
    width: 85%;
	padding: 0px 5% 0px 14px !important;
	/*margin-left: 10px;*/
	
  }

  .wrapper {
    margin: 0;
    grid-template-columns: 170px auto;
	}
  
  .header, .footer {
    grid-column: 1 / -1;
    /* needed for the floated layout */
    clear: both;
	padding: 1px !important;
	}
	
  .dropdownbutton {
		display: none;
	}

  .indexdiv {
	width: 80%;
	margin-right: 100px;
	}
	
	.twocolumn {
		grid-template-columns: 2fr 1fr;
	}
	
	.twocolumneven {
		grid-template-columns: 1fr 1fr;
	}
	
	.twocolumnskinnyleft {
		grid-template-columns: 1fr 4fr;
		grid-column-gap: 40px;
	}
	
	.thumbgrid {
	grid-template-columns: auto auto auto auto auto auto;
	}
	
	.speqgif {
	width: 100%;
	}
}

.ctrimg > img {
	width: 80%;
}


@media screen and (min-width: 1300px) {
	.wrapper {
		margin-left: calc(50% - 644px)
	}
}

.wrapper > * {
  /* background-color: #FFFFFF; */
  color: black;
  border-radius: 0px;
  padding: 20px;
  font-size: 150%;
  /* needed for the floated layout*/
  margin-bottom: 10px;
}

/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */
@supports (display: grid) {
  .wrapper > * {
    width: auto;
    margin: 0;
  }
}



a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px 0px 0px 4px;
	margin: 0;
}

li > a {
	color: black;
	font-size: 98%;
}

li > a:hover {
	color: grey
}

h1 {
	margin: 0 0 0px 0 !important;
	font-size: 16px;
	font-weight: normal;
}

h1 > a {
	color: black;
}

h1 > a:visited {
	color: black;
}

h2 {
	margin: 0px 0px 6px 0px !important;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	margin: 0px 0px 6px 0px !important;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px dotted black;
	display: inline-block;
}

h4 {
	margin: 0px 0px 6px 0px !important;
	font-size: 16px;
	font-weight: normal;
}

h5 {
	margin: 0px 0px 6px 0px !important;
	font-size: 20px;
	font-weight: normal;
}

h6 {
	margin: 0px 0px 0px 0px !important;
	/* font-family: 'Futura', 'Helvetica', 'sans-serif'; */
	font-size: calc(8px + 0.6vw);
	font-weight: normal;
	border: 1px; 
	border-style: dotted;
	border-color: black; 
	padding: 1px; 
	background-color: white;
	width: auto;
	min-width: inherit;
}

h6 > a {
	color: black;
}

h6 > a:hover {
	color: grey;
}

p {
	margin: 0px 0px 10px 0px !important;
	font-size: 16px;
    line-height: 1.3;
}

.date {
	display: inline-block;
	padding: 0px 10px;
}

.ctrimg > img {
	width: 100%;
}