﻿/*************************************************************/
/*                                                           */
/*	 Copyright @ 2008-2009 ELCMA, Indiana, Pennsylvania      */
/*                  All Rights Reserved                      */
/*                                                           */
/*  Appalachian Mission Opportunitities                      */
/*  url: www.konnarockretreathouse.org                       */
/*                                                           */
/*  CSS Stylesheet Name: "/site-lib/styles.css"              */
/*                                                           */
/*  Author:  Bethany C. Campbell                             */
/*	 Created: Aug 28, 2009                                   */
/*                                                           */
/*	 xhtml - Strict                                          */ 
/*                                                           */
/*************************************************************/
/*                                                           */
/* File Modification History:                                */
/*                                                           */
/*                                                           */
/*************************************************************/

* {
  		margin: 0;
  		padding: 0;
		}
		
body {
  		margin: 0;
  		padding: 0;
  		background-color: #ffffff;
  		color: #000000;
  		font-family: Arial, Helvetica, sans-serif;
  		text-align: center;
		}
		
#wrapper {
  		position: relative;
  		text-align: left;
  		width: 840px;
		margin-top: 25px;
  		margin-right: auto;
  		margin-left: auto;
		border: 5px double #d7ad7b;
		}
		
#header {
		height: 20px;
		padding-top: 12px;
		padding-bottom: 5px;
		padding-left: 5px;
		background-color: #cccc99;
		color: #5a3811; 
		font: 15px georgia;
		line-height: 18px;
		letter-spacing: .2em;
		text-align: center;
		border-bottom: 2px solid #d7ad7b;
		}
				
#main {
		display: table;
		background-color: #cccc99;
		}
		
#pic-box {
		position: relative;
		float: left;
		display: table-cell;
		width: 620px;
		padding-left: 20px;
		background-color: transparent;
		}
	
#sidebar-nav {						
  		position: relative;
		float: right;
		display: table-cell;
		width: 167px;
		padding: 45px 15px 90px 18px;		
		background-color: transparent;
		text-align: center;
		}
		
#content {
		border-top: 3px solid #d7ad7b;
  		padding-top:45px;
		padding-left: 10px;
		padding-right: 8px;
		font-weight: bold;
		}
		
#footer {
  		border-top: 2px solid #d7ad7b;
  		background-color: #e7dbcd;
  		font-size: 60%;
		font-weight: bold;
		font-style: oblique;
  		padding: 0.2em 10px 0.2em 0;
  		text-align: center;
		}
		
h1 {
  		font-size: 170%;
  		font-weight: normal;
  		padding-bottom: 0.4em;
  		color: #5a3811; 
		}
		
h2 {
		font-size: 105%;
		font-weight: bold;
		padding-bottom: 10px;
		}
		
h3 {
		font-size: 95%;
		font-weight: bold;
		font-style: oblique;
		color: #5a3811;
		padding-bottom: 25px;
		}		
p {
  		font-size: 80%;
		font-weight: bold;
  		line-height: 1.6em; 
  		padding-bottom: 1em;
		}

ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		 
#sidebar-nav ul {
		list-style: none;
		}
		
#sidebar-nav li {
  		font-size: 80%;
		}
		
#sidebar-nav a:link, #sidebar-nav a:visited {
		text-decoration: none;
  		color: #5a3811;
  		background-color: transparent;
  		display: block;
  		padding: 0.3em 10px 0.3em 10px;
  		border-bottom: 1px solid #666600;
		}
		
#sidebar-nav a:hover {
  		border-bottom: 3px solid #fff;
		}
