/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:98%;
		background:#fff;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
		font-size: 15px;
        border-left: solid 1px #ededed;
        text-align: center;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
        font-family: Arial, Helvetica, sans-serif;
		margin:.8em 0 .2em 0;
		padding:0;
        color: #000000;
	}

    h1 {
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 24px;
	    color: black;
	    font-weight: bold;
     }
     
  	h2 a, h2 {
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 24px;
	    color: #0280A9;
	    font-weight: bold;
	    text-decoration: none;
     }
     
     h3 {
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 17px;
	    color: #59920F;
	    font-weight: bold;
	    text-decoration: none;
	    color: 
     }
     
     

	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 9px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
        margin-left: 5px;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:98%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:2px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */

    .rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:73%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}

    /* Jack added */
    .col2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    }

	/* Footer styles */
	#footer1 {
        height: 50;
        font-family: Arial, Helvetica, sans-serif;
        font-size:13px;
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}

    #footer1 p {
		padding:2px;
		margin:0;
	}

#footer2 {
        height: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:13px;
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		margin-bottom: 20px;
	}

#footer2 p {
		padding:2px;
		margin:0;
}

.headline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: bold;
}

.sub-headline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.sub-sub-headline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.stack a{
text-decoration:none; color: #0280A9;
}

#arstack a {border: 1px black solid; text-decoration:none; color: #0280A9;}
#arstack a:hover > #sidebar a:hover {background-color: white; color:#333; border: 1px black solid;}

#header-movie {position: absolute; right: 20px; top: 10px; width: 800px; height: 100px;}

/*
.fixed_width {
  width : 100%;
  text-align : left;
  display : inline-block;
  margin: 0 auto;
  position: relative;
  margin-left: 2%;
}
*/

#button {
color:#fff;
text-align:center;
background-color:#0280A9;
font-size: large;
}

#button p {
padding-top:2px;
padding-bottom:2px;
}



#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 14px;
	}

.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;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #555;
	position: relative;
	bottom: 4px;
	
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, 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;
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	padding: 5px 0px 5px 23px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
	width: 25%;
	}
	
#sidebar a{font-family: Arial, Sans-Serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #0280A9;}

#sidebar a:hover{background: none; color:#777; }

#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;
	}

#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 */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0px 0px 0px 25px;

	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */




h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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 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 0px;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 220px;
	}

#commentform input {
	width: 120px;
	height: 25px;
	padding: 5px;
	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: left;
	}
/* 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;
	-moz-border-radius: 5px;

	}
.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 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;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* 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;
}

.preload1 {background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2a.png);}
.preload1 {background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2b.png);}

.prodrop4 {padding:0 0 0 0px; margin:0; list-style:none; height:36px; background:transparent url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_back.png); position:relative; float: left; margin-left: 2%; width: 98%; z-index:500; font-family:arial, verdana, sans-serif;}
.prodrop4 li.top {display:block; float:left;}
.prodrop4 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#666; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_0a.png) no-repeat;}
.prodrop4 li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:36px; background:url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_0b.png) right top;}
.prodrop4 li a.top_link:hover {color:#000; background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2a.png) no-repeat; line-height:25px;}
.prodrop4 li a.top_link:hover span {background:url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2b.png) no-repeat right top;}

.prodrop4 li a.top_blog {display:block; float:left; height:36px; line-height:25px; color:#000; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2a.png) no-repeat;}
.prodrop4 li a.top_blog span {float:left; display:block; padding:0 20px 0 10px; height:35px; background:url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2b.png) right top;}

.prodrop4 li:hover > a.top_link {color:#000; background: url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2a.png) no-repeat; line-height:25px;}
.prodrop4 li:hover > a.top_link span {background:url(http://blog.21stcapital.com/wp-content/themes/Custom/img/pro_drop4_2b.png) no-repeat right top;}


.prodrop4 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {visibility:visible; position:relative; z-index:200;}
.prodrop4 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.prodrop4 ul.sub1 {width:310px;}
.prodrop4 ul.sub2 {width:120px;}
.prodrop4 ul.sub3 {width:160px;}
.prodrop4 ul.sub4 {width:300px;}

.prodrop4 :hover ul {left:0; top:35px; background: #b9d3fb; padding:3px; border:1px solid #3a93d2; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.prodrop4 :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.prodrop4 :hover ul li a {display:block; font-size:14px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.prodrop4 :hover ul li a:hover {background:#3a93d2; color:#fff;}

.entryhome{
overflow: hidden;
margin-bottom: 8px;
font-size: 14px;
line-height: 19px;
float: left;
}

.entry{
margin-bottom: 5px;

}

.article{
overflow: hidden;
padding-bottom: 8px;
border-bottom: 3px double #bebebe;
margin-bottom: 2px;
}

.extra{
width: 100%;
height: 17px;
float: left;
overflow: hidden;
}

.blog_stream{
width: 65%;
margin-bottom: 15px;
margin-top: 21px;
float: left;
padding-right: 23px;
border-right: 1px solid #bebebe;
}

.prev a{font-family: Arial, Sans-Serif; font-size: 16px; font-weight: bold; color: #fff; text-decoration: none;}

.prev a:hover{background: none; }

.blogcol{
margin: 0 7%;
width: 90%;
text-align: left;
}

.kicker{
margin-top: 20px;
margin-bottom: 25px;
width: 98%;
padding: 0px 6px 0px 3px;
border: 4px solid #0280A9;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: #f2f1f1;
}

#kick li{
margin-bottom: 5px;
list-style: none;
padding: none;
}

.cmnt{
width: 96%;
margin-left: 2%;
}

.prev{
background: #626262; 
width: 135px; 
margin-top: 10px;
padding: 5px 0px 5px 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}

.entry img{
display: none;
}

.sociable img {display: inline;}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 1px !important;

}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 60px;
	height: 60px;
	border: 0;
	margin: 0;
	padding: 10px 4% 0 4%;
	
}

.sociable-hovers {
		opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);

}
.sociable-hovers:hover {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
