/* - - - - - - - - - - - - - - - - - - - - -
Title : 		Valued Standards 'Main' STYLE SHEET
Author : 		David Hund
URL : 			http://www.valuedstandards.com
Modified : 	    15.05.2007 - Dave Hund
- - - - - - - - - - - - - - - - - - - - - */
/* COLORS:

DonkerBlauw: #1177BB
Donkerder blauw #035E9B
Geel: #FFCC55
Turqoise: #00AACC
Grijs: #EAEAEA
Roze: #FF3366


*/
/* ------------------------------- GENERAL --------------------------------- */
body{
	background-color: #00AACC;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

/* -------------------------- GENERAL FONT STYLES -------------------------- */
div{font-size: 1.0em;} /* == 10px */
dl, td, li, cite, pre, input{font-size: 1.4em;} /* == 14px */

table{font-size: inherit;} /* Inheritance goes awry with tables */

td td,
li ul li,
td p,
blockquote p,
li p,
ul li ul li,
ul li ul li p{font-size: 1.0em !important;} /* nested text should not cascade font size! */

p{
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 1.0em;
}
em{
    font-style: italic;
/*     color: #FF3366; */
}
strong,
#adresLink
{
    font-weight: bold;
    color: #333;
}
em strong{
    color: #FF3366;
}
.rounded{
    background-color: #EEE;
    color: #333;
    margin: 2.0em 0;
    padding: 10px;
}
.note{
    background-color: #EAEAEA;
	color: #035E9B;
}
.note strong{
    color: #FF3366;

}
p img{
    float: left;
    margin: 0 0.5em 0.2em 0;
}
p img.r{
    float: right;
    margin: 0 0 0.2em 0.5em;
}


/* -------------------------- HEADING FONT STYLES -------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	color: #035E9B;
	font-weight: normal;
    letter-spacing: 0.1em;
}
    #header h1 a span{
        display: none;
    }
h2{
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.5em 0;
}
h3{
    background-color: transparent;
    color: #333;
    font-size: 2.0em;
    line-height: 1.2em;
    margin: 0.8em 0 0.3em 0;
    padding-bottom: 0.1em;
    border-bottom: 1px dotted #999;
}
#sideContent h3{
	color: #035E9B;
    border-bottom: 1px dotted #035E9B;
}
h4{
    background-color: transparent;
    color: #999;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.2em;
}

/* -------------------------- HYPERLINK STYLES ----------------------------- */
a:link img, a:visited img, a:hover img, a:active img{
    border: none;
    text-decoration: none;
}
a:link, a:visited, a:hover, a:active{
    background: transparent;
    color: #00AACC;
    text-decoration: underline;
}
a:hover, a:active{
    color: #1177BB;
    text-decoration: none;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
    color: #FFCC55;
}

#pageTools a:link, #pageTools a:visited, #pageTools a:hover, #pageTools a:active{
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
#pageTools a:hover, #pageTools a:active{text-decoration: underline;}
    ul#pageTools #smallerText{font-size: 0.8em;}

.nextLink{text-align: right;}
.nextLink a:link, .nextLink a:visited, .nextLink a:hover, .nextLink a:active{
    font-weight: bold;
    text-decoration: underline;
}
    .nextLink a:hover, .nextLink a:active{text-decoration: none;}


/* ----------------------------- STRUCTURAL STYLES ------------------------- */
#wrapper{
    background: transparent url('../img/coloredBar.gif') repeat-x top left;
    padding-top: 12px;
    text-align: center;
}
.innerWrapper{/* Centers page */
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
    #header{
        background: #1177BB url('../img/bgHeader.gif') repeat-x top left;
    }
        #header .innerWrapper{
            padding-top: 12px;
        }
    #imagery{
        background: #EAEAEA url('../img/bgImagery.gif') repeat-x top left;
        padding: 12px;
        padding-bottom: 5px;
        z-index: 90;
        margin-top: 0px;
    }
    body#start #imagery{ /* undo padding */
        padding: 0;
        padding-bottom: 0;
    }
        #sideImagery{
            padding-top: 15px;
        }
        #mainImagery .mainHeaderImage{
            /*border: 1px solid #FFF;*/
            background-color: #FFF;
            color: #999;
            margin: 25px 0 20px 0;
            padding: 10px 0;
            height: 130px;
        }
            #mainImagery .mainHeaderImage img{margin: 0 10px;}
            #imgContainer { /* The crossfader container */
            	height:130px;
            	position: relative;
            }
        
        #imgContainer img {
        	display:none;
        	position:absolute;
        	top:0; left:0;
        }
    #content{
        background: #FFF url('../img/shadowImagery.gif') repeat-x top left;
        padding-top: 12px;
    }
        #mainContent,
        #mainImagery{
            width: 679px;
            float: left;
        }
        #sideContent,
        #sideImagery{
            width: 253px;
            float: right;
        }
    #footer{
        background: #00AACC url('../img/bgFooter.gif') repeat-x top left;
        color: #FFF;
        padding: 12px 0;
    }

/* ----------------------- VCARD ------------------------------------------- */
        #footer .vcard{
            float: left;
            font-size: 1.3em;
            background: transparent url('../img/lineVert.gif') repeat-y top right;
            margin-right: 1.5em;
            padding-right: 1.5em;
        }
            #footer .vcard .org{
            	font-family: Georgia, "Times New Roman", Times, serif;
                font-size: 2.0em;
                letter-spacing: 0.1em;
                text-transform: uppercase;
            }
            #footer .vcard .tel{
                display: inline;
                padding-right: 1.2em;
                margin-right: 1.2em;
                background: transparent url('../img/lineVert.gif') repeat-y top right;
            }


/* ----------------------- STYLES FOR LISTS ----------------------------------- */
ul, ol{
    list-style-position: inside;
    list-style-type: disc;
    margin: 2.0em 0;
}
    ul li, ol li{
        line-height: 1.4em;
        margin: 0.3em 0;
    }
        ul li.img,
        ol li.img{
            float: left;
            list-style-type: none;
            margin-right: 1.0em;
        }
    
    #sideContent ul li, #sideContent ol li{
        list-style-type: none;
        line-height: 1.4em;
        margin-bottom: 0.2em;
        padding: 0.5em 0;
        border-bottom: 1px solid #CCC;
    }

ul#photoThumbs{
    margin: 0;
    padding: 0;
}
	ul#photoThumbs li{
	    line-height: 1em;
	    margin: 4px;
		_margin: 3px; /* for IE 6 */
	    padding: 0;
	    border-bottom: none;
		float: left;
	}

	ul#photoThumbs li img{
	    padding: 0;
		margin: 0;
		border: 1px solid #111;
	}
	ul#photoThumbs li a:hover img{
		border: 1px solid #999;
	}

/* ----------------------- HORIZONTAL! LISTS ---------------------------------- */
ul.horizontal,
ul.horizontal li,
ol.horizontal,
ol.horizontal li{
	display: inline;
	list-style-type: none;
}
	#hoofd_content ul.horizontal li{
		padding-left: 0;
		background-image: none;
	}

/* usp */
.usp{
    font-size: 1.2em;
    background: transparent;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 0.5em 0;
    color: #FFCC55;
    list-style-type: none;
    margin: 1.5em 0;
}
    .usp li{
        margin: 0.5em 0;
        padding-left: 20px;
        background: transparent url('../img/imgBullet.gif') no-repeat 0 0.3em;
        color: #00AACC;
    }
    .usp li.img{
        margin: 0.5em 0;
        float: left;
        padding-left: 0;
        background-image: none;
    }
    .usp li.img img{
        margin: 0 0.5em 1.0em 0;
    }

/* pageTools */
ul#pageTools{
    float: right;
    font-size:0.8em;
}
    ul#pageTools li{
        text-align: right;
        padding: 0 0.5em;
        border-left: 1px solid white;
    }

/* ----------------------- Main TABBED Navigation -------------------------- */
#tabs{
    text-align: right;
    font-weight: normal;
    font-size: 1.3em;
	list-style-type: none;
	float: right;
	margin: 0;
}
    #tabs li{
        float: left;
        background: transparent url('../img/tabRight.gif') no-repeat top right;
        padding-right: 12px;
        margin: 0;
        margin-left: 2px;
    }
        #tabs li a:link, #tabs li a:visited, #tabs li a:hover, #tabs li a:active{
            display: block;
            background: transparent url('../img/tabLeft.gif') no-repeat top left;
            padding-left: 12px;
            padding-top: 0.3em;
            padding-bottom: 0.3em;
            color: #FFF;
            text-decoration: none;
        }
        #tabs li a:hover, #tabs li a:active{
            color: #035E9B;
        }
/* Set TAB-STATUS based on Body ID */
body#start li#navStart,
body#info li#navInfo,
body#zwangerschap li#navZwangerschap,
body#bevalling li#navBevalling,
body#kraambed li#navKraambed,
body#echo li#navEcho,
body#zwangerschapsinfo li#navInformatie,
body#links li#navLinks,
body#contact li#navContact
{
    background: transparent url('../img/tabOverRight.gif') no-repeat top right;
    border-bottom: 2px solid #EAEAEA; /* these two rules 'attach' the tab to Imagery */
    margin-bottom: -2px;
}
    body#start li#navStart a:link, body#start li#navStart a:visited, body#start li#navStart a:hover, body#start li#navStart a:active,
    body#info li#navInfo a:link, body#info li#navInfo a:visited, body#info li#navInfo a:hover, body#info li#navInfo a:active,
    body#zwangerschap li#navZwangerschap a:link, body#zwangerschap li#navZwangerschap a:visited, body#zwangerschap li#navZwangerschap a:hover, body#zwangerschap li#navZwangerschap a:active,
    body#bevalling li#navBevalling a:link, body#bevalling li#navBevalling a:visited, body#bevalling li#navBevalling a:hover, body#bevalling li#navBevalling a:active,
    body#kraambed li#navKraambed a:link, body#kraambed li#navKraambed a:visited, body#kraambed li#navKraambed a:hover, body#kraambed li#navKraambed a:active,
    body#echo li#navEcho a:link, body#echo li#navEcho a:visited, body#echo li#navEcho a:hover, body#echo li#navEcho a:active,
    body#zwangerschapsinfo li#navInformatie a:link, body#zwangerschapsinfo li#navInformatie a:visited, body#zwangerschapsinfo li#navInformatie a:hover, body#zwangerschapsinfo li#navInformatie a:active,
    body#links li#navLinks a:link, body#links li#navLinks a:visited, body#links li#navLinks a:hover, body#links li#navLinks a:active,
    body#contact li#navContact a:link, body#contact li#navContact a:visited, body#contact li#navContact a:hover, body#contact li#navContact a:active
    {
        background: transparent url('../img/tabOverLeft.gif') no-repeat top left;
        color: #035E9B;
    }

/* ----------------------- footerNavigation -------------------------------- */
#footerNavigation{
    text-align: left;
    display: block;
}
    #footerNavigation li{
        padding: 0 0.5em;
        border-left: 1px solid #FFF;
    }
    #footerNavigation li.first{border-left: none;}
/* ----------------------- TABLES ------------------------------------------ */
/* Data Tables in content area */
table.data{
	margin: 0.5em 0 1.5em 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
	table.data caption{
		font-weight: bold;
		text-align: left;
	}
	table.data thead
	table.data thead tr,
	table.data thead tr th{
		background-color: #666;
		color: #FFF;
		padding: 0.2em 1.0em;
		font-weight: bold;
		border-left: 1px solid #CCC;
		text-align: center;
	}

	table.data tbody tr{background-color: #EEE;}
	table.data tbody tr.alt{background-color: #FFF;}
	table.data tbody tr.over{background-color: #DDD;}

		table.data tbody tr th{
			text-align: left;
			padding: 0.1em 0.5em;
			font-weight: normal;
		}
		table.data tbody tr td{
			text-align: center;
			padding: 0.1em 0.5em;
			border-left: 1px solid #CCC;
		}


