/**
* Waterfall - More UI styles
*
* @author        Marco Solazzi @ Promobit Communications based on Bluetrip (http://bluetrip.org/)
* @copyright     Copyright(c) 2008 Marco Solazzi
* @date          2008-11-19
* @lastmodified  2008-11-19
* @version       1.1
* @revision      1
*
* @colordef      #FFC; lighter yellow (.message)
* @colordef      #FFDD3F; light yellow (.message)
* @colordef      #333; dark gray (.message)
* @colordef      #c30; dark red (.error)
* @colordef      #FCC; light red (.error)
* @colordef      #9C6; dark green (.correct)
* @colordef      #CF9; light green (.correct)
*/


/**
* [Table of contents]
*
* * Positive
* * Negative
* * Quotes
* * Forms
* * Clears
* * Styles
* * Links
*/

/* uncomment what's needed! */

/**
* %%Positive
*/

/*body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active, button.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}*/


/**
* %%Negative 
*/

/*body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active, button.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}*/


/**
* %%Quotes
*/

/*blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }
blockquote *:first-child { margin: .8em 0; } */


/**
* %%Forms
*/

/*fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }*/


/**
* %%Clears
*/

/*hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}*/


/**
* %%Styles 
*/

/* to create serif italic dramatic text, use this class */
/*.fancy { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}  */

/* creates small caps */
/*.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  font-weight:bold;
  padding:0 2px;
}*/

/* use this class if a link gets an icon when it shouldn't. */
/*body a.noicon { background:none; padding:0; margin:0; }*/


/**
* %%Links 
*/

/* make sure the icons are not cut */
/*a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, 
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}*/

/* external links */
/*a.external[href^="http:"]          { background-image: url(images/external.png); padding-right: 14px; } 
a[href^="mailto:"]        { background-image: url(images/email-ico.png); }*/

/* files */
/*a[href$=".pdf"]   { background-image: url(images/pdf.png); }  
a[href$=".doc"]   { background-image: url(images/doc.png); }  
a[href$=".xls"]   { background-image: url(images/xls.png); }  */
 
/* misc */
/*a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(images/feed.png); }
a[href^="aim:"]   { background-image: url(images/im.png); }*/
/*a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }*//* prevent internal absolute links to be marked as external */