/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */


/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* Side-bar Box */
p.sidebar-box {
 font-size: 0.9em;
 color: #FFF; 
 background-color: #BD324F; 
 border: 1px solid #BD324F;
 margin: 1em 0;
 padding: 0.3em !important;
 clear: left;
  /* color: #FFF; background-color: #BD324F; border: 1px solid #BD324F; */
}

/* Bottom Border */
p.bottom-border {
 border-bottom: 3px solid #BD324F; margin-bottom: 1em; padding-bottom: 1em;
  /* border-bottom: 3px solid #BD324F; margin-bottom: 1em; padding-bottom: 1em; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

p.sidebar-box img { float: left; margin-right: 0.5em; }
p.sidebar-box a { color: #FFF; text-decoration: none; }
p.sidebar-box strong { display: block; }
