/*
 * $Id: style.css 1021 2012-09-17 09:11:27Z chris $
 *
 * Dimensions:
 * page width = 950
 * leftarea = 750
 * sidebar = 200
 */

body {
  background: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: black;
}

#pagebox {
  background: #444;
  margin: 30px auto;
  max-width: 950px;
  box-shadow: 10px 10px 10px #444;
}

#sidebar {
  float: right;
  width: 200px;
  background-color: #444;
  color: white;
  margin: 0;
  padding: 0;
}

#leftarea {
  max-width: 750px;
  float: left;
  background: #FFFEB7;
  /* forces the content area to extend to the same height as the sidebar */
  min-height: 200px;
}

#content {
  padding: 0px 15px 5px 15px;
}

#topbanner {
  width: 100%;
  height: 130px;
  margin: 0;
  font-size: 0;
}
#topbanner img {
  margin: 0;
}

#mainbox {
  margin-top: 40px;
  padding: 0 15px;
}

#footer {
  clear: both;
  background: #999977;
  padding: 2px 15px;
}

#share {
  margin-top: 40px;
}
#share a + a {
  margin-left: 20px;
}

.sidebarbox {
  border: 1px solid #880;
  width: 165px;
  background: #FFFEC0;
  margin: 10px 10px 10px 10px;
  padding: 3px 8px;
  color: #555;
  text-align:center;
}
.sidebarbox h2 {
  margin-top: 0;
}
.sidebarbox em {
  font-weight: bold;
  font-style: normal;
}

.sidebar-images {
  text-align: center;
}
.sidebar-images img {
  margin-bottom: 10px;
  border: 1px solid #444;
  box-shadow: 2px 2px 2px #222;
  -moz-box-shadow: 2px 2px 2px #222;
  -webkit-box-shadow: 2px 2px 2px #222;
}


/* menu styles */
#menu {
  width: 750px;
  height: 42px;
  /* to fit full width, must be outside the padding area of contentbox */
  margin: -12px -15px;
}
#menu ul {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
}
#menu ul li {
  list-style-type: none;
}
#menu ul li a {
  display: block;
  float: left;
  min-width: 102px;
  height: 30px;
  background-color: #CEC27E; /* more grey #B8B290; */
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #444;

}
#menu ul a:hover {
  background-color: orange;
}
#menu .currentpage a {
  color: #555;
}
#menu ul .currentpage a:hover {
  background-color: #CEC27E;
}


.sitemap {
  padding-top: 5px;
  font-size: 11px;
  text-align: center;
}
.sitemap a.currentpage {
  color: #555;
}

#tagcloud {
  text-align: left;
}

#tagcloud h2 {
  text-align: center;
}
#tagcloud ul {
  padding: 0;
}
#tagcloud ul li {
  list-style-type: none;
  margin-bottom: 3px;
  font-size: 9px;
}
#tagcloud .s1 {
  font-size: 1em;
}
#tagcloud .s2 {
  font-size: 1.5em;
}
#tagcloud .s3 {
  font-size: 2em;
}
#tagcloud .s4 {
  font-size: 2.5em;
}
#tagcloud a {
  color: black;
}


.breakout {
  border: 3px solid #800;
  margin: 25px auto;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #800;
  background-color: #FFFEC3;
  text-align: center;
  width: 460px;
  /* box shadow */
  box-shadow: 8px 8px 8px #444;
  -moz-box-shadow: 8px 8px 8px #444;
  -webkit-box-shadow: 8px 8px 8px #444;
  /* rounded corners */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#contactinfo h2 {
  font-size: 16px;
}
#contactinfo strong {
  font-size: 14px;
}

.colcontainer {
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
}
.col1, .col2 {
  display: table-cell;
  width: 330px;
  margin: 0px 15px 35px 15px;
}
/*
.col1 {
  float: left;
}
.col2 {
  float: right;
}
*/

.clearboth {
  clear: both;
}
.clearleft {
  clear: left;
}

resetfloats {
  float: none;
  width: 100%;
}

.rightalign {
  text-align: right;
}

.topspace {
  margin-top: 4em;
}

.no-top-margin {
  margin-top: 0;
}

.boxed {
  border: 2px solid #888;
  padding: 10px 20px;
}

.biglist li {
  list-style-type: none;
  margin-bottom: 15px;
}
.biglist em {
  font-weight: bold;
  font-size: 16px;
  color: #600;
}

.caution {
}

/* captioned images */
.image {
  background-color: #CEC27E;
  border: 1px solid #888;
  padding: 1px 1px 3px 1px;
  font-size: 12px;
  text-align: center;
} 
.image img {
  border: 1px solid #AAA;
  vertical-align:middle;
  margin-bottom: 5px;
}
.right {
  margin: 0.5em 0pt 0.5em 1em;
  float: right;
} 
.left {
  margin: 0.5em 3em 0.5em 0;
  float: left;
}

.addthis_button img {
  border: 0;
}

/* blog */
.blogposts {
  min-height: 300px;
  width: 55%;
  margin-left: 30px;
}
.blogposts li {
  border-bottom: 1px solid black;
  list-style-image: url('images/quoteicon.png');
  margin-bottom: 15px;
}


/* general styles */
h2 {
  font-size: 18px;
  margin-top: 30px;
}

h2 + p,
h2 + div {
    margin-top: 0;
}


h3 {
  margin-top: 6px;
  font-size: 15px;
  margin-bottom: 3px;
}
h4 {
  font-size: 12px;
  margin-top: 0;
}

h3 .aka {
  font-size: 11px;
}

a {
  text-decoration: none;
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: green;
}

ul li,
ol li {
  margin-bottom: 0.75em;
}

.todo {
  border: 3px dashed #0c0;
}