




/*
     FILE ARCHIVED ON 14:08:03 Jun 26, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 2:54:35 Mar 27, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: FreshBump Theme
Theme URI: http://www.freshbump.com/
Description: The default WordPress theme for FreshBump.com
Version: 1.0
Author: Justin Scheetz
Author URI: http://www.scheetzdesigns.com/
Tags: reshbump, default
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.entry
{
width:500px;
text-align:justify;
}
/* End Images */

/* ShareThis plugin */

p.sharethis {
/*        float: left; */
        height: 1em;
        width: 8em;
}

p.sharethis .stico_default {
        background: transparent url(/featured/wp_content/themes/freshbump/images/sharefb.jpg) no-repeat scroll 0 0 !important;
}

.social-buttons {
	margin: 15px 0;
	padding: 0 0 25px !important;
}
.social-buttons li {
	display: block;
	float: left;
	margin-right: 15px;
	min-width: 80px;
}
#nh-popup { display: none !important; }


.wpcf7 label {
	display: block;
}
.wpcf7 * { float: none !important; }

.sidebar { float: right; width: 300px; }