/* @override http://www.binglybongly.com/css/user_style.css */

/* @override http://www.binglybongly.com/css/user_style.css */

/*
Style sheet name: user_style
Theme URI: http://www.indelible.com
Description: plain and simple
Version: 2.0
Author: Jon Tubmen
Author URI: http://www.indelible.com
*/


/* 
Generic Stylesheet
Created by Jon Tubmen - June 2010
http://www.indelible.com

Menu Structure
---------------------------
1. User Styles
2. Header Items
4. Text Formatting
5. General Lists
*/


/* @group User Styles */

.page_title {
	color: #ffffff;
	background-color: #000099;
	width: 329px;
	display: block;
	position: relative;
	padding: 2px 3px 3px 5px;
	font: bold 14px 'Verdana', sans-serif;
	margin-bottom: 7px;
}

.paragraph_header {
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000099;
	width: 335px;
	display: block;
	position: relative;
	padding: 3px 3px 3px 5px;

}



.strong {
	color: #00CC00;
	font-size: 11px;
}

.subscribe
{
	top: -4px;
	position: relative;
	left: -2px;
}

.binglybongly
{
	top: -2px;
	position: relative;
}

*:first-child+html .binglybongly { top: 0px; }
* html .binglybongly { top: 0px; }



.body_text {
	position: relative;
	display: block;
	font-size: 10px;
	line-height: 160%;
	color: #000099;
	text-align: justify;
}

.image_align_left {
	display: inline;
	position: relative;
	border: 1px solid rgba(75,48,228,0.69);
	text-align: left;
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	top: 8px;
}

.image_align_right {
	display: inline;
	position: relative;
	border: 1px solid rgba(75,48,228,0.69);
	text-align: left;
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}

.image_align_center {
	display: block;
	position: relative;
	border: 1px solid rgba(75,48,228,0.69);
	float: none;
	clear: both;
}


.toggler {
	cursor: pointer;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 1px 0;
	padding: 3px 5px 3px;
}

/* @end User Styles */


