/*  
Theme Name: Stem
Theme URI: http://www.stemlegal.com/strategyblog
Version: 1.2
Author: Stem
Author URI: http://www.stemlegal.com/strategyblog
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	/*background: url("images/bg-stem.gif");*/
	background-color: #dfe8d7;
	}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}
	
article hr {
	margin: 35px 0;
	border: 0;
	background-color: transparent;
	border-top: 1px solid #ccc;
	padding: 0;
}

	
a img {
	border: 0 !important;
}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}
	
header,
footer, 
section, 
article, 
time,
aside, 
nav, 
figure, 
figcaption { 
	display: block; 
}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url('images/blockquote.gif') no-repeat 0 0;
	color: #666666;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }
 
 code strong {
 	font-weight: bold !important;
 }

small {
	font-size: 0.8em;
	}

img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
	
.wp-caption {
	font-size: 11px;
	color: #999;
	text-align: center;
	font-style: italic;
}

.wp-caption-text {
	padding: 0;
	margin: 0;
}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#main-contain {
	width: 960px;
	margin: auto;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#outline {
	/*width: 894px;
	background: #fff;*/
	font-size: 1.3em;
	}



/***********************
*  Header            *
***********************/
header {
	/*width: 894px;*/
	height: 180px;
	position: relative;
	z-index: 200;
	}
	
	#stem-nav {
		background: url('images/nav-background.gif') right top no-repeat;
		width: 700px;
		position: relative;
		z-index: 300;
	}

	#stem-nav, #stem-nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

		#stem-nav a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			padding: 7px 18px 0;
			height: 52px; /*52px -7px*/
			color: #000;
			cursor: pointer;
			float: left;
		}

			#stem-nav .nav-contact a {
				padding-right: 0;
			}

			#stem-nav a:hover {
				background: url('images/nav-hover.gif') 16px 25px no-repeat; 
				text-decoration: underline;
			}

			#stem-nav .nav-people a:hover {
				background-image: none;
			}

		#stem-nav li { /* all list items */
			float: left;
			position: relative;
		}

		#stem-nav li ul { /* second-level lists */
			position: absolute;
			width: 10em;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			margin-left: 10px;
			clear: left;
			top: 25px;
			padding-bottom: 27px;
			background: url('images/nav-hover.gif') 10px bottom no-repeat; ;
		}

			#stem-nav ul a {
				width: 140px;
				font-weight: normal;
				padding: 5px 10px 6px;
				height: auto;
				background: #d7e9d7;
				border-top: 1px solid #fff;

			}

				#stem-nav ul a:hover {
					background: #c3ddc3;
					text-decoration: none;
				}


		#stem-nav li:hover ul, 
		#stem-nav li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}




/***********************
*  LFWS logo           *
***********************/
#lfws {
	width: 269px;
	height: 75px;
	margin-left: 20px; 
    top: 80px;
    position: absolute;
    z-index: 5;
	}

/***********************
*  Stemlogo             *
***********************/
#stemlogo {
	width: 263px;
	height: 137px;
	position: absolute;
	top: 40px;
	right: 60px;
    z-index: 5;
	}


/***********************
*  Wrapper             *
***********************/

#wrapper {
}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	margin: 0;
	padding-bottom: 5px;
   	position: relative; 	
    /* width: 500px;*/
	width: 610px;
	}

.pages {
	float: left;
	width: 530px;
	background: #dce6ff url('images/separator_blue.jpg') repeat-x bottom center;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent url('images/separator_blue.jpg') repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /*  IE */
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 0;
	background: #dce6ff url('images/separator_blue.jpg') repeat-x bottom center;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	background: transparent url('images/separator_blue.jpg') repeat-x 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}


/**********************
*   Blog Entries      *
***********************/

.google-plus-one {
	float: right;
	padding: 0 0 8px 10px;
}

.post {
	padding: 20px 30px;
	}
	

	
.twitter-share-button {
	float: right;
}

.postentry {
	color: #050d24;
	}

.postentry p,
.postentry li {
	line-height: 1.4em;
}
	
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}
	
.postentry ul li,
.postentry ol li {
	margin-bottom: 8px;
}

.postentry img {
	border: 5px solid #edf2ff;
	}
	
.postentry img:hover {
	border: 5px solid #dce6ff;
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle a:link,
.posttitle a:visited,
.posttitle a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 0 1px;
	}
	
	.posttitle a:hover {
		color: #000;
		text-decoration: none;
	}

.post-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
	padding: 0 0 5px;
}	

	
.post-author {
	font-size: 12px;
	color: #666;
	padding: 7px 0 7px;
}

.post-comment {
	padding: 0 0 15px;
}

.post-comment a {
	display: block;
	background: url('images/icon_comments.gif') 0 0 no-repeat;
	padding: 0 0 0 20px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}

.post-meta {
	font-size: 11px;
	color: #999;
	padding: 10px 0 20px;
	font-style: italic;
	border-bottom: 1px solid #eee;
}


.post table {
	margin: 0 0 15px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	width: auto;
}

.post table th {
	text-transform: uppercase;
	color: #666;
}

.post table th,
.post table td {
	font-size: 12px;
	padding: 4px 8px 4px 4px;
	text-align: left;
	border: 1px solid #999;
	border-collapse: collapse;
	border-left: 0;
	border-bottom: 0;
}

/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url('images/separator_green.jpg') repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #dce6ff;
	}
	
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url('images/gravatar.gif') no-repeat;
	}
	
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url('images/separator_green.jpg') repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #dce6ff url('images/separator_blue.jpg') repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
	
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
	
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 400px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 400px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 280px;
	margin: 0 42px 0 0;
	}

	* html #sidebar {
		margin-right: 21px;
	}


#sidebar .about {
	padding-bottom: 20px;
	}
	
#sidebar .search {
	padding-bottom: 20px;
	}
	
	#sidebar .search form {
		display: block;
	}
	
	#sidebar .search form input {
		width: 200px;
	}

#sidebar .categories {
	padding: 0 0 20px;
}


#sidebar .rssfeeds {
	position: relative;
	line-height: 145%;
	margin: 0;
	padding: 0;
	background: transparent url('images/feeds.gif') no-repeat right bottom;
	}

#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 0;
	background: url('images/separator_green.jpg') repeat-x center bottom;
	font-size: 1.4em;
	}
	
	#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 10px 0px;
		background: none !important;
		font-size: 1.4em;
	}
			
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		line-height: 145%;
		background: transparent url('images/icon_rss.gif') no-repeat 5px 0;
		margin: 20px 0 0;
	}
	
	
#sidebar .jdsupra-documents {
	padding-bottom: 20px;
	}
	
	.jdsupra-documents ul li {
		padding: 0 0 5px;
	}
	

	.jdsupra-documents .more-documents {
		display: block;
		float: right;
		font-style: italic;
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.jdsupra-link {
		display: block;
		clear: both;
		float: right;
		color: #999;
		text-decoration: none;
	}
	
	.jdsupra-link span.jdtext {
		display: block;
		float: left;
		padding: 8px 10px 0 0;
		font-size: 10px
		color: #999 !important;
	}
	
	.jdsupra-link span.jdlogo {
		display: block;
		float: left;
		background: url('images/jdsupra.png') 0 0 no-repeat;
		text-indent: -99999em;
		overflow: hidden;
		width: 100px;
		height: 34px;
	}
	
#sidebar .archives .full-archives {
	display: block;
	float: right;
	font-style: italic;
	font-size: 12px;
}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	#sidebar ul {
		list-style-image: url('images/bullet-lt.gif');
		margin-left: 30px;
	}
	
	#sidebar .about ul {
		list-style-image: url('images/bullet-dk.gif');
	}
	
	
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
        position: relative;
	float: left;
	width: 145px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 140px;
	}

ul.splittedlists li {
	background: transparent url(images/dot.png) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #2c76bb;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	/*width: 894px;*/
	margin-top: 10px;
	background: #2f63b3 url('images/separator_green.jpg') repeat-x 0 0;
	padding: 0;
	border-top: 20px solid #fff;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}

#bottom a {
	color: #fff;
	text-decoration: none;
	}

	#bottom a:hover {
	text-decoration: underline;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}

	#bottom h2 {
		margin: 0 0 10px 0;
		font-size: 1.6em;
		color: #fff;
		}

	#bottom h2 span {
		color: #508fd2;
		}

	#bottom ul {
		margin: 0;
		padding: 0 5px 10px 10px;
		font: 82.7% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	#bottom ul li {
		padding-bottom: 2px;
		}
	#bottom ul li a {
		color: #fff;
		text-decoration: none;
		}
	#bottom ul li a:hover {
		text-decoration: underline;
		}

	/**********************
	*   Footer            *
	***********************/

	footer {
		width: 100%;
		height: 75px;
		clear: both;
		background: #010b32 url('images/separator_green.jpg') repeat-x 0 0;
		color: #fff;
		}

	footer p {
		margin: 0;
		padding: 13px 25px;
		font-size: 0.85em;
		}

	footer p a:link,
	footer p a:visited {
		color: #a8cbff;
		}

	footer p a:hover {
		color: #fff;
		}

	footer p a:active {
		color: #9ad202;
		}



	/**********************
	*   CSS HACKS            *
	***********************/

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

