html, body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: small;
	background: url(graphics/pagegradientgrey2.jpg) repeat-x left top;
	/*border: 1px solid blue;*/
}

#wrapper {
	margin: 10px auto 0;
	width: 734px;
	background-color: #fff;
	border: solid 1px #ccc;
}



/* ----------------------------- This begins the HEADER section ----------------------*/
#header {
	margin: 0;
	padding: 0;
	/*border: 1px solid blue;*/
}

#logo {
 background-image: url(graphics/header.gif);
 background-repeat: no-repeat;
 /*float: left;*/
 height: 91px;
 width: 730px;
/*border: 1px solid blue;*/

}


#header h1 {
	font-family: 'times new roman', times, serif;
	font-size: 3.5em;
	font-style: italic;
	font-weight: normal;
	margin: 0 20px;
	/*border: 1px solid black;*/
}

#header h1 em {
	color: red;
}

#header h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #aaa;
	margin: 0 0 0 300px;
	padding: 0;
	/*border-bottom: 1px solid red;*/
	/*border: 1px solid black;*/
}


/*
.headerline {
	height: 1px;
	width: 740px;
	margin: 5px 0 5px 25px;
}*/ /* this is the hr below the banner graphic */
/* ----------------------------- This ends the HEADER section ----------------------*/


/* ------------This is for the new navigation -------------- */

ul#navigation {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style-type: none;
	height: 45px;
	/*border: 1px solid #0f0;*/
}

ul#navigation li {
	display: inline;
	float: left;
	padding: 4px 0 2px;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#navigation a {
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	font-weight: bold;
	color: #333;
/*border: 1px solid #ccc;*/
/* Commented backslash hack hides rule from IE5-Mac \*/
/*ul#navigation a {float: none;}*/ /*end IE5-Mac hack */
}

ul#navigation a:hover {
	color: #000;
	background: #ddd;
	/*border-bottom: 1px solid #ddd;*/
}

/* ------------This is the end of the new navigation -------------- */



/* ---------------- This begins the mainbody section (div) which begins directly 
		below the horizontal links across the top of the page ----------------------*/

#mainbody {
	margin: 10px 0 0 0;
	/*border-top: 2px solid red;*/

}

/* ------------This is the end of the mainbody div -------------- */




/* ----------------------------- This begins the left column ----------------------*/
#leftcolumn {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 40%;
	background-color: #fff; 
	/*border: 1px solid #693;*/
}/*The main text block*/

#leftcolumn div {
	padding: 10px 10px;
} /*This is to allow padding on either side of the main content. */


#comingsbox { 
	float: left;
	width: 90%;
	margin: -10px 0 20px 0;
	padding: 0;
	background-color: #fff;
	/*border: 1px solid #f00;*/
}/*This, and the rest of the styles in this section, are part of the Comings and Goings box*/
	
#comingsbox h1 {
	font-size: 1.1em;
	font-weight: bold; 
	line-height: normal; 
	color: #666;
	margin: 5px 0 5px 0;
}

#comingsbox h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 8px 0 -7px 0;
	padding: 0;
}

#comingsbox h2 em {
	display: block;
	font-style: normal;
	border-top: 1px solid #f00;
	padding: 7px;
}

#comingsbox p {
	margin: 10px 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
}

#comingsbox ol li {
	margin: 0 0 10px 0;
}


ul#comings {
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 140%;
	list-style-type: none;
	width: 100%;
	/*border: 1px solid #ccc;*/
}

ul#comings {
	margin: 10px 0 0 0;
}

ul#comings li {
	margin: 0;
	padding: 5px 0 10px 0;
	/*border-bottom: 1px solid #bbb;*/
}

ul#comings a {	
	color: #00f;
/*border: 1px solid #ccc;*/
}

ul#comings a:hover {
	color: #000;
	background: #ddd;
	border-bottom: 1px solid #bbb;
}
ul#comings a:visited {
	color: #00f;
	border-bottom: 1px solid #bbb;
}


/* ----------------------------- This ends the left column section ----------------------*/

/*------------------------------ For the stufftodo page ---------------------------- */


blockquote {
	width: 215px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 90%;
	line-height: 1.2em;
	font-style: normal;
	color: #555;
	background: #eee url(graphics/topRounded.gif) no-repeat top left;  /* original background color was #eee */
}

#title {
	font-size: 110%;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.roundtext {
	margin: 0 0px 10px 0px;
	padding: 0 4px;

}

.roundtext a {
	color: #555;

}

#author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 85%;
	font-style: normal;
	background: url(graphics/bottomrounded.gif) no-repeat bottom;
}


#photobadge {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	border: 1px solid #aaa;
	text-align: center;
}

/*-------------------- end of the stufftodo page code -------------------- */



/* ----------------------------- This begins the content ----------------------*/

#content {
	margin: 2px 0 0 0;
	float: left;
	width: 30%;
	padding: 10px 0 3px 0;
	/*border: 1px solid #bbb;*/
} /* this envelops the main business box and the Google ads or other middle column items. */


#content h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px 10px;
	padding: 0;
	/*border: 1px solid red;*/
}/*This is in the middle column*/


#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 18px 0 0 0;
	padding: 0;
	/*border: 1px solid red;*/
}/*This is in the middle column*/



#businessbox { 
float: left;
width: 215px;
/*height: 150px;*/
margin: 0;
padding: 0;
text-align: center;
background-color: #ddd; 
border: 1px solid #f00;
}/*The main search box*/

#businessbox form h1 { 
margin: 2px 3px;
padding: 0 5px;
font-size: 1em;
font-weight: bold; 
color: #000;
/*border: 1px solid #bbb;*/
}/*Part of the main search box*/

#businessbox div { 
margin: 0;
padding: 0;
font-size: 1em;
font-weight: bold; 
/*border: 1px solid #bbb;*/
}/*Part of the main search box*/

#businessbox form { 
margin: 4px 0;
padding: 5px 0 15px 0;
/*border: 1px solid #bbb;*/
}/*Part of the main search box*/

#ads {
	float: left;
	width: 160px;
	margin: 20px 0 20px 15px;
	/*border: 1px solid #f00;*/
}

.center {
	text-align: center;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #ccc;
}

/* =pictures These are shown in the center column of the homepage */
#pictures {
	margin: 0 auto;
	width: 210px;
	padding: 0;
	border: 1px solid #bbb;
	border-top: none;
}

#pictures p {
	margin: 0 0 0 0;
	padding: 5px 0;
	width: 210px;
	font-size: .85em;
	font-style: italic;
	text-align: center;
}

/* ----------------------------- This ends the content ----------------------*/


/* ----------------------------- This begins the right column ----------------------*/
#rightcolumn {
	margin: 3px 0 10px 10px;
	float: right;
	width: 25%;
	padding: 10px 0 3px 0;
	/*border: 1px solid #bbb;*/
	text-align: left;
}

#rightcolumn a {
	color: #666; 
	text-decoration: underline;
}

#rightcolumn a:hover {
	color: #666;
	background: #fff;
	border-bottom: 1px solid #bbb;
}

#rightcolumn .gutter {
	padding: 15px;
}

#rightcolumn h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#rightcolumn p {
	margin: 0 0 5px 0;
	font-size: .85em;
}

#links ul { 
	margin: -15px 0 20px;
	padding: 0;
	list-style-type: none;
	/*border: 1px dashed #bbb;*/
}

#links ul li { 
	margin: 0;
	padding: 5px;
	font-size: 95%;
	color: #666;
	/*border-bottom: 1px solid #bbb;*/
}

#links p { 
	margin: -15px 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	text-align: left;
	/*border-bottom: 1px solid #f00;*/
}

#advertisingbox1 { 
	width: 150px; 
	margin: 0 5px 30px -5px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid black;
	color: #000;
}/*To be used for ads*/

#advertisingbox1 h4 {
	margin:0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	color: #f00;
	background-color: #ddd;
	text-align: center;
}

#advertisingbox1 a {
	color: #666;
}

#advertisingbox1 p {
	margin: 5px 5px 10px 5px;
	padding: 0;
	font-size: .9em;
	text-align: center;
}

#advertisingbox1 img {
	margin: 0 0 0 2px;
	border: none;
}


#advertisingbox2 { 
	width: 150px; 
	margin: 0 5px 25px -5px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid black;
	color: #000;
}/*To be used for ads*/

#advertisingbox2 h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	text-align: center;
	color: #f00;
	background-color: #ddd;
}

#advertisingbox2 a {
	color: #666;
}

#advertisingbox2 p {
	margin: 5px 3px 10px 3px;
	padding: 0;
	line-height: 140%;
	font-size: .9em;
	text-align: center;
}

#advertisingbox2 img{
	margin: 0 0 0 2px;
	border: none;
}


.foresthillsbox { 
width: 200px;
margin: 0 0 0 5px;
padding: 5px 5px 5px 5px;
font-size: 8pt;
color: #000000;
background-color: #ddd; 
border: 1px solid black;
}/*This box was used on the top-right corner of the homepage to advertise a Forest Hills event. */

.foresthillsbox p { 
margin: 0 0 0 2px;
font-size: 8pt; 
color: #000000;
}/*This was part of the Forest Hills event box.*/

/* ----------------------------- This ends the right column ----------------------*/




/* ----------------------------- This begins the footer section ----------------------*/
#footer {
	clear: both;
	margin: 20px 0 0 0;
	/*border: 1px solid black;*/
}

#footer a {
	font-size: 85%;
	color: #666;
	text-decoration: none;
	font-style: italic;
}

#copyright { 
	font-size: 85%; 
	font-style: italic;
	color: #666;
}

#copyright a { 
	color: #666;
}

.copyrightline {
	height: 1px;
	width: 50%;
	color: #f00;
}

/* ----------------------------- This ends the footer section ----------------------*/


/* ------------ The following is for the comments page  ------------ */


#comments {
	margin: 0 0 0 17%;
	padding: 0 0 20px 0;
	width: 65%;
	/*border: 1px solid #bbb;*/
} /* this envelops the form on the writetousform.php page */

#comments h1 {
	font-size: 1.1em;
	font-weight: bold; 
	line-height: normal; 
	color: #666;
}/*This is used for pages with forms*/

/* ------------This is the end of the comments page -------------- */


/* ------------ The following is being used on history.php  ------------ */

#displaywrapper {
	float: left;
	width: 65%;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	background-color: #fff;
	/*border: 1px solid #0f0;*/
}

#displaywrapper h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0 0 20px 10px;
	padding: 0;
	/*border: 1px solid red;*/
}

#displaywrapper h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	/*border: 1px solid red;*/
}

.imageleft {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #999;
	clear: both;
}

.imageright {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #999;
	clear: both;
}



.acks {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.acks li {
	margin: 10px 0 0 0;
}

.acks em {
	font-style: italic;
	/*font-weight: bold;*/
}

.imagecaption {
	clear: both;
	margin: 0 0 0 0;
	/*border: 1px solid red;*/
	padding: 10px 0;
}


/* ------------This is the end of the history.php page -------------- */


/* ------------ The following is being used on results pages such as vanness.php. It appears near the bottom of the code, in an echo statement that looks like this: 
echo "<div id='display'>$display_block</div>";  ------------ */

#display {
	float: left;
	margin: 0;
	padding: 0 0 20px 50px;
	width: 65%;
	/*border: 1px solid #00f;*/
}

/* ------------This is the end of the results page -------------- */


/* ------------ The following is for the sculpture page  ------------ */

#sculpture {
  width: 97%;
}

#sculpture h2 {
  font-size: 110%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: red;
}

#sculpture h3 {
  margin: 0 0 0 20px;
  padding: 10px 0 5px;
  font-size: 100%;
  color: #000;
  /*border: 1px solid black;*/
}


.longshot {
  /*margin: 0 20px 0 20px;*/
  float: left;
}


#sculpture img {
  margin: 0 20px;
}

#sculpture p {
  margin: 0 0 10px 15px;
  text-align: justify;
}


.closeup {
  float: right;
  margin-right: -20px;
}


/* ------------ This ends the sculpture page  ------------ */

/* ------------ The following is for the picture.php page  ------------ */

#imagecontent {
	text-align: center;
	padding: 0 0 40px 0;
	/*border: 1px solid black;*/

}

#imagecontent h1 {
	font-size: 1.1em;
	font-weight: bold;
	/*border: 1px solid black;*/

}

/* ------------ This ends the picture.php page  ------------ */


/* ------------ The following is for the homepagepictures.php page  ------------ */



#picturewrapper {	
	width: 95%;
	margin: 0 auto;
}

#picturewrapper .box {
	border: 1px solid black;
	text-align: center;
	padding: 0;
	margin: 0 0 15px 0;
}


#homepagepicturesleft {
	width: 32%;
	float: left;
	/*border: 1px solid green;*/
}

#picturecontent {
	width: 66%;
	float: right;
	/*border: 1px solid red;*/
}

#homepagepicturesmiddle {
	width: 48%;
	float: left;
	/*border: 1px solid blue;*/
}

#homepagepicturesright {
	width: 48%;
	float: right;
	/*border: 1px solid green;*/
}

/* ------------ This ends the homepagepictures.php page  ------------ */



td h4 {
font-size: 100%;
font-weight: bold;
margin-bottom: 0;
} /*This is for the sculpture headers*/

p { 
margin-top: 2px;
}/*For general paragraphs*/


.boldbodycopy { 
font-weight: bold;
}/*This is used on the business name headings on the search result pages */

.italicbodycopy { 
font-style: italic;
}/*This is used on the homepage (at least) to highlight the words, Choose a Category in the text explanation */


.redboldbodycopy {
font-size: 100%;
font-weight: bold; 
line-height: normal; 
text-align: center;
color: #c00;
}

.eightypercent { 
	font-size: 80%; 
	font-style: italic;
	color: #666; 
}


/************* the beginning of the Google Maps Info Window contents ***************************/

#infowindow {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	/*border: solid 1px black;*/
	font-size: .8em;
	clear:both;
}

.image {
	margin: 15px 0 0 0;
	float: left;
}

.image2 {
	margin: 20px 0 0 0;
	float: left;
}

#map {
	float: left;
	border: solid 1px black;
	margin: 5px 5px 0 70px;
	width: 500px;
	height: 350px;
}

#maps { 
	margin: 0 auto;
	height: 100%;
	width: 650px;
	/*border: solid 1px red;*/
}

#maps h1 { /* this is for the headline for the maps */
	font-size: 1.1em;
	font-weight: bold; 
	line-height: normal;
	text-align: center;
	color: #666;
	margin: 10px 0;
}

#side_bar {
	float:left;
	font-size: .9em;
	/*border: solid 1px green;*/
}

#side_bar li {
	list-style-type: none;
	margin: 0 0 5px -2px;
	color: #9e0039;
}

#side_bar a {
	color: #3D6191;
}

#mapheader {
	color: #9e0039;
	font-weight: normal;
	font-size: 1.4em;
	margin: 5px 0 15px 170px;
}


/************* the end of the Google Maps Info Window contents ***************************/
