/*
	Professional Home Care Service Base Layout Style Sheet
	Author: Hannah Carper
	Last updated: 04/25/2015
	
	filename: phcslayout.css
*/

/* Reset styles */

body * {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.2em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

/* Page background style */

html {
	background-color: rgb(56, 108, 180);
	background-color: rgba(56, 108, 180, 0.8);
}

/* Header styles */

header img {
	margin: 7% 10% auto 10%;
	width: 80%;
}

header nav li {
	background-color: rgb(56, 108, 180);
	background-color: rgba(56, 108, 180, 0.9);
	display: block;
	float: left;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin: 10px;
	text-align: center;
	width: 15%;
	   
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
   
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 5px;	
}

header nav li a {
   color: white;
   text-decoration: none;
}

header nav li a:hover {
	text-decoration: underline;
}

header nav li:first-of-type {
   margin-left: 10%;
}

/* Body styles */

body {
	background-color: white;
	float: none;
	margin: 0px auto;
	max-width: 1200px;
	min-width: 1000px;
	width: 90%;
	
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 10px 0px 5px,
					 rgba(0, 0, 0, 0.4) -10px 0px 5px,
					 inset rgba(56, 108, 180, 0.4) -15px -15px 60px,
					 inset rgba(56, 108, 180, 0.4) 15px 15px 60px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 10px 0px 5px,
						rgba(0, 0, 0, 0.4) -10px 0px 5px,
						inset rgba(56, 108, 180, 0.4) -15px -15px 60px,
						inset rgba(56, 108, 180, 0.4) 15px 15px 60px;
	box-shadow: rgba(0, 0, 0, 0.4) 10px 0px 75px,
				rgba(0, 0, 0, 0.4) -10px 0px 75px,
				inset rgba(56, 108, 180, 0.4) -15px -15px 60px,
				inset rgba(56, 108, 180, 0.4) 15px 15px 60px;
}

/* Heading styles */

h1{
	color: rgb(56, 108, 180);
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 75px auto 30px auto;
		
	text-shadow: rgb(184, 184, 184) 2px 2px 5px;
}

h2 {
	color: rgb(56, 108, 180);
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

h3 {
	color: rgb(56, 108, 180);
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

/* Section styles */

section {
	margin: 40px;
}

section article {
	margin: 40px;
	padding: 10px;
}

section p {
	line-height: 1.5em;
}

section a {
	color: rgb(56, 108, 180);
	font-weight: 700;
}

section a:hover {
	text-shadow: rgb(184, 184, 184) 1px 1px 1px;
}

section li {
	line-height: 1.3em;
}

/* Footer styles */

footer {
	clear: left;
	display: block;
	border-top: 1px solid rgb(56, 108, 180);
	padding-bottom: 10px;
}

footer address {
	clear: right;
	font-size: 1.0em;
	font-style: normal;
	font-variant: small-caps;
	line-height: 0.8em;
	padding: 30px;
	text-align: center;
}

#disclaimer {
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}

#update {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 10px;
}
