/*  
Theme Name: StealThisIdea Theme
Theme URI: http://www.stealthisidea.com/
Description: Proprietary theme for StealThisIdea.com.
Version: 2.0 3/28/07  
Version: 2.1 7/28/09
Author: D. Philip Haine
Author URI: http://www.obviousdesign.com/

	StealThisIdea theme copyright (c) D. Philip Haine 2005-2007.  All rights reserved.
	 http://www.stealthisidea.com/
    
    Portions lifted from Michael Heilemann's Kubrick theme.
	
	See header.php for CSS involving images (?)
	
  COLORS 
  #06c - Bright blue
  #147 - darkened links for rollover
  #46778A - Deep blue for titles and "show all" links
  #6E8E9E - A deeper version for spindly ital georgia font, to look like #46778A 
  
  #666 - darkish grey for headers in margin
  #888 - grey for comments & edit link
*/

/* Begin Typography & Colors */
body {
	NOPESfont-size 0.8em; /* 62.5% = 1em = ~10px */
	font-family: 'Georgia';
	color: #444;
	margin: 0;
	}

/* Most of the body text */
p, ol, ul {
	font-size: 0.9em; /* 62.5% = 1em = ~10px */
	line-height: 145%;  /* Space out the text of the articles */
	padding-right:15px;
	}

li {
	padding-bottom: 8px;
}
	
/* StI textual ables */
table.texttable {
	border:0px;
	margin:0px;
}

table.texttable td {
	font-size: 0.8em; /* 62.5% = 1em = ~10px */
	padding: 10px;
	margin: 0px;
	line-height: 130%;
}

table.texttable td p {
	font-size: 1em; /* 62.5% = 1em = ~10px */
	line-height: 130%;
	padding-bottom: 7px;
	margin: 0;
	}

table.texttable th {
	vertical-align:top;
	text-align:left;
	padding: 5px 10px;
	font-size: 0.8em;
	color:white;
	background-color: #A19882;
	}
	
table.texttable tr {
	vertical-align:top;
	text-align: left;
	background-color: #FBF4DE;
	}
	
table.texttable tr.evenrow {
	background-color: #F3E9C9;
	}


#page {
	background-color: white;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

/*
#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
*/
/*
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}


.widecolumn {
	line-height: 1.6em;
	}
*/

small {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
    }

h2, h3 {
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

/* Headers do not look like links even if they are.  They do not
   reflect if they have been visited. */
h1, h1 a, h1 a:visited,  {
	text-decoration: none;
	color: black;
	}

.description {
	height: 154px;  /* Should add up to 154 */
	NOpadding: 43px 0px 0px 108px;
	vertical-align: top;
	}	
	
.description a, .description a:hover {
	text-decoration: none;
	color: #E5D18C;
	font-family: 'Tahoma', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 114px 0 0 108px;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #46778A;
	text-decoration: none;
	font-size: 110%;
	}
	
h2 {
	font-size: 1.0em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 90%;
	padding: 0;
	margin: 20px 0 0;
	}

/****** SINGLE ENTRY (article) page ******/
	
.entry p a:visited {
	color: #788199;
	}

/* entry is used for the text�in the middle of the home page. */
.entry p {
    margin-top:5px;
    }

/* Excerpts in the home page's left margin should be smaller. */
.postcell .entry p {
    font-size: 80%;
	color: #777;  
	line-height:normal;
	}

.excerpt_text {
	font-size: 100%;
	color: #777;
	}

/* *** postmetadata *** the stuff under a blog entry listing */ 
.postmetadata em {
    font-size: 65%;
    font-family: 'Georgia';
    font-style: italic;
    color: #777;
    }

/* Want the comments & edit links to be grey and show the underline: */
.postmetadata a {
    color: #46778A;
	text-decoration: underline;
	}
	
	
/* Make the date stamps blue serif italics */
p.postdatestamp {
    font-size: 70%;
    font-family: 'Georgia';
    font-style: italic;
    color: #6E8E9E;  
    margin-top: 5px;
}
    

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
	
p.singlepostfooter {
	text-align: left;
    font-size: 65%;
    font-family: 'Georgia';
    font-style: italic;
    color: #777;
    }

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	
a  {
	color: #06c; /* Bright blue links stand out */
	}
	
a:hover {
	color: #147; /* regular (bright) links darken from #06c to #147*/
	text-decoration: underline;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #06c; /* headers transform to bright links on hover */
	text-decoration: underline;
	}
	


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


/* *** side sections *** */
/* sidebar is defined by WP; articlelist is mine (DPH) */
/* We should probably consolidate down to one tag */
.articlelist h3, #sidebar h3 {
    font-size: 80%;
    margin: 0;
    padding: 0px 25px 0px 0px;
    color: #777;
    }   

.articlelist img {
     margin: 0 10px 0 0;
     padding: 0px;
     border: solid black 1px;
}


/* obsolete? */
.articlelisttitle h2 { 
    font-size: 65%;
    font-family: 'Georgia';
    font-style: italic;
    display: inline;
    }
    
/* obsolete? */
.articlelisttitle {
    border: solid 1px #bbb;
    background: #eee;
    padding: 3px;
    }

/* Spacing around cells showing article summaries */    
td.postcell {
    padding: 15px 0px 7px 0px;
    vertical-align: top;
    }

/* Make the article links grey, and blue on rollover*/
td.postcell h3 {
   	font-size: 70%;
    }

td.postcell h3 a {
    color: #777;
    }

td.postcell h3 a:hover {
    color: #06c;
    }

/* do similar things with lines in the category pages */
td.categorycell {
	padding: 22px 0 0px 0;
    vertical-align: top;
    }

/* Header of the category page
td.categorycell h2 {
	padding: 0;
	margin: 0;
    }
*/

td.categorycell h3 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	padding: 0;
	margin: 0;
    }

td.categorycell h3 a {
    color: #777;
    }
td.categorycell h3 a:hover {
    color: #06c;
    }

td.categorycell img {
     margin: 0 13px 0 0;
     padding: 0px;
     border: solid black 1px;
}

td.categorycell p {
	margin: 0; 
	padding: 0;
	color: #999;
}

.catdesc { 
    color: #111;
    font-family: 'Georgia';
    color: #444;
}


/* FOOTER TEXT looks a like the post metadata (eg. author name) */ 
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	text-align: left;
    font-size: 60%;
    font-family: 'Georgia';
    font-style: italic;
    color: #777;
    }

#footer a {
    color: #46778A;
	text-decoration: underline;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}




h3#comments {
	margin: 54px auto 20px ;
	}

h3#respond {
	margin: 54px auto 20px ;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* Put a bit of a gap and a thin border around images 
img {
     margin: 0px;
     padding: 0px;
}
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
p.imagecaption {
	text-align:center;
	font-size:70%;
	font-style:italic;
	padding:0 10px;
}	
/* End Images */

/* *** Article sidebar (this is the content sidebar within articles; not the
       RH nav *** */
div.article_sidebar {
	float:right;
	width:250px;
	padding:15px 0 15px 15px;
	margin: 15px;
	background-color: #FBF4DE;
	border: 1px solid #AE9C66;
}

/* *** sidebar == right-hand navigation *** */

#sidebar {
	font: 1em 'Georgia';
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height:normal;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px; /* vertical gap between sections */
	line-height:normal;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/* Second level */
#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;  /* indent on left */
	line-height:normal;
	font-size: 70%;
	}
	
/* Right-hand sidebar links are subdued */
#sidebar ul ul a {
	color: #46778A;
	}

#sidebar ul ul a:hover {
	color: #06c; /* RH nav links brighten on rollover */
	text-decoration: underline;
	}
	
/* Third level */
#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0; /* Vert spacing between 2nd level items */
	padding: 0;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* end sidebar (right-hand navigation) */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	NOPESpadding: 100px 0 0 0;
	}

 #searchform #s {
	width: 115px;
	}
	

	
#searchsubmit {
	NOPINSpadding: 1px;
	font-size: 70%;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-family: verdana;
	NOfont-size: 1em;
	padding: 5px 15px;
	}


.commentmetadata {
	font-weight: normal;
	}

.alt {
	background-color: #f8f8f8;
	}

.commentlist {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
	}

.commentlist li {
	list-style: none;
	margin: 0px 20px;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.commentlist li h4 {
    font-size: 80%;
    font-family: 'Georgia';
    font-style: italic;
	font-weight: normal;
    color: #6E8E9E;  
    padding: 0px 25px 0px 15px;
}

/* GET RID OF #comments 
#comments {
color: #46778A;
	margin: 0;
	padding: 5px 40px 8px 40px;
	}  


.commentmetadata {
	margin: 0;
	display: block;
	} 
	
*/

/* Maybe commentblock and commentlist could be consolidated */

#commentblock h3 {
	padding: 5px 40px 15px 40px;
	NOpadding-left:40px;
	NOpadding-right:40px;
}

#commentblock h3 a {
	text-decoration: underline;
}

.commentform p, p.commentform {
	margin: 5px 40px;
	}

.commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

.commentform textarea {
	width: 100%;
	padding: 2px;
	}

.commentform #submit {
	margin: 0;
	float: right;
	}
	

/* Commentfooter echos the overall page footer */
.commentfooter {
	padding: 15px 40px;
	}

.commentfooter p {
	text-align: left;
    font-size: 60%;
    font-family: 'Georgia';
    font-style: italic;
    color: #777;
    }

.commentfooter a {
    color: #46778A;
	text-decoration: underline;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
/*  Positioning is now part of "rightcontent" class.
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* New layout table, white shaded against blue 3/27/07 */
.rhmargin {
    width: 207px;
    padding: 0px 0px 0px 37px; 
    vertical-align: top; 
    background-color: #e9eef2; 
    background-image: url("images/shadow-r.gif");
    background-repeat: repeat-y;
}
.lhmargin {
    padding: 6px 0px 0px 38px; 
    vertical-align: top; 
    background-image: url("images/shadow-l.gif");
    background-repeat: repeat-y;
}

.singlearticle {
    padding: 40px 40px 10px 40px; 
}

.homepagearticles {
    padding: 10px 30px 0 29px; 	
}

.topmargin {
    padding: 0px;
    height: 27px;
    background-image: url("images/shadow-t.gif");
    background-repeat: repeat-x;
}
.bottommargin {
    padding: 0px;
    height: 27px;
    background-image: url("images/shadow-b.gif");
    background-repeat: repeat-x;
}
.trcorner {
    height: 27px;
    padding: 0px; 
    background-color: #e9eef2; 
    background-image: url("images/shadow-tr.gif");
    background-repeat: no-repeat;
}
.brcorner {
    height: 27px;
    padding: 0px; 
    background-color: #e9eef2; 
    background-image: url("images/shadow-br.gif");
    background-repeat: no-repeat;
}
.section-header {
    background-image: url("images/section-bg.gif");
    background-repeat: repeat-x;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

p.wp-caption-text {
    font-style: italic;
    text-align: center;
    font-size: 0.8em;
}
