/*** Tom's Style Sheet **/

.wp-block-embed-youtube iframe, iframe {
	max-width: 95%;
}


.frontmenu {
  font-size: 120%;
  box-sizing: border-box;
}
.frontmenu a {
  padding-top: .2em;
  padding-bottom: .2em;
  display: block;
  margin: 0px;
}
.frontmenu td {
  /*box-sizing: border-box;
  line-height:100%;
  margin-top: .5em;*/
}
.frontmenu div {
}
.frontmenu ul {
  list-style-type: none;
  padding: 0px;
}
.frontmenu li {
  padding-bottom:.1em;
}

#mainimage { max-width: 50vw; max-height: 50vw; }

.rotatingimage {
  display: block;
  margin: 0 auto;
  animation: spinimg 70s infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spinimg {
   from { -moz-transform: rotate(0deg); }
   to { -moz-transform: rotate(-360deg); }
} 
@-webkit-keyframes spinimg {
   from { -webkit-transform: rotate(0deg); }
   to { -webkit-transform: rotate(-360deg); }
} 
@-o-keyframes spinimg {
   from { -o-transform: rotate(0deg); }
   to { -o-transform: rotate(-360deg); }
} 
@keyframes spinimg {
   from { transform: rotate(0deg); }
   to { transform: rotate(-360deg); }
}

.socialicon { opacity: .35; }
.socialicon:hover { opacity: 1.0; }

.indextitle {
  font-family: 'Vollkorn', serif;
  font-size: 350%;
  font-weight: 400;
  /*letter-spacing: 0.03em;*/
  line-height: 1.5em;
  padding-left: .3em;
  padding-right: .3em;
  margin: 0;
  color: #cc9933;
  /*text-shadow: #aa7711 0 0 .5em;*/
}
a:hover.indextitle {
  color: #ff7700;
  text-decoration:none;
  text-shadow: #ffffff 0 0 2em;
}


a:link { color: #ff0000; text-decoration:none; }
/* A:visited { color: #aa0000 } */
a:visited { color: #ff0000 }
a:hover { color: #ff7700; text-decoration:underline; }
a:hover {
  border-radius: 10px;
  color: #ff7700;
  text-decoration:none;
  background: #330000;

  background-image: -webkit-linear-gradient(top, #330000, #1e0000);
  background-image: -moz-linear-gradient(   top, #330000, #1e0000);
  background-image: -ms-linear-gradient(    top, #330000, #1e0000);
  background-image: -o-linear-gradient(     top, #330000, #1e0000);
  background-image: linear-gradient(  to bottom, #330000, #1e0000);

}
a:active { color: #ff0000 }

.narrowcolumn {
	max-width:50em;
}

body { 
	color: #cc9933;
	background: black;
    font-family: 'Cantarell', 'Bookman', sans-serif;
	font-size: 12pt;
}

table, td {
    font-family: 'Cantarell', 'Bookman', sans-serif;
	font-size: 12pt;
}

.footertext {
	text-align: center;
	font-size: 80%;
}

.bodytext {
/*	font-size: 12pt;*/
    font-family: 'Cantarell', 'Bookman', sans-serif;
}


.heading {
	font-family:"Courier", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 150%;
}

.headslant {
	font-style: italic;
	font-size: 125%;
	font-weight: 700;
}

hr {
  height: 1px;
  background: #442200;
  border: none;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 1px;*/
  clear: both;
  background-image: linear-gradient(to right, #000, #772200, #000);
}

hr.hrgray {
	border: 0; 
	height: 1px;
	width: 75%;
	background: #aaa;
	background-image: linear-gradient(to right, #000, #aaa, #000);
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka One", "lucida grande", "Tahoma", "Paladio", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625em;
  margin: 0;
  color: #cc9933;
}

h1 {
  font-size: 250%;
  line-height: 1.2em;
}

h2 {
  font-size: 160%;
  line-height: 1.5em;
}

/* -------------- Image gallery stuff ---------- */
.images_title {
	font-size:150%;
}
.images_byline {}
.images_date {}
.images_blurb {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 800px; 
	max-width:95%;
}

/* --------- for sidebar ----------- */
#blogcontent {
	display: block;
}
#blogside { /*container for sidebar*/
	display: block;
	position: relative;
}

#sidebar { /*of sidebar*/
    border-left: 1px solid #442200;
    border-top: 1px solid #442200;
    border-right: 1px solid #442200;
    border-bottom: 1px solid #442200;
    padding: 10px 15px 15px 10px;
    position: absolute;
    /*float: right;*/
    right: 2px;
    top: 5em;
    width: 11em;
    font-size:80%;
}

@media only screen and (max-width: 1000px) {
	#sidebar {
		display: none;
	}
}
@media only screen and (max-width: 450px) {
	.indextitle {
	  font-size: 250%;
	  padding-left: 0em;
	  padding-right: 0em;
	}
}
#sidebar form {
    margin: 0 0 0 13px;
}

#sidebar input#s {
    width: 80%;
    /*background: #eee;*/
    border: 1px solid #999;
    /*color: #000;*/
}

#sidebar ul {
    /*color: #ccc;*/
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding-left: 3px;
    /*text-transform: lowercase;*/
    /*text-transform: uppercase;*/
    font-family: 'Cantarell', 'Bookman', sans-serif;
    font-variant: small-caps;   
}

#sidebar ul li {
    font: normal small-caps 110% sans-serif;
    letter-spacing: 0.1em;
    margin-top: 10px;
    padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#sidebar ul ul {
    font-variant: normal;
    font-weight: normal;
    line-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul ul li {
    border: 0;
    font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 12px;
}

#sidebar ul ul li a {
    /*color: #000;*/
    text-decoration: none;
}

#sidebar ul ul li a:hover {
}

#sidebar ul ul ul.children {
    font-size: 142%;
    padding-left: 4px;
}

.postmetadata {
    font-size: 80%;
}

.post {
	text-align: left;
}

#meta, #meta a {
    color: #000000;
    background: #000000;
    font-weight: normal;
    letter-spacing: 0;
}


input, textarea {
  color: #cc9933;
  background: black;
  border-color: #442200;
  border-style: solid;
}

#nav-single {
    font-size: 80%;
}

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

