/*
Theme Name: Acts1
Theme URI: http://douglast.com/
Description: Based strongly on the Classic 1.5, the original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Douglas T., borrowing from David Shea

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FF6600;
	padding: 0px;
	background-image: url(images/flame.jpg);
	min-width: 800px;
}

#container {
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#header {
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 120px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	color: #CC6600;
	font-size: 48px;
	margin-bottom:0;
	padding-bottom:0;
	}
#header p {
	font-size:small;
	margin-top:0;
	padding-top:0;
	margin-bottom:0px;
	padding-bottom:15;
	}
#header h1 a {
	color: #CC6600;
	text-decoration:none;
	}
#logo {
	position: absolute;
	left: 25px;
	top: 10px;
}
#address {
	background-color: #FFFFFF;
	background-image: url(images/ELCA2cemblemsm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20%;
	margin-left: 20%;
	padding-left: 120px;
	height: 98px;
	margin-top: 20px;
}
#sidebar {
	width:200px;
	float:left;
	}

#content {
	margin-left:200px;
	padding-left: 20px;
	padding-right: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC6600;
	}
.cleaner {
	clear:both;
	font-size:1px;
	}

a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a img {border:0;}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 3px solid #CC6600;
	margin-left: 1.5em;
	padding-left: 10px;
}
.code {
	margin-left: 1.5em;
	padding-left: 10px;
	font-weight:bold;
	font-style:italic;
	color:#666666;
}
cite {
	font-size: 90%;
	font-style: normal;
}
li {
	list-style-image: url(images/bullet1.gif);
	list-style-position: outside;
	line-height: 110%;
	margin-right: 2%;
	margin-bottom: 10px;
}
li li {
	list-style-image: url(images/bullet2.gif);
	list-style-position: outside;
	line-height: 110%;
	margin-right: 2%;
	}
ul {
	margin-top: 0px;
	
}
.larger-bold {
	font-size: larger;
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size:21px;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-weight:bold;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom: 0px;
}
#content h4 {
	margin-top:25px;
	font-style:italic;
	}
.cat{
	display:inline;
	margin: 15px 0 0;
	padding-bottom: 0px;
	list-style-image: none;
	padding-left: 0px;
}
#sidebar li {
	font-size:12px;
	}
#sidebar h2 {
	font-size:14px;
	}
#sidebar .cat li {
	list-style-type: none;
	list-style-image: none;
	margin-left:0;
	padding-left:0;
	}
#sidebar .cat li li  {
	list-style-type: none;
	list-style-image: url(images/bullet1.gif);
	}
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

.feedback {
	color: #ccc;
	clear: right;
	padding-bottom: 20px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
	list-style-image: none;
}
#commentlist li {
	list-style-image: url(images/bullet-c.gif)
}
.rss {
	font-size:90%;
	font-style:italic;
	}
.display-center {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.credits {
	font-size:x-small;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 2px;
}

