#container {
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
  width: 690px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 670px;
}
html>body #container {
  width: 670px;
} 

#header {
  background-color: #3B1E33;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grad-up.png',sizingMethod='scale');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#header[id] {
  background: #3B1E33 url(/images/grad-up.png) repeat-x top left;
}


#content {
  
}

#footer {
  font-size: 0.8em;
  text-align: center;
  padding-top: 4em;
  clear: both;
}



div.description {
  text-align: left;
}

/******************************
*  Thumbnails
******************************/

#project_list, 
#asset_list {
  list-style-type: none;
  margin: 0; padding: 0;
}

#project_list li, 
#asset_list li {
  float: left;
  padding: 8px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 90px;
  height: 80px;
  margin: 5px;
}

#project_list li a img, 
#project_list li a:visited img, 
#asset_list li a img, 
#asset_list li a:visited img {
  display: block;
  margin-bottom: 5px;
  border: 0;
  border-bottom: 4px solid #3B1E33;
}

#project_list li a:hover img, 
#asset_list li a:hover img {
  background-color: black;
  border-bottom: 4px solid white;
}

#project_list li small, 
#asset_list li small {
  display: block;
}

/******************************
*  Tools
******************************/

.toolbar { 
  background-color: #EFEFEF;
  opacity: .6;
  filter: alpha(opacity=60);
  padding: 2px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 10px;

}

.toolbar a {
        color: #666666;
        text-decoration: underline;
}

.toolbar a:hover {
        color: #666666;
        text-decoration: none;
}

.toolbar span {
  padding-right: 5px;
  font-variant: small-caps;
}

.toolbar span.handle {
  cursor: move;
}

/******************************
*  In Place Editor
******************************/

.inplaceeditor-form {
  margin: 0; padding: 0;
  display: inline;
  clear: none;
}
.inplaceeditor-form input { 
  font-size: 0.8em;
  padding: 0.1em;
  margin: 0;
}
.inplaceeditor-form input[type=text] { 
  width: 100px;
}
.inplaceeditor-form textarea { 

}
.inplaceeditor-form a { 
  font-size: 0.8em;
}

form {
  display: block;
  clear: both;
  text-align: left;
  padding-top: 4em;
}
