/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 1.1.1
*/

body {
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}

div#tswsidecol {
	float: right ;
	width: 20% ;
	color: #000 ;
	/* background-color: #fff ; */
}
div#tswcontent {
	float: right ;
	width: 80% ;
	color: #000 ;
	/* background-color: #fff ; */
}
@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcontent {
		float: none ;
		width: 100% ;
	}
}
div#tswcontproper, div#tswsideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	/* background-color: #fff ; */
}
div#tswheader {
	color: #000 ;
	/* background-color: #fff ; */
}

/* CA Adds */
div#bubble {
    background: #fff;
    width:120px;
    height:auto;
    border:1px solid #000;
    position:relative;
    -moz-border-radius:20px 20px 20px 0;
	border-radius: 5px 5px 5px 5px;
	font-size: 70%
}
#bubble:before {
	height:10px;
}

/* All the Hamburger Menu code
  =============================== */

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * All rights reserved
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  background: #efefe8; */
  /* background-image: url("/img/bg20.gif");
  /* background: #efefe1; /* Light Beige */
  color: black;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

a
{
  text-decoration: none;
  color: blue;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: tomato;
}

#hbgrToggle
{
  display: block;
  position: relative;
  top: 2px;
  left: 5px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#hbgrToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#hbgrToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: black;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#hbgrToggle span:first-child
{
  transform-origin: 0% 0%;
}

#hbgrToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#hbgrToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: black;
}

/*
 * But let's hide the middle one.
 */
#hbgrToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#hbgrToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/* Pop-out menu
 * Make pop-out menu absolute positioned
 * at the top left of the screen
 */
#hbgr
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  /* background: #efefe1; */
  background: white;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#hbgr li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#hbgrToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}



.page-header{padding-bottom:12px;margin:52px 0 26px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:13px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}

.entry-title{margin:0}h2
.entry-title a{display:block;font-size:21px;color:#231f1e}#featured-story>a.headline:focus,#featured-story>a.headline:hover,h2
.entry-title a:focus,h2.entry-title a:hover{color:#7e3019}

.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:#777}
.text-primary{color:#be4825}a.text-primary:focus,a.text-primary:hover{color:#94381d}
.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}
.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}
.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}
.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#be4825}a.bg-primary:focus,a.bg-primary:hover{background-color:#94381d}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}

.wp-caption{display:block;max-width:100%;height:auto;display:block;margin-bottom:13px;line-height:1.625}
.wp-caption a>img,.wp-caption>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}
.wp-caption-text{padding:9px;font-size:12px}

