@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #382513;
	font-weight: normal;
}
.title {
	line-height: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.subtitle {
	font-size: 0.8em;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1000px;
	background-color: #382513;
}
.oneColLiqCtrHdr #header {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	background-color: #DDDDDD;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	font-size: 0.9em;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #footer {
	background:#DDDDDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 5px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#recent_photos {
	text-align: center;
	padding: 10px;
}

#day_prayer {
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	padding: 15px 25px 15px 25px;
}
#day_prayer h1 {
	font-size: 3em;
	color: #993300;
}
#day_prayer blockquote {
	font-size: 1.75em;
}
.Monday {
	color: #DB2218;
}
.Tuesday {
	color: #6B1A6A;
}
.Wednesday {
	color: #769600;
}
.Thursday {
	color: #FF8900;
}
.Friday {
	color: #8C091E;
}
.Saturday {
	color: #FF85B3;
}
.Sunday {
	color: #000000;
}

.haloscan {
	text-decoration: none;
}
#haloscan a:hover {
	font-size: 0.8em;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	color: #382513;
}

a.sitelinks {
	text-decoration: none;
}
a.sitelinks img     {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.thickbox {
	text-decoration: none;
}
a.thickbox img     {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColLiqCtrHdr #timeline_div {
}

#CalliesSimpsonized {
	float: right;
	width: 200px;
	text-align: center;
	clear: both;
}
div.aboutTheCalliesContent {
	display: none;
	padding: 10px 10px 10px 10px;
}
div.aboutTheCalliesContent p {
	text-indent: 30px;
	padding-bottom: 5px;
	font-size: .9em;
}
div.aboutTheCalliesContent h3 {
	padding-bottom: 15px;
}

#contentBucket {
	width: 100%;
	border: 1px solid #000000;
	text-align: center;
	-webkit-box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 5px;
	background-color: #D8CAA8;
}
div.videoContent {
	display: none;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
	text-align: center;
}
div.geocachingContent {
	display: none;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
	text-align: left;
}
div.geocachingContent p {
	text-indent: 30px;
	padding-bottom: 5px;
}

#newsBucket {
	width: 100%;
	border: 1px solid #000000;
	position: static;
	-webkit-box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 5px;
	background-color: #D8CAA8;
	font-size: .9em;
}

#recentItems {
	width: 280px;
	border: 1px solid #000000;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	background-color: #D8CAA8;
}

#contentNavigation {
	margin-left: 200px;
	text-align: center;
}


#gallery {
	padding: 5px;
}
.photoBucket {
	text-align: center;
	padding: 5px;
	float: left;
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.right-image {
	padding-left: 10px;
	float: right;
}
.left-image {
	padding-right: 10px;
	float: left;
}

div.floatLeft {
	float: left;
	padding: 10px 10px 10px 10px;
}
div.floatLeft p {
	text-align: center;
	width: 120px;
}
div.floatRight {
	float: right;
	padding: 10px 10px 10px 10px;
}
div.floatRight p {
	text-align: center;
}

.floatFix {
	background-color: #FFFFFF;
}

.hiddenContent {
	cursor: pointer;
}

div.podcastExplanation {
	display: none;
	padding: 10px;
	font-size: .9em;
}
div.podcastExplanation ol {
	margin-left: 50px;
}

