/* @override http://binarybonsai.com/wp-content/themes/k2/styles/bonsai08/bonsai08.css */

/*
	Style Name	: Bonsai08
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
*/



/*- GENERAL STYLING */

body {
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	}

td.lifestream_icon img {
	max-width: none;
	}

a {
	text-decoration: none;
	color: #333;
	padding: 2px 0;
	-webkit-transition: color .15s ease-out;
	}

.comment-content a {
	text-decoration: underline;
	}

.entry-content a {
	text-decoration: underline;
	}

.entry-content p a:visited {
	color: #90086c;
	}

a:hover {
	color: #c10e00;
	}

#page {
	border: none;
	width: 100% !important;
	}

.content {
	padding: 0;
	}

#primary {
	float: none;
	margin: auto !important;
	width: 425px;
	padding: 0;
	}


/*- MAIN STYLING */

* {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif;
	}

html {
	overflow-y: scroll;
	margin-bottom: 0px;
	}

body {
	font: .8em 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif;
	}

h1 {
	font-size: 1.8em !important;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif !important;
	}



/*- HEADER */

#header {
	height: 400px;
	margin-bottom: 10px;
	text-align: center;
	outline: none;
	background: url('images/logo.png') no-repeat center top;
	}

h1 {
	padding: 0 !important;
	}

.blog-title a {
	display: block;
	height: 400px;
	width: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	text-indent: -5000px;
	padding: 0;
	}

#header {
	margin: 0;
	}

#header img {
	margin: 0 auto;
	}

.description {
	display: none;
	}

#rollingcontent .page-head h1 {
	margin: 20px 0 25px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
	}

#rollingcontent .page-head h2 {
	font: 100 23px/20px 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', 'HelveticaNeue';
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 35px 0 0;
	}

h2.archivepages {
	display: none;
}

h2 {
	text-align: center;
	font-size: 25px;
	color: #ccc;
	margin-bottom: 30px;
	}


/*- MENU  */

ul.menu {
	position: static;
	padding: 0;
	}

ul.menu li a {
	display: none;
	}

ul.menu li.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	display: block;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 15px;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 15px;
	-webkit-transition: opacity .25s ease-out;
	font-size: 11px;
	}

ul.menu li.admintab a:hover {
	background: #c10e00;
	color: white;
	}



/*- ROLLING ARCHIVES */

.navigation {
	margin: 0;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	}

.navigation a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.navigation .left {
	text-align: right;
	}

.navigation .home {
	text-align: center;
	}

#rollingarchives {
	width: 425px;
	font-size: 12px;
	position: absolute;
	top: 0;
	height: 22px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-color: 1px solid #fff;
	}

body.smartposition #rollingarchives {
	background: #fff;
	border-color: #eee;
	width: 425px;
	z-index: 10;
	}

#rollnavigation a {
	padding: 0;
	}

#pagetrack, #pagetrackwrap {
	width: 120px;
	left: 150px;
	}	


/*- ENTRY */

#dynamic-content, #current-content {
	padding-top: 40px;
	position: relative;
	}

.post {
	margin-bottom: 50px !important;
	}

.entry-title {
	font-weight: 200;
	font-size: 2em;
	line-height: 1.1em !important;
	padding: 0;
	margin: 0;
	} 

.entry-title a {
	display: block;
	}

.comments h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal !important;
	}

.comments .metalinks {
	display: none;
	}

.time {
	color: #ccc;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	}

.entry-meta {
	display: block;
	}

.entry-head .entry-meta {
	background: none;
	padding-left: 0;
	}

.entry-meta, .entry-meta abbr {
	color: #ccc;
	font-size: 11px;
	}

.entry-meta * {
	background-image: none;
	padding: 0;
	}

.entry-meta a {
	text-transform: lowercase;
	}

.entry-edit {
	position: absolute;
	top: 1px;
	right: -60px !important;
	width: 55px;
	}

.page .entry-edit {
	top: 24px;
	}

.entry-edit a {
	background-image: none;
	background: #eee;
	padding: 4px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 24px;
	color: #444;
	text-transform: uppercase !important;
	font-weight: bold;
	}

.comment-edit-link {
	background-image: none !important;
	background: #eee !important;
	padding: 4px 15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 14px;
	color: #444;
	text-transform: uppercase !important;
	font-weight: bold;
	margin: 0 !important;
	position: absolute;
	left: -55px;
	top: 15px;
	color: #444 !important;
	}

.trackback .comment-edit-link,
.pingback .comment-edit-link {
	left: -90px;
	top: 10px;
	}

#pinglist {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eee;
	}

.trackback, .pingback {
	margin-left: 20px !important;
	}

.trackback a.url, .pingback a.url {
	font-weight: bold;
	}

.trackback .comment-meta, .pingback .comment-meta {
	font-size: 11px;
	color: #b5b5b5;
	}

.comment, .pingback, .trackback {
	position: relative;
	}

.entry-edit a:hover, .comment-edit a:hover {
	background: #C10E00 !important;
	color: white;
	text-decoration: none !important;
	}

.meta-start,
.entry-author,
.entry-category,
.meta-end,
.meta-prep {
	display: none !important;
	}

/*.commentslink {
	color: #ccc !important;
	}*/

a.commentslink:hover {
	color: #c10e00 !important;
	text-decoration: underline !important;
	}

a.commentslink:hover > span {
	text-decoration: underline !important;
	}

.entry-tags:hover a {
	border-bottom: 1px solid #ccc;
	}

.entry-tags a {
	text-transform: lowercase;
	white-space: nowrap;
	}

.entry-tags a:hover {
	border-bottom: 1px solid #c10e00;
	}

.entry-head .entry-tags {
	margin-left: 0;
	}

.entry-content {
	font-size: 1.03em;
	color: #333;
	text-align: left;
	}

.trimmed .entry-content {
	margin-bottom: 20px;
	}

.trimmed .entry-tags {
	display: none;
	}

.trimmed .post {
	margin-bottom: 0 !important;
	}

.trimmed .hentry {
	background: transparent !important;
	}

#dynamic-content.trimmed {
	padding-bottom: 60px !important;
	}

strong, em, b, i {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif;
	}

.entry-content h3, .entry-content h4 {
	font-size: 1.2em !important;
	margin: 2em 0 0;
	padding: 0 !important;
	}

a.footnote, a.footnote-link {
	line-height: 0;
	font-size: .7em;
	border-bottom: 1px solid #999;
	color: #666;
	text-decoration: none !important;
	padding: 0;
	margin-left: 1px;
	}

a.footnote:hover, a.footnote-link:hover {
	color: #c10e00;
	border-color: #c10e00;
	}

ol.footnotes {
	font-size: .85em;
	color: #888;
	border-top: 1px dashed #ddd;
	margin-top: 20px;
	padding-top: 20px;
	}

ol.footnotes a {
	color: #666;
	}

.footnotes h4 {
	display: none;
	}

body.home .footnotes {
	display: none;
	}

body.home .entry-tags {
	display: none;
	}

#comments-closed-msg {
	font-size: 20px;
	letter-spacing: -1px;
	margin-top: 60px !important;
	}

.hentry {
	margin: 0;
	}


/*- ENTRY SINGLE */

ol#commentlist {
	margin: 0;
	}

ol#commentlist li:hover .meta {
	opacity: 1;
	}

.comments {
	margin-top: 30px;
	font-size: 10px;
	}

.comments h4 {
	font-weight: bold;
	}

.comments ol#commentlist > li {
	margin-bottom: 30px;
	}

.comments ol#commentlist > li {
	list-style: none;
	}

.bypostauthor {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f7f7f7 !important;
	}

.comments ol#commentlist li.nocomments {
	text-align: center;
	font-size: 20px;
	color: #aaa;
	}

.comments .meta {
	text-align: right;
	opacity: .25;
	-webkit-transition: opacity .25s ease-out;
	}

.comments .meta:hover {
	opacity: 1;
	}

.comments .meta span {
	display: block;
	}

.comment-meta {
	background: transparent !important;
	padding: 0 !important;
	}

.commentsform {
	display: none;
	clear: both;
	}

textarea#comment {
	font: 12px/20px 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif;
	}

.comment-login {
	margin-top: 0;
	}

.required {
	font-weight: normal;
	color: #999;
	}

#submit {
	float: right;
	}



/*- SIDEBAR */

#sidebar-2 {
	display: none;
	}

.secondary {
	background: #111;
	width: 100% !important;
	padding: 0;
	position: static;
	clear: both;
	}

.secondary div.widget {
	font: 100 11px/20px 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', 'HelveticaNeue';
	overflow: hidden;
	}

.secondary h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 15px 20px;
	}

.secondary a {
	color: #666;
	font-weight: normal;
	-webkit-transition: color .25s ease-out;
	}

.secondary a:hover {
	color: white;
	}



/*- RE-PLACE SEARCH BAR -*/

input#s {
	margin: 0;
	}

#search-form-wrap {
	margin: 0;
	}

#search-label.overlabel-apply {
	display: block;
	position: absolute;
	top: 0px;
	width: 170px;
	text-align: center;
	text-transform: lowercase;
	z-index: 20;
	}

#search-label.overlabel-apply.fade {
	display: none !important;
	}

#search-2 {
	display: block;
	position: absolute;
	top: 325px;
	left: 50%;
	margin-left: -85px;
	width: 170px !important;
	height: auto;
	overflow: visible;
	}

#search-2 input#s {
	width: 100%;
	padding: 2px;
	color: #444;
	text-align: center;
	background: #1e1e1e;
	border: 1px solid #333;
	font-size: 12px;
	-webkit-transition: color .15s ease-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#searchsubmit {
	display: none;
	}

#search-2 input#s:hover, #search-2 input#s:focus {
	color: #bbb;
	outline: none;
	border: 1px solid #444;
	}

#searchreset {
	right: -5px;
	display: none !important;
	}

#searchload {
	background-image: none;
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	top: 20px;
	color: #777;
	text-transform: lowercase;
	}

#searchload:after {
	content: 'Loading Search Results';
	}

#rollload {
	left: 71%;
	}

	
/*- ABOUT */

.secondary #text-298458921 {
	color: #333;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	width: 100%;
	height: auto;
	text-transform: none;
	padding: 15px 0 !important;
	margin: 0 !important;
	}

.textwidget {
	margin: 0 !important;
	}

.secondary #text-298458921 h4 {
	display: none;
	}

.secondary #text-298458921 p {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 910px;
	color: #888;
	}

@media handheld, only screen and (max-device-width: 480px) {
	.secondary #text-298458921 p {
		max-width: 740px;
		}
}

.secondary #text-298458921 p, .secondary #text-298458921 p a {
	font: 100 20px 'Helvetica Neue UltraLight', 'HelveticaNeue-UltraLight', 'Helvetica Neue', 'HelveticaNeue', Arial, sans-serif;
	}

.secondary #text-298458921 p a {
	color: #fbfbfb;
}

/*- COLUMNS  */

.secondary h4 {
	font-size: 1.1em;
	letter-spacing: 0;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
	}

#brians-latest-comments.widget,
#recent-posts-2.widget,
#ctc,
#pages-2.widget,
#text-298755811 {
	text-transform: uppercase;
	float: left;
	width: 220px;
	margin: 5px 0;
	border-right: 1px solid #222;
	left: 50%;
	padding: 10px;
	}

#text-298755811 {
	border-right: none;
	}

#brians-latest-comments.widget {
	margin-left: -480px;
	}

#ctc,
#recent-posts-2.widget {
	margin-left: -235px;
	}

#ctc a {
	padding-right: 6px;
	}

/*- LATEST POSTS */

#pages-2 {
	position: absolute;
	top: 460px;
	left: 50%;
	margin-left: -380px !important;
	border-right: 1px solid #eee !important;
	width: 130px !important;
	text-align: right;
	padding-top: 0 !important;
	min-height: auto !important;
}

#pages-2 h4 {
	display: none;
}

#recent-posts-2 a {
	white-space: nowrap;
	max-width: 220px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	}


/*- LATEST COMMENTS */

#blcCommentList > li {
	position: relative;
	margin: 0 0 12px !important;
	}

#blcCommentList li > a {
	position: absolute;
	top: 0;
	line-height: 10px;
	overflow: hidden;
	color: #555 !important;
	}

#blcCommentList li a:hover {
	color: #eee !important;
	}

#blcCommentList li a.activityentry {
	display: block;
	width: 210px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

#blcCommentList ul li > a[title="Go to the comments of this entry"] {
	right: 0;
	width: 17px;
	text-align: right;
	}

#blcCommentList li small {
	max-width: 230px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin-top: -6px;
	text-transform: none;
	}


/*- ARCHIVES PAGE */

#tag-cloud {
	text-align: center;
	}

#tag-cloud a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	margin: 0 4px;
	}

#tag-cloud {
	line-height: 24px !important;
	}

/*- CODE */


pre,
code,
pre *,
code * {
	font: 11px/17px Menlo, 'Courier New', Courier;
	overflow-x: auto;
	overflow-y: hidden;
	}

pre {
	border: 1px solid #eee !important;
}

/*- FOOTER */

#footer {
	display: none;
	}

.mediatemple {
	margin: 30px auto 0;
	text-align: center;
	display: block;
	}

.footerpoweredby {
	display: none;
	}

.widget#text-298755812 { /* Media Temple notice */
	clear: both;
	padding: 0 15px 15px;
	text-align: center;
	font-size: 1.1em;
	}

.widget#text-298755812 a {
	font-weight: 100;
	color: #ddd;
	}

.widget#text-298755812 h4 {
	display: none;
	}


/*- VARIOUS */

#page-selector {
	margin: 30px auto;
	text-align: center;
	}

.fourohfour {
	font-size: 25px;
	color: #111;
	text-align: center;
	}

/*- LIFESTREAM */

.lifestream_date {
	font-size: 18px;
	margin:  10px 0 0;
	font-weight: normal;
	color: #999;
	}


/* iPHONE STYLING */
@media only screen and (max-device-width: 480px) {
	#pagetrackwrap {
		display: none;
	}
}


/* MultiMarkdown Bibliography */
.bibliography {
	border-top: 1px solid #ddd;
	color: #777;
}

.bibliography > p {
	font-size: 1.3em;
}

.bibliography div p {
	font-size: .8em;
	line-height: 1.5em;
}

.markdowncitation {
	color:  #999;
}

.markdowncitation a {
	color: #666;
}
