/*
Theme Name: DoubleThink 
Theme URI: http://thedoublethink.com/
Description: Custom theme for The DoubleThink
Version: 1.0
Author: Keith Solomon
Author URI: http://reciprocity.be/
*/

/* Neutralize styling: Elements we want to clean out entirely */
html, body, form, fieldset {
	font-family: Georgia,tahoma, arial,  serif;
	font-size: .75em; /* 16x.75=12px */
	margin: 0;
	padding: 0;
}

body {
	/*background: #fff url(images/bg.jpg) repeat -24px center;*/
	font-size: 100%;
}
.post, .MsoNormal {font-family: arial, helvetica, Georgia,tahoma, arial,  serif;}
/* Neutralize styling: Elements with a vertical margin */
p, pre, blockquote,
ul, ol, dl, address {
	margin: .5em 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it */
li, dd, blockquote {
	margin-left: 2.5em;
}

/* Heading Styles */
h1, h2, h3, h4, h5 {
	color: #000;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0;
}

/* Header logo image replacement */
#header h1 a {
	background: transparent url(images/logo.png) left center no-repeat;
	display: block;
	line-height: 58px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 549px;
}

/* Column header logo image replacements */
#posts-left h1.title {
	background: transparent url(images/left.png) left center no-repeat;
	display: block;
	line-height: 31px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 99px;
}

#posts-right h1.title {
	background: transparent url(images/right.png) left center no-repeat;
	display: block;
	line-height: 31px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 112px;
}

h2 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0;
}

h2.pagetitle, h2.pagetitle-left, h2.pagetitle-right, h2.pagetitle-lr {
	border-bottom: 1px solid #aeabab;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	margin: 42px 0 0;
	padding-bottom: 8px;
}

h2.pagetitle-left, h2.pagetitle-right, h2.pagetitle-lr {
	margin: 12px 0 0;
}

h2.pagetitle a {
	text-decoration: none;
}

h2.pagetitle a:hover {
	text-decoration: underline;
}

#posts-left h2.pagetitle a, h2.pagetitle-left, h2.pagetitle-left a {
	color: #4ecced;
	text-decoration: none;
}

#posts-right h2.pagetitle a, h2.pagetitle-right, h2.pagetitle-right a {
	color: #40f3a5;
	text-decoration: none;
}

h2.pagetitle-left {
	background: url(images/icon-left.png) no-repeat;
	padding-left: 44px;
}

h2.pagetitle-right {
	background: url(images/icon-right.png) no-repeat;
	padding-left: 44px;
}

h2.pagetitle-lr {
	background: url(images/icon-lr.png) no-repeat;
	color: #000;
	margin-bottom: 50px;
	padding-left: 44px;
}

/* Header description image replacement */
.description h2 {
	background: transparent url(http://assets.ogilvy.com/truffles_email/doublethink/description.gif) left center no-repeat;
	display: block;
	line-height: 18px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 458px;
}

#sidebar h2.widgettitle {
	color: ;
	font-size: 1.1em;
	padding: 5px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
}

#comments-left h3.comment, #comments-right h3.comment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin: 30px 0 10px;
	padding: 0;
}

#comments-left h3.comment {
	color: #4ecced;
}

#comments-right h3.comment {
	color: #40f3a5;
}

h4 {
	font-size: 1.1em;
}

h1, h1 a:link, h1 a:visited,
#headerimg .description {
	text-decoration: none;
}

/* Link Styles */
#posts-left a, .meta-left a,
.navigation .alignleft a {
	color: #4ecced;
}

#posts-right a, .meta-right a,
.navigation .alignright a {
	color: #40f3a5;
}

.navigation .alignleft a,
.navigation .alignright a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	
}

a img {
	border: none;
}

/* Form Styles */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

/* Miscellaneous conveniences: */
.right, .alignright {
	float: right;
	margin: 0 0.5em 0.5em 0;
}

.left, .alignleft {
	float: left;
	margin: 0 0 0.5em 0.5em;
}

.center, .centered, .aligncentered {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.wp-caption {
	background: #eee;
	color: #000;
	padding: 5px;
	margin: 4px 0;
	text-align: center;
}

.clear {
	clear: both;
}

strong.search-excerpt {
	background: yellow;
}

/* Main Positioning Elements */
#wrap {
	background: #fff;
	margin: 0;
	padding: 5px 0 0;
	width: 800px;
}

#header {
	background: #000;
	color: #fff;
	/*height: 145px;*/
	padding: 10px 0 0 19px;
	width: 781px;
}

#pagecontent {
	padding: 0px 0 20px;
}

#footer {
	background: #000 url(images/foot-bg.png) repeat-x;
	color: #fff;
	height: 78px;
	padding-top: 16px;
}

/* Header Elements */
.description {
	background: url(images/desc-bg.png) no-repeat;
	height: 20px;
	margin: 20px 0 10px -19px;
	padding: 5px 0 0 19px;
}

#menu {
	border-top: 2px solid #fff;
	height: 29px;
	line-height: 29px;
	margin-left: -19px;
	padding-left: 19px; background-color:#000000;
}

#menu a {
	color: #fff;
}

ul#topnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#topnav li {
	float: left;
	margin: 0;
}

/* Menu separator image replacement */
ul#topnav li span.menu-sep {
	background: transparent url(images/menu-sep.png) left center no-repeat;
	display: block;
	line-height: 29px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 23px;
}

ul#topnav li a#roi, ul#topnav li a#planning,
ul#topnav li a#data-vis, ul#topnav li a#insight,
ul#topnav li a#analytics, ul#topnav li a#archive, ul#topnav li a#about {
	display: block;
	line-height: 29px; /* the height of the image */
	text-indent: -1000em;
	overflow: hidden;
}

ul#topnav li a#links {	
        display: block;
	line-height: 28px; /* the height of the image */
	text-indent: -1000em;

}

ul#topnav li a#roi {
	background: transparent url(images/roi.png) left center no-repeat;
	width: 31px;
}

ul#topnav li a#planning {
	background: transparent url(images/channelplanning.gif) left center no-repeat;
	width: 178px;
}

ul#topnav li a#insight {
	background: transparent url(images/insight.gif) left center no-repeat;
	width: 69px;
}

ul#topnav li a#about {
	background: transparent url(images/about.gif) left center no-repeat;
	width: 62px;
}

ul#topnav li a#links {
	background: transparent url(images/links.gif) left center no-repeat;
	width: 51px;
}

ul#topnav li a#analytics {
	background: transparent url(images/analytics.gif) left center no-repeat;
	width: 98px;
}

ul#topnav li a#data-vis {
	background: transparent url(images/datavisual.gif) left center no-repeat;
	width: 179px;
}

ul#topnav li a#archive {
	background: transparent url(images/archive.png) left center no-repeat;
	width: 76px;
}

/* Pagecontent Elements */
#posts {
	padding: 0 19px;
	width: 738px;
}

#posts-left {
	float: left;
	padding-left: 19px;
	padding-top: 42px;
	width: 350px;
}

#posts-right {
	float: right;
	padding-right: 19px;
	padding-top: 42px;
	width: 350px;
}

.post {
	border-bottom: 1px solid #aeabab;
	padding-bottom: 20px;
}

.post-date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	height: 17px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 35px;
}

#posts-left .post-date {
	background: url(images/brain-left.png) no-repeat left center;
}

#posts-right .post-date {
	background: url(images/brain-right.png) no-repeat left center;
}

#posts .post-date {
	padding-left: 0px;
}

.date-border, .date-border-left, .date-border-right {
	height: 2px;
	line-height: 2px;
	margin: 0 0 10px;
}

#posts-left .date-border {
	background: url(images/date-left.png) no-repeat left center;
}

#posts-right .date-border {
	background: url(images/date-right.png) no-repeat left center;
}

.date-border-left {
	background: url(images/intdate-left.png) no-repeat left center;
}

.date-border-right {
	background: url(images/intdate-right.png) no-repeat left center;
}

#posts-left .more-link {
	font-family: Helvetica, Arial, sans-serif;
	color: #4ecced;
}

#posts-right .more-link {
	color: #40f3a5;
}

.navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	height: 24px;
	line-height: 24px;
	padding: 20px 5px 0;
}

.meta-left, .meta-right {
	border-bottom: 1px solid #aeabab;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding-bottom: 10px;
}

.tags, .share {
	float: left;
	width: 45%;
}

/* Sociable plugin styles */
.sociable_tagline {
	display: inline;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Archive Elements */
.arch li, .cats li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Comments Elements */
#comments-left .date-border {
	background: url(images/intdate-left.png) no-repeat left center;
	margin: 0 0 10px;
}

#comments-right .date-border {
	background: url(images/intdate-right.png) no-repeat left center;
	margin: 0 0 10px;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-meta {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	height: 16px;
	line-height: 16px;
}

.comment-meta img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.comment-meta a {
	color: #000;
}

.comment-meta .edit-link a,
.reply a, #respond a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.comment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0 0 30px;
}

ul.children {
	list-style: none;
	margin-left: 2.5em;
}

#respond {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#respond form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

/* Footer Elements */
#subscribe {
	float: left;
	width: 45%;
}

#search {
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 45%;
}

/* Subscribe link image replacement */
#subscribe #sub {
	background: #000 url(images/subscribe.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 21px; /* the height of the image */
	margin-left: 5px;
	margin-top: 1px;
	overflow: hidden;
	text-indent: -1000em;
	width: 93px;
}

/* Subscribe separator image replacement */
#subscribe span {
	background: #000 url(images/sub-sep.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 21px; /* the height of the image */
	margin-top: 1px;
	overflow: hidden;
	text-indent: -1000em;
	width: 21px;
}

/* RSS Feed link image replacement */
#subscribe #rss {
	background: #000 url(images/rss.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 21px; /* the height of the image */
	margin-top: 1px;
	overflow: hidden;
	text-indent: -1000em;
	width: 113px;
}

/* Search label image replacement */
#search #search-lbl {
	background: #000 url(images/search.png) left center no-repeat;
	color: #000;
	display: block;
	float: right;
	font-size: .000001em;
	line-height: 21px; /* the height of the image */
	margin-right: 11px;
	margin-top: 1px;
	overflow: hidden;
	text-indent: -1000em;
	width: 65px;
}

#search #s {
	background: url(images/search-bg.png) no-repeat;
	border: none;
	float: right;
	font-size: 1.5em;
	height: 18px;
	padding: 3px 5px;
	width: 147px;
}

/* Links Dropdown Menu */
/* (c) 2009, PureCSSMenu.com */

#pcm{display:none;}
ul.pureCssMenu ul{display:none; width: 150px;}
ul.pureCssMenu ul li {}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 0px 0px;
	background-color:#000000;
	background-repeat:repeat;
	border-color:#A6A6A6;
	border-width:0px;
	border-style:solid;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{padding-right: 3px;}
ul.pureCssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#000000;
	border-width:0px;
	border-color:#FCEEB0;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:5px;

	font:normal 11px Arial;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float: none;
        width: 150px;
	white-space:nowrap;
}
ul.pureCssMenu ul a {
	text-align:left;
        width: 150px;
	/* white-space:nowrap; */
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#000000;
	border-color:#4C99AB;
	border-style:solid;
	font:normal 11px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#000000;
	border-color:#4C99AB;
	border-style:solid;
	font:normal 11px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;}
ul.pureCssMenu li:hover>a>span{}
ul.pureCssMenu a:hover span{}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{)}
ul.pureCssMenu ul li:hover > a span{}
ul.pureCssMenu table a:hover span{}
ul.pureCssMenu li a.pureCssMenui0{ padding: 0px !important;
font:n;
}
ul.pureCssMenu li a.pureCssMenui0:hover{
font:o;
}
.pureCssMenui:hover {text-decoration: underline;}
