/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
hr,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}


/*

Theme Name: April - Theme

Theme URI: 

Description: Based on the default WordPress theme wich is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

Version: 1.0

Author: 

Author URI: 

Tags: two columns



	Kubrick v1.5

	 http://binarybonsai.com/kubrick/



	This theme was designed and built by Michael Heilemann,

	whose blog you will find at http://binarybonsai.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/



body {

	background-color: #fff;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 100%;

	color: #000;

	text-align: left;

}



#page {

	width: 910px;

	margin: 0 auto;

}



#header {

	position: fixed;

	top: 0;

	z-index: 1;

	width: 100%;

	height: 75px;

	background-color: #fff;

}



#logo {

	top: 75px;

	z-index: 2;

}



/*-------------------------------*/



#sidebar {

	position: fixed;

	top: 290px;

}



.logo {

	display: inline-block;

	text-align: center;

	font-size: 0.7em;

	line-height: 1.7em;

	width: 150px;

}



#navigation {

	display: table;

	text-align: center;

	width: 150px;

}



#centerednavigation {

	right: 50%;

	position: relative;

	width: 100%;

	float: left;

	overflow: hidden;

}



#centerednavigation ul {

	position: relative;

	left: 50%;

	float: left;

}



#centerednavigation ul li {

	position: relative;

	right: 50%;

	float: left;

	margin: 0 6px;

	padding: 0;

	font-size: 0.7em;

	line-height: 1.6em;

	alist-style-type: disc;

	alist-style-position: inside;

}



#portfolio {

	position: relative;

	top: 4px;

	float: left;

	width: 100%;

	height: 220px;

	overflow: auto;

	font-size: 0.7em;

	line-height: 1.4em;

	margin: 0 6px;

}



#sidebar .divider_heavy {

	awidth: 100%;

	height: 0px;

	margin-bottom: 2px;

	margin-top: 0px;

	aborder-top: 1px solid #000;

	border-top: 1px dotted #999;

	font-size: 0;

	display: block;

}



/*-------------------------------*/



#content {

	position: relative;

	top: 75px;

	float: right;

	width: 700px;

	margin-left: 10px;

}

#content-database {

	position: relative;

	top: 75px;

	float: left;

	width: 100%;

	

}

#excerpt {


}

#post_thumbnail {

	display: block;

}


.headline h1 {

	font-size: 1.5em;	

}



.shrink_wrap {

	display: inline-block;

	width: auto;

}

.shrink_wrap_intro {

	display: inline-block;

	width: auto;

}

.shrink_wrap_intro h3{

	font-size: 0.7em;

	line-height: 1.4em;
	

}


.shrink_wrap_intro a, .shrink_wrap_intro a:visited {

	color: #157bac;	

}

.divider_light {

	height: 100%;

	margin: 2px 0 2px 0;

	border-top: 1px dotted #999;

	font-size: 0;

}





.divider_heavy {

	

	height: 0px;

	margin-top: 14px;

	margin-bottom: 8px;

	border-top: 1px solid #000;

	font-size: 0;

}

.spacer {

	height: 0px;	

	margin: 10px 0;

}



.headline .divider_heavy {

	width: 100%;

	height: 0px;

	margin-top: 0;

	border-top: 1px solid #000;

	font-size: 0;

}



a, a:visited {

	text-decoration: none;

	color: #000;

}



a:hover {

	text-decoration: none;

	color: #157bac;

}



.current_page_item a, .current_page_item a:visited {

	text-decoration: line-through;

	color: #000;

}



.current_page_item a:hover {

	text-decoration: line-through;

	color: #f90;

}



.current_project_item a, .current_project_item a:visited {

	text-decoration: line-through;

	color: #000;

}



.current_project_item a:hover {

	text-decoration: line-through;

	color: #f90;

}

/*-------------------------------*/

h2 {

	font-size: 1.05em;

}



.datestamp {

	font-size: 0.7em;

}



.postmetadata {

	font-size: 0.7em;

}

.post {

	margin-top: 16px;	

}



/*-------------------------------*/



.singleentry {

	margin-top: 20px;

	font-size: 1em;

	line-height: 1.4em;

}



.singleentry strong {

	font-weight: bold;	

}



.singleentry em {

	font-style: italic;	
	margin-top: 20px;

}



.singleentry h1 {

	font-size: 1.75em;

	line-height: 1.4em;

}



.singleentry h2 {

	font-size: 1.55em;

	line-height: 1.4em;

}



.singleentry h3 {

	font-size: 1.45em;

	line-height: 1.4em;

}



.singleentry h4 {

	font-size: 1.23em;

	line-height: 1.6em;

}



.singleentry h5 {

	font-size: 1em;

	line-height: 1.6em;

}



.singleentry h6 {

	font-size: 1em;

	font-weight: bold;

	line-height: 1.6em;

}


/*
.entry p {

	margin-bottom: 8px;

	display: block;

	float: left;

	clear: both;

}

*/

.singleentry p {

	margin-bottom: 8px;

}

.singleentry p .alignleft {

	position: relative;

	top: 0;

	float: left

	margin-bottom: 8px;

	margin-right: 8px;

	display: block;

}


.singleentry hr {

	

	margin: 2px 0 2px 0;

	border-top: 1px dotted #999;

	font-size: 0;

}



.singleentry p .alignright {

	position: relative;

	top: 0;

	float: right

	margin-bottom: 8px;

	margin-left: 8px;

	display: block;

}



.singleentry ul li{

	list-style-type: disc;

	list-style-position: inside;

}



.singleentry ol li{

	list-style-type: disc;

	list-style-position: inside;

}



.singleentry .more-link, .singleentry .more-link:visited {

	color: #157bac;

}



.singleentry .more-link:hover {

	color: #f90;

}



.singleentry img {

	margin: 20px;	
	
}



.singleentry a, .singleentry a:visited {

	color: #157bac;	

}



.singleentry a:hover {

	color: #f90;

}




/*-------------------------------*/
.entry {

	font-size: 0.7em;

	line-height: 1.4em;

}



.entry strong {

	font-weight: bold;	

}



.entry em {

	font-style: italic;	
	margin-top: 20px;

}



.entry h1 {

	font-size: 1.75em;

	line-height: 1.4em;

}



.entry h2 {

	font-size: 1.55em;

	line-height: 1.4em;

}



.entry h3 {

	font-size: 1.45em;

	line-height: 1.4em;

}



.entry h4 {

	font-size: 1.23em;

	line-height: 1.6em;

}



.entry h5 {

	font-size: 1em;

	line-height: 1.6em;

}



.entry h6 {

	font-size: 1em;

	font-weight: bold;

	line-height: 1.6em;

}


/*
.entry p {

	margin-bottom: 8px;

	display: block;

	float: left;

	clear: both;

}

*/

.entry p {

	margin-bottom: 8px;

}

.entry p .alignleft {

	position: relative;

	top: 0;

	float: left

	margin-bottom: 8px;

	margin-right: 8px;

	display: block;

}



.entry p .alignright {

	position: relative;

	top: 0;

	float: right

	margin-bottom: 8px;

	margin-left: 8px;

	display: block;

}



.entry ul li{

	list-style-type: disc;

	list-style-position: inside;

}



.entry ol li{

	list-style-type: disc;

	list-style-position: inside;

}



.entry .more-link, .entry .more-link:visited {

	color: #157bac;

}



.entry .more-link:hover {

	color: #f90;

}



.entry img {

	margin: 50px;	
	
}



.entry a, .entry a:visited {

	color: #157bac;	

}



.entry a:hover {

	color: #f90;

}



.clear {

	clear: both;	

}



/*-------------------------------*/



.alignleft {

	position: relative;

	top: 3px;

	float: left;	

	font-size: 0.9em;

	clear: both;

	display: block;

}



.alignright {

	position: relative;

	top: 3px;

	float: right;

	font-size: 0.9em;

	clear: both;

	display: block;

}



.alignnone {

	position: relative;

	top: 3px;

	float: left;

	font-size: 0.9em;

	clear: both;

	display: block;

}



.alignleftlink {

	position: relative;

	top: 3px;

	float: left;	

	font-size: 0.7em;

	display: block;

	margin-bottom: 20px;

}



.alignrightlink {

	position: relative;

	top: 3px;

	float: right;

	font-size: 0.7em;

	display: block;

	margin-bottom: 20px;

}

/*------------------------------*/

/* Featured Images */

.attachment-headline-thumbnail {
	float: left; 
    margin: 4px; 
}

.attachment-featured-thumbnail {
	float: left; 
    margin: 4px; 
	}

.attachment-spoiler-thumbnail {
	float: left; 
    margin: 4px; 
	}

/*------------------------------*/

/* Menus */

.menu_container_class {
	
		
		width: 100%;
	
		overflow: hidden;
	
	}
	
.menu_container_class ul {

	}
	
.menu_container_class ul li {
		font-size: 0.7em;
		line-height: 1.6em;
	
	}

#menu_container_id {
	
		position: relative;

	}
	
.menu_class {

	
	
	}
	
#menu_id {

	
	
	}
	

.menu-item .menu-item-type-post_type .menu-item-object-page a {

	

	color: #157bac;
	
	}

	
.menu-item a{
	
	color: #157bac;
	
	}

.menu-item a:hover{
	
	color: #000;
	
	}
	
.current-menu-item{

	text-decoration: line-through;

	}
	
.menu-item li.current-menu-item a {
	
	color: #157bac;
	
	}

/*------------------------------*/

/* Slidepress */


.slidepress {
	
	margin: 20px 0 20px 0;
	
	float: left; 
	
	position: relative;
   
	
	}
	
	
.slidepress-intro {
	
	margin: 80px;
	
	float: left; 
	
	position: relative;
   
	
	}

.slidepress img{
	
	margin: 10px 0 10px 0;
	
	}
	
/*------------------------------*/

/* Video */

.video {
	
	margin: 20px 0 20px 0;
	
  
	
	}
	

/*------------------------------*/

/* App Excerpt */
	
	
	
.pgee-exc-before {
	
	font-size: 0.7em;
	line-height: 1.4em;

	}
	
	


.pgee-exc-title {
	
	font-size: 10em;
	line-height: 1.4em;

 
	}
	
/*------------------------------*/

/* STILL UNDER CONSTRUCTION */
	
	
	
.under-construction {
	
padding: 10px;
	
margin: 5px;
	
border-width: 1px;
	
border-style: dotted;
	
float: left;
	
left: 50px;
	
top: 50px;
	
position: fixed;
	
font-size: 1em;

	}
	
