/*
	css for Flannery's site
	czstyle.css
	Author: Michael Kadel
	Revised: 8 April 2008
*/

body{
text-align: center; /* this is so the page will be centered */
background: #fced6e;  /* body background color */
font-size: 85%;
/*border: 2px solid aqua;*/
}

body#background{  /* so the iframe pages will have white background */
text-align: left;  /* so iframe pages will NOT be centered */
background: white;  /* background color */
font-size: 85%;
/*border: 2px solid aqua;*/
}

h1{  /* preferences for h1 headings */
	color: black;
	/*text-align: center;*/
	font-family: verdana, serif;
	padding: 15px 0 0 0;
	margin: 0;
	}/*disables default margins*/

h2{  /* preferences for h2 headings */
	color: black;
	font-family: verdana, serif;
	padding: 10px 0px 0 0px;
	margin: 0;
	}


h3{  /* preferences for h3 headings */
	color: black;
	font-family: georgia, serif;
	padding: 10px 5px 0 0px;
	margin: 0;
	}

li{  /* List items */
	list-style-type: none;  /* each list item will NOT have a dot */
}

#overview ul li{  /* special list items */
list-style-type: disc;  /* list items will have dots */
}

table#books{  /* special table preferences */
	font-size: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	border: solid #000 0px;
	text-align: left;
	background-color: white;
}

table#books td {  /* all table contents will be at the top */
	vertical-align: top;
}

	
#wrapper {  /* page section. makes page a set width */
	text-align: left;
	background-color: white;
	width: 760px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 auto;
	padding: 10;
	border: 5px solid white;
	}

#insidewrapper {  /* for iframe pages */
	text-align: left;
	background-color: white;
	width: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	border: 0px solid black;
	}

h3, h2.a{  /* the link preferences for h3 and h2 headers */
	color: blue;
	text-decoration: underline; }
}

img{  /* image preferences */
border: 0px solid blueviolet;
}


img#thumb{  /* image preferences for special thumbnail images */
	height: 150;
	width: 150;
}

img#alien{  /* image preferences for alien images */
	height: 225;
	width: 150;
}



