    /*
    	New Perspectives on HTML, CSS, and JavaScript
        7-4 Final Project: Website
        
        Author: Brooks C.
        Date:	05/30/2016
        
        Filename: 		styles.css
        Supporting files: main.htm, history.htm, brewing.htm, contactus.htm, faq.htm

    */

/* Default Styles */
* {
   list-style: none;
   margin: 0px;
   padding: 0px;
   font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

article,blockquote, figure, footer, header, hgroup, nav, section {
   display: block;
}

html, body {
 height: 100%;
}  

body {
   background-image: url(../media/bground.jpg);	
}
/* ---- END of Default Styles ---- */


/* Header Banner Styles */
header#banner {
	width: 80%;
	font-variant: small-caps;
	text-align: center;
	background: rgba(141,163,163,1.00) url(../media/hops-banner.png) left no-repeat;
	background-size: contain;
	
	position: relative;
	top: 10px;
	padding: 10px;
	margin: 10px auto;
	
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
   
    -moz-box-shadow: 5px 0px 10px rgb(101, 101, 101),
                      -5px 0px 10px rgb(101, 101, 101);
    -webkit-box-shadow: 5px 0px 10px rgb(101, 101, 101),
                      -5px 0px 10px rgb(101, 101, 101);
    box-shadow: 5px 0px 10px rgb(101, 101, 101),
              -5px 0px 10px rgb(101, 101, 101);
			  
}

header#banner h1:hover {
	color: black;
	text-shadow: black 0px 0px 1px, white 1px 2px 2px;
}
/* ----- END of Banner Styles ----- */

/* Nav Styles */
#leftSide ul li {
	margin: 0px auto;
}

nav#leftSide {
   background-color: rgba(227,227,227,0.2);  
   position: relative;
   float: left;
   width: 180px;
   padding: 0px 5px 5px 0px;
   top: 55px;
   
   -moz-box-shadow: 5px 0px 20px rgb(101, 101, 101),
                      -5px 0px 20px rgb(101, 101, 101);
   -webkit-box-shadow: 5px 0px 20px rgb(101, 101, 101),
                      -5px 0px 20px rgb(101, 101, 101);
   box-shadow: 5px 0px 20px rgb(101, 101, 101),
              -5px 0px 20px rgb(101, 101, 101);
			  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#leftSide ul li a {
    font-size: 1em;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	color: white;	
    background-color: rgba(0,0,0,0.5);

	width: 80%;
	position: relative;
	left: 15px;
    float: left;
	margin-top:9px;
	margin-bottom: 1px;
	padding: 0px 2px;
	
	line-height: 18px;
	border: 5px inset rgba(167,166,164,0.50);

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#leftSide ul li a:hover {
	font-weight: bold;
    background-color: rgba(0,0,0,0.9);
}

/* ----- END of NAV Styles ----- */

/* Main Section Styles */
section#main {
   position: relative;
   background-color: rgba(227,227,227,0.9);
   background-repeat: no-repeat;
   font-family: Verdana, Geneva, sans-serif;

   margin: 0px auto;
   min-height: 80%;
   width: 1080px;

   padding: 0px 20px 20px 20px;

   -moz-box-shadow: 5px 0px 20px rgb(101, 101, 101),
                      -5px 0px 20px rgb(101, 101, 101);
   -webkit-box-shadow: 5px 0px 20px rgb(101, 101, 101),
                      -5px 0px 20px rgb(101, 101, 101);
   box-shadow: 5px 0px 20px rgb(101, 101, 101),
              -5px 0px 20px rgb(101, 101, 101);
			  
  	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#contactForm {
	clear: both;
	left: 25px;
	margin: 50px auto;
	position: relative;
	width: 65%;
	padding-bottom: 0px;
}

/* Article Styles */
article h1 {
   font-size: 16px;
   font-weight: normal;
   letter-spacing: 5px;
}

/* #Main Homepage Article Styles */

section#main article hgroup {
    background-color: rgb(101, 101, 101);
   	font-variant: small-caps;
	text-align: center;
	
	width: 35%;
	position: relative;
	top: 35px;
	padding: 10px;
	margin: 20px auto;	
	
   
    -moz-box-shadow: 5px 0px 10px rgb(101, 101, 101),
                      -5px 0px 10px rgb(101, 101, 101);
    -webkit-box-shadow: 5px 0px 10px rgb(101, 101, 101),
                      -5px 0px 10px rgb(101, 101, 101);
    box-shadow: 5px 0px 10px rgb(101, 101, 101),
              -5px 0px 10px rgb(101, 101, 101);
}

/* Main Homepage Blockquote Styles */
section#main blockquote {
   clear: left;
   float: both;
   font-size: 1.3em;
   position: relative;
   left: 15px;
   top: -90px;
   margin: 0px auto;
   padding-bottom: 220px;
   font-family: 'Times New Roman', Times, serif;
   width: 60%;
   text-align: left;
}

#main article figure {
   float: right;
   position: relative;
   top: 25px;
   margin: 15px;
   padding-left: 15px;
}

/* All #main Image Styles */
#main img {
	position: relative;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 15px;
}

/* ----- END of Main Styles ----- */


/* ----- CHILD PAGE STYLES ----- */
/* Subpage figure Styles */
figure#subVideos {
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
 
	clear:both;
	float: left;
}
/* ----- END of Figure Styles ----- */

/* Subpage "Brewing" Article Styles */
p#brewing  {
   font-size: 1.3em;
   float: left;
   position: relative;
   bottom: 100px;
   font-family: 'Times New Roman', Times, serif;
   width: 60%;
   text-align: left;
}

p#history {
   font-size: 1.3em;
   float: both;
   position: relative;
   top: 35px;
   font-family: 'Times New Roman', Times, serif;
   width: 60%;
	padding-bottom: 220px;
   margin: 20px auto;	
   text-align: left;
}

p#faq, p#faq2 {
   font-size: 1.1em;
   float: both;
   position: relative;
   font-family: 'Times New Roman', Times, serif;
   width: 65%;
   padding: 50px 0px 100px 100px;
   margin: 0px auto;	
   text-align: left;

}


/* Page footer styles */
footer {
   position: absolute;
   bottom: 10px;
   width: 97%;
   margin: 0px auto;
   clear: left;
   float: right;
   color: black;
   font-size: 10px;
   line-height: 20px;
   border-top: 1px solid black;
   text-align: center;
}

footer strong {
	border-bottom: thin groove black;
	color: red;
	font-variant: small-caps;
}