/*
Theme Name: foostrap
Theme URI: https://github.com/beefoo/foostrap
Description: A bare-bones responsive theme based on the Bootstrap framework
Version: 1.0
Author: Brian Foo
Author URI: http://brianfoo.com
Tags: black, white, one-column, two-columns, flexible-width, responsive, skeleton, boilerplate, bootstrap
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* Layout */

body{
	padding-top: 0px;
}
h1,
h2,
h1 a,
h2 a {
  font-size: 24px;
  line-height: 27px;
  color: #3BA0FF;
  font-weight: normal;
  margin: 0 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}

/* Admin Bar */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

/* Lists */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}
h2 img,
img.ajax-loader {
  width: auto;
}

/* container */

/* Nav */

.navbar-inner {
  background: none;
  filter: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.navbar-inner > .container {
  background: #3ba0ff;
  color: #fff;
}
.navbar-inner > .container a {
  color: #D4D4D4;
  text-decoration: none;
}
.navbar-inner > .container a:hover {
  color: #fff;
}
.navbar-inner > .container a.brand {
  color: #fff;
}
.navbar .meta {
  text-align: right;
  padding-right: 20px;
  margin-top: 10px;
}
.navbar .nav-collapse {
  clear: both;
}
.navbar .brand {  
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  text-shadow: none;
  padding: 0 0 0 50px;
  margin: 8px 0 0 20px;
  background: url(http://www.garydewaalandassociates.com/wp-content/themes/foostrap/img/gary_dewaal.JPG) left center no-repeat;
  height: 41px;
  line-height: 41px;
}
.navbar .nav > li > a {
  color: #D4D4D4;
  text-shadow: none;
  font-size: 16px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  background-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav .current_page_item .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .current_page_item .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.current_page_item > a:hover,
.nav > .dropdown.current_page_item > a:focus {
  cursor: pointer;
}
.nav > li.dropdown.open.current_page_item > a:hover,
.nav > li.dropdown.open.current_page_item > a:focus {
  color: #ffffff;
}
.navbar .nav > .current_page_item > a,
.navbar .nav > .current_page_item > a:hover,
.navbar .nav > .current_page_item > a:focus {
  color: #fff;
}
.navbar .nav li.dropdown.current_page_item > .dropdown-toggle,
.navbar .nav li.dropdown.open.current_page_item > .dropdown-toggle {
  color: #fff;
}
.navbar .nav li.dropdown.current_page_item > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.current_page_item > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .input-append, 
.navbar .input-prepend {
  margin-bottom: 0;
}

#content ol,
#content ul {
  margin: 0 0 10px 20px;
}
#content ol {
  list-style-type: decimal;
}
#content ul {
  list-style-type: disc;
}
#content a {
  text-decoration: underline;
}
#content h2 a,
#content a.btn {
  text-decoration: none;
}
#content .prev-next ul {
  list-style: none;
  margin: 0;
}
#content .prev-next li {
  display: inline-block;
}
#content .prev-next li.next-link {
  float: right;
}
.entry-content {
  overflow: hidden;
}

/* Sidebar */
#sidebar input[type="text"] {
  width: auto;
}

/* Homepage */
.homepage {
  height: 621px;
}
.homepage-band {
  width: 100%;
  height: 240px;
  background: #3ba0ff;
  opacity:0.6;
  filter:alpha(opacity=60);
  margin-top: -240px;
  position: relative;
}
.homepage-content {
  margin-top: -224px;
  position: relative;
  z-index: 10;
}
.homepage header {
  display: none;
}
.homepage .entry-content p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 20px;
  text-align: center;
}
.homepage-content footer {
  display: none;
}
.homepage .well {
  background: #dde8f7;
  text-align: center;
  padding: 10px;
  width: 300px;
  margin: 6px auto 0;
}
.homepage .well .btn {
  margin-bottom: 6px;
}
.homepage .widget {
  margin-top: 10px;
  margin-right: 20px;
  background: #dde8f7;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#content .homepage .widget ul {
  margin: 0;
  list-style: none;
}
#content .homepage .widget ul li {
  margin-bottom: 4px;
}

/* Overview */
.page-id-6 .span-image img {
  height: 790px;
}
#post-6 .entry-content {
  height: 647px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Background */
#post-10 img {
  height: 450px;
  margin: 10px 0;
}

/* Commentary */
.page-id-8 .span-image img {
  margin-top: 20px;
}
.page-id-8 .entry-posts {
  height: 640px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 14px;
}
.page-id-8 #content .span6:last-child {
  height: 728px;
  overflow: hidden;
}
.page-id-8 #content .span6:last-child img {
  height: 100%;
}
.widget_categories .cat-item-1 {
  display: none;
}

/* Media & Articles */
.page-id-13 .span-image h2 {
  margin: 20px 0;
  text-align: center;
}
#post-13 .entry-content {
  height: 1205px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Helpful Links */
#post-15 img {
  height: 500px;
}
#post-15 h2 {
  margin-top: 14px;
}
#post-15 .row .span6:first-child {
  height: 541px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#post-15 .row .span6:last-child .content-wrapper {
  height: 442px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Associates */
#post-358 img {
  width: auto;
  margin-bottom: 20px;
  margin-right: 20px;
}
#post-358 h2 {
  clear: both;
}
#post-358 .entry-content p {
  margin-right: 200px;
}
#post-358 .entry-content p:first-child,
#post-358 .entry-content p:nth-child(2) {
  margin-right: 0;
}
#post-358 .wp-image-1174 {
  margin-bottom: 70px;
}

/* Forms */
.form-wrapper,
#mc_signup_form {
  padding: 20px;
  background: #eee;
}
#content ul.mc_list {
  list-style-type: none;
  margin: 0;
}
#content ul.mc_list li {
  display: inline-block;
}
.mergeRow label {
  margin-top: 10px;
}
.mc_form_inside {
  position: relative;
  min-height: 455px;
}
.mc_form_inside > .mc_merge_var:nth-child(6) {
  width: 510px;
  position: absolute;
  top: 0;
  right: 0;
}
.mc_form_inside > .mc_merge_var:nth-child(6) > label:first-child,
.mc_form_inside > .mc_merge_var > br {
  display: none;
}
.mc_signup_submit {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.mc_signup_submit .button {
  font-size: 24px;
  line-height: 30px;
}
#mc_message {
  width: 300px;
}

/* Disqus */

#disqus_thread {
  display: none;
}
.single-post #disqus_thread {
  display: block;
}

/* Media */

img.alignleft{
	margin-right: 10px;
	float: left;
}
img.alignright{
	margin-left: 10px;
	float: right;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}

/* Footer */

footer {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.footer-links {
  list-style-type: none;  
}
.footer-links > li {
  display: inline;
  padding-right: 20px;
}
footer .divider-vertical {
  padding: 0 12px;
}

/* Media queries */

@media print {
  
  @page  {
    margin: 1cm;
  }
  a[href]:after {
    content: "";
  }  
  .navbar .nav-collapse,
  .navbar .meta,
  #sidebar,
  .print-link,
  iframe {
    display: none;
  }
  .navbar .brand {  
    padding: 0;
    margin: 0;
    background: none;
    border-bottom: 4px solid #444;
    width: 100%;
  }
  #main {
    width: 96%;
  }
  article footer {
    border: none;
  }
  #menu-bottomnav {
    width: 400px;
  }
  footer .pull-right {
    float: left;
  }

}