/* 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 */

/* BLOG Title */
p.blog-title {
	font: normal 2em/1 Tahoma, sans-serif;
	padding-bottom: 0;
	padding-top: 1em;
	/* font-size: 2em; font-weight: bold; */
}

/* BLOG Date */
p.blog-date {
	color: #999;
	text-align: right;
	font-weight: bold;
	padding-top: 0;
	/* font-weight: italic; color: #666; text-align: right; */
}


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


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