/* 
fonts.com Fonts
*/

html, body{height: auto; min-height: 100%;}

body {min-width: 1024px; padding: 0; margin: 0; position: relative; text-align: center; font: 14px/20px "proxima-nova", Helvetica, Arial, sans-serif;}

.clearfix { clear: both; }
img { border: none; } /* fix for IE */

.align-right img { float: right; margin-left: 25px; margin-right: 25px; }
.align-left img {float: left; margin-left: 25px; margin-right: 25px; }

/* header */
#header_wrap{ 
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_header_png-1409227243) repeat-x;
	height: auto;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	position: relative;
}

#header {
	height: 100%;
	height: 100px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 20;
}

#header .top_nav {
	position: absolute;
	top: 0;
	right: 5px;
}

#header .top_nav a {
	color: #857f76;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px/13px 'warnock-pro', Georgia, Times, serif;
	margin: 9px;
}

#header .top_nav a:hover{
	color: #252525;
}

/* menu */
#header .menu {
	list-style-type: none;
	width: 720px;
	height: 100%;
	font: 13px/14px 'proxima-nova', Helvetica, Arial, sans-serif;
	color: #67696c;
	padding: 0;
	margin: 25px 0 0;
	float: right;
}

#header .menu li {
	position: relative;
	display: inline;
	height: 100%;
	padding: 27px 12px;
	text-align: left;
}

#header .menu li.has_children:hover {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_menu_item_png-1409227243) 20px 63px no-repeat;
}

#header .menu li:last-of-type {
	background: none;
}

#header .menu,
#header .menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #67696c;
}

#header .menu li:hover {
	color: #45699b;
}

#header .menu li:hover a {
	color: #45699b;
}

#header .menu li ul {
	display: none;
	background-color: #356B9B;
	position: absolute;
	z-index: 20;
	top: 67px;
	left: 0;
	margin: 0;
	padding: 10px 0;
}

#header .menu li li {
	display: block;
	font: 13px/14px 'proxima-nova', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #8ACBE5;
	background: none;
	padding: 2px 10px;
	width: 160px;
}

#header .menu li li a {
	text-transform: capitalize;
	font-weight: 100;
	color: #8ACBE5 !important;
}

#header .menu li li:hover a{
	color: #FFFFFF !important;
}

#header .menu > li:hover > ul {
	display: block;
}

#header .menu li ul ul,
#header .menu li ul li ul {
	display: none;
}

/* visitor area */
#visitor_area_wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_visitor_area_png-1409227244) repeat;
	position: absolute;
	top: 106px;
	left: 46px;
	z-index: 19;
	text-align: center;
	display: none;
	height: 341px;
	width: 1030px;
}

#visitor_area {
	width: 660px;
	margin: 0 auto;
	padding-top: 20px;
	position: absolute;
	left: 360px;
	
}

#visitor_area_nav_wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_visitor_area_png-1409227244) right no-repeat;
	height: 320px;
	width: 260px;
	padding-top: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 100px;
}

#visitor_area_nav {
}

#visitor_area_nav ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

#visitor_area_nav li {
	font: 17px/18px 'warnock-pro', Georgia, Times, serif;
	color: #1b293c;
	font-weight: 400;
	margin: 0;
	padding: 0 40px 30px;
	text-transform: uppercase;
	cursor: pointer;
}

#visitor_area_nav li:hover, 
#visitor_area_nav li.active {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/visitor_area_menu_item_png-1409227245) top right no-repeat;
	color: #FFFFFF;
}

#visitor_area_content {
	width: 660px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align:left;
}

#visitor_area_content h2 {
	font: 16px/18px "warnock-pro", Georgia, Times, serif;
	font-weight: 100;
	text-transform: uppercase;
}

#visitor_area_content ul.panels {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#visitor_area_content  ul.panels > li {
	display: none;
	width: 100%;
}

#visitor_area_content ul.panels > li.active {
	display: block;
}

#visitor_area_content .content_left {
	float: left;
	width: 300px;
	margin-left: 30px;
}

#visitor_area_content .content_right {
	float: right;
	width: 300px;
}

#visitor_area_content .content_right img {
	margin-top: 50px;
}

#visitor_area_close_wrap {
	background: url(http://www.bbts.org/themes/1/images/forward_slashes_white.png) center center repeat-x;
	text-align: center;
	width: 100px;
	position: absolute;
	top: 150px;
}

#visitor_area_close {
	margin: 0 auto;
	text-align: center;
}

#visitor_bar_wrap {
	background: #409967;
	text-align: center;
	height: 35px;
}

#visitor_bar {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 446px;
	z-index: 19;
}

#visitor_bar img {
	margin: 0;
	cursor: pointer;
}

/* content */
#content_wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_content_wrap-secondary_jpg-1409227247) right top no-repeat;
	background-color: #ffffff;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: -34px;
	padding-bottom: 30px;
}

.home #content_wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/slideshow_slide_1_jpg-1409227248) center top no-repeat;
	height: 722px;
}

#content_wrap .overlay {
	background: transparent url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/shadow_header_png-1409227251) top center repeat-x;
	height: 7px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 19;
}

#content_wrap .inner_wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 80px;
}

.home #content_wrap .inner_wrap {
	width: 100%;
	padding-top: 0;
}

#content_wrap #content-top {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_inner_content-top_png-1409227252) no-repeat;
	height: 15px;
	width: 990px;
}

#content_wrap #content-bottom {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_inner_content-bottom_png-1409227252) no-repeat;
	height: 15px;
	width: 990px;
}

#content_wrap #content {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_inner_content_png-1409227253) repeat-y;
	width: 990px;
	margin-top: -19px;
	text-align: center;
}

#content .header {
	width: 890px;
	margin: 19px auto;
	padding-top: 6px;
}

#content .header img {
	float: left;
}

#content .header .title {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_page_title_jpg-1409227253) no-repeat;
	float: right;
	height: 226px;
	width: 244px;
}

#content .header .title h1 {
	font: 23px/24px 'warnock-pro', Georgia, Times, serif;
	font-weight: 100;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 100px;
}

#content .separator {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_png-1409227254) center bottom repeat-x;
	width: 978px;
	height: 8px;
	margin-left: 5px;
	padding-top: 10px;
	clear: both;
}

#content .content-footer {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_png-1409227254) center 14px repeat-x;
	text-align: center;	
	width: 978px;
	height: 8px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#content .content-footer p {
	font: 13px/14px "warnock-pro", Georgia, Times, serif;
	color: #3d6395;
	text-transform: uppercase;
	margin: 0;
	background: #ffffff;
	display: inline-block;
	padding: 0 5px;	
}

#content .body {
	position: relative;
	padding-bottom: 10px;
}

#content .body .wrapper {
	text-align: left;
	width: 600px;
	float: left;
	margin-left: 45px;
	padding: 0 45px;
}

.onecol #content .body .wrapper {
	width: 800px;
}

#content .body .sidebar {
	width: 200px;
	float: right;
	margin-right: 50px;
	padding-top: 20px;
}

#content h1 {
	font: 25px/26px "warnock-pro", Georgia, Times, serif;
	color: #5f5853;
	text-transform: uppercase;
	margin-bottom:-10px;
}

#content h2 {
	font: 17px/18px "warnock-pro", Georgia, Times, serif;
	font-weight: 500px;
	color: #6d92c6;
	text-transform: uppercase;
	margin-bottom:-10px;
}

#content h3 {
	font: 17px/18px "proxima-nova", Helvetica, Arial, sans-serif;
	color: #3e6496;
	font-weight: normal;
	margin-bottom:-10px;
}

#content h4 {
	font: 14px/16px "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #5f5853;
	text-transform: none;
	margin-bottom:-10px;
}

#content h5 {
	font: 14px/16px "proxima-nova", Helvetica, Arial, sans-serif;
/*	font-weight: 400; */
	color: #3e6496;
	text-transform: uppercase;
	margin-bottom:-10px;
}

#content h6 {
	font: 13px/16px "proxima-nova", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #252525;
	text-transform: uppercase;
	margin: 18px 0 -10px;
}

#content p {
	font: 13px/16px "proxima-nova", Helvetica, Arial, sans-serif;
	color: #5f5853;
}

#content li {
	list-style-image: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bullet_ul_png-1409227255);
	font-size:13px;
	/*font-weight: bold;*/
	color: #5f5853;
}

#content a {
	font-weight: bold;
	color: #5f5853;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* Sidebar */
#content .sidebar ul.nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content .sidebar ul.nav li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#content .sidebar ul.nav li a {
	font: 13px/14px "proxima-nova", Arial, Helvetica, sans-serif;
	color: #67696c;
	text-transform: uppercase;
	text-decoration: none;
}

#content .sidebar ul.nav li a:hover{
	color: #3d6395;
	text-decoration: none;
}

#content .sidebar ul.nav ul {
	margin: 0;
	padding: 0;
}

#content .sidebar .separator {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_sidebar_png-1409227255) center center no-repeat;
	height: 3px;
	width: auto;
	margin-left: 25px;
}

#content .sidebar img.separator {
	background: none;
}

/* Marquee */

#marquee {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 647px;
}

#marquee #slider,
#marquee #slider_background {
	position: absolute;
	top: 0;
	z-index: 1;
}

#slider_background .caption {
	background:url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_carousel-2_png-1409227255) center center repeat;
}

#slider_background .caption .separator {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_png-1409227254) repeat-x scroll center bottom transparent;
    clear: both;
    height: 8px;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
}

#slider_background .caption .separator.top {
	margin-bottom:10px;
}

#slider_background .caption h1, #slider_background .caption h2, #slider_background .caption h3 {
	margin-right:16px !important;
	margin-left:16px !important;
}

/* Carousel */
#carousel-wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_carousel_png-1409227256) no-repeat;
	position: absolute;
	top: 447px;
	left: 24px;
	z-index: 20;
	width: 804px; /*977px;*/
	height: 149px;
}

.jcarousel-skin-bigslide .jcarousel-item {
	position: relative;
}

#carousel li h1.title {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_carousel_caption_h1_png-1409227257);
	position: absolute;
	bottom: -2px;
	left: 11px;
	font: 15px/16px "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	width: 197px;
	height: 24px;
	padding-top: 5px;
	padding-left: 10px;
}

#carousel li .caption {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_carousel_caption_png-1409227257);
	position: absolute;
	top: 0;
	left: 11px;
	width: 207px;
	height: 93px;
	font: 15px/16px "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	display: block !important;
	margin-top: 125px;
}

#carousel li .caption p {
	margin-left: 10px;
	margin-top: 35px;
	margin-bottom: 0;
}

#carousel li .caption .more_link {
	color: #8db2e6;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
	text-decoration: none;
}

#carousel li .caption .more_link:hover {
	text-decoration: underline;
}

#carousel li:hover .caption {
/*	display: block !important;*/
}

/* footer */
#footer_wrap {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/bg_footer_png-1409227258) repeat-x;
	background-color:#316595;
	position: relative;
	text-align: center;
	margin-top: 0;
}

.home #footer_wrap {
	margin-top: 0;
}

#footer {
	position: relative;
	font: 13px/14px "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #ffffff;
	width: 980px;
	height: 54px;
	margin: 0 auto;
	padding-top:12px;
}

#footer .search {
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	padding-top: 9px;
}

#footer .search img {
	vertical-align: middle;
	margin-top: -2px;
}

#footer .search a {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

#footer .search a:hover {
	text-decoration: underline;
}

#footer .blue_text {
	display: inline-block;
	color: #9eb8d9;
}

#footer .info {
	float: right;
	margin: 0 150px 0 0;
	padding-top: 12px;
	vertical-align: top;
}

#footer .info p {
	margin: -3px 0 0;
}

#footer .info p a {
	color:#fff;
	text-decoration:none;
}

#footer .social {
	position: absolute;
	right: 0;
	padding-top: 4px;
}

#footer .social p {
	margin: 0;
}

/* audio */
#content .body .rss-feed {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/icon_rss_white_png-1409227258) no-repeat;
	text-indent: -9999px;
	height: 12px;
	width: 13px;
}

#content .audio-container {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_items_png-1409227259) center bottom repeat-x;
	position: relative;
	width: 600px;
	margin-left: -40px;
	padding: 0 40px;
	height: 75px;
}

#content .audio-container .audio-controls{
	position: absolute;
	top: 0;
}

#content .audio-container p {
	position: absolute;
	top: 25px;	
	color: #3d6293;
	text-transform: capitalize;
}

#content .audio-container p a {
	text-transform: uppercase;
}

/* Staff */
#content .staff-member {
	position: relative;
	clear: both;
}

#content .staff-member:first-of-type {
	background: none;
	padding-top: 40px;
}

#content .staff .separator {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_items_png-1409227259) repeat-x center center;
	padding: 0 0 70px;
	width: 600px;
}


#content .staff-member .photo-frame {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/staff_photo_frame_png-1409227266) no-repeat;
	width: 204px;
	height: 207px;
	position: absolute;
	top: -16px;
	left: -8px;
}

#content .staff-member:first-of-type .photo-frame{
	top: 26px;
}

#content .staff-member .staff-details {
	float: right;
	width: 390px;
}

#content .staff-member .staff-details .staff-name {
	font: 24px/26px 'warnock-pro', Georgia, Times, serif;
	color: #3d6293;
	display: inline;
}

#content .staff-member .staff-details .staff-title {
	font: 16px/18px 'warnock-pro', Georgia, Times, serif;
	color: #747373;
	/*display: inline;
	margin-left: 5px;*/
	margin:5px 0;
}

#content .staff-member .staff-details .staff-bio {
	color: #5f5853;	
}

#content .staff-member .staff-details .staff-contact .delimiter {
	display: none;
}

#content .staff-member .staff-details .staff-contact .staff-phone {
	display:block;
	margin:0 0 5px;
}

#content .staff-member .staff-details .staff-contact a {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/icon_email_white_png-1409227267) no-repeat;
	height: 17px;
	width: 23px;
	text-indent: -9999px;
	display: inline-block;
}

#content .bioinfo .bio-name {
	font-size: 24px;
}

#content .bioinfo .bio-title {
	font-size: 18px;
}

	/* staff table */

#content .staff-table {
	margin:20px 0;
	width:850px;
}

#content .staff-table .staff-image {
	border:10px solid #fff;
	margin-bottom:8px;
	/* shadow */	
	-moz-box-shadow:    2px 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow:         2px 2px 2px 2px #ccc;
}

#content .staff-table .staff-name a {
	color: #6D92C6;
    font: 17px/18px "warnock-pro",Georgia,Times,serif;
	text-decoration:none;
    text-transform: uppercase;
}

#content .staff-table .staff-title {
	color: #5F5853;
    font-family: "warnock-pro",Georgia,Times,serif;
	font-size:12px;
    text-transform:capitalize;
}
	
	/* staff detail */

.staff-detail-page #content .body .wrapper {
	margin-left:0;
	margin-top:25px;
	width:900px;
}

#staff-detail-content {
	display:inline-block;
	width:400px;
}

#staff-detail-back {
	display:inline-block;
	float:left;
	width:400px;
}

#staff-detail-back, #staff-detail-back a {
	color: #6D92C6;
    font: 12px/16px "warnock-pro",Georgia,Times,serif;
	text-decoration:none;
    text-transform: uppercase;
}	

#staff-detail {
	clear:left;
	display:inline-block;
	float:left;
	width:400px;
}

#staff-detail h1 {
	color:#346494;
	margin-bottom:2px;
}

#staff-detail h2 {
	color:#747373;
	margin-top:2px;
}

#staff-detail-slides {
	display:inline-block;
	height:355px;
	margin-left:50px;
	padding:20px;
	position:relative;
	width:367px;
	/* shadow */	
	-moz-box-shadow:    2px 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow:         2px 2px 2px 2px #ccc;
}

#slide-container {
	position:relative;
}

#content .body .wrapper .flex-direction-nav {
	margin-left:132px;
	text-align:center;
}

#content .flex-direction-nav li {
	list-style:none;
}

/* calendar */
#content .events-calendar .fc-header-title {
	font-size: 26px;
	color: #45699b;
	text-transform: capitalize;
}

#content .events-calendar .fc-header {
	margin-left: 220px;
	font-size: 24px;
}

#content .events-calendar .fc-view-month table {
	border-collapse: collapse;
	padding-bottom: 20px;
}

#content .events-calendar .fc-view-month tbody tr {
	height: 100px;
}

#content .events-calendar .fc-view-month td {
	border: 1px solid #f0eeea;
	width: 123px;
	vertical-align: top;
}

#content .events-calendar .fc-view-month .fc-day-number {
	
}

#content .events-calendar .fc-view-month .event-title {
	font-weight: normal;
	color: #45699b;
}

#content .events-calendar-wrapper .events-loading-msg {
	position: absolute;
	top: 15px;
	left: 40px;
	width: 79px;
	height: 30px;
	padding: 10px 0 0 10px;
	background: #000000;
	color: #ffffff;
}

/* blog */
#sidebar ul.blog_authors,
#sidebar ul.blog_categories,
#sidebar ul.blog-archive-list,
#sidebar .nav {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none;
	color: #84878c;
}

#sidebar ul.blog_authors,
#sidebar ul.blog_categories,
#sidebar ul.blog-archive-list{
	margin-left: -3px;
}

#sidebar ul.blog_authors a,
#sidebar ul.blog_categories a,
#sidebar ul.blog-archive-list a,
#sidebar .nav a {
	color: #84878c;
	text-decoration: none;
	padding: 2px 0 2px 28px;
	margin-left: 2px;
	display: block;
	text-transform: uppercase;
	font-weight: 100;
}

#sidebar .nav li,
#sidebar ul.blog_authors li,
#sidebar ul.blog_categories li,
#sidebar ul.blog-archive-list li {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	list-style-image: none;
}

#sidebar ul.blog_authors li:hover > a,
#sidebar ul.blog_categories li:hover > a,
#sidebar ul.blog-archive-list li:hover > a,
#sidebar .nav  li:hover > a {
	text-decoration: underline;
}

#sidebar div.blog_authors,
#sidebar div.blog_categories,
#sidebar div.blog_archives {
	font: 18px/20px 'warnock-pro', Georgia, Times, serif;
	margin-top: 20px;
	margin-left: 27px;
	color: #3d6293;
}

#sidebar div.blog_authors {
	margin-top: 0;
}

#content .body .blog-post h1 {
	font: 24px/26px 'warnock-pro', Georgia, Times, serif;
	font-weight: 100;
	color: #3d6293;
	margin-bottom: 0;
}

#content .body .blog-post h1 a {
	font-weight: 100;
	color: #3d6293;
}

#content .body .blog-post .blog-post-meta {
	margin-top: 0;
}

#content .body .blog-post .blog-post-meta {
	font: 14px/16px 'warnock-pro', Georgia, Times, serif;
	font-weight: 100;
	color: #5f5853;
}

#content .body .blog-post .blog-post-meta .delimiter:after {
	content:" ";
}

#content .body .blog-post .blog-post-meta a,
#content .body .blog-post .blog-post-meta .author{
	font-weight: 100;
	color: #3d6293;
	text-transform: capitalize;
}

#content .body .blog-post .blog-post-meta a:first-child,
#content .body .blog-post .blog-post-meta .author{
	text-transform: uppercase;
}

#content .body .blog-post {
	font: 12px/14px "proxima-nova", Helvetica, Arial, sans-serif;
	color: #2f2b2a;
}

#content .body .blog-post {
	width: 600px;
	margin-left: -40px;
	padding: 0 40px;
}

#content .body .blog-posts .blog-post {
	background: url(https://8368641f4e3b81133ee7-69390cb76fc6ecc8eed0cbf813c4c076.ssl.cf2.rackcdn.com/separator_content_items_png-1409227259) center bottom repeat-x;
	padding-bottom: 10px;
}

#content .body .blog-post .blog-more-button {
	display: block;
	text-transform: uppercase;
}

#content .body .blog-post .home_button a:first-of-type {
	margin-right: 10px;
}

#content .body .blog-post .home_button {
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	right: 105px;
	padding: 0 10px;
}

.blog #content .body .wrapper .rss_feed {
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	right: 120px;
	padding: 0 10px;
}

.mceContentBody {
	text-align: left;
}
Window size: x 
Viewport size: x