/* Zalewski Family Genealogy Styles */
/* Created: 30 Jul 2009	*/
/* Edited: 1 Apr 2011 */

body {
	background-color: #a57454;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 12pt;
	}
div#envelope {
	background-image: url(siteimages/siteBack.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #e0b687;
	width: 1022px;
	margin: auto;
	padding-top: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
div#topPhoto {
	width: 966px;
	height: 382px;
	border: 1px solid #000;
	margin: auto;
	position: relative;
	}
div#siteName {
	position: absolute;
	width: 771px;
	height: 76px;
	bottom: 5px;
	left: 5px;
	}	
div#photoInfo {
	width: 966px;
	height: 20px;
	margin: auto;
	text-align: right;
	font-size: 10pt;
	}
#envelope a {
	color: #000;
	}
#envelope a:hover {
	text-decoration: none;
	}
div#bottomMenu {
	text-align: center;
	font-size: 9pt;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
	background-color: #422f21;
	width: 956px;
	}
div#bottomMenu a {
	color: #a57454;
	}
div#search {
	width: 966px;
	height: 40px;
	margin: auto;
	text-align: right;
	}
div#search input {
	float: right;
	margin-top: 6px;
	border: 2px solid #422f21;
	}
div#search img {
	}
	
/* Menu */

div#menuBoxes {
	width: 966px;
	height: 312px;
	margin: auto;
	}
div#peopleBox {
	width: 312px;
	height: 312px;
	background-image: url(siteimages/box1Back.jpg);
	float: left;
	}
div#memoriesBox {
	margin-left: 15px;
	width: 312px;
	height: 312px;
	background-image: url(siteimages/box2Back.jpg);
	float: left;
	}
div#exploreBox {
	margin-left: 15px;
 	width: 312px;
 	height: 312px;
 	background-image: url(siteimages/box3Back.jpg);
	float: left;
  }
#peopleBox h1, #memoriesBox h1, #exploreBox h1 {
 	background-color: #dfcdc3;
 	border-bottom: 2px solid #5884b6;;
 	font-size: 24pt;
 	font-weight: bold;
 	margin: 0;
 	padding: 3px 5px;
 	}
#navcontainer { 
	width: 295px;
	margin-left: 10px;
	margin-top: 10px;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 285px;
	background-color: #5884b6;
	margin-bottom: 2px;
	}
#navcontainer a:link, #navcontainer a:visited {
	color: #000;
	text-decoration: none;
	}
#navcontainer a:hover {
	background-color: #369;
	color: #fff;
	}

/* Footer */
div#footer {
	border: 1px solid #000;
	border-width: 1px 0;
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 8pt;
	text-align: center;
	}
div#footer p {
	margin: 0;
	padding: 0;
	}
	
/* Re-styled TNG styles */

.header {
	padding-left: 10px;
	color: #000;
	font-size: 24pt;
	}
p.smaller {
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 1px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 10pt;
}
p.smaller a:link, p.smaller a:visited, p.smaller a:active {
		text-decoration: none;
	}
p.smaller a:hover {
		text-decoration: underline;
	}
div#insideEnvelope {
	padding: 0 10px;
	}
.fieldnameback {
	background-color: #5884b6;
	}
.subhead {
	font-size: 14pt;
	}
#insideEnvelope a, #insideEnvelope a:hover {
	}
#slideshow img {
	border: 1px solid #000;
	background-color: #dfcdc3;
	padding: 3px;
	}
#slideshow .subhead {
	font-size: 18pt;
	border-bottom: 1px solid #000;
	}
#slideshow p span.subhead {
	border-bottom: 0;
	font-size: 12pt;
	}
	
/* styles for IE6 error box */
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}

/* Zalewski Alert Box */
#zalewskiAlert {
	width: 950px;
	margin: 5px auto;
	padding: 10px;
	border: 2px dashed #5985B6;
	background-color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #333;
	}
