@charset "UTF-8";
/* CSS Document */

#austen a {
	color: #d05a02;
	text-decoration: underline;
}

#austen h1 {
	font-size:38px;
	margin:0 0 20px 0;
	line-height:35px;
	color: #6a5460;
}

#austen h1 span {
	font-size:24px;
	padding:7px 0;
	line-height: 43px;
}

#austen h2 {
	font-size:30px;
	margin:40px 0 20px 0;
	color: #d05a02;
}

#austen .badge {
background: #6a5460;
width: 84px;
height: 84px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
color: #ffffff;
font-size: 18px;
display: inline-block;
text-align: center;
margin:0 0 10px 20px;
vertical-align: text-bottom;
padding: 10px;
line-height: 22px;
float: right;
}

#austen .badge strong {
margin-top: 16px;
display: inline-block;
}


/*
#austen .badge {
background: #d05a02;
color: #FFFFFF;
padding: 15px 20px;
display: inline-block;
float: right;
text-align: center;
font-size: 18px;
margin: 0 0 10px 10px
}
*/

#austen .lead {
line-height: 16px;
margin:40px 0 30px 0;
}

#austen .right {
margin: 0 0 15px 15px
}

#austen .imgright {
	font-size:12px;
	line-height:1.4em;
	color:#666666;
	margin: 23px 0 15px 10px
}


#austen h3 {
	font-size:20px;
	color:#d05a02;
	font-weight: bold;
	line-height: 26px;
	padding-top: 20px;
	margin: 40px 0 5px 40px;
	}

#austen .lead {
    line-height: 1.6em;
    margin: 10px 0 0 0;
}

#austen .num {
background: #d05a02;
width: 20px;
height: 20px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
color: #ffffff;
font-size: 14px;
display: inline-block;
text-align: center;
margin:30px 15px 0 0;
vertical-align:baseline;
padding: 10px;
line-height: 22px;
float: left;
}

#austen .right {
	padding: 0 0 0 6px;
	float: right;
}

#austen .details { 
	margin:20px 0 20px 36px;
	line-height: 20px;
	font-size: 14px;
	}

#austen .details:before {
	font-family: 'FontAwesome';
   content:"\f05a";
	font-size:24px;
   color: #d05a02; 
	margin:0 0 0 -36px;
	display:block;
	float:left;
	width:30px;
	text-align:center;
}


/*  For Responsivizer  */

body.white .site #austen h1 {
	font-size: 30px;
	line-height: 30px;
}

body.white .site #austen h1 span {
	font-size: 16px;
}

body.white .site #austen h3 {
	font-size: 18px;
	line-height: 22px;
}

body.white .site #austen .imgright {
float: none;
}

body.white .site #austen .imgright br {
display: none;
}