/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  background-color: #eee;
  border-top: solid 1px #999;
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
.navbar-inverse {background-color:#eee;border-color:#ccc; padding-left: 30px; }
.navbar-inverse .navbar-toggle { border-color: #ccc; }

.goo { font-family: Avenir, Futura, sans-serif; font-size: 20pt; letter-spacing: -1px; }
.blue { color: #66f; }
.red { color: #f00; }
.orange { color: #ffa500; }
.green { color: #0a0; }
h4 { line-height: 0.95; }
h4.med { font-size: 14pt; font-weight: normal; padding: 48px 0 0 0; }
footer p { text-align: center; }

.topbar {
	clear: both;
	color: #C00;
	font-size: 9pt;
	padding: 0px 0px 0px 40px;
	margin-left: 0px;
	vertical-align: bottom;
	height: 38px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	overflow: hidden; 
}
.active {
	font-weight: bold;
	padding: 8px 8px 19px 8px;
	border-bottom: 2px solid #c00;
}
.topbar a:link, .topbar a:visited {
	color: #999;
	padding: 8px 8px 19px 8px;
	vertical-align: bottom;
	height: 26px;
	text-decoration: none;
    -webkit-transition: all 0.75s ease;
         -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
}
.topbar a:hover {
	color: #c00;
	background-color: #f8f8f8;
	padding: 8px 8px 20px 8px;
	border-bottom: 2px solid #c00;
	margin-top: -6px;
	vertical-align: bottom;
	height: 26px;
	text-decoration: none;
    -webkit-transition: all 0.75s ease;
         -o-transition: all 0.75s ease;
            transition: all 0.75s ease;
}

#sidebar { margin: -1px 0 0 36px; border: 1px solid #ddd; border-top: 1px solid #ddd; }


a.headlink {
	font-size: 12pt;
}

a.headlink:link {
	text-decoration: none;
}

a.headlink:visited {
	text-decoration: none;
}
a.headlink:hover {
	font-weight: bold;
}
.greenlink {
	color: #060;
	font-size: 11pt;
}

.row p { margin-bottom: 12px; padding: 0 12px; }

.heading {
	font-size: 14pt;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 0.9; 
}

.substance { margin: -6px 0 0 0; padding: 0 0 6px 0; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #999;
}

input[type="image"] { margin: 0 0 -11px 0; }

input[type="text"] { height: 36px; border: 1px solid #ccc; font-size: 14pt; padding-left: 8px; }

form#search { margin-top: 6px; }

span.tag { display: block; float: left; width: 120px; }

form br { clear:both; }

.none { display: none; }