
body, p, input, textarea {
  font-family: "Lucida Grande", Verdana, sans-serif;
}

body {
  background: white;
  color: black;
  margin: 0;
}

input {
  color: black;
}

/******************************
*  Layout
******************************/

#container {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 660px;
}

#header {
  background: black url(../images/logo/topfunky-logo.png) no-repeat bottom;
  height: 90px;
  padding-top: 50px;
  margin-bottom: 1em;
}

#content {
  
}

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


/******************************
*  HTML Elements
******************************/

h1 {
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  font-weight: normal;
}
h1 span {
  display: none;
}

p {
}

a, a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: #cccccc;
}

form {
  display: block;
  clear: both;
  text-align: center;
  padding: 1em;
}

input {
  font-size: 1.2em;
  padding: 0.2em;
  margin-right: 10px;
  margin-top: 5px;
}

small, p.left {
  color: #333333;
  font-size: 0.7em;
}

p.left a, p.left a:visited {
  border-bottom: 1px solid black;
}

p.left {
  text-align: left;
}

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;
  height: 270px;
  padding: 8px;
  width: 216px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 200px;
}

#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: 2px solid black;
}

#project_list li a:hover img, 
#asset_list li a:hover img {
  border: 2px solid #fb54b2;
}

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

li.clear-left {
  clear: left;
}
