/* Style sheet for richardsouthall.com  */
/* 27th July 2003                       */
/* Hack for font-size in place          */

/* SET FONT FACE ###################### */
body, p, td, th, li, div, h1, h2, h3, h4 
	{
	font-family: georgia, time new roman, times, serif;
	}

/* SET BODY BASICS #################### */
body 
	{
	/* background-color:#D0D0C8; */
	color:#000000;
	background-color:#E5E5E0;
	margin:10px 10px 10px 40px;
	}

body#zoom /* Used for photo zoom */ 
	{
	color:#000000;
	background-color:#E5E5E0;
	margin:10px 10px 0px 10px;
	}

p
	{
	line-height: 130%;
	margin:auto;
	padding:5px 0;
	}

/* SET FONT SIZE ###################### */
p
	{
	font-size : medium;
	}

/*/*/a{}

body p
	{
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	}

/* */

p.caption
	{
	font-size: small;
	}

/*/*/a{}

body p.caption
	{
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

/* */

/* HEADINGS ########################### */

h1 
	{
	color:#878774;
	background-color:transparent;
	padding-bottom:24px;
	}

h2 
	{
	color:#878774;
	background-color:transparent;
	}

/* LAYOUT DIVS ######################## */

#main 
	{
	float:left;
	width:75%;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dashed #878774;
	}

#menu
	{
	padding-top:60px;
	}


/* MENU STYLES ######################## */

#menu p
	{
	margin:0px 0px 4px 10px;
	}

#menu a
	{
	text-decoration:none;
	color:#878774;
	background-color:transparent;
	}

#menu a:hover
	{
	text-decoration:none;
	color:#333333;
	background-color:transparent;
	}

/* CLASSES ########################### */

p.caption  /* size set above */
	{
	margin-bottom:25px;
	width:210px;
	background-color:transparent;
	color:#878774;
	}

img.white
	{
	border:2px solid #FFFFFF;
	margin-bottom:5px;
	}

img.brown
	{
	border:1px solid #878774;
	margin-right:10px;
	}

p.copyright
	{
	margin-bottom:25px;
	background-color:transparent;
	color:#878774;
	font-size:12px;
	}

p.menuHead
	{
	background-color:transparent;
	color:#878774;
	font-weight:bold;
	}

p.toTop a
	{
	margin-top:20px;
	background-color:transparent;
	color:#878774;
	text-decoration:none;
	}

p.toTop a:hover
	{
	background-color:transparent;
	color:#333333;
	}

table.phototable td {
	padding-right:20px;
	}

