html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	font: 80% georgia, sans-serif;
	line-height: 1.75;
	color: Black;
	background: #fff url(images/FeatherTextureParchment_001.jpg) repeat bottom right;
	margin: 0;
	padding: 0;
	height: 100%;
}
p1 {
	margin-top: 0;
	text-align: justify;
}

/**************************************************************
   Posts
 **************************************************************/

.post {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
	border-bottom: 1px solid Silver;
}

.post .date {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 255px;
	text-align: right;
	text-transform: uppercase;
	font: 1.0em;
	display: block;
	margin-top: 0px;
	margin-right: 2px;
	line-height: 20px;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
	margin: 0 0 0 265px;
	padding: 0 0 1em 1.2em;
	border-left: 1px solid Silver;
}

h1 {
	font: bold 2.5em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: Black;
}
h3 {
	font: italic normal bold 1.5em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: Black;
	text-align: center;
}
	
span.latin {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B2A8BB;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
div.container {
	min-height: 100%;
	border: 0px solid #B85C00;
	margin: 0;
	position: absolute;
}
div.content {
	border: 0px solid #B85C00;
	padding: 6px;
	position: absolute;
	width: 600px;
	top: 360px;
	left: 150px;
	float: left;
	text-align: justify;
}	
div.calendar {
	border: 0px solid #B85C00;
	padding: 4px;
	position: absolute;
	width: 800px;
	top: 360px;
	left: 0px;
	float: left;
	text-align: justify;
}	
div.indent {
	margin-left: 20px;
}
div.title {
	border: 0px solid #B85C00;
	padding: 6px;
	float: left;
	top: 220px;
	position: absolute;
	Width: 440px;
	line-height: 1px;
	margin-left: 14px;
}
div.logo {
	border: 0px solid #B85C00;
	padding: 6px;
	left: 200px;
	position: absolute;
}
div.tour1cal {
	padding: 6px;
	position: absolute;
	width: 250px;
	top: 360px;
	left: 5px;
	float: left;
	text-align: justify;
}	
div.sidebar {
	border: 0px solid #B85C00;
	font-family: trebuchet ms, arial, agency;
	font-size: 14px;
	padding: 6px;
	top: 360px;
	float: left;
	position: absolute;
	left: 2px;
	width: 149px;
	line-height: 1.35;
}
div.sidebar2 {
	border: 0px solid #B85C00;
	font-family: trebuchet ms, arial, agency;
	font-size: 14px;
	padding: 6px;
	top: 280px;
	float: left;
	position: absolute;
	left: 2px;
	width: 500px;
	line-height: 1.5;
}
div.sidebarhome {
	border: 0px solid #B85C00;
	font-family: trebuchet ms, arial, agency;
	font-size: 16px;
	padding: 10px;
	top: 825px;
	float: left;
	position: absolute;
	left: 2px;
	width: 300px;
	line-height: 1.35;
	border-left: 20px;
}
div.photo {
	border: 0px solid #B85C00;
	padding: 6px;
	position: absolute;
	top: 195px;
	left: 450px;
	font-size: 8px;
	line-height: 1;
}
div.photohome {
	border: 0px solid #B85C00;
	padding: 6px;
	position: absolute;
	top: 845px;
	left: 550px;
}
div.footer {
	text-align: center;
	height: 40px;
	padding-top: 10px;
	bottom: 0;
}
div.push {
	height: 230px; /* .push must be the same height as .footer */
}