/*
** CSS created for www.Cindy-Sadler.com
** This CSS is for pages with a "1 column" layout (resume, ...)
** Copyright Dolphin Classical - All Rights Reserved.
*/

/*
** OVERWRITE FROM CINDY.CSS
** This is where the title goes.
*/
#contenttop 
{
	background-image: url(../graphics/background/resume_title_bkg.jpg);
}

/*
** OVERWRITE FROM CINDY.CSS
** Headshots do not link
*/
.th_headshot:hover
{
	border-color: black;
}

#content2
{
	width: 770px;
	background-color: #7B5D78;
	
	margin: 0px;

	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 40px;

	background-image: url(../graphics/background/main_1col.jpg);
	background-repeat: repeat-y;
}


/*
** Floating an image
*/
#floatingimagediv
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	z-index: 10000; /* on top */
	display: none;
}

#floatingimage
{
	border: solid 1px;
}

#floatlegend
{
	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: center;
	color: #DDDDDD;
	padding: 0;
	margin: 0px;
	padding-bottom: 2px;
}


/*
** The thumbnail production shots on the top-left of the page
*/
#thimage_1, #thimage_2, #thimage_3
{
/*
	margin-left: 0px;
	margin-left: 15px;
	margin-right: 15px;
*/	
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

#thimage_1:hover, #thimage_2:hover, #thimage_3:hover
{
	border-color: #D99033; /* Gold frame around the picture */
}