/* FOR FUTURE USE - GREY BORDER AND BACKGROUND...
html {background:#eee;}
body {border:1px solid #ccc;background:#fff;padding:10px 30px 0 30px;margin:10px auto 10px auto;}
*/
strong {font-weight: bold;}
.clearAll {
	padding: 0px;
	clear: both;
	font-size: 0px;
}
.splashProject {
  padding: 0;
  margin: 18px 0 0 10px;
  float: right;
  width: 485px;
}
.sideBar {
  float: left;
  clear: right;
  margin: 20px 15px 0px 0px;
  padding: 0;
  width: 230px;
}
.sideBar div {
  margin-bottom: 15px;
}
.media a{
  border:none;
}
.media img{
  display:block;
}
.content {
   float:right;
   clear:right;
   width: 485px;
   margin: 15px 0px 0px 0px;
}
.content p {
  margin: 0 0 14px 0;
  font-size:90%;
}
.content p:first-line{
  color:  #900;
  font-size: 130%;
}
.content img, #otherProjects img, .splashProject img{
 border:1px solid #ccc;
 padding:3px;
 background:#fff;
}
#projectHeader{
  background-image: url(images/logo-small.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 6px 0px 0px 25px;
  margin: 0 0 15px 0;
  color: #444;
  font-size: 1.4em;
  width: auto;
}
#projectHeader span {
  border-left:1px solid #ddd;
  padding-left:5px;
}
#projectHeader .date {
  font-size:60%;
  float:right;
  border-left:none;
  color:#bbb;
  line-height: 200%;
}
#projectHeader .mainTitle {
  font-size:140%;
}
#otherProjects{
  border: 1px solid #AAA;
  padding: 8px 0px 5px 4px;
  background: #d6efbd;
  font-size: 120%;
}
#otherProjects img{
  margin-right: 0;
  margin-top: 8px;
  padding:2px;
}
#otherProjects a,a:hover{
  border:none;
  background: none;
}
#otherProjects a:hover img{
  border:1px solid #e77;
}
#thisProject{
  border: 1px solid #AAA;
  background: #ececec;
  font-size: 150%;
  padding: 10px;
}
#thisProject ul{
  font-size: .55em;
  line-height: 1.3em;
}
#thisProject li{
  list-style-type:square;
  margin:5px 5px 5px 15px;
}
#thisProject img{
  float:right;
}
#thisProject h2{
  font-size:90%;
}
/** Try not to edit the top margin value- it appears to fix
a rendering bug in IE6 with the #projectHeader...**/
.floatRight{
   float: right;
    margin: 5px 0px 3px 8px;
}
.floatLeft{
  float: left;
  margin: 5px 8px 3px 0px;
}

