BODY{
  background-color: #000000;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "tilden-sans-light-1","tilden-sans-light-2",sans-serif;
  font-weight: bold;
}

a{
  color: #999999;
  text-decoration: none;
  outline: none;
}

a:hover{
  text-decoration: underline;
}

a img{
  border: none; 
  outline: none;
  text-decoration: none;
}

#body-container{
  background: transparent;
  margin: 0px auto;
  width: 960px;
}

header{ 
  display: block;
  margin-bottom: 0px;
  margin-top: 20px;
  width: 100%;
}

header.logo{
  display: inline;
  float: left;
  width: 200px;
  height: 80px;
}

nav{
  display: inline;
  float: right;
  height: 80px;
  margin-right: 20px;
}

nav ul{
  list-style-type: none;
}

nav ul li{
  float: right;
  width: 100px;
  text-align: center;
}

#info{
  border-top: #666666 solid 1px;
  border-bottom: #666666 solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#info h2{
  margin: 5px auto 5px auto;
  width: 200px;
  text-align: center;
  font-size: 20pt;
}

#info p{
  margin: 5px auto;
  width: 700px;
}

#info ul{
  color: #999;
  margin: 15px auto;
  width: 700px;
}

#content-container{
  margin-top: 40px;
}

section{
  display: block;
  width: 960px;
  margin: 40px auto 30px auto;
}

section img{
  display: block;
  margin: 0 auto;
}


footer{
  border-top: #666666 solid 1px;
  border-bottom: #666666 solid 1px;
  display: block;
  height: 120px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0px;
  width: 960px;
}

.footer-item{
  width: 320px;
  height: 100px;
  float: left;
  display: inline;
  margin: 15px 0 0 0;
  padding: 0px;
  text-align: center;
}



.footer-logo{
  margin: -7px auto 0 auto;
}

.footer-item ul{
  list-style-type: none;
  margin: 5px auto 0 auto;
  padding: 2px;
  width: 150px;
}

.footer-item ul li a img{
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0px;
  float: left;
  margin: 0px !important;
  display: inline;
  float: left;
  padding-left:5px;
}

.footer-item ul li a{
  color: #d4d4d4;
  font-size: 9pt;
  text-decoration: none;
  font-style: italic;
}

.socmed ul li a{
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.facebook a{background-image: url('../../img/socmed-sprite.png'); background-position: -82px 0px;}
.facebook a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -82px -40px;}

.twitter a{background-image: url('../../img/socmed-sprite.png'); background-position: -205px 0px;}
.twitter a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -205px -40px;}

.google a{background-image: url('../../img/socmed-sprite.png'); background-position: -0px 0px;}
.google a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -0px -40px;}

.linkedin a{background-image: url('../../img/socmed-sprite.png'); background-position: -164px 0px;}
.linkedin  a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -164px -40px;}

.flickr a{background-image: url('../../img/socmed-sprite.png'); background-position: -123px 0px;}
.flickr a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -123px -40px;}

.email a{background-image: url('../../img/socmed-sprite.png'); background-position: -41px 0px;}
.email a:hover{background-image: url('../../img/socmed-sprite.png'); background-position: -41px -40px;}


.myTweet{
  background: transparent url('../../img/twitter-bg.png') no-repeat;
  height: 33px;
  width: 100px;
  margin: -5px auto 0 auto;
  padding-left: 23px;
  line-height: 33px;
}

/***************** Tweetable *****************************/

.tweetList{
  width: 300px !important;
}  

#tweets li {
	font-size:8pt;
	background:url(images/twitter.png) no-repeat left ;
	list-style-type:none;
	line-height: 12pt !important;
	color: #d4d4d4;
	font-style: italic;
	width:  300px;
	margin: 5px auto;
}

#tweets .hash { color:#d4d4d4; }

#tweets .reply { color:#d4d4d4; }

#tweets a:link { text-decoration:none; color:#999999; font-size: 8pt;}
#tweets a:active { text-decoration:none; color:#999999; font-size: 8pt;}
#tweets a:hover { text-decoration:underline; color:#999999; font-size: 8pt;}
#tweets a:visited { text-decoration:none; color:#999999; font-size: 8pt;}

#tweets ul{margin: 0px auto;}

/***************** Very Bottom of the Page ***************************/
#colophon{
  height: 30px;
  width: 960px;
  margin: 10px auto 20px auto;
}


#colophon h4{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 30px;
  margin: 0px auto;
  text-align: center;
}









