/*  Layout Style sheet for Bill Harrison website  19 August 2009  */

/*--------- Import the color and typography stylesheets  -------------- */
/*--------- See typography.css for resetting browser default styles --- */
@import url(typography.css);
@import url(color.css);

/* ---- =page wrapper ---- */
#wrapper {
   /* using 20px less than a full 955px width allows for browser chrome and avoids a horizontal scroll bar */ 
	width: 935px;
	margin: 0 auto; /* Auto margins (in conjunction with a width) center the page */
	padding: 0;
	/*border: 1px solid blue; */
}

/* ---- =branding - Branding ---- */
 #branding {
	/*border: 1px solid green;*/
	padding: 10px 0 5px 0; 
	} 

/* ---- =nav - Navigation Bar ---- */
#nav li {
 	/*width: 100%;*/
	float: left;
   margin-left: 5px;
	} 

/* ---- =content wrapper ---- */
/*Used in Home and Gallery pages */
#content {
	width: 100%;
	height: 460px;
	margin: 30px 0 0 0;
	padding: 0px; 
	}

/* Photos on Home page --- Used on Home page only ---- */
#content .HomePgPhoto {
   float: left;
	margin-left: 9px;
	margin-right: 6px;
	}

#SlideShow {
	position: relative;
	margin-left: 315px;
	display: none;
	width: 450px;
	height: 450px;
	/*border: 1pt solid green;*/
	}

#MySlideShow { display: none; width: 250px; height: 125px; }


/* ---- =contentBio wrapper ---- Used on Biography page only */
#contentBio {
	width: 685px;
	padding: 0px; 
	margin: 40px 0 0 9px;
	/*border: 1pt solid yellow;*/
	}

#contentBio p {
	padding: 0 0 10px 0;
	}

#contentBio img {
	float: right;
	margin:0 0 10px 20px;
	}


/* ---- =galleries ----- Used on Gallery pages only */
#intro {
	width: 310px;
	margin: 10px 0 20px 0;
	}

#tgallery {
	float: left;
	width: 350px;
	margin: 0 0 50px 0;
	padding-left: 9px;
	}

#fgallery {
	float: right;
	width: 500px;
	/*height: 500px;*/
	padding-right: 50px;
	}
	
	#FeaturePhoto {
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	/*border: 1pt solid white;*/
	}

  #PhotoCaption {
  margin-top: 10px;
  }
	
	
/*	------ footer ------ */
#footer {
	margin-top: 20px;
	clear: both;	
	}



