/*  
Style Name:
Style URI: 
Description: 
Version: 0.1
Date:
License:
Author: Artur Czepiel
Author URI: http://artur.cc
*/

/*--------------------------------------------------------------------------------
 * Global
 *-------------------------------------------------------------------------------*/
.r { color:#a00; font-weight: bold; }
.g { color:#666; }
.b { color:#000; font-weight: bold; }

.alignc { margin: 0 auto; text-align: center; }
.alignc2 { margin: 0 auto; text-align: justify; }

.alignl { text-align: left;}
.alignr { text-align: right;}

.left { float:left;}
.right {float: right;}

.clear { clear:both; height: 1px; line-height: 1px; }

ul { margin-left: 20px; list-style-type: square; }
ul.n1 { margin-left: 0; list-style-type: none; }
.top10px { margin-top: 10px; }
.top20px { margin-top: 20px; }

h1 { font-size: 50px; }
h2 { font-size: 25px; color: #aaa; opacity: 0.6;}

a {
    color: #668f34;
}

a:visited {
    color: #999;
}

/*--------------------------------------------------------------------------------
 * Look&Feel - Layout
 *------------------------------------------------------------------------------*/

body {
    background: url('../img/bg.jpg') top center no-repeat;
    background-color: #111;
    color: #fff;
    font-family: "Trebuchet MS"; 
}

#header {
    margin-top: 80px;
}

#center {
    margin-top: 70px;
}


.semiblack {
    background: url('../img/semitrans.png');
    padding: 15px;
    -moz-border-radius: 15px;
    min-height: 400px;

}

.semiblack p {
    color: #777;
    font-size: 25px;
    line-height: 130%;
}
.small p {
	font-size: 15px;
	color: #ccc;
	
}

.button {
    height: 75;
    width: 280;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    padding: 5px;
}
.green {
    background: url('../img/gr2.png') center no-repeat;
}

.orange {
    background: url('../img/or2.png') center no-repeat;
}
.button h3 { text-shadow: 1px 2px 1px #000; font-size: 35px; padding-top: 4px; }
.button a {color: white; text-decoration: none;}
.button span {color: #ccc; text-shadow: 1px 1px 1px #000; font-size: 20px;}

#footer {
    margin-top: 100px;
}

#footer ul {
    margin-top: 10px;
}

#footer ul li {
    color: #456;
    line-height: 130%;
}

#footer ul li span {
    color: #999;
}

#stopka {
    margin-top: 70px;
    padding: 20px;
    opacity: 0.6;
    border-top: 1px solid #668f34;

}

.uslugi {
    padding: 5px;
    margin-top: 10px;
}

.uslugi th {
    width: 140px;
    text-align: left;
    padding: 5px 0;
}

.uslugi td {
    text-align: center;
}

.uslugi .ok {
    /*background: #465;*/
    color: #668f34;
}

.uslugi .fail {
    background: #a33;
}

.uptime {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 110%;
    margin-bottom: 25px;
}


.blogroll li a {
    text-decoration: none;
}

.blogroll li {
    line-height: 180% !important;
    }

#menu {
    line-height: 60px;
}

#menu a {
    font-size: 15px;
    color: #eee;
    font-family: "Verdana";
    text-decoration:none;
}

