@charset "utf-8";
/* CSS Document for PIKESPEEK.NET (1-Column Layout)*/
/* CREATED: 7/21/12 */
/* AUTHOR: Debra Vielhaber Pike */

html, body {
	margin:0px;
	padding:0px;
	color:#000;
	height:100%;
	background:#fff url(../images/bkgd-drop-shadow.gif) repeat-y center top;
}

.invitation {
	align-content:center;
}

.invitation img {
	align-content: center;
}

p {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left:20px;
	padding:0em 0.5em 0.5em 0.5em;
	
}

#outer-wrapper	{
	width:990px; /*page width = 990px */
	margin-top:0px;
	margin-right: auto;
	margin-bottom:-50px;
	margin-left: auto;
	background-image: url(../images/henhousesiding-wide.jpg);
	
}

#header	{
	background:#ddd;
	background-image:url(../images/pp-header-0712.jpg);
	height:159px;
}

#nav {
	margin:0;
	padding:0;
	color:#FFF;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav-bkgd-10px.gif); /*NAVY GRADIENT */
	float:left;
	width:100%;
	border:1px solid #352a5d; /*DK BLUE */
	border-width:1px 0;
}

#nav ul { 
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin: 0;
	padding: 0;}

#nav a:link, #nav a:visited {
	color:#FFF;
	padding:10px 40px 5px 10px;
	float:left;
	width:auto;
	border-right:1px solid #4B4C86; /*MED BLUE */
	text-decoration:none;
}
#home #nav-home a,
#about #nav-about a,
#reunions #nav-reunions a,
#photos #nav-photos a,
#contact #nav-contact a,
#sherman #nav-sherman a  {
	background: #FF6; /*LT YELLOW*/
	color:#352a5d; /*DK BLUE */
}

#nav a:hover {
	background-color:#4B4C86; /*MED BLUE */
}

#nav li:first-child a {
	border-left:1px solid #352a5d; /*DK BLUE */
}
		
#main-content {
	float:left;
	width: 95%;
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: repeat;
	position:relative;
	min-height: 470px; /*SETS MINIMUM PAGE HEIGHT*/
}

#main-content a:link {
	color:#00F; text-decoration:underline;
}

.screen {
	background-color:rgba(255,255,255,0.75); /* FIRST THREE NUMBERS ARE HEXCODE FOR COLOR, LAST NUMBER IS ALPHA. MAKES TEXT MORE LEGIBLE AGAINST BUSY BKGD. NOT VISIBLE IN DW. MUST VIEW IN BROWSER */
	padding:0px;
}

.back-to-top {
	font-family:"Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-style:oblique;
	font-weight:bold;
	color:#00F;
	text-decoration:underline;
	
}

h1{padding-bottom: 0.5em;}
h2 {padding-bottom: 0.01em;}
h4 {padding-top:0em}
h1, h2, h4, h5 {
	font-family:"Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color:#352a5d; /* DK BLUE */
}

h1 {
	margin:0;
}

h2 {
	margin:0 0 1em;
}

#text-links {
	/*background-color: #e1e0e8; /*LT GREY */
	clear:both;
	/*line-height: 0.7em; */
	text-align: center;
	padding:0em 0.5em;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	
}

#text-links h5 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;}

#text-links ul {
	list-style:none;
}

#text-links li {
	font-size: small; font-weight:bold;
	display:inline;
	padding-left: 2px;
	padding-right: 6px;
}

#text-links li.here	{
	background-color:#FF6; /* LT YELLOW */
	color: #352a5d; /*DK BLUE */
	}

#text-links li.last {
	border-right:none;
}

a:link {
	color: #352a5d; /*DK BLUE */
	text-decoration:none;
}

a:visited {
	color:purple;
	text-decoration:none;
}

#footer {
	bottom:0; 
	padding-bottom:1px;
	text-align:center;
}

/*END OF STYLESHEET */