.linky-1 li a {
	display: inline-block;
	margin: 0 0.2em;
	padding: 3px;
	background-color: #333;
	border-radius: 2px;
	margin:auto;
	text-align:center;
	
	/* Font styles */
  text-decoration: none;
	font-weight: bold;
	color: #fff;
	font:14px verdana, Georgia, Cambria, "Times New Roman", Times, serif;
}

.linky-1 a:hover   { background-color: #53A7EA; }
.linky-1 a:active  { background-color: #C4E1F8; }
.linky-1 a:visited { background-color: #268FE6; }

/* News Links  and UL and LI Style */

ul.newslinks{
  width:100%;
  min-width: 500px;
  
  overflow:hidden;
  
  margin-bottom: 12px;
}
ul.newslinks li{
	line-height:1.5em;
	border-bottom:1px solid #ccc;
	float:left;
	display:inline;
	
	/* background-position: -70px 0;   */
  
}

ul.newslinks li a {

/* background-image: url(../bullets/translucent-green-ball.gif); */
 display: block;
 padding: 4px 4px 7px 3px;
 font-size: .8em;
	
}

ul.newslinks li a:hover {
	outline: none;
  /* background-position: 0 -1.7em; */
  transition: all 0.2s ease-out;
	
}


ul#double li  { width:50%;} 
ul#triple li  { width:33.333%; }
ul#quad li    { width:25%; }
ul#six li     { width:16.666%; } 

/*
.depth a  {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  
} 

.depth a:hover {
  outline: none;
  background-position: 0 -1.7em;
  cursor:crosshair;
  
}

*/
.modern {
	display: inline-block;
	margin: 10px;
	padding: 3px 3px;
	background: #ACDB01;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-shadow: 
 inset 0 1px 0 rgba(255,255,255,0.5),  0 2px 2px rgba(0,0,0,0.3),  0 0 4px 1px rgba(0,0,0,0.2);
	/* Font styles */
    text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
.modern:hover {
	background: #C7FE0A
}
.embossed-link {
	box-shadow: 
 inset 0 3px 2px rgba(255,255,255,.22),  inset 0 -3px 2px rgba(0,0,0,.17),  inset 0 20px 10px rgba(255,255,255,.12),  0 0 4px 1px rgba(0,0,0,.1),  0 3px 2px rgba(0,0,0,.2);
}
.modern.embossed-link {
	box-shadow: 
 inset 0 1px 0 rgba(255,255,255,0.5),  0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2),  inset 0 3px 2px rgba(255,255,255,.22),  inset 0 -3px 2px rgba(0,0,0,.15),  inset 0 20px 10px rgba(255,255,255,.12),  0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}
.modern.embossed-link:active {
	box-shadow: 
 inset 0 -2px 1px rgba(255,255,255,0.2),  inset 0 3px 2px rgba(0,0,0,0.12);
}
