﻿/* BASIC ELEMENTS */


body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}


body {
	background: #a2abd2 url(images/body.jpg);
	font-family: perpetua, Batang, "Times New Roman", arial, Georgia, serif;
	text-align: center;
} 


h1, h2, h3 {
	font-family: Tahoma, Gautomi, Arial, Helvetica, sans-serif;
	color: #625276;
}


a {
	font-weight: bold;
	color: #7883c5;
	text-decoration: none;
}


a:hover, a:visited {
	font-weight: bold;
	color: #9f7642;
}


/* LAYOUT */

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #f4eae0 url(images/blql.jpg) no-repeat;
	border-left: 5px solid #4f689e;
	border-right: 5px solid #4f689e;
	color: #625276;
	text-align: left;
}


#archive {
	width: 780px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	background: #fcf3ec;
	border-left: 5px solid #4f689e;
	border-right: 5px solid #4f689e;
	color: #625276;
	text-align: left;
}


#name h1 {
	background: url(images/corner1.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	color: #3c5598; 
	text-align: left;
	padding: 40px;
}


#intro {
	position: relative;
	margin-top: 275px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 300px;
	padding: 5px 5px 5px 80px;
	color: #523632;
	font-weight: bold;
	clear: none;
}


#intro p {
	padding: 5px;
}


#contact {
	position: absolute;
	top: 5px;
	padding: 0 5px;
	left: 300px;
	color: #523632;
	font-weight: bold;
}


#writes {
	position: relative;
	text-align: center;
	word-spacing: 10px;
	padding: 20px;
	margin: 5px;
	clear: left;
}


#footer {
	left: 10px;
	width: 720px;
	margin: 5px;
	padding: 2px;
	font-size: 75%;
	color: #191970;
	clear: both;
}


#members {
	width: 150px;
	margin: 5px 0;
	padding: 25px;
	float: left;
}


#linkliststuff {
	width: 150px;
	text-align: center;
	margin: 5px 0;
	padding: 45px 0 0 0;
	float: right;
}


#linkliststuff h3 {
	color: #cc3299;
}


#linkliststuff ul {
	margin: 10px 0 20px 0;
}


#linklistgeneric {
	left: 15px;
	width: 600px;
	margin: 30px;
}


#linklistgeneric ul li {
	margin: 3px;
	padding: 2px;
}

#linklistgeneric li, #authors li {
	list-style-position: inside;
}


#members li, #linkliststuff li {
	list-style-type: none;
	padding: 0 5px;
}


.center {
	text-align: center;
}




#authors {
	background-color: #fcf3ec;
	margin: 25px 5px;
	clear: both;
	color: #000000;
}


#authors p {
	padding: 5px;
}


#author1 {
	background: url(images/author1photoname.jpg) no-repeat;
	width: 140px;
	height: 162px;
	margin: 5px;
	border: 5px solid #34925e;
	float: right;
}


#author2 {
	background: url(images/author2photoname.jpg) no-repeat;
	width: 149px;
	height: 203px;
	margin: 5px;
	border: 5px solid #7d26cd;
	float: left;
}


#author1 h3, #author2 h3 {
	display: none;
}


#a1book {
	background: url(images/author1bookcoverphotoname.jpg) no-repeat;
	width: 122px;
	height: 202px;
	margin: 5px;
	border: 1px solid #34925e;
	float: left;
}

#a2book {
	background: url(images/author2bookcoverphotoname.jpg) no-repeat;
	width: 145px;
	height: 240px;
	margin: 5px;
	border: 1px solid #7d26cd;
	float: right;
}

#a2book2 {
	background: url(images/author2bookcoverphotoname.jpg) no-repeat;
	width: 151px;
	height: 240px;
	margin: 5px;
	border: 1px solid #7d26cd;
	float: right;
}




#a1book h3, #a2book h3, #a2book2 h3 {
	display: none;
}

.a1 {
	color: #34925e;
}


.a2 {
	color: #7d26cd;
}


.a11, .a22 {
	color: #b03060;
}

#authors li {
	color: #b03060;
}