/* CSS Document */
/* Any changes that are made on this sheet need to be updated on the print.css */

  
  /* -- *****************************ARTICLE FORMATTING STYLES ***************************** -- */
  

/* Redefined standard tags */

h1 {
	font-family: "Adobe Garamond Pro", AGaramond, "Adobe Garamond", Garamond, Times, "Times New Roman";
	font-size: 17.5pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	color: #C60911;
	/* font-size: 17px; */
	text-align: left;	/* font-weight:bold; */
}

h2{
	margin:0; padding: 8px 0 0 0; color: #4E712E; font-size: 12px;
	}
	
h3{
	margin:0; padding: 8px 0 0 0; color: #DE5C11; font-size: 11px;
}

h4 {
margin:0; padding: 8px 0 0 0;  font-size: 11px;
font-style: italic;
font-weight: bold;
color: #DE5C11;
}

/*------------- Star List --------------------*/
#content ul {
	margin: 0; padding:0px 0px 0px 25px;
	list-style-image: url(http://www.steverrobbins.com/images/star.gif);
}

#content li {
	padding: 0 0 8px 0px;
	font-size: 11px;
	list-style-image: url(http://www.steverrobbins.com/images/star.gif);
}

table{
	margin: 8px 0 0 0;
	padding: 0;
	border: 1px solid #d4d999;
	background-color: #f2f4d9;
}
td {
	font-size: 11px;
}

/* For general article body text */
#pageHeading {
	height:48px;
}

h1#MajorTitle {
	font-family: "Adobe Garamond Pro", AGaramond, "Adobe Garamond", Garamond, Times, "Times New Roman";
	font-size: 17.5pt;
	margin: 0;
	padding: 0 0 10px 0;
	color: #C60911;
	/* font-size: 17px; */
	text-align: left;	/* font-weight:bold; */
}

h1.MajorTitle {
	font-family: "Adobe Garamond Pro", AGaramond, "Adobe Garamond", Garamond, Times, "Times New Roman";
	font-size: 17.5pt;
	margin: 0;
	padding: 0 0 10px 0;
	color: #C60911;
	/* font-size: 17px; */
	text-align: left;	/* font-weight:bold; */
}

.SubTitle {
	font-size: 11.5pt;
	color: #4E712E; 
}

h2.pagetitle {
	margin: 0;
	padding: 0 0 10px 0;
	color: #C60911;
	font-size: 17.5pt;
	text-align: left;
	font-weight:bold;
	font-family: "Adobe Garamond Pro", AGaramond, "Adobe Garamond", Garamond, Times, "Times New Roman";
}

/* articles are in a DIV Class=”article” */
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.drop-cap {
	float: left;
	width: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote .quotation {
	font-style: italic;
	font-weight: normal;
}

blockquote .quotation .author {
	font-style: normal;
	font-weight: normal;
}

.article dt {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.RunInHeader {
	margin:0; padding:0; 
	font-weight: bold;
	color: #1A6597;
}

.runin-highlighted {
	color: #ACB9D5;
	font-style: normal;
	display: inline;
	font-weight: bold;
}

.scannable-text {
	font-weight: bold;
	color: #666666;
}

.nobreak {
white-space: nowrap;
}

.tinyComment {
	font-size: smaller;
}

/* For specific parts of articles */

.ClickHereForDownload { font-size: xx-small; font-style: italic}

.question {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.Testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #de5c11;
	background-color: #f2f4d9;
	padding: 10px;
	width: auto;
	border: thin solid #d4d999;
}

.footnote {
font-size: smaller;
}

.errorMessage {
padding-top: 1em;
font-weight: bold;
color: #FF0000;
}

/* For the article table of contents pages (e.g. http://www.steverrobbins.com/articles/category/leadership/) */

.hidden {
display: none;
}

.detailsblock {
display: none;
padding: 5px;
}

.detailsblock p {
/list-style: none; /
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
/*border: thin solid #009966;
background-color: #D0E4CD;*/
}

h3.directory {
margin-top: 3em;
border-top-width: medium;
border-top-style: solid;
border-top-color: #000000;
padding-top: 0.5em;
}

a.detailslink {
font-size: smaller;
font-style: italic;
text-decoration: none;
}
a.detailslink:link {
font-size: smaller;
font-style: italic;
text-decoration: none;
}
a.detailslink:hover {
font-size: smaller;
font-style: italic;
text-decoration: underline;
}


/* Links */

a:link {
	color: #000000;
}

a:visited {
	color: #006666;
}

a:hover {
	color: #00548b;
	text-decoration: underline;
}

a:active {
text-decoration: underline;
}

a.TextButton {
border: 2px solid #006699;
background-color: #669933;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-right: 10%;
margin-left: 10%;
padding: 5px;
text-align: center;
text-decoration: none;
display: block;
color: #000000;
}

a.TextButton:hover {
text-decoration: underline;
}

a.RunInLink {
font-weight: bolder;
color: #00548b;
text-decoration: none;
}

a.RunInLink:hover {
text-decoration: underline;
}

a.footnoteRef { /* link to footnote */
font-size: smaller;
vertical-align: super;
}

a.back { /* back from footnote */
font-style: italic;
}

/* Tables */

/* header cells on vertical tables */

.VTable th {
	background-color: #d4d999;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.VTable td {
vertical-align: top;
font-size: smaller;
}

/* Word Press */
.children {
	margin: 0;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	
}