/*	Genuki style sheet - Version 1.11 - 30 Sep 2013      */

body {
	padding: 0px 0px 8px 0px; 
	min-width: 40em;
/*	background-image:url('/images/mythic.jpg'); */
}

/* Navigation bar */

#navbar {
	padding: 0;
	margin: 0;
	display: inline;
}

#navbar img {
	border: 0;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 32px 0px 12px 0px; 
	margin: 0;
	clear: none;
	float: none;
	}

#navbar li {
	list-style-type: none;
	display: inline; 
	margin: 0;
	}

#navbar ul li.logo a {
	background: url("../images/GenukiLogo.gif") no-repeat ; 
	padding: 32px 8px 20px 96px;
}

#navbar ul li.contents a {
	padding: 10px 8px 6px 36px;
	background: url("../images/archiv.gif") no-repeat ; 
}

#navbar ul li.up a {
	padding: 8px 8px 6px 32px;
	background: url("../images/u_arrow.gif") no-repeat ;
}

#navbar ul li.down a {
	padding: 8px 8px 6px 32px;
	background: url("../images/d_arrow.gif") no-repeat ;
}

#navbar ul li.all a {
	padding: 12px 8px 6px 28px;
	background: url("../images/d_point.gif") no-repeat ;
}

#navbar ul li.new a {
	padding: 0px 8px 6px 30px;
	background: url("../images/new.gif") no-repeat ;
}
#navbar ul li.parishes a {
	padding: 10px 8px 6px 36px;
	background: url("../images/go_to.gif") no-repeat ;
}

#navbar ul li.nearby a {
	padding: 10px 8px 6px 64px;
	background: url("../images/biarrow.gif") no-repeat ;
}

#navbar ul li.help a {
	padding: 10px 8px 6px 36px;
	background: url("../images/help.gif") no-repeat ;
}

#navbar ul li.search a {
	padding: 6px 8px 6px 26px;
	background: url("../images/search.gif") no-repeat ;
}

#navbar a.logo {
	background: url("../images/GenukiLogo.gif") no-repeat; 
	padding: 0 96px 78px 0px;
	float: left; 
	clear: none;
}


/* Body */

.links {
	float:left;
	margin: 0% 0% 0% 2%; 
	max-width: 15em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.links ul {
	display: block; 
	padding: 0 0 0 0; 
	list-style-type: none; 
}

.links ul a {
	/*text-decoration: none;*/
	display: block;
	padding: 0px 7px 2px 0px;
	}

/*.links ul a:hover{
	background-color: #FFFF9C;
	border-radius: 8px;
	-moz-border-radius: 8px;
	}*/

.links li {
	margin: 4px;
	/*background-color: #FFFFCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border-style: outset;*/
}


.linksr {
	float:right;
	margin: 0% 2% 0% 0%; 
	max-width: 15em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.linksr ul {
	display: block; 
	padding: 0 0 0 0; 
	list-style-type: none; 
}

.linksr ul a {
	/*text-decoration: none;*/
	display: block;
	padding: 0px 7px 0px 7px;
	}

/*.linksr ul a:hover{
	background-color: #FFFF9C;
	border-radius: 8px;
	-moz-border-radius: 8px;
	}*/

.linksr li {
	margin: 4px;
	/*background-color: #FFFFCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border-style: outset;*/
}

/* Intro portion at top of page after navbar */

.intro {
/*	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-right: 2px;
	padding-right: 0.5em;*/
}

.intro h1 {
	margin-top:0 ;
	padding-top:0 ;
	margin-bottom:0 ;
	padding-bottom:2px ;
}

.intro img {
	margin: 1% 0px 1% 0px;
}

.intro img.right {
	margin: 0px 0px 0px 20px;
	float:right;
	clear: both;
}

/*.intro blockquote:before { content: open-quote }
.intro blockquote p:after { content: close-quote }*/

.intro blockquote {
	text-align: justify;
	padding: 5px 0px 0px 0px;
	margin-top: 0px;
	clear: left;
}

.intro ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Left side */

.leftside	{
	float:left;
	clear: left;
	margin: 0px;
	margin-left: -16px;
	margin-right: 8px;
/*	padding: 0px 38px 0px -28px; */
	width: 234px;
/*	border-style: solid;  */
	}

.leftside h1    { 
	font-size: 100%; 
	font-style: italic; 
	font-weight: normal; 
	text-align: center;
	}

.leftside h3    { 
	color: #c03; 
	font-size: 100%; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

.leftside h4    { 
	color: #c03; 
	font-size: 100%; 
	font-weight: bold; 
	margin: 0px 0px -5px 0px;
	text-align: center;
	}

.leftside img    { 
        /* Centre images */
	display: block;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid; 
	max-width: 200px;
	}

.leftside ul    { 
	border: solid 1px blue;
	}

.leftside li    { 
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
	}

/* Right side */

.rightside	{
	float:right;
	margin: 0px;
	margin-left: 8px;
	padding: 0px 5px 5px 5px;
	width: 204px;
	}

.rightside h1    { 
	font-size: 100%; 
	font-style: italic; 
	font-weight: normal; 
	text-align: center;
	}

.rightside h3    { 
	color: #c03; 
	font-size: 100%; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

.rightside h4    { 
	color: #c03; 
	font-size: 100%; 
	font-weight: bold; 
	margin: 0px 0px -5px 0px;
	text-align: center;
	}

.rightside img    { 
        /* Centre images */
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid;
	max-width: 200px;
	}

.rightside ul    { 
	border: solid 1px blue;
	}

.rightside li    { 
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
	}

/* Content with right margin*/

.mainr {
	margin: 0 204px 0 0; 
	/* the padding is vital to make links work in rightside in IE7 when italics run over the right of mainr */
	padding: 0px 5px 0px 5px;
	clear: left;
	}

/* Main body of a page */

.main {
	margin: 0;
	padding: 0px 5px 10px 5px; 
	/* the padding is vital to make links work in rightside in IE7 when italics run over the right of main */
	clear: left;
/*	overflow: auto; mucks up printing */
	}

/* .main h4 {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
} */

.main blockquote {
	text-align: justify;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
}


/* Church ask for help */

.churchask {
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	padding-right: 0.5em;
	background-color: #dedede;
	clear: both;
}

.churchask h3{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 120%;
}

.churchask ul{
	margin-left: 0;
	padding-left: 0;
}

.churchask ul li{
	list-style-type:none;
	padding: 0px 0px 18px 36px;
}

.churchask ul li.grave{
	background: url("../images/tombstone.gif") no-repeat ; 
}

.churchask ul li.history{
	background: url("../images/archiv.gif") no-repeat ; 
}

.churchask ul li.records{
	background: url("../images/records.gif") no-repeat ; 
}

.churchask ul li.photo{
	background: url("../images/camera.gif") no-repeat ; 
}

.churchask ul li.opened{
	background: url("../images/Shovel.gif") no-repeat ; 
}

.churchask ul li.closed{
	background: url("../images/closed.gif") no-repeat ; 
}

.churchask ul li.status{
	background: url("../images/dir_opened.gif") no-repeat ; 
}

.churchask ul li.road{
	background: url("../images/road.gif") no-repeat ; 
}

.churchask ul li.where{
	background: url("../images/index.gif") no-repeat ; 
}

.churchask ul li.link{
	background: url("../images/globe.gif") no-repeat ; 
}

/*   Page footer   */

#footer {
	clear: both;
	margin: 8px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid gray;
	text-align: center;
}

#footer img {
	border: 0;
}

#footer a.html401 {
	background: url("../images/valid-html401.png") no-repeat right; 
	padding: 0 88px 31px 0px;
	float: right;
}

#footer a.xhtml1 {
	background: url("../images/valid-xhtml10.png") no-repeat right; 
	padding: 0 88px 31px 0px;
	float: right;
}

#footer a.help {
	background: url("../images/info.gif") no-repeat left center;
	padding: 0px 0px 0px 40px; 
	float: left;
	width: 12em;
	text-align: left;
}

#footer blockquote {
	text-align: justify;
	background-color: #eeeeee;
}

#footer blockquote.copyright {
	text-align: justify;
	background-color: #eeeeee;
}

#footer blockquote.copyright:after {
	/* IE only supports this at IE8 */
       content: "The copyright statement";
}

/*  class to force a clear */

.clear {
	clear: both;
}

.fp {
	padding: 0px 2px 0px 2px;
	min-width:18em;
	max-width: 100em;
	}

.fp .regions {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 30%;
	min-width: 5em;
	margin: 0% 1% 1% 1%; 
	word-wrap: break-word
	}

.fp .quick {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 30%;
	min-width: 15%; 
	margin: 0% 1% 1% 1%;
	word-wrap: break-word
	}

.fp ol {
	display: block; 
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.fp li {
	background-color: #FFFFCC;
	margin: 6px;
	border-radius: 8px;
	/* -moz-border-radius: 8px; */
	border-style: outset;
	}

.fp h4 {
	margin: 0;
	padding: 8px 10px 0px 10px;
	text-align: center;
	font-weight:bold
	}

.fp ol a {
	text-decoration: none;
	display: block;
	padding: 2px 7px 2px 7px;
	}

.fp ol a:hover{
	background-color: #FFFF9C;
	border-radius: 8px;
	/* -moz-border-radius: 8px; */
	}

.fp .biglogo {
	text-align: center;
	}

.fp .biglogo img{
	max-width: 20%;
	min-width: 20%;
	border: 0;
	margin: 2% 0% 0.8% 0%; 
	}

.fp p {
	padding: 0 0 0 0;
	text-align: justify;
	}

.width60em {
	min-width: 60em;
}

button {
	color: #0000FF;
	background-color: #FFFFCC;
	border-color: #6666FF;
	border-radius: 8px;
	/* -moz-border-radius: 8px; */
	border-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 103%;
	padding: 0px 3px;  
}

button:hover {
	background-color: #FFFF9C;
	border-radius: 8px;
	/* -moz-border-radius: 8px; */
}

/*form {  
	border: 1px solid #666699;  
	padding: 5px;  
}*/

input {  
	border: 2px solid #666699;
	padding: 1px 3px;  
	border-radius: 3px;
	/* -moz-border-radius: 3px; */
	font-size: 103%;
	background-color: #FFFFFF;
}

input:hover {  
	background-color: #EEEEEE;
}

select {  
	border: 2px solid #666699;  
	background-color: #FFFFFF;
	border-radius: 3px;
	/* -moz-border-radius: 3px; */
	font-size: 103%;
}

select:hover {  
	background-color: #FFFF9C;
}

/* Church id */

.churchid	{
	float:right;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%; 
	width: 80px;
	text-align: center;
	}

.churchid:hover	{
	font-size: 100%; 
	background: url("../images/churchid.jpg") no-repeat ; 
	height: 80px;
	}

.church h4	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding-left: 8px;
}

.church h5	{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
/*	padding-bottom: 0px;
	margin-bottom: 0px;
	border-width: 2px; 
	border-style:solid; */
	margin: .2em 0; 
}

.church ul	{
/*	margin-top: 2px;
	padding-top: 2px;
	border-width: 2px; 
	border-style:solid; */
}

/* location-map */
#location-map {
  height: 200px;
  margin-left: auto ;
  margin-right: auto ;
}


/* church-map */
#church-map {
  float: right;
  height: 200px;
  width: 200px;
  margin-left: auto ;
  margin-right: auto ;
}