@charset "utf-8";
/* CSS Document */

/* Whole Page */
.page {
       width:80%;
	   margin:auto;
	   padding:10px;}



/* Header */
.masthead { margin:auto;
			padding:1px;}
	
/* Navigation */

.nav-main {
  border-bottom: 1px solid #000000;
  border-top: 5px solid #000000;
  margin-bottom: 0;
  padding: .45em 0 .5em;
}
			
.nav-main a:link, a:visited {
    background-color: #f44336;
    border: 1px solid red;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family:"Bauhaus 93";
    font-size: 16px;
    cursor: pointer;
    float: left;
    
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.nav-main a:hover, a:active {
    background-color: red;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}



/* Main */
main {width:100%;
	   float:none;}



/* Footer */
.footer {
        border-top: 1px solid #CCCCCC;
        clear:both;
		text-align: center;}
	

/* Header */		
h1 { font-family:"showcard Gothic";
      background-image:url(image/ball.png);
	background-position:center;
	border-bottom:#CCCCCC;
	border-bottom-style:groove;
	
    width:50%;
	height:30px;
	text-align:center;}
	
h2 {border-bottom: 1px solid  #CC0000;
  border-top: 3px solid  #333333;
  text-align: center;
}	

h3 {width:50%;
	height:30px;
	border-bottom: 1px solid #CC0000;
  border-top: 3px solid  #333333;
  text-align: center;}


/* Paragraph */
.post-blurb {text-align:justify;
              font-family:"Century Gothic";
			  font-size:16px}
			  
				 
.post-blurb2 {text-align:justify;
              font-family:"Century Gothic";
			  font-size:16px;
			  outline-color:#FFFF33;
			  }
			  

.post-photo-full {position:absolute;
                  right: 690px;
                 top: 475px;}
