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

/* Igazítás: Balra zárt */
p.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
  text-align: left;
  /* text-align: left; */
}

/* Igazítás: Középre zárt */
p.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center {
  text-align: center;
  /* text-align: center; */
}

/* Igazítás: Jobbra zárt */
p.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right {
  text-align: right;
  /* text-align: right; */
}

/* Igazítás: Sorkizárt */
p.justify,
h1.justify,
h2.justify,
h3.justify,
h4.justify,
h5.justify,
h6.justify {
  text-align: justify;
  /* text-align: justify; */
}

/* Szöveg: Sötétzöld */
p.blomus-green,
h1.blomus-green,
h2.blomus-green,
h3.blomus-green,
h4.blomus-green,
h5.blomus-green,
h6.blomus-green {
  color: #4F7D00;
  /* color: #4F7D00; */
}

/* Szöveg: Világoszöld */
p.blomus-lgreen,
h1.blomus-lgreen,
h2.blomus-lgreen,
h3.blomus-lgreen,
h4.blomus-lgreen,
h5.blomus-lgreen,
h6.blomus-lgreen {
  color: #82AA15;
  /* color: #82AA15; */
}

/* Szöveg: Vörös */
p.blomus-red,
h1.blomus-red,
h2.blomus-red,
h3.blomus-red,
h4.blomus-red,
h5.blomus-red,
h6.blomus-red {
  color: #A43635;
  /* color: #A43635; */
}

/* Szöveg: Narancs */
p.blomus-orange,
h1.blomus-orange,
h2.blomus-orange,
h3.blomus-orange,
h4.blomus-orange,
h5.blomus-orange,
h6.blomus-orange {
  color: #F3660C;
  /* color: #F3660C; */
}

/* Szöveg: Sötétkék */
p.blomus-dblue,
h1.blomus-dblue,
h2.blomus-dblue,
h3.blomus-dblue,
h4.blomus-dblue,
h5.blomus-dblue,
h6.blomus-dblue {
  color: #242466;
  /* color: #242466; */
}

/* Szöveg: Sötétszürke */
p.blomus-gray,
h1.blomus-gray,
h2.blomus-gray,
h3.blomus-gray,
h4.blomus-gray,
h5.blomus-gray,
h6.blomus-gray {
  color: #3A3B39;
  /* color: #3A3B39; */
}

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


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

