/*
Theme Name: PalantirTech.com
Theme URI: http://www.palantirtech.com/
Description: PalantirTech.com Wordpress Theme
Version: 1.5.2
Author: Blake Reary
Author URI: http://www.palantirtech.com/
Tags: Palantir

	Custom theme for Palantir's Corporate Website

*/


/* 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; }

/* Framework.css - Basic Global Styles */


body {
	background: #d7d7d7 url(images/backgrounds/bg-body.jpg) top repeat-x;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #333;
	font-size: 13px;
	padding-bottom: 20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

img.side {
	padding:0.5em;
}
.noborder {
	border: none;
}

a {
	color: #3482a3;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 1px solid #ccc;
}


p {
	margin-bottom: 1.1em;
	line-height: 1.4em;
}

/* Main.css */

#header {
	width: 900px;
	margin: 0 auto;
	height: 127px;
	background-color: #333;
	margin-top: 42px;
}

#header #logo {
	margin: 52px 0 0 17px;
	display: block;
	float: left;
}

#nav {
	float: right;
}

ul.nav {
	float: left;
	margin-right: 34px;
	margin-top: 31px;
	font-size: 12px;
	color: #676767;
}

ul.nav li {
	display: block;
}

ul.nav a:link, ul.nav a:visited {
	color: #676767;
}

ul.nav a:hover {
	text-decoration: underline;
}

ul.nav li.title {
	margin-bottom: 5px;
	color: #a7a7a7;
	font-weight: bold;
}

ul.nav li.title a {
	color: #a7a7a7;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 20px;
}

div.content > h2:first-child {
	margin-top: 10px;
}

h3 {
	color: #444;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 13px;
}

h4 {
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 13px;
}

.flash-replaced div {
	display: none;
}

#main {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding:6px 0;
}

.subheader {
	background: url(images/backgrounds/hdr-generic.jpg) no-repeat;
	height: 100px;
}

#hdr-government {
	background: url(images/backgrounds/hdr-government.jpg) no-repeat;
	height: 130px;
}

#hdr-government h1, #hdr-government-short h1, #hdr-careers h1, #hdr-finance h1, #hdr-videos h1, #hdr-videos-portal h1 {
	color: #fff;
}

#hdr-government h1 {
	padding-top: 48px;
}

#hdr-government-short {
	background: url(images/backgrounds/hdr-government-short.jpg) no-repeat;
	height: 100px;
}

#hdr-finance {
	background: url(images/backgrounds/hdr-finance.jpg) no-repeat;
	height: 130px;
}

#hdr-finance h1 {
	padding-top: 48px;
}

#hdr-videos {
	background: url(images/backgrounds/hdr-government-short.jpg) no-repeat;
}

#hdr-careers {
	background: url(images/backgrounds/hdr-careers.jpg) no-repeat;
}

#hdr-pnl {
	background: url(images/backgrounds/hdr-pnl.jpg) no-repeat;
}

#hdr-pg30 {
	background: url(images/backgrounds/hdr-pg30.jpg) no-repeat;
}



.subheader h1 {
	color: #333;
	font-size: 18px;
	margin: 0 0 0 34px;
	padding-top: 34px;
	float: left;
	display: inline;
}

.subheader-arrow {
	height: 10px;
}

#hdr-arrow-government, #hdr-arrow-government-short, #hdr-arrow-careers {
	display: none;
}

#hdr-arrow-careers {
	background: url(images/backgrounds/subheader-arrow-red.jpg) no-repeat 34px top;
}

div.subheader #intro {
	padding: 30px 17px 0 280px;
	font-size: 15px;
	line-height: 28px;
	color: #8bbbd7;
}

div.content {
	margin: 10px 0 10px 17px;
	width: 618px;
	float: left;
	display: inline; /* Fix ie6 double margin bug */
}

div.content ul, div.content ol {
	margin-bottom: 1em;
}

div.content ul {
	list-style: disc;
}

div.content ul ul {
	list-style: square;
}

div.content ol {
	list-style: decimal;
}

div.content ol ol {
	list-style: lower-alpha;
}

div.content li {
	margin-left: 2em;
}

div.content blockquote {
	padding: 1em 0 0 2em;
	background: url(images/backgrounds/bg-blockquote.jpg) no-repeat top left;
	font-style: italic;
}

div.content blockquote cite {
	font-style: italic;
	font-weight: bold;
}

div.content div.intro {
	border-bottom:1px solid #ccc; 
	margin-bottom:1em; 
	font-size: 14px;
}

div.content div.related {
	padding: 10px 10px 10px 28px;
	color: #666;
	margin-bottom: 1em;
	font-size: 11px;
	background: url(images/backgrounds/filmstrip.gif) no-repeat;
	background-position: 5px center;
}

div.careers a {
	color: #5b2727;
}

div.entry {
	margin-bottom: 1em;
}

#sidebar {
	margin: 10px 0 0 652px;
	width: 227px;

}

#sidebar li {
	display: block;
	margin-bottom: 1em;
	color: #7b7b7b;
	font-size: 11px;
}

#sidebar li.title {
	font-size: 11px;
	color: #464646;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#sidebar #about-letter-link h4 {
	border-bottom: 1px solid #ccc;
}

#sidebar #featured-vids a {
	color: #666;
}

#sidebar #featured-vids ul li img {
	display: block;
	margin-right: 7px;
	float: left;
}
#sidebar #featured-vids ul li {
	height: 55px;
}

#disclaimer {
	border: 1px solid #ccc;
	padding: 7px;
	color: #999;
	text-align: center;
	font-size: 12px;
}

#sidebar #disclaimer {
	font-size: 12px;
}

#disclaimer a {
	color: #777;
}

.fineprint {
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	padding-top: 1em;
	text-align: justify;
}

#footer {
	width: 900px;
	margin: 3px auto;
	font-size: 11px;
	color: #999;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#sidebar #subscribe, #sidebar #submit-resume {
	text-align: center;
}

#sidebar #submit-resume a {
	color: #5b2727;
}

img.middle {
	vertical-align: middle;
}


/***** Homepage Styling *****/

#main-feature {
	height: 369px;
	background-color: #000;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#main-feature ul.rotatorSelector {
	position: absolute;
	top: 346px;
	right: 17px;
}

#main-feature ul.rotatorSelector li {
	width: 18px;
	height: 16px;
	float: left;
	margin-right: 4px;
	background: url(images/backgrounds/bg-rotator-meter.png) -18px 0 no-repeat;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	color: #111;
}

div.homepage #intro {
	height: 80px;
	width: 325px;
	margin: 0 65px 0 17px;
	float: left;
	line-height: 1.3em;
	display: inline; /*Fix IE6 double margin bug*/
}

div.homepage div.sub-feature {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	position: relative;
}

div.homepage div.sub-feature img {
	display: block;
	position: relative;
}

div.homepage #disclaimer {
	display: block;
	height: 70px;
	width: 258px;
	float: left;
	padding: 5px 10px;
}

div.homepage div.clear {
	height: 7px;
}

/***** Analysis Blog-specific Styling *****/

div.analysis-blog a {
	color: #ff0000;
}

div.analysis-blog div.entry {
	margin-bottom: 2em;
}

div.analysis-blog div.entry:first-child {
	margin-bottom: 1em;
}

#hdr-analysis-blog {
	height: 122px;
	background: url(images/backgrounds/hdr-analysis-blog.jpg) no-repeat;
}

#hdr-analysis-blog h1 {
	color: #000;
	padding-top: 45px;
}

div.post-header p.date {
	font-size: 10px;
	font-weight: bold;
	color: #888;
	margin-bottom: 0;
}

div.post-header h2.post-title, div.post-header h2.post-title a {
	color: #333;
	font-weight: normal;
}

div.post-header h2.post-title {
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 18px;
}

div.post-header p.post-details {
	color: #999;
	margin: 0;
	font-size: 11px;
}

div.post-header {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}

div.post-header div.num-comments {
	float: right;
	padding: 0 0 0 8px;
	background-color: #fff;
	position: relative;
	top: 10px;
	font-size: 11px;
}

a.more-link {
	display: block;
	margin-top: 1em;
}

div.related-posts {
	border-top: 4px solid #ddd;
	border-bottom: 1px solid #eee;
	padding: 5px 5px;
	margin-bottom: 1em;
}


div.related-posts ul li {
	margin-left: 0;
	list-style: inside;
}

div.posts-nav a {
	display: block;
	padding: 5px;
	margin-right: 10px;
	border:1px solid #ff8272;
}
div.posts-nav a:hover {
	background-color: #c50006;
	color: #fff;
	text-decoration: none;
	border:1px solid #c50006;
}

#top-post-links {
	margin-bottom: 1em;
}

img.comment-icon {
	vertical-align: middle;
	padding-right: 8px;
}

#comments {
	border-top: 1px dotted #ccc;
	margin-top: 2em;
	padding-top: 1em;
}

textarea#comment {
	width:100%;
}
ol.commentlist {
	margin-left: 0;
}

ol.commentlist li {
	list-style: none;
	margin-left: 0;
}

div.comment-header {
	height: 24px;
	padding: 6px 1em 0 1em;
	background: url(images/backgrounds/bg-comment-hdr.gif) repeat-x;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}

div.comment-header cite {
	font-weight: bold;
}

/***** Careers/Positions-specific Styling ****/


div.content h2.position-group {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	clear: both;
}

div.content ul.positions {
	margin: 0;
	list-style: none;
}

div.content ul.positions li {
	display: block;
	width: 50%;
	float: left;
}

div.content ul.positions li.last {
	clear: both;
	float: none;
}


/**** Videos Styling ****/

#video-area {
	height:361px;
	background: #ababab url(images/backgrounds/bg-videoplayer-gradient.jpg) repeat-x;
}

#video-area div.videoplayer {
	background: url(images/backgrounds/bg-video-placeholder.jpg) no-repeat;
	margin: 0 auto;
}

#video-list-area {
	padding: 10px 17px;
}

div.video-list-title {
	border-bottom: 1px solid #ccc;
}

div.video-list-title h2 {
	margin: 0;
	display: block;
	float: left;
}

div.video-list-title div.btn-forward, div.video-list-title div.btn-backward {
	width: 10px;
	height: 19px;
	float: right;
	cursor: pointer;
}

div.video-list-title div.btn-forward {
	background: url(images/backgrounds/btn-skip-forward.gif) no-repeat;
}

div.video-list-title div.btn-backward {
	background: url(images/backgrounds/btn-skip-backward.gif) no-repeat;
	margin-right: 14px;
}

div.video-list-title div.disabled {
	background-position: 0 -19px;
	cursor: default;
}

div.video-list-mask {
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	margin-top: 4px;
}

ul.video-list {
	position: relative;
}

ul.video-list li {
	float: left;
	margin-right: 8px;
	width: 164px;
}

ul.video-list li img.thumbnail {
	display: block;
}

ul.video-list li p.description {
	display: none;
}

ul.video-list li h3, #infobox h3 {
margin: 0;
display: inline;
}


div.videoplayer {
	margin: 1em auto;
}

div.video-area div.videoplayer {
	margin: 0 auto;
}

div.video_preview {
	clear: both;
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
}

div.video_preview div {
	margin-left: 110px;
}

div.video_preview div p {
	margin-top: 0;
}

div.video_preview img {
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	display: block;
}

#infobox {
	width: 341px;
	position: absolute;
	display: none;
}

#infobox .top {
	height: 20px;
	background: url(images/backgrounds/bg-infobox-top.png) no-repeat;
}
#infobox .mid {
	padding: 4px 20px;
	background: url(images/backgrounds/bg-infobox-mid.png) repeat-y;
}
#infobox .bottom {
	height: 16px;
	background: url(images/backgrounds/bg-infobox-bottom.png) no-repeat;
}

#infobox.above .top {
	height: 16px;
	background: url(images/backgrounds/bg-infobox-top-a.png) no-repeat;
}

#infobox.above .bottom {
	height: 20px;
	background: url(images/backgrounds/bg-infobox-bottom-a.png) no-repeat;
}

#infobox p.description {
	margin: 1em 0 0 0;
}

/*

Sociable Styling

*/

div.sociable_tagline {
	float: left;
	margin-right: 5px;
}

div.sociable {
	
}

div.sociable ul li {
	display: inline;
	list-style: none;
	margin-left: 2px;
}

/* 

PNL and PG30 header styling

*/

#hdr-pnl h1 {
	display: none;
}

#hdr-pg30 h1 {
	color: #fff;
}


/*

Marketo Form Styling

*/

ul.mktLblLeft {
	padding: 2em;
	background-color: #efefef;
	border: 1px solid #ddd;
}

ul.mktLblLeft li {
	list-style: none;
	margin: 0 0 1em 0;
	clear: both;
}

ul.mktLblLeft li br {
	display: none;
}

.mktField label, .mktField span.mktInput {
	display:block;
	float:left;
	margin-bottom:1em;
	width:120px;
	margin-right:1em;
}

.mktField label {
	clear: both;
	text-align:right;
	font-size:10pt;
}

.mktField span.mktInput {
	width:150px;
}

.mktFormTextarea {
	height: 110px;
	width: 300px;
}

.mktFrmSubmit, .mktFrmReset {
	display: inline;
}