/*
    Theme Name: The International Budo Institute
    Theme URI: http://www.i-budo.com/
    Description: Custom Genesis child theme
    Author: Dave Wilkinson
    Author URI: http://www.thinkdave.com/
 
    Version: 1.0
          
    Template: genesis
    Template Version: 1.8.2
*/

/*
Colours
	Red: #D11A1F
	Dark grey: #333333

*/

/* Reset
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {font-style: italic;}

strong {font-weight: bold;}

sup {
	vertical-align: super;
	font-size: 70%;
}

sub {
	vertical-align: sub;
	font-size: 70%;
}


/* WordPress Core Styles
---------------------------------------- */
.entry img {
	margin: 0 0 20px 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.framed {
	border: 1px solid #adadad;
	padding: 2px;
}

.wp-caption {
	text-align: center;
	margin-bottom: 20px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin: -20px 0 0 0;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {	
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* WordPress Comments
---------------------------------------- */
.comments h3 {
    text-transform: uppercase;
    border-bottom: 3px double #ebebeb;
    padding: 15px 0 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

ol.commentlist {
    margin: 30px 0 40px 0;
    list-style-type: none;
}

li.comment {
    margin: 0 0 20px 0;
    padding-bottom: 6px;
}

li.comment .comment-body {
    margin: 0 0 0 75px;
    position: relative;
    min-height: 70px;
    padding-bottom: 10px;
}

li.comment .comment-meta {
    overflow: hidden;
    float: left;
    display: block;
    width: 50%;
}

li.comment .comment-text { padding-bottom: 1px }

.comment .avatar {
    position: absolute;
    left: -75px;
    padding: 2px;
    background: #fcfcfc;
    border: 1px solid #c8c8c2;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

li.comment p {
    clear: both;
    margin-bottom: 15px;
}

li.comment cite {
    font-weight: bold;
    font-style: normal;
    margin: 0 8px 0 0;
    float: left;
}

li.comment cite a {
    color: #444;
    padding-right: 10px;
}

li.comment cite a:hover {
    text-decoration: none;
    color: #A0410D;
}

.commentmetadata,
.commentmetadata a {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
}

.commentmetadata a:hover { color: #777 }

.says { display: none }

.comment-meta {
    margin: 0 0 5px;
    line-height: 22px;
    position: relative;
}

li.comment .comment-body a.comment-reply-link {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    color: #aaa;
    padding: 0 10px 0 0;
    font-size: 11px;
    font-style: italic;
}

li.comment .comment-body a.comment-reply-link:hover { color: #777 }

.moderation {
    font-size: 11px;
    font-style: italic;
    color: #c88865;
}

ul.children {
    list-style-type: none;
    margin: 0 0 0 75px;
}

ul.children li.comment {
    background: none;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 0 0;
    margin: 0;
}

ul.children .avatar {
    width: 30px;
    height: 30px;
    left: -50px;
}

ul.children li.comment .comment-body { margin: 0 0 0 50px }

/* -- Respond --*/

#commentform {
    padding-top: 20px;
    margin-bottom: 50px;
}

#commentform p { margin-bottom: 15px; font-size: 14px; }

#commentform input[type=text],
#commentform textarea {
    border: 1px solid #ddd;
    background: #fcfcfc;
}

#commentform input[type=text] {
    margin-right: 10px;
    padding: 7px;
    border: 1px solid #ddd;
    width: 180px;
}

#commentform textarea {
    width: 95%;
    height: 150px;
    padding: 7px;
    border: 1px solid #ddd;
}

#commentform input:focus,
#commentform textarea:focus { border-color: #c0c0c0 }

#commentform #submit {
   
}

#commentform #submit:hover {
	
}


/* Global
---------------------------------------- */
.clearfix:after,
.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix,
* html .wrap {zoom: 1;}

*:first-child+html .clearfix,
*:first-child+html .wrap {zoom: 1;}

#wrap {
	width: 998px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

#content {
	float: right;
	width: 620px;
	margin-left: 29px;
	margin-right: 20px;
}

#sidebar {
	float: left;
	width: 280px;
	margin: 0 20px 0 29px;
}


/* Body
---------------------------------------- */
body {
	background: url(images/body_bg.png) 0 0 repeat;
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #222;
}


/* Header
---------------------------------------- */
#header {
	padding: 0;
	background: url(images/header_bg.jpg) 0 0 no-repeat;
	height: 163px;
	position: relative;
}

	#header .top-menu {
		position: absolute;
		top: 12px;
		right: 29px;
		width: 200px;
		height: 25px;
		background: #333;
		padding: 0 10px;
	}
	
		#header .top-menu a {
			color: #fff;
			font-size: 13px;
			line-height: 25px;
			padding: 5px 15px;
			text-decoration: none;
			text-shadow: 1px 1px 1px #000;
			filter: dropshadow(color=#000, offx=1, offy=1);
		}

	#header .searchform {
		position: absolute;
		top: 46px;
		right: 29px;
	}
	
		#header .searchform input[type=text] {
			width: 157px;
			padding: 7px 10px;
			background: #fff;
			font-size: 12px;
			color: #333;
			border: 0;
			font-family: inherit;
		}
	
		#header .searchform input[type=submit] {
			display: none;
		}

/* Branding
---------------------------------------- */
#title,
#title a {
	width: 140px;
	height: 163px;
}

	#title {
		text-indent: -999em;
		margin: 0;
		margin-left: 429px;
	}
	
	#title a {
		display: block;
	}
	
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	background-color: #333;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.menu-primary {
	padding-left: 7px;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	border: 0;
	color: #fff;
	display: block;
	padding: 11px 20px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.menu-primary > li > a {
	background: url(images/navsep.png) 0 50% no-repeat;
	text-shadow: 1px 1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    padding-left: 22px;
}

.menu-primary > li:first-child > a {
	background: transparent;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #333;
	color: #cd7a7a;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #333;
	border: 1px solid #666;
	border-top: none;
	color: #fff;
	font-size: 13px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 158px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #333;
	color: #cd7a7a;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 160px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 179px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}
	

/* Content
---------------------------------------- */
#inner {
	padding: 29px 0;
}

.breadcrumb {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
}

	.breadcrumb a {
		color: #d11a1a;
		text-decoration: none;
	}


.blog-entry {
	margin-bottom: 60px;
}

	.entry-title {
		font-size: 26px;
		line-height: 34px;
	}
	
		.entry-title a {
			color: #111;
			text-decoration: none;
		}
	
		.entry-title a:hover {
			color: #d11a1a;
			text-decoration: none;
		}
		
		.post-info {
			font-size: 12px;
			line-height: 20px;
		}
		
			.post-info a {
				color: #d11a1a;
				text-decoration: none;
			}

	.entry-content {
		font-size: 14px;
		line-height: 22px;
		margin-top: 22px;
	}
	
		.entry-content a {
			color: #d11a1a;
			text-decoration: none;
		}
		
		.entry-content a:hover {
			text-decoration: underline;
		}
		
		.entry-content h1 { font-size: 2em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; font-weight: bold; }
	
		.entry-content h2 { font-size: 1.586em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; font-weight: bold; }
		
		.entry-content h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
		
		.entry-content h4 { font-size: 1em; font-weight: bold; }
		
		.entry-content h5 { font-size: 1em; font-style: italic; }
		
		.entry-content h6 { font-size: 1em; }
		
		.entry-content p { margin-bottom: 1.571em; }
		
		.entry-content acronym, .entry-content abbr { font-size: 0.786em; }
		
		.entry-content code, .entry-content pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
		
		.entry-content code { font-size: 0.929em; }
		
		.entry-content pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
		
		.entry-content sub, .entry-content sup { line-height: 0.786em }
		
		.entry-content ul { list-style: disc; margin: 0 0 1.571em 1.571em; }
		
		.entry-content ol { list-style: decimal; margin: 0 0 1.571em 1.571em; }
		
		.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol { margin: 0 0 0 1.571em; }
		
		.entry-content dl { margin-bottom: 1.571em; }
		
		.entry-content dd { margin-bottom: 1.571em; }
		
		.entry-content blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; }
		
		.entry-content blockquote.right, .entry-content blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
		
		.entry-content blockquote.right { margin: 0 0 1.222em 1.222em; }
		
		.entry-content blockquote.left { margin: 0 1.222em 1.222em 0; }
		
		.entry-content img.left, .entry-content img.alignleft, .wp-caption.alignleft { margin: 0 1.571em 1.571em 0; }
		
		.entry-content img.right, .entry-content img.alignright, .wp-caption.alignright { margin: 0 0 1.571em 1.571em; }
		
		.entry-content img.center, .entry-content img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; }
		
		.entry-content img.block, .entry-content img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.571em 0; }
		
		.entry-content img[align="left"] { margin-right: 1.571em; margin-bottom: 1.571em; }
		
		.entry-content img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; }
		
		.entry-content img[align="middle"] { margin-bottom: 1.571em; }
		
		.entry-content img.frame, .entry-content .wp-caption { padding: 0.714em; border-width: 0.071em; }
		
		.entry-content img.stack { margin-left: 1.571em; }
		
		.entry-content .wp-caption p { font-size: 0.857em; line-height: 1.5em; margin-bottom: 0; }
		
	.post-meta {
		font-size: 12px;
	}
	
		.post-meta a {
			color: #d11a1a;
			text-decoration: none;
		}
		
	.navigation {
		overflow: hidden;
		font-size: 13px;
	}
	
		.navigation a {
			color: #d11a1a;
			text-decoration: none;
		}
	

/* Sidebar Widgets
---------------------------------------- */
#sidebar {
	padding-top: 13px;
	background: #f7f7f7;
	color: #333;
}

#sidebar .widget {
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}

#sidebar h4.widgettitle {
	letter-spacing: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding: 0 0 6px;
	background: url(images/h4_bordr.png) left bottom repeat-x;
	margin: 0 0 10px;
}

#sidebar ul li {
	margin-bottom: 7px;
}

#sidebar .widget a {
	color: #d11a1a;
	text-decoration: none;
}

#sidebar .widget a:hover {
	text-decoration: underline;
}

#sidebar .widget ul li span {
	padding-left: 0px;
	color: #d11a1a;
}

/* ---bbPress Login Form - Logged in--- */
#sidebar .bbp-logged-in h4 {
	font-weight: normal;
	font-size: 14px;
	clear: none;
	margin-bottom: 3px;
}

#sidebar .bbp-logged-in img.avatar {
	margin: 0 10px 0 0;
	border: 2px solid #fff;
}

/* ---bbPress Login Form - Logged out--- */
#sidebar .bbp-login-form .bbp-username, 
#sidebar .bbp-login-form .bbp-email, 
#sidebar .bbp-login-form .bbp-password,
#sidebar .bbp-login-form .bbp-remember-me {
	margin-top: 2px;
}

#sidebar .bbp-login-form .bbp-username input, 
#sidebar .bbp-login-form .bbp-email input, 
#sidebar .bbp-login-form .bbp-password input {
	background: #fff;
	border: 1px solid #b5b5b5;
	font-family: inherit;
	font-size: 12px;
}

#sidebar .bbp-login-form .bbp-remember-me {
	margin-left: 74px;
}

	#sidebar .bbp-login-form .bbp-remember-me label {
		width: 120px;
		font-size: 14px;
		position: relative;
		top: 2px;
	}
	
#sidebar .bbp-login-form .bbp-submit-wrapper {
	float: left;
	text-align: left;
	margin-left: 74px;
}

	#sidebar .bbp-login-form .bbp-submit-wrapper .button {
		background: #333;
		color: #fff;
		text-transform: uppercase;
		border: 0;
		border-bottom: 1px solid #b5b5b5;
		width: 80px;
		font-family: inherit;
		font-size: 12px;
		padding: 5px 10px;
	}
	
	#sidebar .bbp-login-form .bbp-submit-wrapper .button:hover {
		cursor: pointer;
	}

/* Homepage
---------------------------------------- */
.full-width-content #content {
	width: 940px;
	float: none;
	margin-left: 29px;
	margin-right: 29px;
}

	.feature-box {
		background: url(images/slider_bg.png) 0 0 no-repeat;
		width: 940px;
		height: 362px;
		margin: 0 0 0 29px;
	}
	
		.feature-box .slider {
			float: left;
			width: 630px;
		}
	
			.theme-default .nivoSlider {
				margin-bottom: 0 !important;
				-webkit-box-shadow: none !important;
				-moz-box-shadow: none !important;
				box-shadow: none !important;
			}
	
		.feature-box .banner {
			float: right;
			width: 249px;
			padding: 50px 30px 0;
			text-align: center;
			color: #fff;
		}
		
			.feature-box .banner h3 {
				font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-size: 40px;
				line-height: 45px;
				font-weight: 200;
				margin-bottom: 20px;
			}
			
			.feature-box .banner p {
				font-size: 18px;
				line-height: 23px;
				margin-bottom: 20px;
			}
			
		body.home .intro {
			font-size: 16px;
			line-height: 25px;
			color: #333;
		}
		
		body.home .home-bio {
			margin-left: 116px;
		}
		
		.home-widgets {
			margin: 0 29px;
			font-size: 13px;
			line-height: 18px;
			color: #222;
			clear: both;
		}
		
			.home-widgets a {
				color: #d11a1a;
				text-decoration: none;
			}
		
			.home-widgets .two-third {
				float: left;
				width: 620px;
			}
			
				.home-widgets .two-third .widget {
					margin-bottom: 26px;
				}
			
				.home-widgets .media {
					overflow: hidden;
				}
				
				.home-widgets .img {
					float: left;
					width: 220px;
				}
				
				.home-widgets .bd {
					float: right;
					width: 340px;
					margin-right: 40px;
				}
				
					.home-widgets .bd h3 {
						font-size: 18px;
						font-weight: normal;
						color: #222;
						margin-top: 3px;
						margin-bottom: 10px;
					}
			
			.home-widgets .one-third {
				float: right;
				width: 300px;
			}
			
				.home-widgets h2 {
					background: #333;
					text-align: center;
					color: #fff;
					text-transform: uppercase;
					font-size: 16px;
					line-height: 33px;
					margin-bottom: 23px;
				}
			
				.home-widgets h4.widgettitle {
					display: none;
				}
				
				.home-widgets .one-third ul li {
					background: url(images/icon_pg.png) 2px 0 no-repeat;
					padding-left: 20px;
					margin-bottom: 15px;
				}
				
				.home-widgets .one-third ul li .byline {
					text-transform: uppercase;
					font-size: 11px;
				}
	

/* Footer
---------------------------------------- */
.footer-widgets {
	border-bottom: 1px solid #272727;
	padding: 0 0 40px 9px;
	font-size: 13px;
	line-height: 17px;
	color: #949494;
}

	.footer-widgets a {
		color: #949494;
	}

	.footer-widgets .col {
		float: left;
		width: 220px;
		margin-left: 20px;
	}
	
		.footer-widgets ul li {
			margin-bottom: 7px;
		}
	
		.footer-widgets h4.widgettitle {
			color: #fff;
			font-size: 14px;
			line-height: 17px;
			font-weight: bold;
			padding-top: 20px;
			margin-bottom: 10px;
		}
		
		.footer-widgets .social {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			.footer-widgets .social li {
				margin: 0;
				padding: 0;
				height: 27px;
				line-height: 27px;
				margin-bottom: 10px;
			}
			
				.footer-widgets .social a {
					padding: 0 0 0 35px;
					height: 27px;
					line-height: 27px;
					display: block;
					background: url(images/footer_social.png) no-repeat;
					text-decoration: none;
				}
				
				.footer-widgets .social a:hover {color: #fff;}
				
				.footer-widgets .social li#facebook a {background-position: 0 0;}
				
				.footer-widgets .social li#youtube a {background-position: 0 -27px;}
				
				.footer-widgets .social li#rss a {background-position: 0 -54px;}

#footer {
	background: #333;
	padding: 0;
}

	#footer .credits {
		padding: 25px 0 40px;
		text-align: center;
		font-size: 12px;
		line-height: 17px;
		border-top: 1px solid #484848;
		color: #fff;
	}
	

/* Forum
---------------------------------------- */
div.bbp-template-notice.info {
	border: #536c77 1px solid !important;
	background-color: #aec3c8 !important;
}

	div.bbp-template-notice.info p {
		color: #27353b !important;
	}
	
	div.bbp-template-notice.info p a {
		color: #000 !important;
	}
	
div.bbp-template-notice {
	background: #f9e9b9 !important;
	border-color: #cb5237 !important;
	color: #cb5237 !important;
}

div.bbp-template-notice.error, 
div.bbp-template-notice.warning {
	background: #cb5237 !important;
	border-color: #cb5237 !important;
	color: #f9e9b9 !important;
}


/* -------------------------------------------------------------------------------- */
/*	Testimonial blockquotes
/* -------------------------------------------------------------------------------- */
.entry-content blockquote { margin: 0 0 1.571em 0; padding-left: 1.8em; border-left: 8px solid #a30001; }

.entry-content blockquote p { font-family: 'PT Serif', serif; font-size: 1.25em; line-height: 1.5em; font-style: italic; font-weight: 400; margin-bottom: 1em; }

.entry-content blockquote cite { font-family: 'Lato', sans-serif; font-size: 0.7em; line-height: 1.428em; font-weight: 700; font-style: normal; line-height: 1.375em; color: #0f0f0f; }

.entry-content blockquote.right, .entry-content blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }

.entry-content blockquote.right { margin: 0 0 1.222em 1.222em; }

.entry-content blockquote.left { margin: 0 1.222em 1.222em 0; }
