/**
 * Plugin:			Bulk Me Now!
 * Plugin URI:		http://metamorpher.net/bulk-me-now/
 * Description:		Adds a Contact Form Module for your blog, so you don't get your contact form into your e-mail but your WP admin area instead. NOW WITH REPLY FUNCTION!. IMPORTANT: Only update if you're running WordPress 3.2.1+.
 * Author:			mEtAmorPher
 * Author URI:		http://metamorpher.net/
 * Version:			1.5
 * Text Domain:		bulk-me-now
 * Domain Path:		/lang
 *
 * Copyright 2010  mEtAmorPher  (email : metamorpher.py@gmail.com)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as 
 * published by the Free Software Foundation.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * @package bulk-me-now
 */

#bmn-copyright				{ display: block; margin: 20px 0 20px !important; padding: 3px 10px; background: #FFF; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border: 1px solid #DDD; clear: both; overflow: hidden; }
#bmn-copyright p			{ font-size: .8em; }
#bmn-copyright .left		{ float: left; margin-right: 10px; width: 55%; }
#bmn-copyright .right		{ float: right; margin-left: 10px; width: 37%; }
#bmn-copyright .logo		{ float: right; display: block; width: 107px; height: 50px; background: url('img/logo.png') center no-repeat; margin: 15px; }
#bmn-copyright .logo a		{ display: block; width: 107px; height: 50px; }
#bmn-copyright .donate		{ float: right; display: block; width: 92px; height: 26px; background: url('img/donate.gif') center no-repeat; margin: 0 35% 10px; }
#bmn-copyright .donate a	{ display: block; width: 92px; height: 26px; }
#icon-bulk-me-now			{ background: url('img/icon-32.png') center no-repeat; }

/* HOW TO USE (do not touch) */

.bulk-me-now-how-to-use-01	{ background: url('img/how-to-use-01.jpg'); width: 600px; height: 326px; display: block; margin: 15px auto; }
.bulk-me-now-how-to-use-02	{ background: url('img/how-to-use-02.jpg'); width: 600px; height: 269px; display: block; margin: 15px auto; }
.bulk-me-now-how-to-use-03	{ background: url('img/how-to-use-03.jpg'); width: 323px; height: 484px; display: block; float: right; margin: 0 0 20px 20px; }

/* SETTINGS STYLING */

#bmn-settings-recaptcha,
#bmn-settings-js,
#bmn-settings-general,
#bmn-settings-mailing	{ display: none; }
.settings-wide a		{ text-decoration: underline; }
.settings-wide td,
.settings-wide th		{ padding: 10px !important; }
.settings-wide th		{ padding-right: 30px !important; white-space: nowrap; }
.settings-wide td		{ width: 100%; }
.wider					{ width: 300px; }
.red					{ color: darkred }
.green					{ color: green }


/* REPLY STUFF */

#bulk-me-now-reply				{ width: 100%; display: none }
.bulk-me-now-rightbar-reply,
.bulk-me-now-leftbar-reply		{ display: block; }
.bulk-me-now-rightbar-reply		{ width: 30%; float: right; margin-top: 13px }
.bulk-me-now-leftbar-reply		{ width: 68%; float: left }
.bulk-me-now-reply-box 			{ padding: 0 10px; border: 1px solid #CCC; background: #EEE; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin-bottom: 20px; }
.bulk-me-now-reply-title		{ margin-top: 20px !important }
#bulk-me-now-reply .icon32		{ margin-top: -1px !important }
.bulk-me-now-replied			{ border-color: #27BA00; background: #CFFFAB }


#bulk-me-now-reply-subject-container
input							{ color: #AAA; font-size: 2em; width: 100%; outline: none }
#bulk-me-now-reply-subject-container
input.active					{ color: #000 }


/* VIEW MESSAGE : IMPROVED */
.bulk-me-now-message p			{ font-size: 1.5em !important; font-family: "Georgia", Times, Serif; font-style: italic; margin: 0 25px !important }
.bulk-me-now-message p .quote	{ font-size: 2.5em; color: #AAA; font-family: "Garamond", Georgia, Times, Serif } 
.bulk-me-now-message p .left	{ float: left; margin: 7px 10px 0 -35px }
.bulk-me-now-message p .right	{ float: right; margin: 10px -20px 0 10px }