/* Sharon Marie McClintic. March 2007. These are the stylesheets for my site */


body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family:  helvetica, arial, sans-serif;
	color: white;
	margin: 0px;
	padding: 20px;
	text-align: center;
	}


div#outsidewrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	}


.topflower {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5.5px;
	width: 610px;
	}
	

*/ NOTE TO SELF: margin-top brings the element up to the DIV above it, not to the top of the browser window
since bottomflower and sitename are written below the wrapper, their margins refer to the bottom of the
wrapper, not to the top of the browser window. Because sitename is written below bottom flower it needs
a negative margin-top to be placed beside it instead of below it */
	
.bottomflower {
	margin-top: -5px;
	}


.sitename {
	margin-top: -124px;
	margin-left: 470px;
	color: #008fd5;
	}



.wrapper {
	margin-left: auto;
	margin-right: auto;
	height:425px;
	width:610px;
	padding: 0px;
	text-align: left;
	background-color: #000000;
	overflow: auto;
	border: double;
	}




.updates {
	background-color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	width: 350px;
	height: 400px;
	margin: -270px 10px 4px 30px;
	padding: 10px;
	float: left;
	}
	



.tableofcontents {
	height: 300px;
	width: 100px;
	margin-top: 10px;
	margin-left: 400px;
	}

	}



br {
	line-height: 1.1;
	}

p { 
	line-height: 4;
	}
	

li {
	list-style-type: none;
	font-family: helvetica, arial sans-serif;
	font-size: 28px;
	line-height: 1.46;
	color: white;
	}


a:link {
	color: white;
	text-decoration: none;
	}

a:visited { 
	color: #E79EA9;
	text-decoration: none;
	}

a:hover {
	text-decoration: strikethrough;
	color: #008fd5;
	}



/* CONTENT AND BANNER GIFS REMAIN SAME THROUGHOUT design, clips, photos, contact. 
THEIR CSS IS BELOW */


.bannergif {
	margin: 45px auto auto auto;
	text-align: center;
	width: 204px;
	height: 34px;
	}


.content {
	background-color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	width: 350px;
	height: 425px;
	margin: -280px 20px 4px 20px;
	padding: 6px;
	}


.thumbs {
	
	}





/* CSS FOR BIO PAGE IS BELOW */

.biophoto {border: 6.5px #000000;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	}


/* CSS FOR RESUME PAGE IS BELOW */


.section {
	padding-bottom: 7px;
	text-align: center;
	text-transform: capitalize;
	width: 350px;
	}

.resentry {
	padding-bottom: 25px;
	}
	
	
