/*
 @ Prodestek, Front-end Developer & UI Designer by alico
 @ http://alico.me */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic&subset=latin,latin-ext);

#sbw a			{ font:300 11px Open Sans, Arial;}
#sbw a			{ text-decoration:none }
#sbw a:hover	{ text-decoration:underline }

#sbf			{ padding:6px 0 6px 6px;margin-top:2px; background-color:rgba(200,200,200,0.2);  position:relative; font-size:11px}
#sbf p b a		{ color:#6A6A6A; font-weight:300 }
#sbf p			{ display:block; overflow:hidden}
#sbf p *		{ float:left}
#sbf p i		{ border-radius:5px; width:5px; height:5px; background:#9B9B9B }
#sbf p i		{ margin:0 12px 0 12px; position:relative; top:6px}
#sbf p > a		{ color:#e53332}
#sbf div > a	{ display:none; font-size:11px; letter-spacing:.5px; color:#575757 }
#sbf > a		{ display:none; position:absolute; right:1px; top:7px; height:28px; width:28px }
#sbf > a img	{ width:100%; opacity:.4 ; display:none}
#sbf > a 		{ width:28px; height:28px; background:url(asset/file/sb.png) no-repeat 0 0}
#sbf > a 		{ opacity:.3; transition:opacity 1s;}
#sbf > a:hover 	{ opacity:1; background-position:-58px 0}
