/*
Theme Name: Inside Out v2
Theme URL: http://www.altgroup.net.nz
Description:
Author: Alt
*/

@import 'css/blueprint/reset.css';
@import 'css/blueprint/grid.css';
@import 'css/blueprint/typography.css';
@import 'css/home.css';
@import 'css/leftcol.css';
@import 'css/masonry.css';

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  background: #000;
}

#container {
  min-width: 990px;
  overflow: hidden;
}

.box {
  background: none;
}

.hidden {
  display: none;
}

a {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-family: Georgia, serif;
  color: #fff;
  margin-top: 2.8em;
  font-weight: normal;
}

h2 {
  font-family: Georgia, serif;
  color: #fff;
  margin-top: 1.5em;
}

h3 {
  font-family: Georgia, serif;
  color: #fff;
}

h3 a:hover, h3 a:focus {
  color: #aaa;
}

p, div.mceTemp {
  color: #aaa;
  line-height: 1.35;
}

.page p {
	width: 280px;
}

.page p strong{
	color: #FFFFFF;
}

.page blockquote {
	width: 320px;
	font-style: normal;
	padding: 0;
	margin: 0;
	float: left;
}

.post-images {
  padding: 0.5em 0;
  overflow: hidden;
}

.post-images img,
.post-body img {
  display: none;
}

.post-images-temp {
  position: absolute;
  margin-top: -20000px;
  margin-left: -20000px;
}

.post-images img {
  margin: 1.5em 0 .75em 0;
}

.post-body .box {
  padding-top: 0;
}

.post-body h2 {
  margin-top: 0.75em;
  margin-bottom: 1.0em;
}

.post-body .show-gallery {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #777;
  font-family: Georgia;
}

.post-body .show-gallery:hover {
  color: #aaa;
}

.gallery {
  background: #000;
  display: none;
}

.gallery.span-16.pull-16 {
  margin-left: -660px;
  height: 100%;
  background: #000;
}

.gallery .toolbar {
  width: 100%;
}

.gallery .toolbar p {
  float: left;
  width: 50%;
  margin: 10px 0;
}

.gallery .toolbar p.close {
  text-align: right;
}

.gallery .toolbar p a {
  font-family: Georgia, serif;
  font-size: 14px;
  color: #aaa;
  margin-right: 5px;
}

.gallery p a:hover {
  color: #fff;
}

.gallery .toolbar p a.current {
  color: #333;
}

.post {
  margin-bottom: 3em;
}

.backstage {
  border-bottom: 1px dotted #333;
  font-size: 13px;
  font-weight: normal;
}

.nav-section {
  border-bottom: 1px dotted #333;
  padding: 0 0 10px 0;
}

