@CHARSET "UTF-8";
/* 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.
*/
/*
@font-face			{font-family: "Philosopher"; src: url(../fonts/Philosopher.otf) format("opentype");}
@font-face			{font-family: "AllerR"; src: url(../fonts/Aller_Rg.ttf) format("truetype");}
@font-face			{font-family: "AllerL"; src: url(../fonts/Aller_lt.ttf) format("truetype");}
@font-face			{font-family: "AllerB"; src: url(../fonts/Aller_Bd.ttf) format("truetype");}
*/
/* WYMeditor */

/* LIST: Bar */
ul.resume, ol.resume {
  border-left: 20px solid #F4E0B8;
  padding: 0 5px;: 
}

/* HEAD: Name */
h1.name {
  text-align: center;
  font-size:  270%;
  color: #333333;
/*
  text-align: center;
  font-size:  270%;
  color: #333333;
  font-family: Georgia,helvetica,arial,sans-serif;
*/
}

/* HEAD: Address */
h2.address {
  text-align: center;
  font-size:  80%;
  color: #82AC44;
  font-family: helvetica,arial,sans-serif;
/*
  text-align: center;
  font-size:  80%;
  color: #82AC44;
  font-family: helvetica,arial,sans-serif;
*/
}

/* HEAD: Phone */
h3.phone {
  text-align: center;
  font-size:  80%;
  color: #82AC44;
  font-family: helvetica,arial,sans-serif;
/*
  text-align: center;
  font-size:  80%;
  color: #82AC44;
  font-family: helvetica,arial,sans-serif;
*/
}

/* HEAD: Email */
h4.email {
  text-align: center;
  font-size: 80%;
  font-family: helvetica,arial,sans-serif;
/*
  text-align: center;
  font-size: 80%;
  color: #82AC44;
  font-family: helvetica,arial,sans-serif;
*/
}

/* HEAD: Headline */
h5.headline {
  padding: 5px;
  margin: 0px;
  background-color: #C4C0C0;
  border-top: 1px solid #867E7E;
  border-bottom: 1px solid #867E7E;
  font-size: 150%;
/*
  font-size: 150&;
*/
}

/* HEAD: Sub-Headline */
h6.sub-headline {
  margin: 0px;
  font-size: 120%;
  padding: 5px;
  background-color: #DDDDDD;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
/*
  font-size: 120%;
*/
}

/* PARA: Objective */
p.objective {
  font-size:   140%;
  font-family: "AllerR",Georgia,Times,Serif;
  line-height: 100%;
/*  font-style:  italic;*/
  color: #333333;
/*
  font-size:   140%;
  font-family: Georgia,Times,Serif;
  line-height: 100%;
  font-style:  italic;
  color: #333333;
*/
}

/* PARA: Section */
p.section {
  text-indent: 20px;
/*
  text-indent: 20px;
*/
}

/* SPAN: Float-right */
span.right {
  float: right;
/*
  float: right;
*/
}

/* SPAN: Float-left */
span.left {
  float: left;
/*
  float: left;
*/
}

/* IMG: Float-left */
img.left {
  float: left;
  padding-right: 10px;
/*
  float: left;
  padding-left: 10px;
*/
}

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

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