﻿@import url('layout.css');

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:white;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 12pt;
}

#masthead {
	background-position: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-indent: 12pt;
}

#navigation {
	display:none;
}

#page_content { 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#photos {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 12pt;
	margin-right:12pt;
	background-color: transparent;
}

#content {
	position: relative;
	float: none;
	margin-top: 6pt;
	margin-bottom: 12pt;
	padding-right:5%;
}

#footer {
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12pt;
	border: 1px dotted black;
	background-color: transparent;
	padding-top: 6pt;
	padding-bottom: 6pt;
	text-align: center;
}

#ccommon { 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size:x-small;
}

#journal {
	
}

/*Masthead Styles*/
#masthead h1 {
	color: #b22222;
	font-size: x-large;
	font-weight: bold;
}


#navigation li.story {
}

/* Photos Pane styles */
#photos img {
	max-width: 127px;
	padding: 5px;
	text-align: center;
}

#photos p {
	padding-bottom: 6pt;
	margin: 0;
	color: #b22222;
	font-size: x-small;
}

#footer p {
	margin:0;	
}
#journal h3 {
	border-bottom: thin;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#journal p {
	padding-top:0;
	margin-top:0;
}
.small {
	font-size: small;
	display:inline;
}

.screenonly {
	display:none;
}
