strike {
	color: #bbb;
}

.showvideo { 
  text-align: center;
  padding: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.showvideo .pay-alert { 
  color: red;
}
/*.showvideo-free {
  border: 1px solid #00f;
  background: #d7ffd7;
}
.showvideo-pay {  
  border: 1px solid #f00;
  background: #ffffa0;
}*/


.uv-date { 
  float: left;
  margin-right: 16px;
  color: #7a7;
}

#sidebar .uv-side { 
  margin: 4px 0px 8px 0px;
  line-height: 100%;
}
#sidebar .uv-side p { 
  margin: 0px; padding: 0px;
}

.uv-preview { 
  filter:alpha(opacity=75); /*IE*/
  moz-opacity:0.75; /*FF*/
  opacity:0.75;
}

.uv-preview .uv-preview-label { 
  /* thanks to http://chalow.net/2005-03-27-3.html */
  filter:alpha(opacity=75); /*IE*/
  moz-opacity:0.75; /*FF*/
  opacity:0.75;
  background: #fff;
  margin: 8px;
  padding: 8px; color: #000; text-align: center;
}


.uv-video-list .uv-video-group { 
  background: rgb(255,255,204);
  text-align: center;
}
.uv-video-list .state-pay, .uv-video-list .state-please_register { 
  color: rgb(255, 119, 0);
}
.uv-video-list .state-pay_done { 
  color: #070;
}
.uv-video-list .state-free { 
  color: blue;
}
.uv-video-list .state-unavailable { 
  color: #777;
}

.uv-recent-list { 
  list-style: none;
}
.uv-recent-list .uv-recent-date {
  color: #090;
  font-size: small;
}

.uv-socialbtn {
  float: right;
  width: 250px;
  height: 21px;
}
.uv-socialbtn > * {
  float: left;
}
.uv-socialbtn-home {
  float: right;
}
.uv-socialbtn-page {
  margin-top: 18px;
}
@media print {
	.uv-socialbtn { display: none; }
}
.uv-about-quote {
	font-size: small;
	color: #777;
	font-style: italic;
}

body { 
  margin-top: 0px;
  padding-top: 0px;
}

#header { 
  background-position: 12px center;
  background-color: #FFD;
/*  background-image: url(images/unitylogo.jpg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-image: url(images/UnityLogo64.jpg);
  background-repeat: no-repeat;*/
  /* height: 115px; */
  height: 58px;
}
#header h1.blogtitle { 
  margin: 18px 12px 12px 20px;
  font-size:22px;
  font-weight: normal;
}


a#shanti-banner-in-header {
  display: block;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 157px;
  height: 41px;
  background: url(/assets/banner-micro.png) 0 0 no-repeat; }
  a#shanti-banner-in-header:hover {
    text-decoration: none;
    opacity: 0.8; }

