/*   CSS Style Sheet created by Thomas Tivnen 03/03/2016   */

/*  Aria code  */
header, nav, main, footer, article, section, aside {
		display:block; 
		width: auto;										
		margin: auto;
		position: relative;									
		padding: 10px; 
    }


/*   Aria code   */
#hideme   {
		  Text-decoration: none;
		  color: #fff;
          }					

body  {   
       
			   margin: 0;
               background-image: url("../images/parkcity.jpg"); 
               background-repeat: no-repeat;   
               background-position: top right;
               background-size: contain;
               background-size: 100% 100%; 
               
                font-family: Verdana, Geneva, sans-serif;
                font-size: 14pt;
                color: #000;
                text-align: left;
              
           }


.slogan     {   font-family: Lobster; letter-spacing:2px; font-size: 16pt; padding: 5px; }



nav      {    font-size: 15pt; margin: 15px 15px 20px 20px;    }

nav a:link             {   color: #0000ff; text-decoration: none;     }
nav a:visited           {  color: #000000; text-decoration: none;    }
nav a:hover             {  color: #000000; background: #98F5FF; ;       }
nav a:active            { text-decoration: none; color: #552700;    } 



/*   previous height before loveutah giveutah was 325px   */

#secondary    {
					width: 290px;
					height: 520px;
					background-color: #CAE1FF;
					color: #000;
					margin: 20px 20px 5px 20px;
					float: right;
					border: 3px solid #000;			
              }

#secondary table tr td   {
				padding: 5px; font-size: 14pt;
			}


