/* Country Folk website stylesheet */
/* Some generalities */

body {
	margin: 0;
        background-color: #dbfff2;
}

p, h1, h2, h3, h4, h5, h6, ul {
	color : #01452e; /* All texts have this colour, except when they don't */
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Take any of these serif-less fonts */
	font-size: 1.05em;
}

div#CF_OldBrowserInfo {
	display: none;
}

/* CF title page styles */

img.CF_Flag { 
        border-style: none;
}

/* CF page top */

img#CF_TopLeftLogo {
	width: 30%;
}

p#CF_TopRightSlogan {
	text-align: right;
	margin-right: 1.5em;
	font-size: 1.65em;
}

p#LanguageHint {
	text-align: right;
	margin-right: 3.5em;
	font-size: 0.8em;
}

/* Navigation */

div#CF_Navigation {
	clear: left;
	float: left;
	width: 25%;
	border-bottom: 1px solid black;	
}

div#CF_Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #f2fffc;
	background-color: #013d30;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.035em;
}

div#CF_Navigation ul li {
	border-top: 1px solid #697570;
	padding: 2px 0px 2px 4px;
}

div#CF_Navigation ul li.CF_NavHeader {
	font-size: 2.4em;
}

div#CF_Navigation ul li.CF_NavThisPage {
	background-color: #ffc;
	color: #000;
	font-size: 1.15em;
}

/* was: link, visited, hover, active */

div#CF_Navigation ul li a:visited {
	text-decoration: none;
	color: #ffc;
	background-color: #013d30;
	display: block;
}

div#CF_Navigation ul li a:link {
	text-decoration: none;
	color: #f2fffc;
}

div#CF_Navigation ul li a:hover, div#CF_Navigation ul li a:focus {
	color: #fff;
	background-color: #025550;
	display: block;
}

div#CF_Navigation ul li a:active {
	/* These colours are really crass, */
	/* but that's OK for a link that is being clicked now! */
	color: #f00;
	background-color: #0ff;
	display: block;
}

/* Submenu navigation */
/* The div#CF_Navigation ul li a:* styles also work automatically for submenue items. Neat! */

div#CF_Navigation ul li a.CF_OpenSubNav {
	background-color: #cca;
	color: #233;
}

ul.CF_SubNavigation {
	border-left: 10px solid #cca; /* #ffc; */
}

/* Full text search powered by Google covered here */
div#CF_Search {
	margin-top: 2em;
	padding-top: 0.7em;
	border: 1px solid black;
	margin-left: 4%;
	width: 90%;
	background-color: white;
	color: black;
	font-size: 1.3em;
}

div#CF_Search form {
	text-align: center;
}

div#CF_Search input {
	margin-top: 1em;
	text-align: left;
	font-size: 0.8em;
}

div#CF_Search img {
	float: none; /* This undoes the float: left from the general "img" below */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* CF Main column styles here */

div#CF_Main {
	width: 71.5%;
	float: left;
	border-left: solid 1px black;
	padding-bottom: 20px;
}

div#CF_Main h1, div#CF_Main h2, div#CF_Main h3, div#CF_Main h4 {
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#CF_Main h1 {
	font-size: 1.9em;
}

div#CF_Main h1 {
	color: #f2fffc;
	background-color: #01452e;
	margin-top: 0px;
}

div#CF_Main h2 {
	font-size: 1.5em;
}

div#CF_Main h3 {
	font-size: 1.3em;
}

div#CF_Main h4 {
	font-size: 1.2em;
}

div#CF_Main p {
	padding: 0px 20px 20px 20px;
}

p.CF_VeryImportant {
	font-size: 1.35em;
	font-weight: bold;
}

p.CF_Important {
	font-size: 1.15em;
	font-weight: bold;
}

p.CF_Floating {
        float: left;
}

ul.CF_VeryImportant { 
        font-size: 1.35em;
}

ul.CF_Important { 
        font-size: 1.2em;
}

div#CF_Footer p {
	clear: both;
	padding: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.035em;
	color: #fff;
	background-color: #01452e;
}

div#CF_Footer p a {
	color: #ffc;
}

img {
	float: left;
	margin: 10px 20px 10px 0px;
}

img.CF_3Images {
	width: 27%;
	height: 75px; /* This is not scaleable, so therefore not nice! */
	padding-bottom: 15px;
}

h1 + img.CF_3Images { /* Just for the leftmost image */
	padding-left: 3%;
}

img + img + p { /* A paragraph below at least two images */
	clear: both;
}

img.CF_Centered { /* Displays an image in its original size and in the middle of the available space */
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.CF_CenteredSmaller { /* Same as above, just a bit smaller */
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
        width: 85%;
}

em {
	font-size: 1.17em;
}

table {
	clear: both;
	font-size: 1.3em;
}

tr td {
	text-align: left;
}

td {
	padding: 15px 30px;
}

table.CF_Slim td { 
        padding: 0px;
}

table.CF_OtherStreams { 
width: 95%;
margin: auto;
margin-bottom: 4em;
border-style: solid;
border-width: medium;
border-color: #888 #000 #000 #888;
border-collapse: collapse;
}

table.CF_OtherStreams td{
margin: 0;
border-style: solid;
border-width: 1px;
text-align: center;
padding: 0.15em 0.45em;
}

table.CF_OtherStreams th{
margin: 0;
border-style: solid;
border-width: 1px;
padding: 0.6em;
}

.CF_Remark {
	font-size: 0.7em;
}

.CF_ImportantChange { 
        color: red;
        font-size: 1.6em;
}