/*  
Theme Name: Chad Bush
Theme URI: http://chadbush.com.com/wp-content/themes/chadbush/
Description: The Wordpress Theme for chadbush.com
Version: 3.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme
.sage {
	color: #ab9;
}
.litesage {
	color: #deb;
}
.slate {
	color: #457;
}
.purple {
	color: #547;
}
.brown {
	color: #654;
}
.vlinkgreen {
	color: #366;
}
.linkgreen {
	color: #144;
}
.darkgray {
	color: #555;
}
.gray {
	color: #ccc;
}
.litegray {
	color: #eee;
}
*/

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #fff url(images/halo.jpg) repeat-x;
	font-size: 1em;
	color: #555;
}
#wrap {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: transparent url(images/masthead.jpg) no-repeat;
	height: 182px;
	width: 1020px;
	text-align: left;
	margin: 0 auto;
}
#top {
	background: transparent;
	height: 41px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#top .content {
	padding: 6px 0 0 0;
}
#column-wrap {
	background: transparent url(images/container.jpg) no-repeat;
	width: 1020px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
}
#column-wrap .content {
	padding: 0 20px;
}
#main {
	width: 680px;
	float: left;
}
#main .content {
	padding: 20px 40px 20px 60px;
}
#right {
	width: 320px;
	float: left;
	min-height: 500px;
}
#right .content {
	padding: 10px 20px;
}
#footer {
	background: transparent url(images/footer.jpg) no-repeat;
	width: 980px;
	height: 80px;
	margin: 0 auto;
}
#footer .content {
	font-size: 0.9em;
	color: #888;
	padding: 12px 20px 40px;
}
.content {
	padding: 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Fonts */
body, .send input, #searchsubmit, #commentform #submit, #optinform2 input.button {
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h2, h3, h4, h5, h6, input, textarea, #main .addthis_default_style p.share {
	font-family: "bree-1","bree-2", Arial, Helvetica, sans-serif;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/header.gif) no-repeat;
	width: 360px;
	height: 100px;
	display: block;
	margin-left: 20px;
}
#masthead .content {
	padding: 0;
}

/* Menu */
.skiplinks {
	display: none;
}

/* Top Menu */
#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	width: auto;
	float: left;
	font-size: 14px;
}
#top ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#top ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 0px 30px;
	line-height: 35px;
	-moz-border-radius-topleft: 4px; /* Doesn't work in IE */
	-moz-border-radius-topright: 4px; /* Doesn't work in IE */
	-khtml-border-radius-topleft: 4px; /* Doesn't work in IE */
	-khtml-border-radius-topright: 4px; /* Doesn't work in IE */
	-webkit-border-top-left-radius: 4px; /* Doesn't work in IE */
	-webkit-border-top-right-radius: 4px; /* Doesn't work in IE */
	border-top-left-radius: 4px; /* Doesn't work in IE */
	border-top-right-radius: 4px; /* Doesn't work in IE */
}
#top ul li a:hover {
	color: #3aa;
}
#top ul li.page_item ul, #top ul.subnav li ul {
	position: absolute;
	top: 35px;
	left: auto;
}
#top ul li.page_item li a, #top ul.subnav ul li a {
	color: #544;
	margin: 6px 0 0 0;
	line-height: 25px;
	background: transparent;
	font-size: 13px;
	-moz-border-radius-topleft: 0; /* Doesn't work in IE */
	-moz-border-radius-topright: 0; /* Doesn't work in IE */
	-khtml-border-radius-topleft: 0; /* Doesn't work in IE */
	-khtml-border-radius-topright: 0; /* Doesn't work in IE */
	-webkit-border-top-left-radius: 0; /* Doesn't work in IE */
	-webkit-border-top-right-radius: 0; /* Doesn't work in IE */
	border-top-left-radius: 0; /* Doesn't work in IE */
	border-top-right-radius: 0; /* Doesn't work in IE */
}
#top ul li.page_item li a:hover,  #top ul.subnav li a:hover {
	color: #3aa;
}
#top ul li.current_page_item a, #top ul li li.current_page_item a {
	color: #333;
	background: #fff;
}
#top ul li li.current_page_item a {
	color: #999;
	font-weight: bold;
	background: #efefef url(images/lite-gray-back.jpg) 50% 50%;
}
#top ul li.current_page_item a:hover,  #top ul li li.current_page_item a:hover {
	color: #3aa;
}
#top ul li.current_page_ancestor a {
	color: #333;
	background: #efefef url(images/lite-gray-back.jpg) 50% 50%;
}
#top ul li.current_page_ancestor a:hover {
	color: #3aa;
}

/* Right Menus */
#right .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right .menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.1em;
}
#right .menu ul li a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ab9;
	padding: 2px 0 2px 4px;
	display: block;
	width: 280px;
	line-height: 18px;
}
#right .menu ul li a:hover {
	color: #3aa;
	background: #fff;
}

/* General Formatting */
h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #ab9;
	font-weight: normal;
	margin: 4px 0 6px 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h3, h4, h5, h6 {
	color: #457;
	font-weight: normal;
	margin: 0.8em 0 0.4em 0;
	text-align: left;
}
h3 {
	font-size: 1.4em;	
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0.8em 0 0.4em 0;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote p {
	margin: 1.6em 20px 0.8em;
	line-height: 1.6em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}
hr {
	display: none;
}
a img {
	border: none;
}

/* Format Custom Classes */
.border-top {
	border-top: 1px solid #ddd;
	padding-top: 4px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}
.byline {
	font-size: 0.8em;
	text-align: right;
	color: #999;
	font-style: italic;
}
.quote {
	color: #888;
	font-size: 1.3em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.6em 0 0 0;
	font-style: italic;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.nomargintop {
	margin-top: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
#main .subnav {
	line-height: 1.1em;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #666;
	padding-bottom: 6px;
}
#main .subnav a {
	text-decoration: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
#main #intro {
	font-size: 1em;
}
#main .pagination p {
	word-spacing: 3px;
}
#main .pagination a {
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	color: #144;
}
#main .pagination a:hover {	
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
.video-tall {
	text-align: center;
	margin: 10px auto 10px;
	height: auto;
	width: 540px;
	height: 437px;
}
.video-wide {
	text-align: center;
	margin: 10px auto 10px;
	height: auto;
	width: 540px;
	height: 335px;
}
sup.wpmlrequired {
	display: none;
}
.retweet {
	font-style: normal;
	display: inline;
}
#wp-email-popup {
	background: #fff;
}
#main .photocredit {
	color: #999;
	font-size: 0.6em;
	line-height: 1em;
	margin: -7px 15px 0 0;
	text-align: right;
	font-style: italic;
	letter-spacing: 0.05em;
}
#main a.wpaudio, #main a.wpaudio:visited {
	text-decoration: none;
	font-size: 20px;
	display: block;
	width: 540px;
	color: #888;
}
#main .player {
	margin: 16px 30px 8px 0;
	border: 1px solid #eee;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
#main a.wpaudio:hover {
	color: #3aa;
}
#main a.wpaudio em {
	font-size: 0.6em;
	font-style: italic;
	letter-spacing: 0;
}
#main .wpa_dl_info {
	background: #3aa;
	color: #fff;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 14px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Main Lists */
#main ul {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ul li {
	margin: 0.6em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ol li {
	margin: 0.4em 0 0 2em;
}
#main li {
	font-size: 0.85em;
}

/* Main Links */
#main a {
	text-decoration: underline;
	color: #144;
}
#main a:visited {
	color:#366;
}
#main a:hover {
	color: #3aa;
}

/* Footer Links */
#footer #to-top {
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}
#footer .copyright {
	float: right;
	text-align: right;
}
#footer .address {
	float: left;
	text-align: left;
}
#footer a {
	text-decoration: underline;
	color: #666;
}
#footer a:hover {
	color: #3aa;
	text-decoration: underline;
}
#footer #to-top a {
	text-decoration: none;
	color: #fff;
}
#footer #to-top a:hover {
	text-decoration: none;
	color: #3aa;
}
#footer p {
	line-height: 1.3em;
}

/* Posts */
#main .post {
	padding: 6px 12px 12px;
	text-align: left;
	border: 1px solid #ddd;
	margin: 0 0 25px 0;
	position: relative;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	z-index: 6000;
}
#main .post h3 {
	text-align: left;
	padding-top: 0;
	margin-top: 0;
}
#main .post h3 a {
	text-decoration: none;
}
#main .post h3 a:hover {
	text-decoration: underline;
}
.post hr {
	display: block;
}
#main .post .byline {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	position: absolute;
	bottom: -8px;
	right: 20px;
	background: #fff;
	padding: 0 6px;
}
#main .post .byline a {
	color: #888;
}
#main .post .byline a:hover {
	color: #3aa;
}
#main .navigation {
	margin: 0 auto;
}
#main a.more-link {
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left;
}
#main p.comments-link {
	font-size: 14px;
	display: inline;
	line-height: 20px;
}

/* Forms */
input, textarea {
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
textarea {
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
input select {
	background: none;
}
.contact input, .contact textarea {
	width: 400px;
	font-size: 1.2em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.contact .send {
	margin-left: 370px;
}
.contact .send {
	font-size: 0.9em;
	color: #000;
	background-position: 0 60%;
	padding: 3px;
	border-color: #999;
	width: 40px;
	cursor: pointer;
}
.send:hover {
	border-color: #3aa;
	color: #3aa;
	background-position: 0 0;
}
.required {
	font-size: 0.85em;
	font-style: italic;
	color: #888;
}
.contact-label {
	margin-top: 10px;
	font-size: 0.9em;
}
#pay-form {
	text-align: center;
	margin-top: 10px;
}
#pay-form input {
	background: transparent;
	border: none;
}
#searchform {
	margin: 8px 0 0;
	padding: 2px;
	width: auto;
	height: 30px;
}
#searchform #s {
	width: 140px;
	border: 1px solid #ddd;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 4px;
	float: left;
}
#searchsubmit {
	text-align: center;
	width: 70px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 2px;
	float: left;
	margin-left: 6px;
}
#searchsubmit:hover {
	color: #3aa;
	border-color: #3aa;
}
.entry form {/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input, #commentform textarea {
	font-size: 1.2em;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 400px;
	margin-top: 5px;
}
#commentform #submit {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
	padding: 2px;
	border-color: #999;
	width: 120px;
	background-position: 0 60%;
}
#commentform #submit:hover {
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
#commentform p {
	margin: 5px 0;
}
#optinform2 {
	width: 280px;
	margin: 10px 0;
	position: relative;
}
#optinform2 .content {
	padding: 6px;
}
#optinform2 input {
	color: #457;
	font-size: 14px;
	width: 140px;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	line-height: 24px;
}
#optinform2 fieldset {
	padding: 4px;
	border: none;
	font-size: 0.8em;
}
#optinform2 input.button {
	margin: 0;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 2px;
	width: 70px;
	position: absolute;
	top: 20px;
	left: 160px;
}
#optinform2 input.button:hover {
	color: #3aa;
	border-color: #3aa;
}

/* Comments */
#main .commentlist {
	text-align: left;
}
#main .commentlist li {
	margin: 5px 0 0 0;
	padding: 6px 10px 4px;
	list-style: none;
	line-height: 1.3em;
	font-size: 0.9em;
	clear: both;
}
#main .commentlist p {
	margin: 10px 5px 6px 0;
	line-height: 1.3em;
}
#main .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#main .commentmetadata {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	padding: 0 6px;
	display: block;

}
#main .commentmetadata a {
	color: #999;
}
#main .commentmetadata a:hover {
	color: #3aa;
}
#main .commentlist cite {
	color: #888;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1em;
	display: block;
	text-align: center;
	width: 48px;
	overflow: visible;
}
#main .commentlist cite a {
	text-decoration: none;
}
#main #respond {
	margin-top: 10px;
}
.c-grav {
	width: 40px;
	float: left;
	position: relative;
}
.c-grav img {
  	border: 4px solid #e3e3e3;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.c-body {
	float: left;
	width: 400px;
	font-size: 1.1em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	padding: 4px 20px 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	margin-left: 25px;
	border: 1px solid #eee;
}
.talk-bubble-stem {
	background: transparent url(images/talk-bubble.png) 0 0 no-repeat;
	width: 16px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: -26px;
}
.authcomment .c-grav img {
	border-color: #e4e9de;
}
.authcomment .c-body {
	background: #e4e9de !important;
	border-color: #ab9;
	color: #547;
}
.authcomment .talk-bubble-stem {
	background-image: url(images/talk-bubble-auth.png) !important;
}

/* Links Page */
#main ul li.linkcat {
	list-style: none;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}

/* Site Credit */
#credit {
	width: 280px;
	height: 26px;
	margin: 2em auto;
	padding: 0 0 6px 0;
}
#credit p {
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #888;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red-fff.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}

/* Random quote */
.quotescollection_randomquote {
	width: auto;
	margin: 0 0 10px 0;
}
.quotescollection_randomquote q {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}
.quotescollection_randomquote cite {
/*	display: block;  To display author and source in a new line */
	text-align: right;
	font-size: 1em;
	color: #666;
	font-style: italic;
	line-height: 1.2em;
	margin-top: 0.2em;
}
#quotescollection_nextquote-0 {
	color: #359;
	text-align: right;
	font-size: 0.8em;
}
#quotescollection_nextquote-0 a {
	border-width: 0;
	color: #359;
}
#quotescollection_nextquote-0 a:hover {
	border-width: 0;
	color: #fff;
}
blockquote.quotescollection {
	border: 0;
	background: none;
	padding: 0;
	margin: 2em;
	font-size: 1em;
}
blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size: 0.9em;
}

/* Social Network Links */
#socialnets {
	margin: 20px 0 0;
	height: 70px;
}
#socialnets a {
	margin: 2px 2px 6px;
	text-indent: -9000px;
	font-size: 1px;
	width: 30px;
	height: 30px;
	background: transparent url(images/socialnets/facebook.gif) 0 0 no-repeat;
	display: block;
	float: left;
}
#socialnets a#facebook:hover {
	background-position: 0 -30px;
}
#socialnets a#twitter {
	background-image: url(images/socialnets/twitter.gif);
}
#socialnets a#twitter:hover {
	background-position: 0 -30px;
}
#socialnets a#youtube {
	background-image: url(images/socialnets/youtube.gif);
}
#socialnets a#youtube:hover {
	background-position: 0 -30px;
}
#socialnets a#feed {
	background-image: url(images/socialnets/feed.gif);
}
#socialnets a#feed:hover {
	background-position: 0 -30px;
}

/* AddThis Buttons */
#main .addthis_default_style {
	margin-top: 15px;
	padding: 8px 0;
}
#main .addthis_default_style p.share {
	float: left;
	line-height: 16px;
	font-size: 16px;
	margin: 0 8px 0 0;
}