/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*
SPEAKING PAGE
---------------------
/*

.post-content .speaking-wrapper li,
.post-content .speaking-wrapper p {
	line-height: 1.4; }

.post-content .speaking-wrapper ul li {
	list-style: none;
	width: 400px; }
	
.post-content .speaking-wrapper ul {
	padding: 0; }
	
.post-content .speaking-wrapper ul#speaking-testimonials li {
	margin-bottom: 10px; }

.post-content .speaking-wrapper h2 {
	margin-top: 20px; }	
	
.post-content .speaking-wrapper h2 + p {
	margin-top: 0;
	padding-top: 0; }
	
.post-content img {
    background: none; }
	
.post-content .speaking-wrapper .quoted-by {
	color: #999999; }
	
#booking {
	overflow: hidden; }
	
#booking-address {
	float: left;
	margin: 10px 20px 0 0;
	width: 220px; }
	
#booking-contact {
	float: left;
	margin-top: 10px;
	width: 200px; }
	
#topics-list li {
	margin-bottom: 15px; }
	
.middle {
	text-align: center; 
	width: 100%; }


