/*
Theme Name: TPL Hero and Sidekicks
Theme URI: http://www.tippingpointlabs.com
Description: A TPL Hero post, and semi-configurable sidekick posts.  Plus persisten editable widget .
Author: tpl
Author URI: http://www.tippingpointlabs.com
version: 0.5
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#000;
	font-family: 'Cantarell', lucida sans, verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	}

	
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 16px;}
h4 {font-size: 8px;}

h1,h2,h3,h4{
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }
img.alignnone {
	margin: 8px 0;
	-webkit-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
}
blockquote{
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* special effects */


.percent90, #sidebar > ul> li > div{
		margin:0;
	padding:16px;
	background: url(images/90percent.png);
	border: 1px solid #fff;
}

#sidebar > ul> li > div{
	margin-bottom: 24px;
}

#sidebar.home > ul> li > div{
	padding-bottom: 0px;
}
.percent70{
		margin:0;
	padding:16px;
	background: url(images/percent70.png);
	border: 1px solid #fff;
}

.marg8{
	margin-bottom: 8px;
}

.shadow, #sidebar > ul> li > div, #sidebar h2{
	-webkit-box-shadow: rgba(0,0,0,.4) 0px 3px 3px;
	-moz-box-shadow: rgba(0,0,0,.4) 0px 3px 3px;
	box-shadow: rgba(0,0,0,.4) 0px 3px 3px;

}

#middle-column .percent90{
	padding: 8px 0 0;
}

.post-img{
	width: 196px;
	height: 200px;
	display: block;
	float: left;
	overflow: hidden
}

img#product-image
{
	float: left;
	padding: 0 16px 0 0;
	display: block;
}


.portfolio-page .post{
	padding-top: 64px
}

.portfolio-page #post-213.post{
padding-top: 32px;
}
/* links */

a{
	color:#CC3300;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

p{
	line-height: 18px;
}

/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:none ;
	color:#333;
	overflow: hidden;
	padding-top: 56px;
	}
	
/* header */

#header {
	background:#2e2e2e;
	border: 1px solid #000;
  	width: 974px; 
  	height: 40px;
	color: #fff; 
	margin-bottom: 16px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 5px 5px;
	box-shadow: rgba(0,0,0,.5) 0px 5px 5px;
	position: fixed;
	left: 50%;
	margin-left: -488px;
	z-index: 1000
	}

#header h1{
	background: url(images/ericLogo.png) no-repeat;
	text-indent: -20000em;
	height:34px;
	width: 240px;
	margin: 1px 0 0 16px;
	display: block;
	cursor: hand;
	}


/* main menu */


#menu {
	font-size: 14px;
	overflow:hidden;
	position: absolute;
	top: 5px;
	right: 16px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
	text-shadow: #000 0px -1px 0px;
	border: 1px solid #2e2e2e;

}

#menu ul li a:hover, #menu ul li.current_page_item a,  #menu ul li.current-cat a, #menu ul li.current_page_item a:hover,  #menu ul li.current-cat a:hover {
	background: #000;
	color: #ccc;
	border: 1px solid #111;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;

	text-decoration: none;
}

#menu ul li a:hover{
	color: #fff;
}

/* content */


#content {
	float:left;
	width:676px;
	overflow: hidden;
	margin-bottom: 16px;
	text-shadow: #fff 0 1px 0;
	-moz-text-shadow:  #fff 0 1px 0;
	}

#content.single{
	width: 640px;
}

#content.single.portfolio-page{
	width: 932px;
}

#content.home{
	width: 672px;
}

.post {
	line-height: 20px;
	padding-top: 8px
	}

.post.port{
	padding-top: 16px;
}
	
.post .post-cat{
	text-transform: uppercase;
}

.post ul, .page ul{
	padding: 8px 0 8px 16px;
	list-style-type: square;
}

.post ul li{
line-height: 14px;
padding: 4px 0;
}

/* POST SPECIFIC */

#post-24 h3 span{
	float: left;
	display: block;
	width: 104px;
	margin-left: -104px;
	text-shadow: #fff 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}

#post-24 .entry{
padding-left: 104px;
display: block;
position: relative;

}

#content.home .post{
	font-size: 13px;
	line-height: 21px;
}

.post h2, #sidebar .post h2{
	font:normal 18px ;
	}

.home .post h2{
	font-size: 24px;
}
	
.post h2 {
	line-height: 24px;
	padding-bottom: 8px;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {padding: 8px 0;}

.post li {}

.post-cat{
	font-size: 9px;
	
}

.entry p{margin:12px 0;}

p.postmetadata, #sidebar p.postmetadata{
	clear: both;
	border-top: 1px solid #ccc;
	padding:5px 0;
	margin: 5px 0;
	font-size: 10px;
	}
	

.navigation {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	border-top: 1px solid #fff;
	margin-top: 20px;display: block
	}
	

.alignleft {float:left; margin:8px 0 0;}
.alignright {float:right; margin:8px 0 0;}

li.twitter-item{
	padding-bottom: 10px;
}



/* sidebar */

#sidebar {
	font-size:13px;
	width:272px;
	float:right;
	margin:16px 0 0 0;
	padding: 0;
	position: relative;
	text-shadow: #fff 0 1px 0;
	-moz-text-shadow:  #fff 0 1px 0;
	}

#sidebar.home{
	width: 272px;
	margin: 0;
}

#call-to-action{
	width: 316px;
	display: block;
	float: left;
	padding-bottom: 32px;
}

#call-to-action h2{
	font-size: 62px;
	line-height: 58px;
	padding-bottom: 16px;
	display: block;
}
/*
#call-to-action h2 span{
	float: left;
}

#call-to-action h2 span.word1{
font-size: 280px;
line-height: 180px;
margin-left: -36px;
}

#call-to-action h2 span.word2, #call-to-action h2 span.word3{
font-size: 90px;
margin-top: -12px;
}

#call-to-action h2 span.word2{
	padding-right: 38px;
	margin-left: -8px;
}

#call-to-action h2 span.word4, #call-to-action h2 span.word5, #call-to-action h2 span.word6{
font-size: 70px;
line-height: 40px;
margin-top: -6px;
}

#call-to-action h2 span.word4, #call-to-action h2 span.word5{
	padding-right: 30px;
}

#call-to-action h2 span.word7, #call-to-action h2 span.word8{
font-size: 48px;
letter-spacing: -1px;
}

#call-to-action h2 span.word7{
padding-right: 20px;
}
*/
#middle-column{
	width: 306px;
	display: block;
	float: right;
	padding: 0px;
	position: relative
}

.textwidget{
	line-height: 24px;
	font-size: 18px;
}

.textwidget ul{
	list-style-type: square;
	font-size: 13px;;
}

#sidebar ul li .textwidget ul li{
	line-height: 16px;
	padding: 8px 0 8px;
}

#sidebar h2, #middle-column h2, #portfolio h2{
	font-size: 12px;
	color: #ccc;	
	margin: 0;
	padding: 0;
	background: #2e2e2e;
	text-transform: uppercase;
	text-shadow: #000 0 -1px 0;
	display: block;
	padding: 6px 16px;
	margin: -32px -17px 8px;
	border: 1px solid #000;
}



#sidebar h2.home-header{
	position: relative;
	z-index: 500;
	width: 238px;
	margin: 0 0 0;
}

#middle-column h2, #portfolio h2{
	 width: 272px;
	 margin: 0;
	 position: relative;
	 z-indez: 400;
}

#portfolio h2{
	width: 644px;
}

#sidebar label{
	font:normal 11px arial, ;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar small{
	padding: 3px 0;
	display: block;
}

#sidebar .aktt_tweets ul >li{
	padding: 8px 0;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

#sidebar .aktt_tweets ul >li a.aktt_tweet_time{
	display: block;
	font-size: 10px;
	padding: 3px 0 0 0;
}

#sidebar .aktt_tweets ul >li.aktt_more_updates a{
	font-size: 13px;
}
p.aktt_credit{
	font-size: 10px;
	color #999;
	text-align: center;
}
#sidebar li.cat-item{
	padding: 4px 0;
	margin: 0 0 0 -8px;
	background: url(images/arrow.png) no-repeat bottom right;
	font-size: 16px;
	font-style: italic;
	color: #ccc;
}

#sidebar li.cat-item a{
	display: block;
	float: left;
	width: 216px;
	padding: 4px 0 0 8px;
	font-size: 13px;
	font-style: normal;
}


#sidebar .post-img{
	height: 80px;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 5px;
	}
#sidebar .post-img img{
	position: absolute;
	bottom: 0px;
	}

#sidebar p {margin:0; padding: 0 6px 0 0;}

#sidebar .entry p{
	font-size: 11px;
}

#sidebar img {padding: 0; margin: 0;}


#sidebar ul {
	padding:0;
	list-style-type: none;
	}



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

#sidebar ul ul li {
	list-style-type: none;
	padding: 3px 0
	}

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

#sidebar ul ul ul li{
	list-style-type: square;
	color: #898989;
}



/* comments */

#respond{
	display: block;
	padding-top: 16px;
	margin-top: 31px;
	border-top: 1px solid #fff;
}


#respond h3{
	display: block;
	padding-bottom: 16px;
}

#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
	font-family: , verdana;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:630px;

	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 12px;
	margin:5px 5px 0 0;
	padding:3px;
	border: 1px solid #2e2e2e;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #ccc 0px 1px 2px;
	-webkit-background-clip: padding-box;
	border-radius: 3px;
	box-shadow: #ccc 0px 1px 2px;
	}
		
#submit, .reply a{margin:16px 5px 0 0;
	padding: 8px 16px;
	font-size: 12px;
	color: #fff;
	background: #CC3300;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-shadow: #000 0 -1px 0;
	-webkit-box-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: #fff 0px 1px 0px;
	box-shadow: #fff 0px 1px 0px;
	cursor: hand;
}

.reply a.comment-reply-link{
	padding: 3px 6px;
	color: #fff;
	background: #ccc;
	border: #999;
	text-shadow: #999 0px -1px 0px;
	margin: 0px 0px 4px 570px;
	display: block;
	width:40px;
	text-align: center;
}

.reply a.comment-reply-link:hover{
	background: #000;
	text-decoration: none;
}

#submit:hover{
	color: #000;
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 1px 2px;
	-webkit-background-clip: padding-box;
	border-radius: 10px;
	box-shadow: #ccc 0px 1px 2px;
	}

ol.commentlist li.alt {background: #eee; width: 608px;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; }

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	background: #fff;
	-webkit-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
	margin: 0 16px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-capxion {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* opxional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-capxion img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-capxion p.wp-capxion-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



#subfoot{
	clear: both;
	padding: 10px 0;
	background: #efefef;
	border-top: 1px solid #ccc;
	display: table;
	width: 100%;
}

#subfoot div{
	display: block;
	float: left;
	width: 190px;
	padding: 10px;
}

#subfoot div ul{
	list-style-type: none;
}


#subfoot div ul li{
padding: 4px 0 6px;}


/* footer */

#footer {
	clear: both;
	width: 942px;
	font-size: 10px;
	padding: 0 8px 0;
	}
	
#footer p{padding: 8px 0 8px 32px;margin: 0; color: #666; text-align:left; background: url(images/e.png) no-repeat 0px 4px; text-shadow: #fff 0 1px 0}
#footer a{color: #666;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


/* 404 */
body#page404{
	background: #2e2e2e url(images/stripe.png);
	color: #fff;
	text-align: center;
	text-shadow: #000 0 -1px 0;
}

body#page404 h1, #ie6 h1{
	background: url(images/ericLogo.png) no-repeat;
	text-indent: -20000em;
	height:58px;
	margin-bottom: 16px;
	width: 240px;
	margin: auto;
	display: block;
	cursor: hand;

}

#ie6 h2.center{
color:#fff;}

body#page404 p, #ie6 p{
	font-size: 14px;
	padding: 8px 0;
	color: #fff;
}

body#page404 p.navigation, #ie6 p.navigation{
	font-size: 10px;
	padding: 4px;
	border-color: #666
}

#inner{
	padding: 32px 32px 8px;
	width: 320px;
	display: block;
	margin: auto;
	border: 1px solid #666;
	-webkit-box-shadow: #000 0 0 10px;
	margin-top: 100px;
	background: #2e2e2e;
}

#ie6{
	display: none;
	text-align: center;
	position: absolute;
	top: 100px;
}


/* KERNING */

#call-to-action h2 span{
	display: inline-block;
	width: auto;
	
}
#call-to-action h2 span.char4, #call-to-action h2 span.char8, #call-to-action h2 span.char21, #call-to-action h2 span.char17, #call-to-action h2 span.char28{
width: 16px;}

 #call-to-action h2 span.char23{
 	width: 40px;
 }

#call-to-action h2 span.char6, #call-to-action h2 span.char19{
	width: 10px;
}