/*
Theme Name: PossibleTriangleWP
Theme URI: http://theinvisibleinstitute.org/
Description: PossibleTriangleWP is a minimal portfolio theme based services like Indexhibit and Indxr. Wordpress code is licensed under the GNU GPL. The HTML, CSS, and JS is also licensed under the GNU GPL. Feel free to hack it. http://creativecommons.org/licenses/GPL/2.0/
Version: 0065
Author: Derek J. Kinsman
Author URI: http://unttld.com/
*/

* {
	color: #111;
	font: 12px/16px helvetica, arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

#post p {
	margin-bottom: 16px;
}

.posts h3 {
	margin-bottom: 20px;
}

a {
	color: #888;
	font-style: italic;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a img {
	border: none;
	outline: none;
}

/* Layout */
#leftColumn,
#footer {
	position: fixed;
}

#leftColumn,
#footer {
	padding: 0 5px;
	width: 200px;
}

#leftColumn {
	top: 0;
}

#rightColumn {
	margin: 55px 0 60px 210px;
	width: 500px;
}

#pages {
	margin: 20px 0;
}

#subpages {
	margin: 0 0 20px 0;
}

#post {
	margin: 20px 0;
}

#footer {
	bottom: 10px;
}

#footer * {
	font-size: 11px;
	line-height: 14px;
}

/* Style */
.loading {
	background-color: #bbb;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5000;
}

.loading-text {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	left: 30px;
	line-height: 24px;
	position: fixed;
	top: 30px;
	/*background-color: #fff;
	color: #bbb !important;
	-moz-border-radius:20px;
	-khtml-border-radius: 30px;
	-webkit-border-radius:20px;*/
}

.note p {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.include img {
	/* height: 100%; */
	/* width: 500px; */
}

.include h3.index {
	margin-bottom: 0;
}

.include h3.index a {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.nav {
	margin-bottom: 5px;
}

.title {
	margin: 5px 0;
}