/* Howard Smith CSS Document */

/*
	amended 20100610 RW: ugh these all need redefining
*/


body {
  background:#C3D9FF;
  margin:0;
  color:#666;
  font:12px/1.6 Georgia, "Times New Roman", Times, serif;
  text-align: center;
  }
  
a:link {
  color:#5588aa;
  text-decoration:none;
  }
a:visited {
  color:#999999;
  text-decoration:none;
  }
a:hover {
  color:#32527A;
  text-decoration:underline;
}
a img {
	border-width:0;
	}


/* Page layout
----------------------------------------------- */

/* Header 
----------------------------------------------- */

/*#header-wrapper {
	width:838px;
	background-color: #FFFFFF;
	background-image: url(img/hsHeadmain.gif);
	background-repeat: no-repeat;
	height: 255px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}*/
	
#header-wrapper {
	width:838px;
	background-color: #FFFFFF;
	height: 255px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
#logo {
	width:222px;
	background-color: #FFFFFF;
	background-image: url(img/hsHead-new.gif);
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
	height: 24px;
	float:right;
	margin-right: 83px;
	margin-top: 65px;
	}
#strapline {
	margin-top: 136px;
	margin-left: 86px;
	/*border: 1px solid yellow;*/
}
#strapline h1 {
	font-size: 11px;
	color: #222222;
	font-weight: 500;
	letter-spacing: 1px;
	/*text-shadow: 0px 2px 3px #555;*/
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}
span.effective {
	letter-spacing: 2px;
}
#abstract {
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#portrait {
	float: left;
}
#summary {
	/*border: 1px solid green;*/
	margin-left: 136px;
	margin-top: 0;
	padding-bottom: 6px;
}
#header img {
	margin-left: auto;
	margin-right: auto;
	border:none;
	}

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	width: 838px;
	background-color:#fff;
	margin:40px auto;
	text-align:left;
	font: normal normal 98% Georgia, Serif;
	}

#main-wrapper {
	width: 410px;
	float: left;
	padding-left:85px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#sidebar-wrapper {
	width: 218px;
	float: right;
	padding-right:85px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	}

/* Footer
----------------------------------------------- */
#footer{
	margin: 0;
	padding-left:85px;
	padding-top: 1em;
	padding-bottom:1em;
	border-top: 1px dotted #ccc;
	background: #fff;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	clear:both;
	line-height: 1.4;
	}

#footer a{
	color: #000000;
	}#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #32527A;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 {
  margin:2em 0 .5em;
  font:normal 10px/1.4 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
border-bottom:1px solid #333;
padding-bottom: .5em;
}



/* Posts main content
----------------------------------------------- */
h2.date-header {
  margin:2em 0 .5em;
border-bottom:1px solid #333;padding-bottom: .5em;
  }
h2.title {margin:2em 0 .5em;border-bottom:1px solid #333;padding-bottom: .5em;}


.post {
  margin:.5em 0 1.5em;
  /*border-bottom:1px dotted #ccc;*/
  padding-bottom:1.5em;
  }
.list {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:.2em;
  margin-top: 2.65em;
  }
.post h3, .list h3 {
	margin:0em 0 5px;
	padding:0 0 5px;
	font-size:16px;
	font-weight:normal;
	line-height:1.4;
	color:#32527A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.post h3 a, .post h3 a:visited, .post h3 strong, .list h3 a, .list h3 a:visited, .list h3 strong {
  display:block;
  text-decoration:none;
  color:#32527A;
  font-weight:normal;
}

.post h3 strong, .post h3 a:hover, .list h3 strong, .list h3 a:hover {
  color:#333;
}
.post ul, .list ul {
	list-style-type: circle;
	list-style-image: url(img/icon_arrow_sm.gif);
	margin-left: 27px;
	padding: 0;
	list-style position: inside;
}
.post ul li, .list ul li {
	  line-height:1.6;
}
.post p, .list p {
  margin:0 0 .75em;
  line-height:1.6;
}

.post-footer {
  margin: .75em 0;
  color:#999;
  text-transform:uppercase;
  letter-spacing:.1em;
  font:normal normal 85% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  line-height: 1.4em;
}

.comment-link {
  margin-left:.6em;
  }
.post img, .list img {
  padding:0px;
  border:none;
  }
.post blockquote, .list blockquote {
  margin:1em 20px;
  }
.post blockquote p, .list blockquote p {
  margin:.75em 0;
  }
  
  /* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: #666;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-top:1px dotted #ccc;
  margin:0 0 1.5em;
  padding-top:.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
.addresslower {
	text-transform: lowercase;
}
h4 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	color: #32527A;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
h4.summary {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	color: #32527A;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.bullet {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.post img.portrait {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
.post h4 {line-height:1.4;}