/* FEATURED SECTION */
/*#featured-section td
	{
	margin: 0px;
	background-color: #E8DFCB;
	} */
	
.featured-sidebar
	{
	position:relative;
	z-index: 500;
	}

.gallerycontainer{
position: relative;
background-color: black; 
width:990px;
height:500px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.featured-main
{
position: absolute;
width: 677px;
height:254px;
top: 0px;
left: 210px; 
z-index:1; 
background-color:#000000;  
}

.featured-main span img
{
position: absolute;
border:0px;
margin: 0px;
text-decoration: none;
visibility: visible;
z-index:1;
top: 15px;
}

.featured-main span
{
position: absolute;
text-decoration:none;
background-color:#000000; 
top: 0px;
left: 15px; 
z-index: 1; 
}

.featured-main a
{
text-decoration:none;
}

div.featured-main-descr, div.featured-descr
{
position: absolute;
left: 570px;
top: 10px;
height: 350px;
width: 170px; /* should match .thumbnail span img */
font-size:14px;
color: #1c1919; /* charcoal black */
background-color: #83b556; /* Light Green (kinda bright ) */
border: 1px solid #46602c; /* Dark Green */
padding: 10px; /* should match .thumbnail span img */
}

div.featured-main-descr font, div.featured-descr font 
{ /* fro little msg at bottom */
font-size:12px;
color: #46602c; /* Dark Green */
}

div.featured-main-descr:first-letter, div.featured-descr:first-letter
{
font-size: 1.5em;
color: #46602c; /* Dark Green */
}

div.feature /* contains the hovered features */
	{
	height: 60px;
	width: 200px;
	padding: 2px;
	color: #83b556; /* Light Green (kinda bright ) */
	margin-bottom: 6px;
	z-index:500;
	background-color:#000000; 
	 }

a.thumbnail img{
border: 1px solid white;
margin-top: 15px;
margin-bottom: 0px;
}

img#tiny-pic 
{
float: left;
clear: left;
margin: 6px;
}

a.thumbnail:hover{
background-color: transparent;
}

a.thumbnail:hover img{
border: 2px  #C1B08F;
}

a.thumbnail{
text-decoration: none;
}

a.thumbnail span.inner{ 
position: absolute;
background-color: #000000; /* black */
left: -1000px;
visibility: hidden;
text-decoration: none;
z-index:500;
}

a.thumbnail span.inner img{ /*CSS for enlarged image*/
padding: 0px;
}

a.thumbnail span.backdrop
	{
	position: absolute;
	height: 20px;
	width: 20px;
	left: -2000px;
	z-index:1000;
	}

a.thumbnail:hover span.backdrop{ /*CSS block out backround with backround color so it is pretty*/
position: absolute;
visibility: visible;
width: 770px;
height:490px;
top: 0;
left: 210px; /*position where enlarged image should offset horizontally */
margin-top:0px;
margin-left:15px;
z-index: 500; /* just behind the thumbnail:hover span */
background-color:#000000;  /*#000000;  *//*Same color as main area so it seems invisable.change color to see it */
}

a.thumbnail:hover span.inner{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 0px; /* relative to the backdop div, position where enlarged image should offset horizontally */
/* min-height: 450px; */
background-color:#000000; 
}

.featured-label{ /*     */
position: absolute;
top: 410px;
left: 10px;
height: 45px;
width: 400px; /* should match .thumbnail span img */
background-color: #567d38; /* Medium Green */ /* should match .thumbnail span img */
font-size: 14px;
color: #c7e2ab; /* Lt Grey Green ( relatively whitish ) */
padding: 5px; /* should match .thumbnail span img */
}

.featured-label font { /*CSS e*/
color: #1c1919; /* charcoal black */
}


/* span.backdrop div.featured-descr:first-letter{
font-size: 35px;
color: #273319;
}*/

/*div.featured-descr:first-letter { 
font-size: 35px;
} */
div.feature
{ /*CSS for synopsis */
padding-bottom: 6px;
padding-top: 6px;
}
div.feature p.synopsis
{ /*CSS for synopsis */
font-size: 10px;
line-height:10px;
text-align: justify;
z-index:500;
color: #83b556; /* Light Green (kinda bright ) */
padding-bottom: 12px;
}

div.feature p.synopsis a
{ /*CSS for synopsis */
color: #c7e2ab; /* Lt Grey Green ( relatively whitish ) */
}


div.feature p.synopsis:first-letter{ /* CSS featured descriptions */
font-size: 1.5em;
color: #c7e2ab; /* Lt Grey Green ( relatively whitish ) */
}

	
/* END: FEATURED SECTION */	
/* SPLASH PAGE */
#splash-page
{
position: relative;
width: 990px;
height: 587px;
color:
color: #c7e2ab; /* Lt Grey Green ( relatively whitish ) */
padding: 5px; /* should match .thumbnail span img */
background: url( /wall-art-murals/paul_working_antiquesky01.jpg) no-repeat;
}

p#splash-page
{
color: #c7e2ab; /* Lt Grey Green ( relatively whitish ) */
}
/* END: SPLASH PAGE */

