  .ad {
    font-size: x-small;
    background-color: #cccccc;
    background-image: url(../gfx/buy.gif);
    background-repeat: no-repeat;
    color: #3C4226;
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0.4em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 5px;
    border-width: 1px;
    border-style: solid; 
    border-color: #eeeeee;
    width:490px;
  } 
  
  #header {

	height:35px;
	text-align:center;
	padding-top:5px;
}
#menu {
	text-align:center;
	background-image: url(../gfx/mbg.png);
	background-repeat: repeat-x;
	display:inline;
	color:white;
	padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#menu > li{
	display:inline;
}

#menu > li > a{
	padding-left:10px;
	padding-right:10px;
	height:100%;
	color: #cccccc;
	text-decoration:none;
	font-family: Tahoma,Verdana,Arial;
}
#menu > li > a:hover,#menu > li > a:focus{
	color:#C5D209;
		text-decoration:underline;

}

#menu > li > a img,#menu > li > a img{
	border: none;
	padding-right:2px;
	margin-bottom:2px;
}

#menu li.middle{
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

#menu img{
  vertical-align: middle;

}
#wrapper{
	position: absolute;
	width:760px;
	left:50%;
	margin-left:-260px;
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	//opacity: 0.1;
	vertical-align:top;
}
body {
	background-image: url(../gfx/hbg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.story{
  font-size: small;
  color: #3C4226;
  background-color: #ffffff;
  margin: 0.4em;
  padding: 0.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 5px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  width:500px;

}
  #wrapper .story h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
    color: #3C4226;
    margin: 2px;
    margin-bottom: 10px;
    padding-right: 50px;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C5D10D;
    text-decoration:none;
  }
#wrapper .story h1 a,#wrapper .story h1 a:focus,#wrapper .story h1 a:hover{
    text-decoration:none;
    display: block;
    width: 100%;
}


#wrapper .story .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #999999;
	background-color:#F3F3F3;
	padding: 2px;
	border: 1px solid #eeeeee;
	text-align: center;
	float: right;
	margin: 2px;
}
#right{
  font-size: small;
  color: #666666;
float:right;
width:210px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 5px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0.4em;
  padding: 0.3em;
  background-color: #eeeeee;
}
#right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: medium;
}
#right #social img {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border:0px;
}
#right ul {
	padding-left: 20px;

}
#right #social {
	text-align: center;
}

#right #stream .time{
 font-size: 10px;
 color: #cccccc;
}
#right .small{
 font-size:x-small;
  
}

#right .small img{
 vertical-align: middle;
}
#right stream{
 font-size: 10px;
 color: #ffffff;
}

.perma {
 font-size:x-small;
text-align:right;
}

.perma a{
color: #666666;	
}