﻿/*
	--------------------------
	Home page  Styles
	--------------------------
*/

div.body    {  width: 50em; margin: 0.75em 0px 0.5em 0px; border-bottom: solid 2px #660a03; border-top: solid 2px #660a03; text-align: left; position: relative; }

img.homeimage   { height: 23.12em; position: absolute; top: 0px; right: 0px; }
div.homecontent  { width: 20.5em; height: 18.35em; background: transparent url(../files/template/background-homecontent.png) top left; padding: 1.5em 1.5em 2em 1.5em; margin: 0.65em 0px; }
div.homecontent h1  { background: transparent url(../files/template/welcome.png) no-repeat center left; text-indent: -200em; overflow: hidden; height: 44px; margin: 0px; }
div.homecontent h2  { font-size: 0.95em; margin: 0.5em 0px 0px 0px; font-weight: normal; }

div.listen  { float: left; width: 16.25em; margin-right: 0.65em; }
div.latest  { float: left; width: 33.1em; }

div.parchment.listen div.bottom   { padding-bottom: 10px; }

div.latest ul   { list-style-type: none; padding: 0px; margin: 0.75em 0px; }
div.latest ul li    { margin-bottom: 1em; }
div.latest ul li img    { float: left; margin: 0.15em 0.75em 0px 0px; border: solid 5px #efe7b0; }
div.latest ul li h2    { margin: 0px 0px 0.25em 0px; }
div.latest ul li h2 a    { text-decoration: none; color: #cc3300; }
div.latest ul li h2 a:hover    { text-decoration: underline; }
div.latest ul li p  { margin: 0px; }
div.latest ul li p.date  { font-weight: bold; }
