@charset "utf-8";

a img:hover {
  opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

::selection {
  background: #ea145d;
  color: white;
}

::-moz-selection {
background: #ea145d;
color: white;
}

#sidebar {
  position: relative;
  float:right;
  margin: 15px auto 0;
  padding:0;
  text-align:left;
    width: 250px;
}


#sidebar h3{ margin-bottom:5px; margin-left:3px; }


#sidebar h3 {
	position: relative;
	border-bottom: 4px solid #ccc;
	margin-bottom: 10px;
}
#sidebar h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}


#sidebar ul{ margin-bottom:20px; }
#sidebar li{ margin-left:10px; }

#sidebar img.ad{ width:100%; 
vertical-align: middle;
    margin-right: 10px;
	margin-bottom:20px;
	
	}
	
#sidebar img{ width:30px; 
vertical-align: middle;
    margin-right: 10px;
	margin-bottom:5px;
	
	}

#sidebar img.x{ width:250px; }

#sidebar img.y{ width:90px; }

#sidebar ul.column li{ margin-bottom:0;}




#sidebar ul.column li {
	position: relative;
	margin-left:15px;
}
#sidebar ul.column li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}
