/* BASIC ELEMENTS */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}


body {
	background: #ff0099 url(images/pinkmosaic.jpg);
	font-family: Georgia, verdana, serif; 
	text-align: center;
} 


h1, h2, h3, h4 {
	font-family: "comic sans ms", arial, serif;
}


cite {
	color: #c71585;
}


.center { text-align: center; }

.hotpink { color: #c71585; }


a {
	font-weight: bold;
	color: #5ebcaa;
	text-decoration: none;
}


a:hover, a:visited {
	font-weight: bold;
	color: #05b8cc;
}


/* LAYOUT */


#container {
	width: 755px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #ffffff;
	border-left: 5px ridge #a5a2cf;
	border-right: 5px ridge #a5a2cf;
	color: #c71585;
	text-align: left;
}


#banner {
	width: 725px;
	background: #ffffff;
	text-align: center;
	border: none;
}


#tagline {
	width: 725px;
	background: #ffffff;
	text-align: center;
	color: #5ebcaa;
	border: none;
	padding: 10px 0;
	clear: both;
}



#logographic {
	background: url(images/petlogo.jpg) top left no-repeat;
	width: 192px;
	height: 283px;
	float: left;
}

#logographic h3 {
	display:none;
}


#author {
	background: #ffffff url(images/pet5a.jpg) no-repeat;
	width: 357px;
	height: 342px;
	border: 5px solid #5ebcaa;
	float: right;
}


#author h3 {
	display: none;
}


#contact {
	color: #2a8586;
	font-weight: bold;
	padding: 5px;
	float: left;
}


#bio p {
	padding: 10px;
	color: #76789e;
	font-weight: bold;
}



#books {
	border: none;
	margin: 10px auto;
	text-align: center;
}


#books p {
	padding: 25px;
}


#a1book {
	background: url(images/drivetime2.jpg) no-repeat;
	width: 195px;
	height: 301px;
	margin: 15px;
	border: 1px solid #76789e;
	float: left;
	clear: both;
}

#a1book2 {
	background: url(images/cocbreastcancer3.jpg) no-repeat;
	width: 199px;
	height: 271px;
	margin: 15px;
	border: 1px solid #76789e;
	float: right;
	clear: both;
}

#a1book3 {
	background: url(images/finished.jpg) no-repeat;
	width: 200px;
	height: 269px;
	margin: 15px;
	border: 1px solid #76789e;
	float: left;
	clear: both;
}


#a1book h3, #a1book2 h3, #a1book3 h3 {
	display: none;
}



#blurb p {
	color: #003f87;
	font-weight: bold;
	padding: 5px;
}


#news {
	width: 720px;
	margin: 0 auto;
	padding: 45px 25px;
	color: #5c1577;
	text-align: center;
	clear: both;
}


#kitchengraphic1 {
	background: url(images/spoon.jpg) no-repeat;
	width: 51px;
	height: 250px;
	margin: 10px;
	padding: 275px 5px;
	float: left;
}


#kitchengraphic2 {
	background: url(images/fork.jpg) no-repeat;
	width: 51px;
	height: 250px;
	margin: 10px;
	padding: 5px;
	float: right;	
}


#kitchengraphic1 h3 {display: none;}
#kitchengraphic2 h3 {display: none;}


#recipe {
	color: #2a8586;
}



#gallery {
	border: none;
	margin: 10px auto;
}

.photo img {
	border: 1px solid #666;
	background-color: #fff;
	padding: 4px;
}

.figure {
	float: left;
	width: 358px;
	margin: 0 5px 5px 5px;
}

.figure p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 0 0 0;
	height: 9em;
}





#projects {
	color: #003f87;
	clear: both;
}

#projects p {
	padding: 15px;
}

#spacing {
	color: #003f87;
	clear: both;
}

#spacing p {
	padding: 15px;
}	

#excerpts { color: #2a8586;}
#excerpts p {
	padding: 4px;
}


#footer {
	left: 10px;
	width: 720px;
	margin: 5px;
	padding: 2px;
	font-size: 75%;
	color: #191970;
	clear: both;
}


#member {
	margin: 20px;
}

#member ul li {
	margin: 3px;
	padding: 2px;
}


#nav li, member li {
	list-style-position: inside;
	list-style-type: none;
}



#news li, #recipe li {
	list-style: square inside;
	margin: 5px;
	padding: 0 5px;
}

#news p, #recipe p {
	padding: 3px;
}




