#newsboxd {
	padding: 5px;
	margin: 0 0 0 0;
	font-weight: normal;
	background: #111111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.articletitle {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 5px;
	color: #fff000;
}
.pubdate {
	color: #666;
	font-weight: bold;
	display: block;
	margin: 0 0 0 0;
}
#feedwrap {
	padding: 0;
	margin: 0 0 5px 0;
	height: 25px;
}
#feedwrap a {
	background: #222222;
	display: block;
	float: left;
	padding: 5px;
	margin: 0 5px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/******** article pics ********/
/******************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*left aligned*/
.thumbnail-l {
	position: relative;
	z-index: 0;
}
.thumbnail-l img {
	border: 2px solid #333;
}
.thumbnail-l:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail-l span {/*CSS for enlarged image*/
	position: absolute;
	background: #000;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail-l span img {/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail-l:hover span {/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -20px;
	left: -150px; /*position where enlarged image should offset horizontally */
}
/*right aligned*/
.thumbnail-r {
	position: relative;
	z-index: 0;
}
.thumbnail-r img {
	border: 2px solid #333;
}
.thumbnail-r:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail-r span {/*CSS for enlarged image*/
	position: absolute;
	background: #000;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail-r span img {/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail-r:hover span {/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 60px;
	left: 40px; /*position where enlarged image should offset horizontally */
}
/*******/
#TonyAdamo {
	border:3px double #990000;
	padding:5px;
	text-align:center;
	color:#ffffff;
	/***/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#TonyAdamo h2 {
	margin:5px 0 0 0;
	font-size:16px;
	color:#990000;
}
#TonyAdamo #service p {
	background:#333333;
	display:block;
	margin:auto;
	font-size:14px;
	width:300px;
	text-align:center;
	padding:5px;
	/***/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background:-moz-linear-gradient(top, #333333, #111111);
	background:-o-linear-gradient(top, #333333, #111111);
	background:linear-gradient(top, #333333, #111111);
}
#TonyAdamo #article p {
	text-align:left;
}