/* Start of CMSMS style sheet 'pknhuizen' */
/* Stylesheet PKN Huizen (v. 1.0b)
 * ------------------------------
 * Dit document bevat alle style definities voor de elementen 
 * die worden gebruikt op deze pagina.
 *
 * Credits: Tino Zijdel (for creating the basic CSS)
 */

/* GENERAL
 * Hieronder staan de algemene style's welke gebruikt worden
 * in de pagina van PKN Huizen.
 *
 * Per sectie wordt middels commentaar aangegeven waarover
 * het gaat.
 */

body {
	behavior: url("uploads/scripts/csshover.htc");
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}

fieldset legend {
	display: none;
}

fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* LAYOUT 
 * Deze div wordt gebruikt als container, hierdoor kan de pagina
 * bijvoorbeeld ook gecentreerd worden.
 * Alle andere divisions worden ten opzichte van deze gepositioneerd.
 */

div#layout {
	width: 975px;
}

/* HEADER 
 * Middels deze division wordt de header van de PKN Huizen pagina
 * samengesteld.
 */

div#header {
	position: absolute;
	top: 20px;
	left: 648px;
	width: 245px;
	height: 182px;
	background: url(uploads/images/header-logo.jpg) no-repeat;
}
div#header h1 {
	display: none;
}

/* NAVIGATION
 * Linker navigatie (met :hover menu)
 */

div#navigation {
	float: left;
	width: 130px;
	padding-top: 76px;
}

div#navigation fieldset ul li {
	float:left;
	clear: both;
	width: 130px;
	position: relative;
	height: 27px;
	text-align: right;
	margin-bottom: 1px;
}

div#navigation fieldset ul li#bypass {
	display: none;
}

div#navigation fieldset ul li a {
	display: block;
	height: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #88359f;
	text-decoration: none;
	padding-right: 10px;
}

div#navigation fieldset ul li.current a,
div#navigation fieldset ul li a:hover {
	color: #88359f;
	font-weight: bold;
	background: url(uploads/images/menu-background.jpg); 
}

div#navigation fieldset ul li a:hover {
	background: none;
}

div#navigation fieldset ul li:hover {
	background: url(uploads/images/menu-background.jpg); 
}

div#navigation fieldset ul li.current img {
	position: absolute;
	top: 10px;
	left: 127px;
}

div#navigation fieldset ul li:hover a {
	font-weight: bold;
	background-image:none;
}

/* 2nd level navigation */
div#navigation fieldset ul ul {
	position:absolute;
	display:none;
	right:-139px;
	top:4px;
	border:1px solid #E7D7EC;
	background: #F9F5FA;
}

div#navigation fieldset ul ul li:hover {
	background: none;
}

div#navigation fieldset ul ul li a{
	font-weight: normal!important;
	line-height:17px;
	height:17px;
	padding-left:3px;
	background-image:none;
	border:1px solid #F9F5FA;
	font-size:11px;
}

div#navigation fieldset ul ul li a:hover {
	border:1px solid #ABA6BB;
}
div#navigation fieldset ul ul li {
	width:140px;
	text-align:left;
	height:17px;
	padding: 0 3px 1px 3px;
}

div#navigation fieldset ul ul ul, div#navigation fieldset li:hover ul ul {
display:none;
}

div#navigation fieldset li:hover ul, div#navigation fieldset li:hover li:hover ul, li:hover li:hover li:hover ul {
	display:block;
}

div#navigation fieldset ul ul li.mheader strong {
	font-size:11px;
}
/* SIDEBAR 
 * In de sidebar division worden de headlines getoond van de pagina,
 * dit kan tevens gebruikt worden voor subnavigatie van commissies.
 */

div#sidebar {
	position: absolute;
	top: 220px;
	left: 648px;
	width: 245px;
}

div#sidebar fieldset legend {
	display: block;
	position: relative;
	left: -10px;
	color: #88359f;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}

div#sidebar fieldset blockquote {
	margin: 0;
	padding: 0;
	color: #909090;
	font-size: 12px;
	line-height: 17px;
}

div#sidebar fieldset blockquote p {
	margin: 10px 0;
}

div#sidebar fieldset blockquote cite {
	position: relative;
	display: block;
}

div#sidebar fieldset blockquote cite a {
	color: #909090;
	text-decoration: underline;
}

div#sidebar fieldset blockquote cite img {
	position: absolute;
	top: 4px;
	left: -18px;
}

/* MAIN AREA 
 * Een container div waarbinnen de content wordt getoond.
 * Deze division is nodig om de fading borders te genereren.
 */

div#main {
	width: 504px;
	float: left;
	padding-bottom: 128px;
	background: url(uploads/images/border-fading.gif) no-repeat left bottom;
	font-size: 9px;
}

/* PAGE NAVIGATION 
 * Deze container bevat de topnavigatie van de pagina (home, sitemap,
 * contact).
 */

div#main div#pagenav {
	border-left: 1px solid #88359f;
	border-right: 1px solid #88359f;
}

div#main div#pagenav fieldset {
	padding-top: 20px;
}

div#main div#pagenav fieldset ul {
	height: 26px;
}

div#main div#pagenav fieldset ul li {
	float: left;
	display: inline;
	margin-left: 1px;
	text-align: center;
}

div#main div#pagenav fieldset ul>li {
	display: block;
	float: left;
}

div#main div#pagenav fieldset ul li.pgh {
	width: 246px;
}

div#main div#pagenav fieldset ul li.snav {
	width: 126px;
}

div#main div#pagenav fieldset ul li.contact {
	width: 126px;
}

div#main div#pagenav fieldset ul li a {
	display: block;
	height: 26px;
	background-color: #aba6bb;
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	font-size: 13px;
}

div#main div#pagenav fieldset ul li.current a,
div#main div#pagenav fieldset ul li a:hover {
	background-color: #88359f;
}

/* CONTENT 
 * Deze container bevat de échte inhoud van de pagina's.
 * Hierbinnen moeten dus ook de diverse paragraph, table, ul, etc.
 * elementen in worden gestyled.
 */

div#main div#content {
	background: url(uploads/images/header-background.jpg) no-repeat 1px 1px;
	padding: 35px 20px 0px 20px;
	border-right: 1px solid #88359f;
	border-left: 1px solid #88359f;
	height: 400px;
	overflow: hidden; 
}

div#main>div#content {
	height: auto;
	min-height: 400px;
}

div#main div#content h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

div#main div#content h3,
div#main div#content h4,
div#main div#content h5,
div#main div#content h6 {
	color: #88359F;
	margin: 17px 0 0 0;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}

div#main div#content h3 {
	font-size: 19px;
}
div#main div#content h4 {
	font-size: 17px;
}

div#main div#content p {
	margin: 17px 0 0 0;
	font-size: 12px;
	line-height: 17px;
}

div#main div#content ol li {
	margin: 17px 0 0 0;
	font-size: 12px;
	line-height: 17px;
}

div#main div#content .intro {
   color: #88359F;
	font-weight:bold;
	letter-spacing: 0.1px;
}

div#main div#content ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-size: 12px;
	line-height: 17px;
	list-style-image: url(uploads/images/content-listitem.jpg);
}

div#main div#content ul li ul {
	margin: 17px 0 0 25px;
}

div#main div#content table {
	margin: 17px 0 0 0;
}

div#main div#content th {
	background-color: #88359F;
	border: 1px solid #88359F;
	font-size: 12px;
	color:#fff;
}

div#main div#content td {
	font-size: 12px;
	border-bottom: 1px dashed #E7D7EC;
}

div#main div#content blockquote {
	margin: 17px 0 0 25px;
}

div#main div#content form, div#main div#content form fieldset {
	margin: 17px 0 0 0;
	font-size: 12px;
}

div#main div#content form fieldset label{
	font-size: 12px;
	margin: 0;
	display: block;
	width: 90px;
	float: left;
	margin-top: 2px;
}

div#main div#content form fieldset textarea, div#main div#content form fieldset input {
	background: #f9f5fa;
	border: 1px solid #88359f;
	margin-top: 2px;
}

div#main div#content form fieldset.checkboxlist label {
	width: auto;
	margin-left: 5px;
	display: inline;
	float: none;
}

div#main div#content form fieldset.checkboxlist input {
	margin: 0 15px 0 15px;
	float: right;
}

/* Experimental: Added support for Picasa module */
.picasa_nav {
  float: right;
  width: 78px;
  height: 78px;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 2px;
}
.first {
  float: left;
}
.picasa_nav img{
  height:75px;
  width: 75px;
}


/* End of 'pknhuizen' */

