/*   Newtonhill Parish Church Website Stylesheet
 *   (Newtonhill, Stonehaven, Scotland, UK)
 *
 *   Version 2.0 - Keith Goatman (12/10/06)
 *   Version 1.2 - Keith Goatman (02/10/06)
 *   Version 1.1 - Keith Goatman (11/09/02)
 */

body, html {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0.5em;
	margin-bottom: 1em;
    color: black;
    background: white;
	text-align: left;
	font-family: "verdana", "arial", "helvetica", sans-serif;
	font-size: 10pt;
}

p {
	text-align: left;
	font-size: 1em;
}

h1 {
	color: #339;
	background: transparent;
	font-size: x-large;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
}

h2 {
	color: #339;
	background: #e5ebfa;
	width: 100%;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 0.75em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-width: 1px;
	border-color: #339;
	border-style: solid;
}

h3 {
	color: black;
	background: transparent;
}

h4 {
	color: #339;
	background: transparent;
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	margin-right: 0em;
	margin-left: 0em;
	padding-bottom: 0.2em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #339;
}


table {
  font-size: 1em;
}

td.infotab {
	padding-right:2em;
	text-align:left;
}

img {
	border: none;
}

div.footer_hr {
    color: #339;
	width: 100%;
	border-top: 1px solid #339;
    border-bottom: 0;
	margin-bottom: 0.3em;
}

div.footer {
	color: #aaa;
	font-size: x-small;
	margin: 0;
	padding: 0;
}

.newsdate {
    font-size: 1.0em;
	text-align: right;
	font-weight: bold;
    color: #339;
}

.caption {
    font-size: 0.9em;
}

a {
	color: #339;
	background: white;
	text-decoration: none;
}

a:hover {
	color: #339;
	text-decoration: none;
 	background: #e5ebfa;
}

a img {
	border: 0;
	padding: 0;
	text-decoration: none;
	border-width: 0;
	border-style: 0;
}

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

/*
 #menu {display: inline;}
 
 #menu ul {list-style: none;	line-height: 2em; padding: 0;}

 #menu li {text-align: left; color: #339; background: white; text-decoration: none;}

 #menu li a:hover {color: #339;background: #e5ebfa;}
*/


ul.menu {
	list-style: none;
	line-height: 2em;
	padding: 0;
	margin-left: 0;
	position: relative;
	height: 1%;
}

ul.menu li {
	text-align: left;
	color: #339;
	background: transparent;
	text-decoration: none;
}

.menunot {
	font-weight: bold;
}  


.contentcolumn {
  float: left;
  margin: 1em 0;
  width: 80%;
  padding-left: 2%;
  text-align: left;
  border-left: 1px solid #339;
  height: 1%;
}


.menucolumn {
  float:left;
  display: inline;
  height: 1%;
  text-align: left;
  width: 12%;
  padding-right: 2%;
  padding-left: 0em;
  margin: 0;
}

.fullwidth {
  clear: both;
  text-align: left;
  width: 100%;
  padding: 0;
  border: none;
}

.pictureright{
  float: right;
  padding-left: 2em;
  margin-top: -3em;
}

#newsflash {
   margin-left: 2.5em;
   margin-right: 2.5em;
   margin-bottom: 1.5em;
   margin-top: 1em;
   border: 1px solid #339;
   background-color: #ddd;
   padding: 1.25em;
}

#newsflash a { background: transparent; text-decoration: underline;}

div.header {
   width: 100%;
   height: 120px;
   margin: 0;
   padding: 0;
   background-color: #506ba7;
   border-width: 5px 0px 1px 1px;
   border-color: #339;
   border-style: solid;
}

div.header_left {
   float: left;
}

div.header_right {
   float: right;
}

div.header_address {
	width: 100%;
	background-color: #339;
	color: white;
	font-size: 8pt;
    text-align: left;
	margin: 0;
	padding-top: 0.3em;
	padding-right: 1px;
	padding-bottom: 0.4em;
}

