@charset "UTF-8";
/* CSS Document */


/* *************************************************
   AUTHOR:  Scott Stearns (fire-force.com)
   DATE:    Aug-Sep 2008
   PURPOSE: Styles the Home/Index page.
   -------------------------------------------------
   Reddington Designs Home page
   ------------------------------------------------- */


/* -----------------------------------------------------
   #rdInfo: Holds the left column content on main page.
   ----------------------------------------------------- */

#frameMainPg {
			 border: #C8CABA solid 0px;
			 width: 750px;
			 height: 390px;
			 margin-left: auto;
			 margin-right: auto;
			 margin-top: 30px;
			 background: transparent; /*url(../images/bg/mainPgBkgd4.jpg);/*C4C9B7*/
			 }

#rdInfo   {
		  width: 376px;
		  height: 380px;
		  padding-left: 20px;
		  padding-top: 15px;
   		  text-align: justify;
		  border: #0000FF solid 0px;
		  float: left;
		  clear: both;
		  }

			
.infoText	{
			margin-right: auto;
			margin-left: auto;
			margin-top: 0px;
			margin-bottom: 10px;
			padding-right: 30px;
			padding-left: 20px;
			padding-top: 0px;
			line-height: 1.2em;
			border: #666666 solid 0px;
			}
			

.descstyle  {
			font-weight:bold;
			font-size:16px;
			}
			

#carolCU	{
			padding-left: 18px;
			margin-top: -10px;
			}

			
.captionText	{
				margin-right: auto;
				margin-left: auto;
				margin-bottom: 10px;
				padding-top: 3px;
				padding-right: 30px;
				padding-left: 20px;
				font-size: 10px;
				line-height: 1.1em;
				border: #666666 solid 0px;
				}

/* ------------------------------------------------------------
   Slideshow styling and positioning.
 ------------------------------------------------------------*/
					
#mySlideshow
				{
				/*Set dimensions of slide image*/
				width: 310px;
				height: 362px;
				border: black solid 0px;
				position: relative;
				margin-top: 17px;
				}
				
				
/* --------------------------------------------------------- */
.jdSlideshow
				{
				display: none;
				overflow:hidden;
				/*Overall Slideshow div*/
				float: right;
				padding-right: 35px;
				border: red solid 0px;
				}
				
				
/* ----------------------------------------------------------*/

.jdSlideshow img    {
					border: 0;
					margin: 0;
				    }
				  
/*  --  Puts the slide images into the div 9-01-08 11:17am  -- */
.jdSlideshow .slideElement  {
							width: 310px;
							height: 362px;
							background-color: #000;
							background-repeat: no-repeat;
							}
			
/* -------------------------------------------------------------
   #frame: Is the box beneath imageDisplay and sideBar elements.
   ------------------------------------------------------------- */
 
#frameFolio  {
			 background: transparent url(../images/bg/folioBkgd4.jpg) no-repeat;
			 border: #7E7E75 solid 0px; /*Alternate Colors: FAFBEC-final 8AB6BE  */
			 width: 780px;
			 height: 365px;
			 margin-left: auto;
			 margin-right:auto;
			 margin-top: 40px;
			 margin-bottom: 10px;
			 }		 


#frameFolio h1   {
				 font-size: 36px;
				 font-weight: bold;
				 color: #565849;
				 padding-top: 50px;
				 padding-left: 30px;
				 font-style: italic;
				 
				 border: #666666 solid 0px;
				 }