body{
	-webkit-font-smoothing:antialiased;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold !important;
	line-height:1.4em;
}

h1, h2, h3{
	margin-top:0;
	margin-bottom:20px;
}

p{
	letter-spacing: .5px;
}
/*
dd{
	margin-bottom:20px;
}
*/

/*
.btn{
    border-width:5px;
    border-style:solid;
	box-shadow: rgba(255,255,255,0.5) 1px 1px 0px inset, rgba(255,255,255,0.5) -1px -1px 0px inset ;
	text-transform:uppercase;
	font-weight: 300;
	color:#FFF;
	border-radius:0;
	padding: 8px 50px;
	font-weight:500;
}
*/

a.btn:link,
a.btn:visited{
	background-color:#1e988a;
}
.pagination>li>a, 
.pagination>li>span{
	color: #7573c0;
}
/*
a.btn:hover,
a.btn:active{
	border-color:#971519;
	background-color:#971519;
}
*/
.readmore .btn, .more 
.btn.btn-primary{
	background-color: transparent !important;
	color: #fc6719 !important;
	font-weight: bold;
	border-radius: 0 !important; 
	border:none;
	padding: 0;
}

.readmore:hover a, 
.more:hover .btn.btn-primary{
  text-decoration: none;
  border-bottom: 5px solid #fc6719;
}

.underlined-section{
	padding-bottom:30px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 60px 0;
}

.centered-underlined-section{
	text-align:center;
	padding-bottom:30px;
	margin: 0 0 60px 0;
	background-image:url(../images/red-line.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:15%;
}

.centered-underlined-section:last-child{
	padding-bottom:30px;
	margin: 0;
}

.img-responsive{
	
}

.dl-vertical dd{
	margin-bottom:0;
}
