/* Styles for Treade website */

/* general */

body,p,ul {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: 500;	/* bolder than normal */
	text-align: left;
	}

body {
	padding-left: 10px;
	padding-right: 4em;
	background-color: white;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	color: black;
}

	
h1,h2,h3,h4,h5,h6 { 
	font-family: "Century Gothic", "Times New Roman", serif;
	text-align: left; 
	margin-bottom: 0.5em; 

}

h1 { 	margin-top: 0.5em; 
}

h2,h3,h4,h5,h6,div { 
 	margin-top: 1.5em; 
}

h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }

div { 	border: none; 
	width: 100%;
	float: left; 
}

table { border: 0; text-align: left; width: 90%; }
td { vertical-align: top; text-align: left;}

hr { width: 100%; height: 1px;}

A:link, A:visited, A:active, A:hover { background-color: transparent; }

p {
 	margin-left: 0em; 
	margin-right: 6em; 
 	margin-top: 1em; 
	text-indent: 0em;
}

@media (max-width:600px) {
p {
	margin-right: 2em; 
  }
}


P + P { margin-top: 0em }	/* skip marging between paragraphs */

a.plain {
	text-decoration: none;
	font-weight: bold;
}

	
img {
	border: 0px solid;
	margin: 0.5em 1em 0.3em 0em; /* top, right, bottom, left */
	float: left;
}

img.footer {
	margin: 0; /* no margin in footer class */
}

ul {
	margin: 0;
}
pre { font-family: monospace; }

/* image with caption, in div met class="image"*/
div.image {
  float: right;
  width: 400px;
  margin: 0 6em 0 1em; 
  padding: 0em;
}
div.image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
}

div.image img {
	border: 0em;
}

/* menu  */

div.menu {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: fixed;
  top: 2em;
  left: auto;
  width: 10em;
  right: 1em;
}

@media (max-width:700px) {
div.menu { position: static }
}

div.menu p {
  margin: 0; 
  padding: 0.4em 0.2em 0.1em 0.2em;
  font-family: Arial, sans-serif;
  background: #090;	/* dark green */
  border: thin outset #900;
  color: white;
}

div.menu a, div.menu i { 
	display: block; 
	margin: 0.1em .65em;
	border-top: 2px groove green }
div.menu a:first-child { border-top: none }

div.menu a:link { text-decoration: none; color: white; background: #090 }
div.menu a:active { text-decoration: none; color: white; background: #090 }
div.menu a:visited { text-decoration: none; color: white; background: #090 }
div.menu a:hover { background: black; color: yellow }

div.menu img { width: 7.0em; float: none; vertical-align: middle; margin: 0em; background: white; border: 0.5em solid;
}

