/*****************************************************/
/* CSS Document                                      */
/* Main CSS layout for www.CandaceEvansDirector.com  */
/* Site design by Keith Kubal, Lap Cat Studio        */
/*****************************************************/

/***********************************************/
/* page setup and layout sytles                */
/***********************************************/


body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #002;
	background-image: url(../images/bg-Body.jpg);
	background-repeat: repeat-x;
	text-align: center; /* hack to force IE5.x pc to center the wrapper div */ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 950px;
	background-color: #CCC;
	margin:0px auto 0px;
/*	padding: 0px 20px 0px;*/
	text-align: left; /* re-align the text to the left after the above "body" section hack */
/*	border: 1px solid #FFF;*/
/*	NOTE: the below image fakes the background in the column */
	background-image: url(../images/bg-Wrapper.gif);
	background-repeat: repeat-y;  
}

#wrapperFoot{
	width: 950px;
	height: 20px;
/*	background-color: #66FFFF; /* test teal */*/
}

/***********************************************/
/* #headder styles                             */
/***********************************************/

#headder{
	width: 950px;
	height: 150px;
	padding: 0px 0px 0px 0px;
/*	background-color: #000;*/
/*	background-image: url(../images/bg-Headder.jpg);*/
/*	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #660;*/
}

.imageHeadderLeft {
	float: left;
	margin: 0px;
}

.imageHeadderRight {
	float: right;
	margin: 0px;
}

.imageHeadderCenter {
	margin-left: 10px;
}

/***********************************************/
/* #sideColumn styles                          */
/***********************************************/

#sideColumn {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 200px;
	float: left;
	position: relative;
	color:#000000;
/*	background-image: url(../images/CE.gif);
	background-position: right top;
	background-repeat: no-repeat;*/
}

/************** #navSide styles ****************/

#navSide {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	color:#335;
	font-weight: bolder;
/*	background-color: #999;*/ /* test pink F0F NOTE: Don't use color if using #sideColumn bg image, normal 999 */

}

#navSide p, td, th {
	padding: 0px 10px;
	font-size: 80%;
}

#navSide a {
	color: #EEE;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	line-height: 1em;
}

#navSide a:hover, a:focus{
	text-decoration: underline;
}

.navSideSubduedText {
	color: #CCC;
}

.imageNavSide160centered {
	border: 0px;
}

.navSideH2HomePage {
	text-align: center;
	}
	

/***********************************************/
/* #content styles                             */
/***********************************************/

#content{
	float: left;
	width: 680px;
	padding: 10px 10px 20px 20px;
	margin: 0px;
/*	border-left: 5px solid #660;*/
	background-color: #CCC;
}

#content p, td, th, li{
	line-height: 1.34em;	
	font-size: 90%;
}

#content a{
	color: #559;
	text-decoration: none;
}

#content a:hover, a:focus{
	text-decoration: underline;
}

#content h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	color: #336;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content h1{
	font-size: 140%;
	font-variant:small-caps;
	font-family: "Times New Roman", Times, serif;
	color: #335;
	text-align: right;
}

.homePageH1 {
	text-align: center;
	}
	
#content h2{
	font-size: 110%;
	border-top: double;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

#content h4{
	font-size: 110%;
	border-top: thin solid;
	margin: 10px 400px -45px 0px;
	clear: both;
}

#calendar p{
	padding-left: 100px;
	padding-top: 10px;
}

.calendarShowTitle {
	font-weight: bold;
}

#gallery {
	margin: 0px 0px 0px -13px;
	padding: 0px;
}

#galleryHome {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#galleryLargeSlides {
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

.focus {
	color: #900;
	font-weight: bold;
}

.imageLeft {
	float: left;
	margin: 0px 20px 10px 10px;
}

.imageRight {
	float: right;
	margin: 0px 10px 10px 20px;
}

.imageGallery {
	clear: both;
	margin: 3px 10px;
}

.imageCentered580 {
	clear: both;
	margin: 3px 0px 3px 45px;
	border-style: none;
}

#content p.imageCentered580caption {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	margin-top: -13px;
}

.image160 {
	margin: 0px 10px;
}

.image250 {
	margin: 6px 6px;
}

.image160Left { /*pushes 160px wide logo to center of left column*/
	float: left;
	margin: 0px 0px 0px -200px;
}

.image100Left { /*pushes 100px wide logo to center of left column*/
	float: left;
	margin: 10px 0px 0px -175px;
	border: none;
}

.clearit {
	clear: both;
	display: block;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size: 140%;
/*	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	width: 530px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-left: 40px;
	overflow: visible;
	position: relative;
}

.quoteAuthor {
/*	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: visible;
	position: relative;
	margin-left: 200px;
	width: 200px;
}	

.horizontalRuler {
	color: #660;
	margin-left: 25px;
	border: double;
	width: 550px;
	height: 4px;
}

.photoCredit {
	float: right;
	text-align: right;
	font-size: 90%;
}

/***********************************************/
/* #footer styles                              */
/***********************************************/

#footer{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 950px;
	height: 40px;
	color: #000;
	clear: both;
/*	float: left;*/
/*	border-top: 1px solid #002;
	border-bottom: 1px solid #002;*/
/*	background-color: #CCF;*/
	background-image: url(../images/bg-Footer.jpg);
}

#footer h3{
	padding: 2px 10px;
	margin: 0px;
	font-size: 70%;
	font-weight: bold;
	color: #333300;
}

#footer a {
	color: #336;
	text-decoration: none;
}

#footer a:hover, a:focus{
/*	background-color: #4A2805;    alternate hover - white text on brown background
	color: #FFF;  */
	text-decoration: underline;
}
