@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font: normal 0.95em 'Open Sans',sans-serif,Arial; 
	background: #f2efe9; /*d6cec0; /* f2e9d3;  /* scheme */
	color: #222222;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}

.text { text-align: left; padding-left: 30px; padding-right: 30px; }
h1.title { color: #111111 }
.footer { color: #111111; background: #ffe9fd; margin-botton: 0; padding-bottom: 0; margin-bottom: 0 }
h2.title  { color: #111111; padding-top: 0px; margin-top: 0px;   }
	
h2, p, li, pre {
	color: #222222;
}

h1 { color: #06C; }

h1, h2, h3 {
	/* font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
	}

h1 {
	font-size: 1.3em;
	text-align: left;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

p, a, pre, li { font-size: 12pt; line-height: 18pt;  }
.date {font-size: 8pt; font-style: italic }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3333339;
	text-decoration: none;
	}
	
a { color: #06C; }	
	
ul, li, border { margin-top: -1em; margin-bottom: -1em; }	
	
p.q { font-style: italic; font-weight: bold; }
p.a { font-weight: normal; }

ul.simple-arrow2 li { list-style-image: url("images/simple-arrow2.gif"); list-style-position: inside; } 
.divider { margin: 1% 1% 0px 1%; color: #999999;  height: 1px; background-color: #999999; border: none;}

.comments { text-align: center; color: #C00; }

#page {
	/* background: #ff0000; */
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding-bottom: 8pt;
	/* max-width: 760px;  /* ## influences image placement */
	border: 0px solid #959596;
	}

#header {
	background-color: #ffffff;
	margin: 0 0 0 0px;
	padding: 0px;
	max-width:760px; /* ## */
	}

#footer {
	padding: 0;
	margin: 0 auto;
	/* max-width: 760px;  /* ## */
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

.post {
	margin: 0 5% 25px 5%;;
	text-align: justify;
	}

.post hr {
	display: block;
	}


img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
	/* display: table; */
}


/* Captions 
.alignnone,
div.alignmone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 14px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

pre {
    white-space: pre-wrap;
	  font-family: 'Open Sans',sans-serif,Arial; 
}

/*  .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
*/

/* .wp-caption {
	font-size: 11px;
	line-height: 17px;
	padding: 9px;
	margin: 0;
}
*/ 
/* End captions */







.wp-daption, div.pic { padding: 0.3em 0.3em 0.3em 0.3em; border: thin silver solid; margin-bottom: 20px; margin-top: 20px; background: #dddddd; max-width: 100%; text-align: center; font-style: italic; }
 
div.vpic {  padding: 0.3em 0.3em 0.3em 0.3em; border: thin silver solid; margin-bottom: 20px; margin-top: 20px; background: #dddddd; max-width: 100%; text-align: center; } 


div.pic p {
  text-align: center;
  font-style: italic;
  font-size: 1em; 
  color: #222222; 
  line-height: 1em;
  padding: 0px; margin: 6px; 
}

div.vpic p {
  text-align: center;
  font-style: italic;
  font-size: 1em; 
  color: #222222; 
  line-height: 1em;
  padding: 0px; margin: 6px; 
}

.red { color: #ff0000; font-weight: bold; }

.divider { margin: 1% 1% 0px 0%; color: #999999;  height: 2px; background-color: #999999; border: none;}

.nav ul {
  list-style: none;
  background-color: #FC7CB3;
  text-align: center;
  padding: 10px 0 0 0;
	border:0px; 
	margin: 0px;
  margin: 0;
}
.nav li {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 0 0px;  
  height: 30px;
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  font-size: 1.2em;
  line-height: 30px;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #0CF;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
  padding-left: 10px; padding-right: 10px;
}
 
@media screen and (min-width: 700px) {
  .nav li {
    /* width: 130px; */
    border-bottom: none;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    /* font-size: 1.2em;  */

  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
}

@media screen and not (min-width: 700px) {
  .nav li {
     padding: 0;
  }
}



