.news-article {
	display:block;
	border-bottom:1px dotted #013064;
	padding:10px 0 7px 0;
}

.news-article:first-child {
	padding-top:0;
}

.news-article:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.news-article .l { float:left; width:100px; }
.news-article .r { float:right; width:545px; }

.news-article img {
	padding:5px;
	background:#000000;
	border:1px solid #013064;
	border-radius:3px;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.news-article img:hover {
	border:1px solid #013064;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.news-article .image {
	float:left;
	padding:0 0 10px 0;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.news-article .image:hover {
	opacity:0.8;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.news-article h3 a,acitve,visited{
	font-family:"Futura";
	font-size:10pt;
	text-transform:uppercase;
	text-shadow:#000000 2px 2px 2px;
	color:#cccccc;
	text-decoration:none;
	display: inline-block;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.news-article h3 a:hover {
	color:#ffffff;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.news-article h3 a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: transparent;
	-moz-transition: width 0.5s ease, background-color 3s ease;
	-webkit-transition: width 0.5s ease, background-color 3s ease;
	-o-transition: width 0.5s ease, background-color 3s ease;
	-ms-transition: width 0.5s ease, background-color 3s ease;
	transition: width 0.5s ease, background-color 3s ease;
}

.news-article h3 a:hover:after {
	width: 100%;
	background: #D8462E;
	
	-moz-transition: width 0.5s ease, background-color 0.1s ease;
	-webkit-transition: width 0.5s ease, background-color 0.1s ease;
	-o-transition: width 0.5s ease, background-color 0.1s ease;
	-ms-transition: width 0.5s ease, background-color 0.1s ease;
	transition: width 0.5s ease, background-color 0.1s ease;
}

.news-article .date {
	color:#555555;
	font-family:"Futura";
	font-size:8pt;
	margin-bottom:8px;
}

.news-article span { color:#555555; }

.news-article p { margin-bottom:13px; }

.news-article .text { padding-top:50px; margin-top:5px;}

.news-article .text a,acitve,visited {
	color:#cccccc;
	text-decoration:none;
	display: inline-block;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.news-article .text a:hover {
	color:#ffffff;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.news-article .text a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: transparent;
	-moz-transition: width 0.5s ease, background-color 3s ease;
	-webkit-transition: width 0.5s ease, background-color 3s ease;
	-o-transition: width 0.5s ease, background-color 3s ease;
	-ms-transition: width 0.5s ease, background-color 3s ease;
}
	

.news-article .text a:hover:after  { 
	width: 100%;
	background: #d8462e;
	
	-moz-transition: width 0.5s ease, background-color 0.1s ease;
	-webkit-transition: width 0.5s ease, background-color 0.1s ease;
	-o-transition: width 0.5s ease, background-color 0.1s ease;
	-ms-transition: width 0.5s ease, background-color 0.1s ease;
	transition: width 0.5s ease, background-color 0.1s ease;
}

.news-article .social {
	border-top:1px dotted #013064;
	margin-top:10px;
	padding-top:5px;
}

.news-article .social .date {
	float:right;
	color:#555555;
	font-family:"Futura";
	font-size:8pt;
	margin-top:5px;
}

.social-buttons {
	position:relative;
	top:2px;
	float:left;
	width:200px;
}

.fb-like {
	position:relative;
	top:-3px;
}

.twitter-share-button {

}

.more {
	margin-top:5px;
	font-family:"Futura";
	font-size:7pt;
	text-transform:uppercase;
	padding:3px 10px 2px 10px;
	background:rgba(7,22,55,0.5);
	border:1px solid #013064;
	color:#999999;
	border-radius:3px;
	text-decoration:none;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.more:hover {
	color:#ffffff;
	border:1px solid #013064;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#pagination {
	margin-bottom:10px;
	text-align:center;
}

#pagination ul,li {
	display:inline;
	list-type:none;
	font-family:"Futura";
	font-size:9pt;
	text-shadow:#000000 1px 1px 0px;
	color:#666666;
}

#pagination li {
	margin-right:5px;
}

#pagination .current {
	font-family:"Futura";
	font-size:8pt;
	padding:3px 10px 3px 10px;
	background:rgba(0,0,0,0.1);
	color:#d8462e;
	border:1px solid #013064;
	border-radius:3px;
	box-shadow:inset #000000 0 0 5px;
	text-shadow:#000000 1px 1px 0px;
}

#pagination a,active,visited {
	font-family:"Futura";
	font-size:8pt;
	padding:3px 10px 3px 10px;
	background:rgba(0,0,0,0.5);
	border:1px solid #013064;
	color:#6868FC;
	border-radius:3px;
	text-decoration:none;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#pagination a:hover {
	color:#ffffff;
	border:1px solid #013064;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}