/*

Theme Name: The Bridgemaker

Author: ThinkWebStrategy

Author URI: http://thinkwebstrategy.com

Description: Theme for The Bridgemaker. 

*/
/* --------------------------------------------------------------

The purpose of this CSS file is to 

	1. Provide meta information on the theme

	2. Import all the real css files from locations that are better.



---------------------------------------------------------------*/
/* --------------------------------------------------------------

	IMPORTS

---------------------------------------------------------------*/
@import url("css/reset.css");
/* Import CSS RESET */
@import url("css/structure.css");
/* IMPORT STYLES */
@import url("css/dev.css");
/* IMPORT mo STYLES */
/* --------------------------------------------------------------

	FONTS

---------------------------------------------------------------*/
/* Open Sans Bold */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:regular,bold,semibold,italic,bolditalic,extrabold");
/* Novecento Wide 

	

	 * @license

	 * MyFonts Webfont Build ID 2157482, 2012-03-19T16:34:03-0400

	 * 

	 * The fonts listed in this notice are subject to the End User License

	 * Agreement(s) entered into by the website owner. All other parties are 

	 * explicitly restricted from using the Licensed Webfonts(s).

	 * 

	 * You may obtain a valid license at the URLs below.

	 * 

	 * Webfont: Novecento Wide Light by Synthview

	 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-light/

	 * 

	 * Webfont: Novecento Wide DemiBold by Synthview

	 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-demibold/

	 * 

	 * 

	 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2157482

	 * Licensed pageviews: unlimited

	 * Webfonts copyright: Copyright &#x00A9; 2011 by Jan Tonellato. All rights reserved.

	 * 

	 * © 2012 Bitstream Inc

	*/
@font-face {
  font-family: 'Novecentowide-Light';
  src: url('fonts/20EBAA_0_0.eot');
  src: url('fonts/20EBAA_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/20EBAA_0_0.woff') format('woff'), url('fonts/20EBAA_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Novecentowide-DemiBold';
  src: url('fonts/20EBA3_0_0.eot');
  src: url('fonts/20EBA3_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/20EBA3_0_0.woff') format('woff'), url('fonts/20EBA3_0_0.ttf') format('truetype');
}
/* Additional for Inspiring Things */
.social-butterfly {
  text-align: center;
}
.fbshare iframe {
  width: 53px !important;
  margin-right: 11px;
}
.twitter iframe {
  width: 85px !important;
}
.fblike iframe {
  width: 83px !important;
}
#___plusone_0 {
  width: 57px !important;
  margin-right: 10px !important;
}
.pin {
  margin-left: 7px !important;
}
.word {
  color: #3c6e4f;
  font: bold 22px "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
  text-align: center;
  margin-bottom: 15px;
}
nav.primary li a {
  padding: 0 10px;
}
.socialBoxes {
  width: 100%;
  max-width: 660px;
  height: 190px;
}
.socialBoxes img {
  max-width: 100%;
}
.socialBoxes .letting-go-banner {
  margin-top: 36px;
  display: inline-block;
}
.sidebar .box {
  background-color: #fff;
  padding: 16px;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.social {
  position: relative;
  padding-top: 8px;
}
.social a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}
.social a li {
  font-size: 12px;
  line-height: 1.2;
}
.box .social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}
.box li.twitter:before {
  content: url(images/twitter.png);
}
.box li.facebook:before {
  content: url(images/facebook.png);
}
.box li.pinterest:before {
  content: url(images/pinterest40.png);
}
.box li.googleplus:before {
  content: url(images/google40.png);
}
.sidebar div.subscribe {
  display: block;
}
.sidebar div.subscribe p {
  margin-bottom: 12px;
}
.sidebar div.subscribe form {
  position: relative;
  background: #666666;
  border: 1px solid #7b7d7e;
  padding: 0;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(56, 75, 86, 0.41);
}
.sidebar div.subscribe #input_email {
  background: #FFF;
  border-radius: 3px;
  position: absolute;
  top: -3px;
  bottom: -1px;
  left: -3px;
  height: 30px;
  line-height: 30px;
  width: 150px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 0 5px;
  font-size: 14px;
}
.sidebar div.subscribe #submit {
  border-radius: 3px;
  background: transparent;
  text-align: center;
  width: 86px;
  float: right;
  border: 0;
  color: #fff;
  height: 32px;
  line-height: 23px;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  padding-bottom: 4px;
}
.sidebar div.subscribe #submit:hover {
  background: #1798d4;
  border: 1px solid #3ca8da;
  box-shadow: inset 0 0 5px rgba(18, 97, 138, 0.41);
}
.sidebar div.subscribe form:hover {
  border: 1px solid #3ca8da;
}
.sidebar div.subscribe #input_email {
  color: #222;
  font-weight: bold;
}
.sidebar div.subscribe #input_email:-moz-placeholder {
  font-family: Helvetica, Arial, Sans-Serif;
  color: #848484;
  font-style: italic;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
}
.sidebar div.subscribe #input_email::-webkit-input-placeholder {
  font-family: Helvetica, Arial, Sans-Serif;
  color: #848484;
  font-style: italic;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
}
.sidebar div.subscribe #input_email:-ms-input-placeholder {
  font-family: Helvetica, Arial, Sans-Serif;
  color: #848484;
  font-style: italic;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
}
section.after-content {
  border: 1px solid #d0d2d3;
  background-color: #e3e3e3;
  margin-bottom: 18px;
}
section.after-content .widget {
  margin: 0;
}
html div#om-y9n87jawy5qjbreg {
  background-color: #e3e3e3;
}
aside .widget li:hover,
aside .widget li {
  box-shadow: none!important;
}
html div#om-y9n87jawy5qjbreg,
div#om-post-fabric-header.om-clearfix,
html div#om-y9n87jawy5qjbreg #om-post-fabric-content {
  background: transparent!important;
}
html div#om-post-fabric-optin-title,
html div#om-post-fabric-header {
  background-color: transparent;
}
html div#om-post-fabric-optin-title {
  color: #000;
}
html div#om-post-fabric-optin-title span {
  color: #000;
  font-size: 21px!important;
  font-weight: bold!important;
}
html div#om-post-fabric-optin-title br {
  display: none;
}
html div#om-y9n87jawy5qjbreg #om-post-fabric-optin-title {
  padding: 25px 15px 0 50%!important;
  text-align: left!important;
}
html div#om-post-fabric-optin {
  background-color: transparent!important;
}
div#om-y9n87jawy5qjbreg-holder {
  background: #e3e3e3 url(images/letting-go-book-cover-after-post.png) 48px 28px no-repeat;
}
html div#om-y9n87jawy5qjbreg #om-post-fabric-optin {
  border: none!important;
}
html div#om-y9n87jawy5qjbreg #om-post-fabric-left {
  visibility: hidden;
}
html div#om-y9n87jawy5qjbreg #om-post-fabric-left,
html div#om-y9n87jawy5qjbreg #om-post-fabric-right {
  padding-top: 20px!important;
}
input#om-lightbox-case-study-optin-name,
input#om-lightbox-case-study-optin-email,
#om-post-fabric-optin-name,
#om-post-fabric-optin-email {
  padding-left: 10px!important;
}
input#om-lightbox-case-study-optin-submit,
input#om-post-fabric-optin-submit {
  font-weight: bold;
  background-color: #c44ba6!important;
  padding-right: 20px!important;
  padding-left: 20px!important;
  border: 2px solid #a73e8d!important;
  display: inline-block !important;
  box-shadow: none!important;
  width: auto!important;
  font-size: 1.1em;
}
div#om-post-fabric-right {
  text-align: left;
}
input#om-lightbox-case-study-optin-submit,
div#om-lightbox-case-study-optin-title {
  font-family: initial!important;
  font-weight: bold!important;
}
input#om-lightbox-case-study-optin-submit {
  height: 50px!important;
}
