/*

   The Valley Cafe - Pennsburg, PA stylesheet

      Author: Jess Carosello
      Date:   11.27.12

   Filename:         style2.css
   Supporting Files: 

*/

/* Style rules for the form labels on the Order page */

label {
display: block;
float: left;
clear: left;
font-size: 16px;
font-family: Gill Sans, sans-serif;
text-align: left;
margin: 2px 15px;
width: 200px;
}

/* Input field styles */

input {
display: block;
float: left;
font-size: 16px;
width: 30%;
margin: 2px 0px;
}

/* Select option styles */

select {
display: block;
float: left;
font-size: 16px;
margin: 2px;
}

/* Style rules for the submit button */

input[type="submit"] {
background-color: #8B0000;
color: white;
float: none;
width: 175px;
height: 30px;
margin-left: 300px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

/* Legend styles */

legend {
background-color: #8B0000;
font-size: 20px;
font-family: Gill Sans, sans-serif;
color: white;
margin-top: 10px;
margin-bottom: 10px;
text-indent: 20px;
width: 100%;
}

/* Paytype fieldset style rules */

fieldset.payType {
border-width: 0px;
}

fieldset.payType label {
display: inline;
float: none;
margin: 0px 5px 0px 0px;
width: 50px;
}

fieldset.payType input {
display: inline;
float: none;
margin: 0px 2px 0px 0px;
}

/* Style rules for the textarea inputs */

textarea {
display: block;
float: left;
clear: left;
font-size: 16px;
font-family: Gill Sans, sans-serif;
margin: 2px 15px;
}

/* Style rule for the background color of the form */

fieldset {
background-color: #DEB887;
}

/* Style rules for the orders table */

table.orders {
color: #330000;
}

table.orders h1 {
text-align: center;
font-size: 24px;
text-decoration: underline;
}

table.orders p {
text-align: center;
font-size: 18px;
}

#order {
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;
margin
}

#order p:first-of-type {
text-align: center;
font-size: 20px;
}
