﻿/*
   New Perspectives on HTML
   Brick Family Style Sheet
   Author: Dan Hallock
   Date:   03/06/2016

   Filename:         brick.css

*/


body {
min-width: 1000px;
max-width: 1400px;
font-size: 12pt;
font-family: Verdana, Geneva, sans-serif;
}



nav {
	clear: left;
	float: left;
	width: 150px;
	margin-top: 0px;
	padding-right: 5px;
}

nav ul {
	margin: 0px;
	padding: 0px;
}

nav li {
	list-style: none;
	text-indent: 5px;
	height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: double;
}


section {
	float: left;
	margin: auto;
	width: 500px;
}

article {
	margin: 5px 5px;
	padding: 15px;
	background-image: url(parch2.jpg);
	border-radius: 5px;
}

article  p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

section.article {
	margin: 5px 5px;
	padding: 15px;
	background-image: url(parch2.jpg);
	border-radius: 5px;
}

section.article  p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}


section.article h1 {
	color: SaddleBrown;
	text-align: center;
    	font-size: 15pt;
    	margin: 0px;
}


aside {
	float: left;
	width: 150px;
	text-align: center;
}

aside h1 {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

aside ul {
	margin: 0px;
	padding: 0px;
}

aside ul li {
	font-size: 12px;
	color: black;
	list-style: none;
	margin: 5px;
	padding: 3px;
}

aside ul li a {
    	display: block;
	width: 100%;
	color: black;
	height: 30px;
	border: double;
	text-decoration: none;
}

footer {
display: block;
width: 100%;
clear: left;
margin-top: 30px;
font-size: 0.9em;
text-align: center;
color: red;
border-top: 1px solid rgb(175, 122, 122);
}
