/*Darling Floral Design CSS File*/

body
	{
	margin: 0;
    background-color: #000000;
}
#page{
	margin: 0px;
    font-family: times new roman,arial,helvetica;
	font-size: 10pt;
    color: white;
    background-color: white;
	margin: 0;
	padding: 0;
	width: 950px;
}

/* Page header style */
#header2{
	top: 0; 
	left: 0;
	width: 950px;
	height:75px;
	padding: 0;
	clear: both;  
	background-color: #000000;
	border-bottom: 10px solid #fcdbe4;
}
td.header{
	float: left;
	border: none;
	text-decoration: none;
	height:75px;
	color: #000000;
	align: left;
	padding: none;
	background-image: url("genimages/dlogopink.png");
  	background-repeat: no-repeat;
  	background-position: left;
}

a.logo
{
	text-decoration: none;
	align: left;
	font-family: times new roman, arial, helvetica;
    font-size: 12pt;
    color: white;
}
a.logo:hover
{
	text-decoration: none;
	align: left;
	font-family: times new roman, arial, helvetica;
    font-size: 18pt;
}


/* Photogallery Page Headings */
p.header{
    font-family: 'Edwardian Script ITC', 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
    font-size: 28pt;
    margin: 0;
}

/* Style for sidebar column */
#sidebar{  
	float: left;           
	background-color: #fcdbe4;           
	padding: 0;           
	margin-left: 0;        
	width: 225px; 
	height: 560px;           
}

td.links{
	background: #fcdbe4;
	border-top: 1px dashed white;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-decoration: none;
	height:35px;
	color: #000000;
	font-family: times new roman, arial, helvetica;
	font-size: 10.5pt;
	align: left;
	vertical-align: middle;
	padding: none;
	width: 100%;
}
td.links:hover{
	background: #fcdbe4;
	border-top: 1px dashed white;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-decoration: none;
	height:35px;
	color: #000000;
	font-weight: bold;
	color: #000000;
	font-family: times new roman, arial, helvetica;
	font-size: 11pt;
	align: left;
	vertical-align: middle;
	padding: none;
	width: 100%;
	background-image: url("genimages/dpage.gif");
  	background-repeat: no-repeat;
 	background-position: left;
}
p.page{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-family: times new roman, arial, helvetica;
	font-size: 11pt;
}

a.links{
	text-decoration: none;
	color: #000000;
	font-family: times new roman, arial, helvetica;
	font-size: 10.5pt;
}

p{
	font-family: times new roman,arial,helvetica;
	font-size: 10pt;
	color: #000000;
}

td.filler{
	background: #fcdbe4;
	border-top: 1px dashed white;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height:35px;
	padding: none;
	width: 100%;
}
/* Page footer style */
#footer{     
	width: 100%;
	clear: both; 
	position: relative;
	background-color: #000000;     
	border-top: 10px solid #fcdbe4;
	font-size: 8pt; 
	text-align: center;  
	verticle-align: bottom; 
	letter-spacing: 4px;
}
a.homelinks{
	text-decoration: none;
	verticle-align: bottom;
	color: white;
	font-family: times new roman, arial, helvetica;
	font-size: 12pt;
}
a.homelinks:hover{
	text-decoration: none;
	verticle-align: bottom;
	font-weight: bold;
	color: white;
	font-family: times new roman, arial, helvetica;
	font-size: 13pt;
	background-image: url("homepageimages/dhome.png");
  	background-repeat: no-repeat;
  	background-position: center;
}

/*For pop-up pictures with only CSS*/

/* Style for main content column */
#picframe{
	position: relative;
	margin-left: 225px;
	height:540px;
	font-family: times new roman,arial,helvetica;
  	font-size: 10pt;
}
#miniframe{
	position: absolute;
	top: 45px;
	left: 12px;
	width: 700px;
	height: 120px;
	font-family: times new roman,arial,helvetica;
	text-align: center;
  	font-size: 10pt;
  	color: #000000;
	background-color: #fcdbe4;
}
	
#miniphotos{
	align: center;
	margin-top: 5px;
	width: 660px;
	height: 105px;
}

img.mini{	
	border: none;
	height:37px;
	width:50px;
} /* no border around left column images */
	
#minis a:hover
{
	background: white;
} /* this seems to be necessary for it to work properly in IE6, I'm honestly not sure why */

#minis a img.big
{
	height: 0; 
	width: 0; 
	border-width: 0;
} /* hide the big image by making its height and width 0 */

#minis a:hover img.big
{
	position: absolute; 
	top: 108px; 
	left: 100px;
	height: 375px;
	width: 500px;
	border: 3px solid #a0a0a0;
} /* make the big image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */

img.original{
	position: absolute; 
	top: 108px; 
	left: 100px;
	height: 375px;
	width: 500px;
	border: 3px solid #a0a0a0;
}/* original image when no hover */

