/*
Theme Name: Dr. Wayne W. Dyer
Version: 1.0
Author: Marc Ertel
Author URI: http://www.dayafterdaymarketing.com/
*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

#content img {
        border: 0px solid #eee !important;
}

#content .avatar img {
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border: 3px solid #ccc !important;
  width: 75px;
}

.post ul.ssbp-list li:before, .hh_events ul.ssbp-list li:before {
  color: #d96953;
  content: none;
}

ul.ssbp-list {
  margin: 0 0 0 0px !important;
}

.ssbp--theme-1 .ssbp-each-share {
  font-size: 12px !important;
  padding: 0px 4px 0px 2px !important;
  border: 1px solid #e0dddd;
  color: #000 !important;
  background: #f5f5f5 !important;
}