/*
Theme Name: Lifestream
Theme URI: http://brampitoyo.com
Description: Based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, customized for <a href="http://kristinwolff.com">Kristin Wolff</a>.
Version: 0.9
Author: Bram Pitoyo
Author URI: http://brampitoyo.com/
Tags: lifestream, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Body text are set at 10/10px,	*/
/* while the rest of the values are	*/
/* individually set (uninherited)	*/
/* for finer control				*/

/* Begin Typography & Colors */

@font-face {
	font-family: Calibri;
	font-weight: normal;
	font-style: normal;
	src:local("Calibri"), /* Full name */
	local("Calibri"), /* Postscript name */
	url("fonts/CALIBRI.ttf") format("truetype"); /* Fallback */
}

@font-face {
	font-family: Calibri;
	font-weight: normal;
	font-style: italic;
	src:local("Calibri Italic"), /* Full name */
	local("Calibri-Italic"), /* Postscript name */
	url("fonts/CALIBRII.ttf") format("truetype"); /* Fallback */
}

@font-face {
	font-family: Calibri;
	font-weight: 700;
	font-style: bold;
	src:local("Calibri Bold"), /* Full name */
	local("Calibri-Bold"), /* Postscript name */
	url("fonts/CALIBRIB.ttf") format("truetype"); /* Fallback */
}

body, input, textarea {
	font-size: 62.5%;
	font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	background: #f0f0f0;
	color: #161616;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	/* Make sure that the site moves as browser window resizes */
	text-rendering: optimizeLegibility;
	}
	
body {
	text-align: center;
}
	
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

#page, header {
	text-align: left;
	}

#content {
	font-size: 1em;
	}

p {
	margin-top: 0;
	margin-bottom: 0.75em;
}

.entry p,
.entry p + p {
	/* stylize every entry paragraph after the first with a normal size */
	font-size: 1.6em;
	line-height: 1.5;
	margin-top: 0.75em;
}

.entry p:first-child, 
.entry blockquote p,
.entry blockquote {
	font-family: "Georgia", Times New Roman, serif;
	font-style: italic;
}

.entry p:first-child {
	/* stylize the first paragraph of any post */
	font-size: 2em;
	line-height: 1.5;
}

.entry blockquote p:first-child, .entry blockquote p, .entry blockquote {
	font-size: 1.6em;
	line-height: 1.5;
	margin-left: -1em;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

.entry blockquote {
	margin-left: 1em;
}


.entry .postmetadata p:first-child,
.entry #sidebar p:first-child {
	/* Reset styling for postmetadata & sidebar */
	font-size: 1.4em;
	font-style: normal;
	font-family: "Calibri", "Helvetica Neue", Arial, sans serif;
}

.entry .postmetadata p:first-child {
	/* Put some margin between the first paragraph of postmetadata and the entry text */
	margin-top: 3em;
}


.thread-alt {
}
.thread-even {
}
.depth-1 {
border: 1px solid #ccc;
}

.even, .alt {
	border-left: 1px solid #ccc;
}

#footer {
	}

small {
	/* Important for Post Metadata */
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h1 {
	font-size: 2.5em;
	}

.description {
	font-size: 2.5em;
	}
	
h3 {
	font-size: 2.5em;
	line-height: 1.5em;
	margin: 1.25em 0 0.75em;
	}

.post h2,
.archive h3 {
	/* Archive post heading are not h2 */
	font-size: 3.25em;
	margin-bottom: 0.275em;
	}
	
h2.pagetitle {
	/* Archive category header */
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 1.8em;
}
	
/* Lifestream-specific styles */
	
h2.lifestream_date {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

th h2.lifestream_date {
	margin-top: 30px;
}

tr:first-child h2.lifestream_date {
	/* Make sure that the first date item doesn't have a top spacing */
	margin-top: 0px;
}

.lifestream_label {
	font-size: 1.4em;
	line-height: 1.5;
}

.lifestream_meta {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.lifestream_meta abbr, .lifestream_via {
	/* Abbr and .via had to be targeted specifically, because Lifestream has a stylesheet override*/
	font-size: 1.1em;
}

p.lifestream-paging {
	font-size: 1.4em;
	margin-top: 2em;
}

/* End Lifestream-specific styles */

#sidebar h2 {
	font-size: 1.6em;
	font-weight: bold;
	}
	
#sidebar p {
	font-size: 1.4em;
	line-height: 1.5;
}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

h1, h1 a, h1 a:visited, #headerimg .description {
	color: #161616;
	}

h2, h2 a, h2 a:visited {
	color: #161616;
	}
	
h1 a:hover, h2 a:hover {
	color: #06c;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #147;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	
input, textarea {
    background-color:#f0f0f0;
    border:1px solid #d8d8d8;
    border-radius:3px;
    -moz-border-radius:3px;
}
input:focus, textarea:focus {
	background-color:#fff;
	border-color:rgba(82,168,236,.75);
	box-shadow:0 0 8px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 8px rgba(82,168,236,.5);
}
input:hover, textarea:hover {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 1.4em;
	line-height: 1.5em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-size: 1.8em;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.3em 'Consolas', 'Menlo', 'Andale Mono', 'Courier New', Courier, Fixed;
	line-height: 1.6154;
	}

acronym, abbr, span.caps {
	font-size: 1em;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.postmetadata p,
.postmetadata p + p {
	font-size: 1.4em;
	line-height: 1.5;
}

.postmetadata-top p {
	font-size: 1.6em;
}

.postmetadata p,
.postmetadata p + p {
	margin-top: 2.5em;
}

.postmetadata p:last-child {
	margin-bottom: 5em;
}

.postmetadata-top p:last-child {
	margin-bottom: .75em;
}

.post-tags,
.post-categories,
.syndication-source {
	font-size: 1em;
	margin-left: -4.5em;
}

.syndication-source {
	margin-left: -4em;
}

.post-tags ul,
.post-categories ul,
.tag-cloud ul,
.syndication-source ul {
	padding: 0;
	margin: 0;
}

.post-tags li,
.post-categories li {
	font-size: 1.4em;
}

.syndication-source li {
	font-size: 1.6em;
}

.post-tags li,
.post-categories li,
.wp-tag-cloud li,
.syndication-source li {
	line-height: 2;
	/* Display each list item inline, and give it sidebearing */
	display: inline-table;
	margin-right: 0.5em;
}

.wp-tag-cloud li {
	line-height: 1;
}

.post-tags li a,
.post-categories li a,
.wp-tag-cloud li a,
.syndication-source li a {
	padding: 0.35em 0.5em;
	background-color: #fff;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
}

.syndication-source li a {
	padding: 0.4em 0.75em;
}

.wp-tag-cloud li a {
	color: #161616;
	background: none;
}

.post-tags li a:hover,
.post-categories li a:hover,
.wp-tag-cloud li a:hover,
.syndication-source li a:hover {
	background-color: #ddd;
	color: #161616;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.wp-tag-cloud li a:hover {
	color: #06c;
	/* Light background color */
	background-color: rgba(255,255,255,0.5)
	/* Dark background color */
	/* background-color: rgba(0,0,0,0.08); */
}

.post-tags li:first-child,
.post-categories li:first-child,
.tag-cloud li:first-child {
	margin-left: 0;
}

.tag-cloud {
	height: 9.5em;
	margin-top: 1em;
	padding-top: 3em;
	margin-right: -4em;
	padding-right: 4em;
	padding-bottom: 15.1em;
	margin-left: -2em;
	padding-left: 2em;
	border-top: 2px groove #fff;
	border-bottom: 2px groove #fff;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 50px 20px 20px;
	text-align: center;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

#header {
	padding: 0;
	height: 20px;
	width: 960px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 25px 0 0 0;
	width: 600px;
	}

.widecolumn {
	float: left;
	padding: 0;
	margin: 25px 0 0 0;
	width: 600px;
	}

.post {
	margin: 3.5em 0 0 0;
	}

.post hr {
	display: none;
	}

p.postmetadata:first-child {
	margin-top: 1em;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 30px;
	text-align: left;
	font-size: 1.4em;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/* This is the blog title */
	display: inline;
}
	
h1 a {
	color: #161616;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 2em auto 1em;
	}
	
p + h2, p + h3, p + h4, p + h5, p + h6,
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
ol + h2, ol + h3, ol + h4, ol + h5, ol + h6,
h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, {
	/* Make sure that all h2, h3, h4, h5 and h6 after a paragraph, img, ol & ul gets some space */
	/* Make sure that the first paragraph, img ol & ul after a h2, h3, h4, h5 and h6 gets some space */
	margin-top: 0.75em;
}
	
/* Begin Navigation (Header continues below) */

.pagenav {
	/* First, we'll set the text size so they're the same as the blog title */
	display: inline;
	font-size: 2.5em;
	margin-left: 1em;
}

.pagenav ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pagenav li {
	/* Display each list item inline */
	display: inline;
}

.pagenav li a {
	/* Give each list item sidebearing */
	padding: 0.35em 0.75em;
}

.pagenav li a:hover {
	/* When hovering around the header, make sure the underline doesn't show */
	background-color: #e8e8e8;
	color: #161616;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.pagenav li.current_page_item a,
.pagenav li.current_page_parent a {
	/* Make current page item and, when looking at individual blog post, current page parent, look inactive when hovered */
	color: #161616;
	background-color: #f8f8f8;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
}

li.page-item-2 {
	display: none;
}

/* End Navigation */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul, .entry ul li {
	padding: 0;
	margin-bottom: 0.325em;
	font-size: 1.25em;
	line-height: 1.5;
	}

.entry ol, .entry ol li {
	padding: 0;
	margin-bottom: 0.325em;
	font-size:1.25em;
	line-height: 1.5;
	}

.entry ul li:last-child,
.entry ol li:last-child {
	margin-bottom: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	font-size: 1em;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	font-size: 1em;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.form-submit {
    padding:24px 0 0 0;
    text-align:right;
}
.form-submit input {
	background:#ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#ccc));
	background: -moz-linear-gradient(top,  #d8d8d8,  #ccc);
	border:#d8d8d8;
	padding:6px 16px;
	-webkit-box-shadow:rgba(0,0,0,0.25) 0 1px 1px;
	-moz-box-shadow:rgba(0,0,0,0.25) 0 1px 1px;
	-o-box-shadow:rgba(0,0,0,0.25) 0 1px 1px;
}
.form-submit input:hover {
	color:#e8e8e8;
	background:#d8d8d8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#d8d8d8));
	background: -moz-linear-gradient(top,  #ccc,  #d8d8d8);
	-webkit-box-shadow:rgba(0,0,0,0.25) 0 -1px 1px;
	-moz-box-shadow:rgba(0,0,0,0.25) 0 -1px 1px;
	-o-box-shadow:rgba(0,0,0,0.25) 0 -1px 1px;
	text-shadow: rgba(0,0,0,0.15) 0 -1px 1px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 0.25em 0 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	position: absolute;
	padding: 20px 15px 10px 25px;
	margin: 35px 0 0 640px;
	width: 260px;
	top: 7em;
	border-top: 2px groove #fff;
	border-bottom: 2px groove #fff;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #f0f0f0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	}

blockquote cite {
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-top: 4em;
	margin-bottom: 9em;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
