html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline}
html{scroll-behavior:smooth}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:all 0.5s ease}

body {
	font-family: "Book Antiqua", Garamond, Arial, Verdana, Georgia, serif, 'Segoe UI Emoji';
	color:#0b3b66;
	background:#6CB1FF url(images/bgstar-bl.jpg) repeat;
	font-size:18px;
	/* font-weight: bold; */
	overflow-x: hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* accessible hidden H1 (image-based heading) */
    .sr-only {
      position: absolute !important;
      width: 1px; height: 1px;
      padding: 0; margin: -1px; overflow: hidden;
      clip: rect(0 0 0 0); white-space: nowrap; border: 0;
    }
	
a:link, a:visited {
	color: #C9F;
}
 a:hover{
	color: #FF8CF5;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0;
}
    /* ---- wrap (page card) ---- */
    #wrap {
      width: 85%;
      max-width: 1200px;
      margin: 2.25rem auto;
      background: #fff;
      position: relative;
    }
	
	header.site-banner {
  text-align: center;   
  background: transparent;
  overflow: hidden; 
}
    /* banner background (ban-ww-back.jpg). */
.banner-bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 25px;
}
   /* the title PNG (ban-ww-trans2.png) that slides in 
   The animation is ww-flyin. Time it takes is the first number in seconds. The third number is how quickly it starts, in seconds  */
.banner-title {
     display: block;
      position: absolute;
      left: 50%;
      top: 40px;                    /* vertically where the title should settle (adjust if necessary) */
      transform: translate(-50%, 0) translateX(120%); /* start off-screen to the right */
      width: 1000px;
      max-width: 1000px;
      height: auto;
      z-index: 10;
      animation: ww-flyin 3.0s cubic-bezier(.2,.9,.2,1) 0.35s forwards;
      will-change: transform, opacity;
      opacity: 0;
    }

    @keyframes ww-flyin {
      from {
        transform: translate(-50%, 0) translateX(120%);
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
      to {
        transform: translate(-50%, 0) translateX(0);
        opacity: 1;
      }
    }
	   /* ---- content area ---- */
    .content {
      padding: 26px 32px 48px;
      text-align: center;
    }

    .intro p {
      margin: 0 0 1em;
      font-size: 1.08rem;
      line-height: 1.6;
    }

    /* little pleasant styling for the 'coming soon' bits */
    .intro p.teaser {
      margin: 0.6em auto 1.2em auto;
      padding: 18px 18px;
      display:inline-block;
      border-radius: 6px;
      background: linear-gradient(180deg, rgba(240,248,255,0.9), rgba(255,255,255,0.85));
      box-shadow: 0 3px 14px rgba(0,0,0,0.06);
	  font-size: 1.2rem;
      font-weight: 600;
    }


	
.centered {
	text-align: center;
}

h1{
	font-style: italic;
	font-weight: bold;
}
h1.corners{
	text-align: center;
	padding: .25em;
}
h2, h3{
	font-style: italic;
	color: #FFFFCC;
	margin: 0 0 .5em 0;
	padding: 0;
}
.strong{
	font-weight: bold;
}

.pad{
	padding:1em;
	margin:1em 0;
	background:#6CB1FF;
	color: #f2f7ff;
}
/*
#header{
	text-align: center;
	margin-bottom: 1em;
}
#logo {
	background:#FFF url(images/ww_logo1.jpg) no-repeat center;
		padding:1.5em 0;
	}
*/
	/* clear picture and link over logo */  
/*
#trans {
	text-align:center;
	height:316px;
	width:90%;
	border:none;
}
*/


 /*** ROUNDED CORNERS ***/   /* css3 implementation :) */ 
#wrap, #nav, .corners, #content, #home, .pad, h1.corners, h1.pagetitle, h2.page-title, h2.post-title, h3.leftcol, h3#comments-title, h3#reply-title, img.wavatar, img.avatar, img.largepic, h2.cat-title, .bar, .footer, .back { 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
-khtml-border-radius: 10px; 
border-radius: 10px; 
/* drop shadow */  
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);  
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5); 
-khtml-box-shadow: 0 2px 6px rgba(0,0,0,0.5); 

}

.bar{
	background: url(images/bar-stars-bl.jpg) repeat-x center;
	margin:2rem auto;
	width: 80%;
	height: 25px;
	background-size: auto 25px;
}

.mid{
	text-align: center;
	margin-top: 3rem;
}
.howl{
	float: left;
	display: block;
	padding: 1.5em 0.5em 0 0;
	margin-right: .5em;
}



 

#main{
padding:0.5em;
margin:0;
}
#mtemp{
	width:70%;
	padding:0.5em;
	margin:0 auto;
	left: 27%;
}
#todo{
}



    /* footer spacer */
    footer { padding: 1em; text-align:center; font-size:0.95rem; }

footer p{
	margin:1em;;
}
* html .footer{
height:1px;
}
/*
#fbwrapper {
	text-align: center;
}
.fb-like-box, #fblikes {

	background:#ffffff;

}
*/