/*
 div {
  border: 1px dashed orange;
} */

body {
  background-color:   #fff;;
  background-image:url('/img/left-banner.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 200px 100%;
	background-position: 0 0;
	font-family: ‘Times New Roman’, Times, serif;
	font-size: 11pt;
}

#header {
  width: 100%;
  font-size: 2.5em;
  margin-bottom: 0.2em;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
  font-style:italic;
}

a.header {
  text-decoration: none;
  color: #000;
}

#main {
  margin-left: 210px;
  padding: 1em;
}

#content {
  float: left;
  width: 75%;
}

#sidebar {
  width: 19%;
  float: right;
}

#footer {
  float: left;
  font-size: 0.8em;
  font-style: italic;
  width: 75%;
}

#menu { 
  float: right;
  width:215px;
	font-size: 0.9em;
}

#menu, #menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li { 
  cursor:pointer;
  border-bottom:1px solid #444;
}

#menu li a {
  text-decoration: none;
}

#menu>li>a { 
  padding: 2px 10px; font-weight:bold;
}

#menu li li{ 
  cursor:auto;
  border:0;
  padding:0 14px;
}

.box {
  margin-bottom: 2em;
}

#main p img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
  max-width: 400px;
}

#main table img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
  max-width: 400px;
}


.img-right {
  /*float: right;*/
	margin: auto;
	max-height: 400px;
  max-width: 400px;
  margin: 1em;
}

.img-left {
  /*float: left;*/
	margin: auto;
	max-height: 400px;
  max-width: 400px;
  margin: 1em;
}

.img-vc {
	max-height: 500px;
  max-width: 500px;
  margin: 1em;
}

.img-vc-small {
	max-height: 400px;
	max-width: 400px;
	margin: 1em;
}


#footer img {
  float: right;
  margin: 0px;
  border: none;
}

#footer a {
  border: none;
}

.post {
	margin-bottom: 5pt;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }
h1  { font-size: 1.5em; }
h2  { font-size: 1.2em; }
h3  { }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- 
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

.article {
  margin-bottom: 2px;
}