/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2017 | 02:20:42 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.site-title a,
.main-image {
  color:#fff;
  text-shadow: -1px -1px 1px #111, -1px 0 0 #333, 0 1px 0 #777, 1px 0 0 #999, 0 -1px 0 #555;
	-webkit-text-shadow: -1px -1px 1px #111, -1px 0 0 #333, 0 1px 0 #777, 1px 0 0 #999, 0 -1px 0 #555;
}

.main-image { border:1px solid #aaa; background-color:#fff;}
.site-header { background: #d3bd92;}

a img {
/* opacity:0.9;
 filter:alpha(opacity=90);
 -ms-filter: “alpha( opacity=90 )”; */
	border-top: 3px solid #fafafa;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #e7e7e7;
	border-left: 3px solid #f7f7f7;
  text-decoration: none;
}

a:hover img {
opacity:1.0;
 filter:alpha(opacity=100);
 -ms-filter: “alpha( opacity=100 )”; 
	border-top: 2px solid #eee;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #888;
	border-left: 2px solid #ddd;
  text-decoration: none;
}

table div p a ,
table div p span {
	width:100%;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.rkbnr {font-size:12px;}
.rkbnr a {font-size:15px;font-weight:bold;}


.hlis ul {
	margin:0 0 20px;
	padding:0;
	width:100%;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.hlis li {
	list-style:none;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 -5px 0 -5px;
	padding:0 15px 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display:inline-block;	
	float:left;
}


