/*
	Wordpendium Books Latest Titles
	Layout Style Sheet
	Angela Garrett
	Tutorial 5, Case Problem 3
	9/14/2015 
*/
/* Body style */
body {
	background-image: url(images/spiralbound.jpg);
	background-repeat: repeat-y;
	background-color: gainsboro;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	margin-left: 8em;
	line-height: 1.25em;
}
/*  Image style */
img {
	float: right;
	margin: 0 0 10px 10px;
}
/*  Heading1 style */
h1 {
	margin-top: 0.5em;
	text-align: center;
	font-size: 3em;
	padding-bottom: 25px;
}
/*  Heading2 style */
h2 {
	background-image: url(images/grey_texture.jpg);
	text-align: center;
	color: white;
	font-size: 1.4em;
	padding: 10px;
}
/*  Heading3 style */
h3 {
	color: teal;
	font-size: 1.3em;
	text-decoration: overline underline;
}
/*  Footer style */
footer {
	text-align: center;
	color: white;
	background-color: black;
	float: right;
	padding: 10px;
	text-transform: uppercase;
}
/*  Border style */
p.border {
	border-top: solid teal 0.4em;
	padding-top: 0.4em;
	font-weight: bold;
	font-style: italic;
	color: teal;
	margin-bottom: 0
}
/*  Unordered List style */
ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin-top: 1em;
	margin-left: 1em;
}
/*  List style */
li {
	background-image: url(images/teal_square_bullet.jpg);
	background-repeat:no-repeat;
	padding-left: 2em;
	padding-bottom: 0.25em;
	line-height: 1.5em;
}