h1,h2,h3,p,img,blockquote,ul,ol,label {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: verdana;
	font-size: 11px;
}
h1 {
	margin: 0;
	font-size: 14px
}
input, textarea {
	font: inherit;
	padding: 1px;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page {
	margin: 5px 40px;
	max-width: 25cm;
}

.part {
	margin: 10px 0;
}

div.part .part-title {
	font-weight: normal;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 5px;
	color: gray;
	display: none;
}

.date {
	font-size: 8px;
	color: #bbb;
}

.private {
	background: #ddd;
}

.num {
	text-align: right;
	width: 5em;
}



/********** cat-posts **********/
div.cat-posts {
	width: 100%;
}
div.cat-posts h1 {
	font-size: 100%;
}
div.cat-posts .categories {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: #eee;
	height: 20px;
}
div.cat-posts * {
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
div.cat-posts li {
	behavior: url(css/hover.htc);
	display: block;
	float: left;
}
div.cat-posts ul li a {
	line-height: 20px;
	padding: 0 10px;
	display: block;
}
div.cat-posts .posts {
	position: absolute;
	width: 25em;
  left: -9999px;
  border: 1px solid gray;
	background: white;
}
div.cat-posts .posts li {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
}
div.cat-posts  li li a {
	width: 100%;
}
div.cat-posts .selected h1 {
	background: #c99;
}
div.cat-posts ul h1 a {
	color: #333;
}
div.cat-posts ul ul a {
	color: #333;
}
div.cat-posts li:hover ul, .cat-posts li.hover ul {
	left: auto;
}
div.cat-posts ul li a:hover, .cat-posts ul li a.hover {
	color: white;
}
div.cat-posts ul li:hover, .cat-posts ul li.hover {
	background: #900;
}
div.cat-posts li:hover h1 a, .cat-posts li.hover h1 a {
	color: white;
	background: #900;
}


/********** categories **********/
div.categories {
	width: 100%;
}
div.categories h1 {
	font-size: 100%;
}
div.categories ul {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: #eee;
	height: 22px;
}
div.categories * {
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
div.categories li {
	behavior: url(css/hover.htc);
	display: block;
	float: left;
}
div.categories a {
	line-height: 20px;
	padding: 0 10px;
	display: block;
	color: #333;
}
div.categories .selected a {
	background-color: #900;
	color: #fff;
}
div.categories a:hover {
	background: #900;
	color: white;
}

/********** article **********/
#article  {
	font-family: georgia,serif;
	padding-top: 20px;
}
#article .meta h1 {
	font: normal 30px verdana,geneva,arial,helvetica,sans-serif;
	color: #888;
	margin: 0;
	text-align: center;
}
#article .meta h1.sub {
	font-size: 13px;
	padding-top: 0.5em;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.0em;
}
#article .meta h1.author {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05;
	color: black;
}
#article .meta p {
	text-align: center;
	font-weight: bold;
	color: #333;
	margin: 0.5em 0;
}
#article h1 {
	font: normal 24px georgia,serif;
	margin: 1em 0 0.5em 0;
	color: #911;
	text-align: center;
	letter-spacing: 0.03em;
}
#article h2 {
	font-weight: normal;
	font-size: 2em;
	text-align: center;
	margin: 15px 0 0 0;
	color: #666;
}
#article h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin: 10px 0 0 0;
	color: #333;
}
#article .text {
	padding-top: 30px;
}
#article p, #article li {
	text-align: justify;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#article ul {
	list-style-type: disc;
}
#article blockquote {
	text-align: justify;
	margin: 10px 0 10px 40px;
	font-size: 12px;
	line-height: 1.5em;
}
#article li {
	margin-left: 30px;
}
#article .date {
	display: none;
}
#article a {
	text-decoration: none;
	color: #800;
	font-weight: bold;
}
#article a:hover {
	color: #b22;
	text-decoration: underline;
}


/********** articles **********/
#articles {
	font-family: georgia,serif;
	text-align: center;
}
#articles li {
	margin-top: 2em;
}
#articles h1 {
	font-size: 14px;
}
#articles h1.author {
	color: #900;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
#articles h1.sub {
	color: #555;
	font-weight: normal;
	font-size: 12px;
}
#articles a {
	color: black;
	text-decoration: none;
}
#articles .date {
	display: none;
}

#summaries h1 {
	font: bold 14px georgia,serif;
	color: #666;
}
#summaries h1 a {
	color: #666;
}
#summaries h1.sub,#summaries .date {
	display: none;
}
#summaries p {
	font: bold 11px verdana;
}
#summaries li {
	margin-bottom: 15px;
}


/********** prayer **********/
#prayer {
	text-align: center;
	margin: 50px 0;
}
#prayer .text {
	width: 30em;
	text-align: left;
	margin: 0 auto;
}
#prayer h1 {
	font: normal 24px georgia,serif;
	color: #900;
}
#prayer p {
	font: normal 14px georgia,serif;
}
#prayer .date {
	display: none;
}


/********** footer **********/
#footer, div#address {
	text-align: center;
	font-size: 10px;
	color: #666;
	border-top: 1px solid silver;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#footer h1, #footer .date, #address h1, #address .date {
	display: none;
}


/********** products **********/
#products input {
	width: 2em;
	text-align: right;
}
#products .multi input{
	width: auto;
}

/********** checkout **********/
#checkout {
	border: 1px solid silver;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
#checkout .checkout{
	margin: 10px;
}
#checkout * {
	text-align: left;
}
#checkout fieldset {
	border: 0;
	padding: 0;
}
#checkout label {
	display: block;
	margin-top: 5px;
	margin-bottom: 1px;
}
#checkout input, #checkout textarea {
	width: 100%;
	border: 1px solid #999;
}
#checkout .group fieldset {
	display: inline;
}
#checkout #zip {
	width: 5em;
}


/********** misc **********/
.edit {
	margin: 5px 0;
}
.edit a {
	font: normal 9px verdana;
	color: #aaa;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 1px 2px;
}
.edit a:hover {
	color: #000;
	background: #999;
}


/********** header **********/
.content {
	width: 100%;
	background: url(../img/duva.gif) no-repeat top;
}
#header {
	height: 180px;
	width: 100%;
	background: url(../img/akf.gif) no-repeat bottom;
}
