/*
   IT-270 Web Page Project

   Dryer Tutorial Style Sheet

   Author:  David Dean    
   Date:     January 22, 2016   
   Filename:    project.css


*/

/* Default Styles */

* {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

header, figure, hgroup, footer, article, nav, section {
   display: block;
}

body {
   background-color: rgb(217, 206, 195);
}

html, body {
 height: 100%;
} 

/* Main Section Styles */
section#main {
    background-color: rgb(255, 204, 153);
    background-position: top right, top left;
    background-repeat: no-repeat;

    font-family: Verdana, Geneva, sans-serif;
    margin: 0px auto;
    min-height: 100%;
    position: relative;
    width: 900px;

     border-left: 1px solid black;
     border-right: 1px solid black;

    -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);
    }

img#headImg {
	width: 225px;
	height: 143px;
	float: left;
    }

img#dryRack {
	width: 225px;
	height: 143px;
    }

img#folded {
	width: 220px;
	height: 143px;
    }

img#dryerFire{
	width: 220px;
	height: 143px;
    }

img#amanDry {
	transform: rotate(3deg);
    }

/* Header styles */
header {
    position: relative;
    height: 150px;
    }

header h1 {
	float: left;
	height: 102px;
	font-size: 50px;
	padding: 30px 22px 5px 22px;
	margin: 0px 2px 0px 2px;	
	color: rgb(204, 0, 0);
	text-shadow: rgb(102, 0, 51) 2px 2px 0px,
		3px 4px 5px rgb(128, 0, 42);
 	border: 4px inset rgb(204, 0, 0);
    }

header div {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-align: right;
    font-size: 12px;
    }

header div input {
    font-size: 12px;
    text-align: left;
    }
	
div#search {
	font-size: 14px;
	color: red;
}

/* Navigation Styles */
nav.horizontal {
    margin-top: -3px;
    }

nav.horizontal ul {
    height: 20px;
   background-color: rgb(128, 0, 42);
    }

nav.horizontal ul li {
    padding: 0px;
    float: left; 
    width: 12.5%; 
    line-height: 20px;
    height: 20px; 
    }

nav.horizontal ul li a {
    display: block; 
    text-align: center;
    width: 100%; 
    font-size: 10px; 
    text-decoration: none; 
    color: rgb(255, 132, 90);
    }

nav.horizontal ul li:hover {
    background-color: rgb(171, 171, 231);
    background-color: rgba(255, 255, 255, 0.4);
    }

/* Vertical navigation list styles */
nav.vertical {
    width: 250px;
    float: left;
    font-family: 'Arial';
    }

nav.vertical h1 {
    font-size: 20px;
    margin: 10px 0px 0px 20px;
    font-weight: normal;
    letter-spacing: 5px;
    color: rgb(204, 0, 0);
    text-shadow: rgb(102, 0, 51) 1px 1px 0px,
		1px 1px 5px rgb(128, 0, 42);
	padding: 0px 0px 0px 5px;
    }

nav.vertical h2 {
    -o-transform: rotate(-90deg) translate(-100px, -70px);
    -moz-transform: rotate(-90deg) translate(-100px, -70px);
    -webkit-transform: rotate(-90deg) translate(-100px, -70px);
    -ms-transform: rotate(-90deg) translate(-100px, -70px);
    transform: rotate(-90deg) translate(-100px, -70px);

    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    text-align: right;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgb(204, 0, 0);
    text-shadow: rgb(102, 0, 51) 1px 1px 0px,
        		3px 4px 5px rgb(128, 0, 42);
    margin-left: 20px;
    width: 150px;
    }

nav.vertical li {
    font-size: 16px;
    margin-left: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    }

nav.vertical li.newgroup {
    border-top: 1px solid black;
    margin-top: 0px;
    padding-top: 10px;
    }

nav.vertical li a {
    text-decoration: none;
    color: rgb(255, 102, 102);
    }

nav.vertical li a:hover {
    text-decoration: underline;
    }

/* Article styles */
article {
    float: left;
    width: 649px;
    border-left: 1px solid black;
    background-color: rgb(255, 243, 250);
    }

article hgroup {
    background-color: rgb(255, 237, 217);
    margin: 0px;
    padding: 0px 0px 10px 80px;
    border-bottom: solid gray 2px;
    }

article h1 {
    font-size: 30px;
    font-weight: normal;
	color: rgb(204, 0, 0);
    letter-spacing: 5px;
    padding: 20px 0px 0px 10px;
    text-shadow: rgb(102, 0, 51) 1px 1px 0px;		
    }

article h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0px 0px 5px;
	color:rgb(204, 0, 0);
    }

article h3 {
    font-size: 15px;
    font-weight: bold;
    color: rgb(204, 0, 0);
    padding: 10px 0px 0px 10px;
    }

article div#fontbuttons {
    float: right;
    font-size: 12px;
    margin: 10px 10px 0px 0px;
    }

article figure {
    float: right;
    margin: 10px;
    }

article p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.0em;
    margin: 15px;
    }

/* Page footer styles */
footer {
    width: 900px;
    background-color: rgb(128, 0, 42);
    clear: left;
    color: gray;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid black;
    text-indent: 15px;
	text-align: center;
    }

article img {
    width: 12em;
    }

/* Styles for dryer specifications table */
table.guide {
    border: 10px outset rgb(255, 204, 153);
    border-collapse: Collapse;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.5em;
	width: 650px;
    }
/* Place a gray border around the table */	
table.guide th,table.guide td {
	border: 1px solid gray;
    }

/*Table Header Styles */
table.guide thead {
	background-color: rgb(128, 0, 42);
	color: white;
	color: rgba(255, 255, 255, 0.5);
    }

table.guide thead tr {
	height: 40px;
    }

/*Table body styles */
table.guide tbody tr {
	height: 25px;
    }
  
table.guide tbody td {
	padding: 5px;
	Vertical-align: top;
    }
	
/*Styles for the first column */
table.guide col.firstCol {
	background-color: rgb(128, 0, 42;
	width: 7%;
    }

/*Styles for the remaining columns */
table.guide col.dayCols {
	width: 13%;
    }

/*Styles for the table caption */
table.guide caption {
    caption-side: top;
	text-align: center;
	font-size: 1.2em;
    }



