/***********************************
*  Programmer:Alan Winkeler
*  Date:9/22/2011
*  Exercise:Project 1
*  File Name: content.css
***********************************/
/* Adjust the styles for the body */
body {
	margin: 0 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 82.5%;
	background-color:#E80000;
}
#page {
	margin: auto;
	padding: 10px 15px;
	width:1100px;
	background-color: white;
}
#tagline{
	font-size: 300%;
	color: #E80000;
	background-color:white;
	font-weight: bold;
	text-align: center;
}
#header img{
	width: 170px;
	float:left;
	padding-bottom: .5em;
	padding-right: 1em;
	}

#navigation p {
	font-size: 110%;
	font-weight: bold;
	border-top: 2px solid #E80000 ;
	border-bottom: 2px solid #E80000 ;
	padding: 5px 10px 10px;
	clear: left;
	background-color: white;
}
/* the styles for the left sidebar */
#sidebar1 {
	background-color: #E80000;
	width: 180px;
	padding: 0 10px 20px 15px;
	float: left;
}
#sidebar1 h2 {
	font-size: 150%;
	background-color: #E80000;
	color: white;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-right: 1em;
}
#sidebar1 ul{
	list-style-type: square;
	color:white;
	margin: 0;
	padding-left: 1em;
}
li {
	margin: 0;
	padding-bottom: .25em;
}
.white{
	color: white;
	}
.blue {
		color: #E80000;
		}
#main h1 {
	font-size: 200%;
	color: #E80000;
	margin: 0;
    padding-bottom: .1em;
	text-align: center;
}
#main  {
	margin-left: 230px;
	}
#main h2 {
	color:#E80000;
}
#main img {
	width: 100px;
}
#work img {
	width: 200px;
	padding-bottom: 1em;
 }
 #work li {
	font-weight: bold;
	size: 200%;
}
 #work ul {
	padding-bottom: 1em;
}
#school li {
	font-weight: bold;
	size: 200%;
}
 #school ul {
	padding-bottom: 1em;
}
#school img {
	padding-bottom: 1em;
}
#parents li {
	padding-bottom: 1em;
}
#siblings li {
	padding-bottom: 1em;
}
#nieces li {
	padding-bottom: 1em;
}
#nieces img {
	padding-top: 2em;
	width: 400px;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
}
/* Adjust the styles for the table elements */
td, th {
	border: 1px solid black;
	padding: .2em .7em;
}
.left {
	text-align: left;
	background-color: #E80000;
	color: white;
	}
.right {
	background-color: #E80000;
	color: white;
}
caption {
	font: sans-serif;
	font-weight: bold;
	margin-bottom: .5em;
	color: #E80000;
}
#footer {
    clear: both;
	margin: .5em 0;
	text-align: right;
}
