/*
Theme Name:		UnderConstruction
Version:		1.0
Author:			Rzepak
Author URI:		http://rzepak.pure.pl/
*/


body {background: url('../img/blue/bg.jpg') repeat-x top left #3e8ed2; }

/* bof general */
a:active, a:focus { color:#000 }
a { color:#000}

fieldset input, fieldset select, fieldset textarea
{ border: 1px solid #cdc3b4; padding:3px;  -moz-border-radius: 2px;
  box-shadow:inset  1px 1px 2px #d8d0c4;
 -moz-box-shadow:inset  1px 1px 2px #d8d0c4;
 -webkit-box-shadow: inset  1px 1px 2px #d8d0c4;
 background: #e8e3db; }

/* eof general */


/* bof top */


#logo h1 {  background: url('../img/blue/logo.png') no-repeat; }
.pie10 { background: url('../img/blue/10.png') no-repeat top center;}
.pie20 { background: url('../img/blue/20.png') no-repeat top center;}
.pie30 { background: url('../img/blue/30.png') no-repeat top center;}
.pie40 { background: url('../img/blue/40.png') no-repeat top center;}
.pie50 { background: url('../img/blue/50.png') no-repeat top center;}
.pie60 { background: url('../img/blue/60.png') no-repeat top center;}
.pie70 { background: url('../img/blue/70.png') no-repeat top center;}
.pie80 { background: url('../img/blue/80.png') no-repeat top center;}
.pie90 { background: url('../img/blue/90.png') no-repeat top center;}


#short-info span { color:#57452d }
/* eof top */


#content h2 { text-shadow:1px 1px 0px #fff; }

p#counter { color:#1f6eb1; text-shadow:1px 1px 0px #fff; }
.number { background: #d3c7b5; color:#000;  }

/* bof #twitter */
#twitter { border-right: 1px dashed #dbd6ce; }
#twitter h3 { background: url('../img/twitter-ico.jpg') no-repeat; color:#4c4c4c; }
#twitter h3 span { color:#4d8bc1; }

#twitter p#tweet { color:#6d6c6b; text-shadow:1px 1px 0px #fff; background: #f1eee9; }
#twitter p#tweet:after { border-color:transparent transparent #F1EEE9; }

.twitted p.preLoader { background: transparent url("../images/blue/loader.gif")  center no-repeat; }

/* eof #twitter */

/* bof #newsletter */
#newsletter { border-right: 1px dashed #dbd6ce; }
#newsletter h3 { color:#4c4c4c;  }
#newsletter span { color:#4d8bc1; }
#newsletter span.error {  background:none repeat scroll 0 0 #E7928D; border:1px solid #C82820; color:#C82820; }
#newsletter input#subscriber { background: url('../img/blue/contact-input.jpg') no-repeat; }
#newsletter input#submit { background: url('../img/blue/contact-submit.jpg') no-repeat; }
#newsletter p { color:#707070; }
/* eof #newsletter */

/* bof #contact box*/

#contact h3 { color:#4c4c4c; border-bottom: 1px dashed #dbd6ce; background: url('../img/blue/us.jpg') no-repeat right top; }
#contact h3 a { color:#4c4c4c; }
#contact h4 { color:#4c4c4c; }
#contact span { color:#4d8bc1; }
/* eof #contact */


p#footer { color: #705b3d; }

/* Z-index of #mask must lower than #boxes .window */
#mask { background-color:#000; }

/* bof #contact-form */
div#contact-form-cont { background: rgba(0,0,0,0.6); }
    input#button { color:#000; background: #ddd; border:1px solid #999; text-shadow: 1px 1px 1px #fff}

#form-container { background: #fff; }
    
    #form-container .right { border-left: 1px dashed #dbd6ce; }
    #form-container h3 { color:#4c4c4c; }
    #form-container span { color:#e59333; }
    #form-container span.error { -moz-border-radius:3px 3px 3px 3px; background:none repeat scroll 0 0 #E7928D; border:1px solid #C82820; color:#C82820; }
    #form-container #button { background: url('../img/blue/send.jpg') no-repeat; }
    
    #response { background: #FCF2A5; border:1px solid #EDBF06; -moz-box-shadow:0 1px 4px #CCCCCC;}
    #ok { background:none repeat scroll 0 0 #CCE297; border:1px solid #B2DC4D; color:#40550D; }
    #newsletter #error, #error {-moz-border-radius:3px 3px 3px 3px; background:none repeat scroll 0 0 #E7928D; border:1px solid #C82820; color:#C82820; }
    
