/*
Theme Name: Hayden Harper
Theme URI: http://haydenharper.com
Description: 
Version: 1.0
Author: Caleb Loffer
Author URI: http://www.ceagon.com/

	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

*/

/***** Global Settings *****/
 
html, body {
  height:100%;
  border:0;
  margin:0;
  padding:0;
}
 
body {
  font:62.5% Arial,Helvetica,sans-serif;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}
 
h1 {
  padding:30px 0 25px 0;
  letter-spacing:-1px;
  font-size:2em;
}
 
h2 {
  padding:8px 0 6px;
  letter-spacing:-1px;
  font-size:1.5em;
  line-height:1em;
}
 
h3 {
  font-size:1em;
  font-weight:bold;
}
 
/***** Common Formatting *****/

a {
  color:#ff8100;
  text-decoration:underline;
}
a.gray {color:#777;}

a:hover {
  color:#a75400;
  text-decoration:none;
}
a.gray:hover {color:#444;}

p, ul, ol {
  margin:0;
  padding:0 0 1.25em 0;
}
 
ul, ol {
  padding:0 0 1.25em 2.5em;
}
 
blockquote {
  margin:1.25em;
  padding:1.25em 1.25em 0 1.25em;
}
 
small {
  font-size:0.85em;
}
 
img {
  border:0;
}
 
sup {
  position:relative;
  bottom:0.3em;
  vertical-align:baseline;
}
 
sub {
  position:relative;
  bottom:-0.2em;
  vertical-align:baseline;
}
 
acronym, abbr {
  cursor:help;
  letter-spacing:1px;
  border-bottom:1px dashed;
}
 
/***** Forms *****/
 
form {
  margin:0;
  padding:0;
  display:inline;
}
 
input, select, textarea {
  font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
  width:100%;
  line-height:1.25em;
}
 
label {
  cursor:pointer;
}
 
/***** Tables *****/

table {
  font-size: 1em;
}

table tr td {
  padding:2px;
}
 
/***** Wrapper *****/




/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family:Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #888;
	}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

.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-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ff8100;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.date-before-title {
  width:auto;
  height:25px;
  padding:0 0 0 8px;
  margin:7px 8px 0 -89px;
  line-height:25px;
  vertical-align:middle;
  color:#FFF;
  background:transparent url(../../../../images/date.bg.png) no-repeat top left;
  text-transform:uppercase;
  float:left;
}

.date-before-title span {
  width:5px;
  height:25px;
  margin-left:4px;
  background:transparent url(../../../../images/date.span.bg.png) no-repeat top right;
  float:right;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

.narrowcolumn {
	float: left;
	padding: 0 40px;
	margin: 0px 0 0;
	width: 482px;
	background:#F5F5F5;
	}

.widecolumn {
	padding: 0px 0 20px;
	margin: 0px 0 0 0;
	width: 844px;
	}

.post {
	margin: 20px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.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;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#ff9900;
	text-transform:uppercase;
	font-weight:normal;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar a {color:#777 !important;}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background:#FFF url(../../../../images/sidebar.hr.reverse.png) no-repeat bottom left;
	padding-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;
	background:0 !important;
}

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



/* Begin Form Elements */
#searchform {
	padding: 29px 3px 0 0;
	text-align: left;
	float:right;
	}

#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 {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* 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: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin:0 36px 0 0;
	width: 242px;
	float:left;
	}

#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: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
  margin:0;
	}
/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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 */

/***** Master Classes *****/

html,body {
  background:#6d6d6d url(../../../../images/bg.png) repeat-x top center;
  font-family: Arial, Helvetica, Sans-Serif;
  color:#535353;
	font-size:87.5%;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:normal;
	text-align:center;
}

.wrapper {
  width:932px;
  height:auto;
  margin:0 auto;
  text-align:center;
}

.full-page-overlay {
  width:100%;
  height:82%;
  position:absolute;
  top:8%;
  left:0;
  z-index:98;
  background:transparent;
}

#header {
  width:100%;
  height:84px;
  padding-top:65px;
  text-align:left;
  position:relative;
}

#client-login {
  width:120px;
  height:auto;
  padding:0;
  list-style:none;
  text-align:center;
  text-transform:uppercase;
  font-size:10px;
  color:#FFF;
  position:absolute;
  top:35px;
  left:781px;
  line-height:16px;
  overflow:hidden;
  z-index:99;
}
#client-login li {
  height:17px;
  background:#ff8100;
  display:none;
}
#client-login li.open {
  height:16px;
  background:transparent url(../../../../images/client-login.bg.png) no-repeat bottom center;
  display:block;
}

#client-login a {
  width:120px;
  height:16px;
  color:#FFF;
  text-decoration:none;
  float:left;
}
#client-login a:hover {font-weight:bold;}

#logo {
  width:176px;
  height:75px;
  background:transparent url(../../../../images/HaydenHarper.png) no-repeat top left;
  text-transform:uppercase;
  text-decoration:none;
  text-indent:-9999em;
  color:#ff8100;
  float:left;
}

#nav {
  height:17px;
  padding:0 10px;
  margin-left:350px;
  list-style:none;
  text-transform:uppercase;
  font-size:0.85em;
  line-height:1.75em;
  overflow:visible;
}

#nav .level-1-li {
  width:109px;
  height:17px;
  margin-right:1px;
  background:transparent url(../../../../images/nav.level-1-li.bg.png) no-repeat top left;
  float:left;
  cursor:pointer;
  z-index:99;
  overflow:hidden;
  position:relative;
}
#nav .level-1-li:hover {
  overflow:visible;
}

#nav .level-1-a,#nav .level-2-a {
  width:109px;
  height:17px;
  text-align:center;
  text-decoration:none;
  color:#FFF;
  float:left;
}

#nav .level-1-li:hover .level-1-a {
  background:url(../../../../images/nav.level-1-li.hover.bg.png);
  font-weight:bold;
}
#nav .level-1-a:hover,#nav .level-2-a:hover {font-weight:bold;}

#nav .level-2-ul {
  padding:0;
  margin:0;
  list-style:none;
}

#nav .level-2-li,#nav .level-2-ul-end {
  width:109px;
  height:17px;
  padding:3px 0 0 0;
  background:#999 url(../../../../images/nav.level-2-li.bg.png) repeat-y top left;
  float:left;
}
#nav .level-2-ul-end {
  height:6px;
  padding:0;
  margin:0;
  background:transparent url(../../../../images/nav.level-2-ul-end.png);
}

#main-wrap {
  width:932px;
  height:auto;
  background:transparent url(../../../../images/main-wrap.jpg) no-repeat top left;
}

#main-top,#main-bottom {
  width:932px;
  height:10px;
  background:#FFF url(../../../../images/main-top.jpg) no-repeat top left;
  margin-top:-2px;
}

#main-bottom {
  height:6px;
  margin:0 0 6px 0;
  background:#FFF url(../../../../images/main-bottom.png) no-repeat top left;
}

#main {
  width:847px;
  min-height:418px;
  padding:2px 28px 8px;
  margin:-4px 14px;
  background:#FFF;
  text-align:left;
}

#splash {
  width:893px;
  height:286px;
  position:relative;
  z-index:90;
  overflow:hidden;
}

#footer {
  width:884px;
  height:3em;
  padding:0 24px;
  text-align:left;
  line-height:1.1em;
  color:#FFF;
}

#footer a {color:#FFF;}

#footer .contact {
  width:50%;
  float:left;
}
#footer .copyright {
  width:50%;
  line-height:2.2em;
  text-align:right;
  float:right;
}

#blog-header {
  width:100%;
  height:64px;
  margin:9px 0 18px;
  clear:both;
}

#investInfo {
  padding:0;
  margin:0;
}
#investInfo a {
  width:279px;
  height:63px;
  padding:0;
  margin:0;
  background:#FFF url(../../../../images/investInfoBlog.jpg);
  text-indent:-9999em;
  float:left;
}

#subscribe {
  height:21px;
  padding:0 0 8px 34px;
  background:#FFF url(../../../../images/rss.jpg) no-repeat top left;
  line-height:21px;
  text-transform:uppercase;
  vertical-align:middle;
  display:block;
}

/***** Global Classes *****/
 
.clear         {clear:both;}
.float-left    {float:left;}
.float-right   {float:right;}
 
.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}
 
.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}
 
.wrap          {width:960px; margin:0 auto;}
 
.img-left      {float:left; margin:4px 10px 4px 0;}
.img-right     {float:right; margin:4px 0 4px 10px;}
 
.nopadding     {padding:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}
.nobg          {background:transparent none;}

.padding-top    {padding-top:1em !important;}
.padding-right  {padding-right:1em !important;}
.padding-bottom {padding-bottom:1em !important;}
.padding-left   {padding-left:1em !important;}

.hidden        {display:none;}

.orange {color:#ff8100;}