/*
Theme Name: Palantir TechBlog 2.0
Theme URI: http://blog.palantirtech.com/
Description: The Palantir TechBlog theme.
Version: 2.0
Author: Blake Reary
Author URI: http://www.palantirtech.com/
Tags: Palantir

	Custom theme for Palantir TechBlog (http://blog.palantirtech.com)

*/



/* Reset.css - Global Reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Main.css - Main Layout and styling components */

html,body
{
  height:100%;
}

body {
	background: #FFF url(images/backgrounds/bg-body-gradient.jpg) repeat-x;
	font-family: "Verdana", "Helvetica", sans-serif;
	color: #444;
	font-size: 12px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

img.side {
	padding:0.5em;
}
.noborder {
	border: none;
}

a {
	color: #e33e0e;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main div.post a img {
	/* display: block; */
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

blockquote {
	padding-left: 2em;
	border-left: 2px solid #ff5400;
}

h1, h2, h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 18px;
	color: #373c45;
}

h2 {
	font-size: 16px;
}

h2.pagetitle {
	border-bottom: 1px solid #d2d2d2;
}

h3 {
	font-size: 14px;
}

hr.dotted {
	height: 0;
	border: none;
	border-bottom: 1px dotted #d2d2d2;
	margin: 1em 0;
}

/* Main Layout */

#outerframe {
	background: url(images/backgrounds/bg-frame-repeat.jpg) repeat-y;
	width: 950px;
	margin: 0 auto;
}

#innerframe {
	background: url(images/backgrounds/bg-frame.jpg) no-repeat;
	width: 950px;
}

#header, #topnav, #footer {
	width: 876px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

#header {
	height: 47px;
}

#logo {
	display: block;
	float: left;
}

#header #searchform {
	margin-top: 10px;
	float: right;
}

#subscriptions {
	float: right;
	margin-top: 8px;
}

#subscriptions #subscribe {
	margin-left: 1em;
	float: left;
	cursor: pointer;
}

#subscriptions #rss {
	float: left;
}

#subscribe-form {
	display: none;
	float: left;
	margin-left: 0.5em !important;
	margin-left: 3px;
	position: relative;
	top:-2px;
}

#subscribe-form #email-input {
	color:#999;
	vertical-align: middle;
}

#subscribe-submit, #subscriptions #rss, #subscriptions #subscribe {
	vertical-align: middle;
}

#main {
	width: 644px;
	padding: 0 25px 0 36px;
	margin: 2em 0;
	float: left;
	overflow: hidden;
}

#footer {
	background: url(images/backgrounds/bg-footer.jpg) no-repeat;
	color: #fff;
	height:40px;
	margin-left: 11px;
	clear: both;
}

#footer p.disclaimer {
	font-size: 11px;
	padding-top: 6px;
}

#footer p.disclaimer a {
	clear: both;
	color:#d2d2d2;
}


div.post {
	margin: 0 0 1em 0;

}

div.post h1 a{
	color: #373c45;
	text-decoration: none;
}

div.post h2 {
	color: #444;
	font-weight: bold;
}

div.post h3 {
	font-weight: bold;
	font-size: 13px;
}

div.post ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
}

div.post ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}

div.post ul ul {
	list-style: circle;
	margin-left: 2em;
}

span.date, span.author {
	font-size: 10px;
	font-weight: bold;
}

.author {
	color: #ff5400;
}

a.more, a.more-link {
	font-weight: bold;
	color: #ff5400;
}

.wp-caption {
	text-align: center;
	font-size: 10px;
	margin: 1em;
	
}

.postfooter {
	height: auto !important;
	min-height:22px;
	height: 22px;
	border-top: 1px dotted #d2d2d2;
	border-bottom: 3px solid #d2d2d2;
	padding: 8px 0 6px 0;
	clear: both;
}

#diggthis, #delicious {
	vertical-align: middle;
}

/* Sidebar */

#sidebar {
	width: 189px;
	margin: 2em 0 2em 705px;
	padding-left: 19px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#sidebar ul {
	margin-bottom: 1em;
}

#sidebar ul li {
	list-style-image: url(images/backgrounds/sidebar-list-item.gif);
	margin: 0 0 0.5em 16px;
	font-size: 10px;
}

#sidebar div.disclaimer {
	border: 1px solid #dedede;
	color:#444;
	margin: 1em 0 1em 0;
	font-size: 12px;
	padding: 0.5em;
}

#sidebar div.disclaimer a {
	color:#444;
}

#sidebar a.more {
	font-size: 10px;
}

#bottom-separator {
	margin: 0 auto;
	display: block;
	clear:both;
}

/******* Dropdown.css **********/

#topnav {
	background: url(images/background/bg-nav.jpg) repeat-x;
	height: 35px;
}

#topnav ul.nav li {
	float: left;
	padding: 8px 1em 0 1em;
	background: url(images/backgrounds/bg-nav-separator.gif) left 11px no-repeat;
	position: relative;
	display: block;
	height: 24px;
}

#topnav ul.nav li.first {
	padding-left: 0;
	background: none;
}

#topnav ul.nav li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ff5400;
}

#topnav ul.nav li a:hover {	
	color: #dd491c;
}

#topnav ul.nav li ul.dropdown {
	display: none;
	width:375px;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(images/backgrounds/bg-nav-dropdown.jpg) repeat-x;
	z-index: 1000;
	top: 2em;
	left: 1em;
	margin-top: 8px;
}


#topnav ul.nav li ul.dropdown li {
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	background: none;
	height: 20px;
	padding: 4px 0 0 7px;
	margin: 0;
	width: 117px;
	color: #999;
	float: left;
	font-size: 10px;
	overflow: hidden;
}

#topnav ul.nav li ul.dropdown li a {
	font-weight: normal;
	text-transform: none;
	color: #aaa;
}	

#topnav ul.nav li ul.dropdown li a:hover, #topnav ul.nav li ul.dropdown li.hover a {
	font-weight: normal;
	text-transform: none;
	color: #ff5400;
}	

#topnav ul.nav li #pt-tech-nav {
	width:125px;
}

.postimg {
        text-align: center;
}

blockquote.console {
    background-color: #303030;
    color: white;
}
pre.console {
    background-color: #303030;
    color: white;
    clear: both;
    overflow: auto;
    font-size: .8em;
    font-weight: bold;
    padding: 10px;
    /*width:100% !important;*/
    width: 670px; /*for IE, which doesn't obey !important or width:100% on pre */

/*    padding-bottom: 0 !important;
    padding-bottom: 1.5em; *//* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

