@charset "utf-8";
/* CSS Document for PIKESPEEK.NET (2-col Layout)*/
/* CREATED: 7/17/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;
}

p {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	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);
	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 {
	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: 600px;
	margin-top:5px;
	margin-bottom:5px;padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: repeat;
	position:relative;
}

#screen {
	padding:0;
	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 */
}

#main-content.img {
	text-align:center;
}

#r-sidebar {
	float:right;
	width:300px;
	margin-top:55px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*border: 1px solid #F03; */
	background-color:#352a5d; /* DK BLUE */
}

#r-sidebar h4 {
	color:#FFF;
	/*background-color:#352a5d;  DK BLUE */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:center;
}


h1, h2, h4, h5 {
	/*font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; */
	font-family:"Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color:#352a5d;
}

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 */