@charset utf-8;
/*
Theme Name: Seasteading
Theme URI: http://whiteboardframework.com/
Author: Toi
Author URI: http://www.toi.io
Description: 
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

@import url('css/main.css');

/* main.css overwriting: */

.become-member h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}

.intro h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}

#columns h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}

#banner .splash .header a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.1em;
}

#content h3.subheading {
  font-weight: lighter;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.1em;
}

.ambasadors-list dt img {
  max-width: 132px;
}

/* end main.css overwriting */

#content .intro-image img {
	width: 410px;
	height: auto;
}

#content .main-content .post-single p {
	font: 14px/22px Helvetica, 'Myriad Pro';
}

#content .main-content .post-single > p {
	font: italic 14px/18px Georgia;
}

#content .main-content .post-single .read-more {
	display: block;
	margin: 20px 0;
}

h3.sidebar-header {
	margin: 0 0 5px;
	font: bold 19px/22px Helvetica;
}

#content blockquote {
	padding-left: 1em;
	background: #eee;
}

/* michael's hack so the content doesn't overlap the heading when printing the Events page */
#ai1ec-container .container {
  margin-top: 32px;
}

.intro {
  background: url(images/home/bg-intro.png) no-repeat 1px 5px;
  padding: 0px 0 0 136px;
}

.bbpress #content .excerpt {
  float: none;
  padding: 0;
  width: auto;
}

/* These shadows don't work in Internet Explorer. Do you care about that? I don't. */
.shadow {
  -moz-box-shadow:    3px 3px 12px #444;
  -webkit-box-shadow: 3px 3px 12px #444;
  box-shadow:         3px 3px 12px #444;
}

/* hide TF Share box. Can't just remove the plugin because the Twitter button at the top of each page (inserted by socials.php) displays wrongly without it. Weird, but this works. */
.bottomcontainerBox {
  display:none;
}

.bp-user #banner h2 a { color: #f0f0f0 }

.fb-share-button { display: inline-block; }

div.ss-form-container {
  font-family: "Helvetica Neue", Arial, Tahoma, sans-serif;
  font-size: 13px;
  color: #303030;
  line-height: 22px;
}

div.ss-form-entry > input.ss-q-short, textarea.ss-q-long {
  width: 600px;
  background-color: #fafafa;
}

.ss-q-title {
  margin-top: 1em;
  margin-bottom: 1em;
}