/*
Style Sheet for NicholasNews
Last Updated Jan 2010

Kevin@KevinNicholas.net

Kevin Nicholas
SIL PO Box 734
Kavieng, NIP
PAPUA NEW GUINEA
*/


/*
Jan 2010 -- Cleaned up some of the code and grouped different items by class
 */


body {
	padding: 0;
	margin: 5px 0px;
	text-align: center;
   /* Added fixed background Jan 2010 */
    background: url(images/flower.jpg) fixed
}

hr {
	margin-top: 100px;
}

h3, h4 {
	margin-bottom: 0px;
	color: #000000;
}

h3 a:active, h4 a:active {
	color: #212121;
}

h3 a:visited, h4 a:visited{
	color: #404040;
}

p {
	text-align: left;
	line-height: 1.25em;
	font-family: Arial, Helvetica, Sans-Serif;
}

a:active {
  color: #212121;
  font-style: normal;
  border-bottom: 0px;
}

a:visited {
  color: 404040;
  font-style: normal;
  border-bottom: 0px;
}

#header {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	padding: 15px;
	border: thin none white;
}

#header h1 {
	background-image: url(images/NicholasNews.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 750px;
}

#navcontainer {
	margin: 10px 0px 20px -100px;
   /* Widened from 600 to 800 Jan 2010 */
	width: 800px;
	text-align: center;
	padding: 15px;
	border: thin none white;
}

#container{
	margin: 10px auto;
    /* Widened from 600 to 800 Jan 2010 */
	width: 800px;
	text-align: center;
	padding: 15px;
	border: thin none white;
    background-color: transparent;
}

#container p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#container li{
	text-align: left;
	margin: 0 auto .2em auto;
	}


#navlist li {
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#navlist a {
	padding-left: 20px;
	padding-bottom: 14px;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	padding-left: 20px;
	color: #3300cc;
	background: url(images/arrowbullet.gif);
	background-position: 0 -28px;
	background-repeat: no-repeat;
}

#navlist a:hover {
	color: black;
	padding-left: 20px;
	background: url(images/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
}

#navlist li a#current  {
	color: #003366;
	padding-left: 20px;
	list-style-type: none;
}

#navleft li a#current {
	color: #3300cc;
	list-style-type: none;
  font-weight: bold
}

#left {
    float: left;
	top: 200px;
	left: 0;
	width: 15em;
	margin-top: 80px;

	padding-bottom: 100px;
	z-index: 3;
}

#left a {
	font: normal normal lighter 14px Arial, Helvetica, Sans-Serif;
}

#left li {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
}

#sublist a {
	font-size: 12px;
	color: green;
	margin-left: -15px;
	list-style-type: none;
}

#sublist a:visited {
	color: #553355;
}

#sublist a:link {
	color: red;
}

#linkcontainer ul, #navleft ul  {
	padding: 15;
	list-style-type: none;
	}

#linkcontainer li, {
	text-align: center;
	margin: 0 auto .2em auto;
	}

#navleft li {
	text-align: center;
	margin: 0 0 .2em 0;
	}

#linkcontainer a, #navleft a {
	display: block;
	color: #036;
	background-color: transparent;
	width: 20em;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	}

#navleft a {
	width: 10em;
}

#linkcontainer a:hover, #navleft a:hover {
	background-color: #369;
	color: #FFF;
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#SignUp .signupframe {
	border: 1px solid #000000;
	background: #ffffff;
	}


.link, #SignUp .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	}

.album {
	margin: 50px;
	width: 70%;
}

.album img {
	margin: 15px 15px 15px 15px;
	border-color: navy;
	border-width: medium;
	}

.bkground {
	background-color: white;
	font-size: 16px;
	}

.date {
	font-family: Verdana;
	font-style: italic;
	font-size: small;
	}

.hide {display: none}

.indent {
	margin-top: 0px;
	margin-right: 20px;
}

img.scaled {
  width: 100%;
}

.imgright {
/*	postion: relative; */
	float: right;
	padding: 5px 10px 5px 10px;
}

.imgleft {
	float: left;
	padding: 5px 10px 5px 10px;
}

.link {
	text-decoration: none;
	}

.new {
	font-size: x-small;
	color: red;
	font: oblique normal bold Arial, Helvetica, Sans-Serif;
	}

.photo {
	float: center;
	text-align: center;
	margin-top: 10px;
	width: 80%;
	padding-bottom: 50px;
}

.photo p {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: italic;
}

.photo img {
	border-color: navy;
	border-width: thick;
}

.smile {
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.verse {
	font-family: Verdana;
	font-style: italic;
	}
