html{
  font-family:Trebuchet MS, arial, sans-serif;
  color:#9F9F9F;
  font-size:11.5px;
  background-color:#141414;
}

*{
  padding:0px;
  margin:0px;
}

body{
  text-align: center;
}

a{
  color:#9F9F9F;
  text-decoration:none;
}

a:visited{
  color:#9F9F9F;
  text-decoration:none;
}

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

#bouvlogo{
  float: left;
}

h2 {
  font-weight:lighter;
  font-size:20px;
  color: #815507;
}

h2 a {
  color: #815507;
  text-decoration:none;
}

h2 a:visited {
  color: #815507;
  text-decoration:none;
}

h2 a:hover {
  color: #CDA776;
  text-decoration:underline;
}

#wrapper{
  width:830px;
  height:700px;
  margin:auto;
  margin-top:25px;
  position: relative;
  text-align: left;
}

p{
  line-height: 14px;
}

#twittericon{
  position:relative;
  left:500px;
}

#rssicon{
  position:relative;
  left:500px;
}

#facebookicon{
  position:relative;
  left:500px;
}

#deliciousicon{
  position:relative;
  left:500px;
}

#is{
  clear: both; 
  margin-left:10px;
  width:170px;
  height:495px;
  float:left;
  padding:0px 10px;
  border-right:2px solid #272727;
}

#says{
  width:290px;
  height:495px;
  float:left;
  padding:0px 10px;
  border-right:2px solid #272727;
}

#says p {
  position: relative;
}

#says span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-style: italic;
}

#twitterfeed{
  width:290px;
  background-color:#272727;
  overflow: hidden;
}

#twitterfeed p {
  padding: 10px;
  border-bottom: 2px solid #141414;
  height: 70px;
}

#thinks{
  width:290px;
  height:495px;
  float:left;
  padding:0px 10px;
}

#thinks ul {
  padding-left: 18px;
}

#footer{
  margin-top:15px;
  float:left;
  width:830px;
  background-color:#272727;
  padding: 10px;
}

#does{
  width:170px;
  float:left;
  padding:0px 12px;
}

#reads1{
  width:289px;
  float:left;
  padding:0px 12px;
}

#follows{
  width:290px;
  float:left;
  padding:0px 12px;
}

#word {
  clear: both; 
  margin-left:10px;
  width:490px;
  float:left;
  padding:0px 10px;
}

#word span {
  position: relative;
  bottom: 5px;
  font-style: italic;
  border-bottom: 2px solid #272727;
}

#word .note {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #815507;
}

#word ul {
  padding-left: 18px;
}

#word .thinkMore {
  display: none;
}

