/*
   New Perspectives on HTML, CSS, and JavaScript
   Final Project

   Author:      S.O.Henry  
   Date:        10/15/2015
   Filename:    styles.css

   Style sheet for final project.  Contains basic layout
   requirements for all pages.

*/

article, aside, figure, figcaption, footer, hgroup, header, section, nav{
	display: block;
}
h1, h2, section, article, figure, footer, p{
	clear: left;
}
header{
	background: rgb(117, 72, 49) url(logoimage.jpg) top left no-repeat;
	
}
header img{
	width: 100%;
	border-bottom: 5px solid rgb(117, 72, 49);
	
}

figure img{
	width: 100%;
	margin-left: 2px;
}
figure figcaption{
	text-align: center;
	font-size: 3.0em;
	color: rgb(117, 72, 49);
	padding-top: 2%;
	padding-bottom: 3px;
}

/* Navigation List Styles */
header nav a{
	list-style-type: none;
	text-decoration: none;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
	vertical-align: super;
}
nav ul {
	/*list-style-type: none;*/
    list-style-image: url("beerglassicon.png");
}

/* Horizontal Navigation List */
nav.navList{
	width: 100%;
}
nav.navList li{
	font-size: 1.2em;
	float: left;
	padding: 1px 1px;
	text-align: center;
	width: 15%;
	margin-bottom: 50px;
}

nav.navList li a{
	color: rgb(117, 72, 49);
	
}

nav.navList li a:hover{
	color: blue;
}
section.alphalkup{
	width: 80%;
	margin-left: 10%;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 5%;
	padding-bottom: 3px;
	
}
section.alphalkup li{
	list-style-type: none;
}
body{
	min-width: 1080px;
	max-width: 1400px;
	
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.2em;
	
	padding: 20px;
	vertical-align: baseline;
}

img.shawnpic{
	float: right;
	margin-right: 8%;
	margin-left: 4%;
	margin-bottom: 2%;
	margin-top: 4%;
	padding-right: 25px;
	padding-top: 25px;
}

p{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2%;
	font-size: 1.5em;
	padding: 5px;
	line-height: 1.3em;
	letter-spacing: 0.075em;
	text-align: justify;
}
section artcile p.favs{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2%;
	font-size: 2.5em;
	padding: 5px;
	line-height: 1.2em;
	background-color: rgba(117, 72, 49, 0.3);
}

ol{
	width: 60%;
	margin-left: 14%;
	font-size: 1.5em;
	padding: 2px;
	line-height: 1.2em;
}
ol li{
	padding-bottom: 10px;
}
dl{
	margin-left: 10%;
	margin-right: 10%;
}
dt{
	font-size: 2.0em;
	font-weight: bold;
	padding-top: 20px;
}
dd{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2{
	
	width: 80%;
	margin-left: 10%;
	font-size: 2.0em;
	padding-top: 5px;
}
h1{
	font-size: 3.0em;
	text-align: center;
	padding: 15px;
}

/* Styles for the recipes table */
table.recipes{
	border: 10px outset rgb(117, 72, 49);
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 100%;
	text-align: center;
}
table.recipes caption{
	width: 99.5%;
	color: rgb(117, 72, 49);
	font-size: 3.0em;
	text-align: center;
	height: 1.5em;
	margin-top: 5%
}
table.recipes thead{
	color: gold;
	font-weight: bold;
	font-size: 2.0em;
	padding-bottom: 5px;
	background-color: rgba(117, 72, 49, 0.7);
	height: 2.5em;
	text-align: center;
}

table.recipes th, table.recipes td{
	border: 3px solid rgb(117, 72, 49);
}

p.contactmsg{
	background-color: rgba(117, 72, 49, 0.3);
	font-size: 1.5 em;
	border: 3px solid rgba(117, 72, 49, 1.0);
}
fieldset{
	background-color: rgba(117, 72, 49, 0.3);
	border: 2px solid rgb(117, 72, 49);
	border-radius: 5px;
	float: left;
	margin: 10px 0px 10px 2.5%;
	width: 44%;
	margin: 0% 2%;
}

legend{
	background-color: rgb(117, 72, 49);
	color: gold;
	border-radius: 30px;
	text-indent: 2px;
	width: 60%;
	font-size: 1.5em;
	height: 1.75em;
	padding: 20px 0px 0px 30px;
	
}
p input.buttons{
	width: 40%;
	margin: 5%;
}

/* Label styles */
label{
	clear: left;
	display: block;
	float: left;
	font-size: 1.25em;
	width: 40%;
	vertical-align: baseline;
}

input{
	border: 2px solid rgb(117, 72, 49);
	border-radius: 3px;
	float: left;
	height: 40px;
	width: 50%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

select{
	border: 2px solid rgb(117, 72, 49);
	border-radius: 3px;
	float: left;
	height: 40px;
	width: 50%;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

label.comments{
	width: 90%;
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
}

textarea.comments{
	width: 90%;
	display: block;
	height: 239px;
	
}

article.beerdrink{
	width:90%;
	margin-left: 10%;
	margin-bottom: 5%;
}

audio{
	display: block;
	width: 80%;
	margin-left: 10%;
	background-color: white;
	text-align: center;
}
footer{
	text-align: center;
	vertical-align: middle;
	background: rgb(117, 72, 49);
	color: gold;
	font-size: 1.2em;
	padding-top: 1%;
	padding-bottom: 1%;
}