/* ############################################################################################## */
/* ####################################      SUFFUSION FIXES     ################################ */
/* ############################################################################################## */

.entry,
.non-wp-entry,
.suf-mag-excerpt-text,
.suf-mag-catblock-post,
.dbx-content,
.suf-mag-excerpt-full-story,
.suf-mag-category-all-posts,
.category
{
	font-size: 12px;
}

h1.posttitle,
h2.posttitle
{
	font-size: 16px;
	border-bottom: 1px solid red;
}

.entry,
.non-wp-entry
{
	text-align: justify;
}

ul.advanced-random-posts {
	list-style-type: none;
	margin-left: -25px;
	width: 120%;
}

.dbx-content {
	background: url(/images/template/tmpl_bg_bot_op10.jpg) repeat-x bottom left;
}

h3.dbx-handle.scheme {
   background: #a5a7aa url(/images/bg-gray-1_[].png) repeat-x top left;
   text-indent: 18px;
}

#commentform label.textarea {
	height: 14px;
}

#commentform label.fancy {
	height: 10px;
}

#commentform input[type="text"] {
	height: 12px;
}

#commentform textarea {
	font: 90% Arial, Helvetica, sans-serif;
	height: 80px;
}

/* ############################################################################################## */
/* ######################################      REVIEWS FIXES     ################################ */
/* ############################################################################################## */

/* general colors; used mostly in reviews */
.error {
	border: 2px dotted #000000;
	background-color: red;
	color: #FFFFFF;
	padding: 5px;
}

.success {
	border: 2px dotted #000000;
	background-color: lime;
	color: #000000;
	padding: 5px;
}

.red {
	color: red;
}

.green {
	color: green;
}

.orange {
	background-color: orange;
	color: #000000;
	padding: 5px;
}

.blue {
	background-color: blue;
	color: #000000;
	padding: 5px;
}

.fuchsia {
	background-color: fuchsia;
	color: #000000;
	padding: 5px;
}

.required {
	background-color: pink;
	color: #000000;
	padding: 5px;
}


/* ############################################################################################## */
/* ######################################      BUTTONS FIXES     ################################ */
/* ############################################################################################## */

/* too cool for IE corner button */
a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(http://www.w3junkies.com/toocool/files/too_cool_sash.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* positions of sharing/tweeting buttons */
/*
.tweetmeme_button {
	float: left;
	margin-right:5px;
}

.wpbuzzer_button {
	float: left;
	position: relative;
	top: -4px;
	right: 0px;
	margin-right: 5px;
}

/*
.FB_share_button {
	margin-right: 5px;
}
*/

div.gmail_quote {
	float: left;
}
