/* Typography 
===========*/
a{
    color:#333333;
}

a:hover{
    color:#F47A20 !important;
}

a:focus{
	outline:0;
}

a:hover,
a{
	text-decoration:none;
	-webkit-transition-duration: 0.33s;
	-webkit-transition-property: color, background;
}

.read-on a,
.module .left a{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#dddddd;
	padding:6px 6px 4px;
	color:#333333;
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
}

.read-on a:hover,
.module .left a:hover{
	background-color:#f47a20;
	color:#fff !important;
}

h2{
	font-size:22px;
	line-height: 40px;
	position:absolute;
	top:151px;
	left:1px;
}

.module .bd a{
    text-decoration:underline !important;
}

.wrapper .news-feed h3{
    color:#F47A20;
    height:48px;
    margin-bottom:20px;
    padding:31px 11px 0;
}

.news-feed p{
    padding:0 11px 10px;
}

.wrapper .news-feed h3 span{
    color:#999999;
}

.module h3 a{
    color:#999999;
}

.module h3{
	height:26px;
	font-size:16px;
	line-height:20px;
	background-color:#1a1a1a;
	color:#fff;
	padding:12px 0 0 11px;
	margin-bottom:26px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
}

.sidebar h4{
    color:#999999;
    font-size:14px;
    line-height:29px;
    padding:0;
}

.module .sidebar ul li a{
    color:#333333;
    display:block;
}

.single .bd h3{
    font-size:40px;
    color:#f47a20;
    height:auto;
    background:none;
    border:none;
    line-height:50px;
    margin:0;
    padding:0 0 14px 0;
}

.bd p{
    padding-bottom:26px;
}

h4{
	padding-bottom:14px;
	clear:both;
}

h4 span{
	color:#999999;
}

.footer a{
	color:#dddddd;
}

.footer a:hover{
	color:#ffffff;
}
