body { 
	margin:0;
	font-size:large;
	padding: 1.5em;
}

body.tales { /*Body class for journal pages. No border present. color consistent with main page*/
	background-color: #A9ACB6;
	border: none;
}

body.html { /*Body class for html pages of enlarged photographs. Included border for added effect.*/
	background-color:#A9ACB6;
	border:25px #344152 ridge;
}

ul { /*Non-ordered list class with custom bullets.*/
	list-style-image: url(../thumbnails/USA.gif);
	font-family: arial, tahoma, verdana, sans-serif;
	font-style: normal;
}
			
h1 { 
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 175%;	
}

h2 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 125%;
	font-style: italic;
}

h3 { /*Changed font for jounral page entries to Comic Sans MS to more closely reflect handwriting.*/
	font-family: "comic sans ms", "kristen itc", "tempus sans itc", cursive;
	font-size: 125%;
}

p.journal { /*Changed font for journal entries to Comic Sans MS to more closely reflect handwriting.*/
	font-family: "comic sans ms", "kristen itc", "tempus sans itc", cursive;
	font-weight: normal;
	background-color:#9BC4E2;
	padding: 10px;
	border: none;

}

.tales p { /*Changed font for journal entries to Comic Sans MS to more closely reflect handwriting.*//*Changed to sibling selector*/
	font-family: "comic sans ms", "kristen itc", "tempus sans itc", cursive;
	font-weight: normal;
	padding: 10px;
	border: none;

}
p.html { /* Paragraph class for HTML pages to more centrally locate enlarged photos.*/
	margin:0% 15% 0% 15%;/*Shorthand for margins*/;
}


hr { /*Formatted horizontal line on journal pages to be thicker and more prominent.Added color.*/
	color: #344152;
	width: 100%;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
	background-color: #344152;
}

em { /*Choose italic fonts to draw attention to elements with <em> tags.*/
	font-style: italic;
}

img { /*Added border to enlarged photographs for even more emphasis.*/
	border: 8px groove black;
}

a img { /*Removed border from all thumbnail images.*/
	border: 0;
}

#tales { /*Created div style to float archives and contact information to the right side of the screen creating a two column affect*/
	list-style:none;
	margin-top:35px;
	top:100px;
	left:400px;
	width: 400px;
	float:right;
}
	
.year {/*Created span class of year for archived journals*/
	font-weight: bold;
	font-size: medium;
}

.tagline {/*Created span class of tagline for archived journals*/
	font-style:italic;
}

th {
	border: 2px solid #344152;
	background-color:#D3D3D3;
}

#header {
	margin-top:45px;
}

#pictures {
	padding:0px;
	margin-top: 50px;	
}

#introduction {/*Created div class of introduction to have my initial intro appear in a box on the left of my screen*/
	top:100px;
	width:400px;
	margin-top:55px;
	z-index: 99;
}

#twosome {
	position:absolute;
	top:850px;
	left:625px;
	z-index:99;	
}

#printintro {
	display:none;
}

/*<a href="http://jigsaw.w3.org/css-validator/check/referer">
  		<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        	alt="Valid CSS!" width="88" height="31" /></a>*/

/*Removed body {
		background-color:#A9ACB6;
		font-family: arial, tahoma, verdana, sans-serif;
		border:25px #344152 ridge;
		font-weight:bold;
} and added to the site.css*/


/*Deleted ul navigation class*/
/*Created div ids: header, pictures, introduction and validator*/
/*Revised on 04/22/09 by Deb Chmielewski*/
/*Implemented a sibling selector .tales p*/

	