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

/*--------------------------------------------------------------------------------
 * Global
 *-------------------------------------------------------------------------------*/

* {
    padding:0;
    margin:0;
}

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

.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; }
.right10px { margin-right: 10px; }
a img { border: 0; }

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

body {
    font-family: sans-serif;
    font-size: 14px;
    /*background: url('../img/wstawbg.png');*/
    background-color: #c7cec1;
    background-color: #567;
}

.containerfixed {
    width: 980px; 
    margin: 0 auto;
}

.containerfull {
    margin: 0 10px;
}

#top {
    background: #000;
    opacity: 0.8;
    color: #fff;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}
.zaloguj, .zarejestruj {
    color: #fff;
    background: brown;
    padding: 5px;
    font-size: 10px;
    text-decoration: none;
}

.right-top {
    margin-top: -27px;
    text-align: right;
    float: right;
}

/************************
 * head
 * ***********************/

#header {
    margin-top: 10px; 
    height: 130px;
}

.billpayer {
    float: left;
    padding: 2px;
    width: 100px;
    height: 100px;
    border: 1px solid #aaa;
    margin: 5px;
}

#billpayer1 {
    background: red;
}
#billpayer2 {
    background: orange;
}
#billpayer3 {
    background: pink;
}

#reklamawtopie {
    color: #aaa;
    width:360px;
    height: 110px;
    text-align: center;
    font-size: 10px;

}

/** CONTENT **/
#content {
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: 30px;
}

#contentleft {
    width: 50%;
    float: left;
}

#contentright {
    width: 50%;
    float: left;
}

#widecontent {
    background: #fff;
    border: 1px solid #aaa;
    padding: 0 5px 10px;
    border-top: 0;
}

table {
    width: 100%;
}

#content textarea {
    width: 100%;
    margin-top: 15px;
    padding: 2px;
    border: 1px solid #aaa;


}

textarea:active, input:active {
    border: 2px solid red;
}

textarea:focus, input:focus {
    border: 2px solid #a00;
}

/**********
 * bottom
 * ************/

#bottom {
    background: #395b82;
    background: #345;
    margin-top: 30px;
}

#inner-bottom {
    padding: 10px 0;
    color: #fff;
}


/* footer */
#footer {
    padding: 5px;
}

#inner-footer {
    color: #fff;
}

.last-id {
    font-weight: bold;
    color: #678;
}

.last-time {
}

.last-autor {
    color: #a00;
}

#wstawka-tresc {
    background: url('../img/wstawtutaj.png') center no-repeat;
    height: 200px;
}
#wstawbtn {
}

input[type="text"] {
    font-size: 18px;
    border: 1px solid #aaa;
    padding: 2px;
    width: 350px;
}

#morebtn {
    background: #a22;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    float: left;
}

#morebtn:hover {
    background: #b55;
}

/************* sidebar ***********/
#sidebar {
    background: #ddd;
    padding: 10px;
    height: 15px;
    border: 1px solid #aaa;
    border-bottom: 0;
    margin-top: 30px;
}

td {
    vertical-align: top;
}

.module { margin: 0 5px;}


.module h3 {
    font-size: 14px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    margin-top: 10px;
}

.module p {
    font-size: 12px; 
}

.metalink {
    background: #675;
    font-weight: bold; 
    font-family: "trebuchet MS", sans-serif;
    font-size: 12px;
    padding: 5px 7px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}


.metalink.odd {
    background: #567;
}

.metalink.grey {
    background: #ddd;
    color: black;
}

.metalink:hover {
    background: #b55;
}

.metatable { font-size: 12px; }
.syntaxtable { border: 0 ; }

a[rel="tag"] {
    color: #567;
    font-family: "trebuchet MS", sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted blue;
    padding: 1px 2px;
}


.error {
    background: #f34; 
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid brown;
    font-weight: bold;
    color: #fff;
    text-align: center;

}

div.info {
    background: orange; 
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid brown;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#id_hl, #id_syntax { font-size: 14px; padding: 0 2px; }

.helptext {
    color: #888; 
    font-size: 10px; 
    display: block;
}

.orange { background: orange; }
.red{ background: #a32; }

.yesbtn { background: #a32; color: #fff; font-size: 16px; padding: 5px 10px; border: 0; }
.nobtn { background: #465; color: #fff; font-size: 16px; padding: 5px 10px; border: 0; }

#footer-linklist a {
    color: white; 
    text-decoration: none;
    font-size: 130%;
    border-bottom: 1px dotted #fff;
}

#footer-linklist {
    margin-bottom: 10px;
}

.white { color: #fff; }
.nodeco { text-decoration: none; }

input[type="password"] { border: 1px solid pink; width: 250px; font-size: 16px; padding: 2px; }

.loginbtn { float: right; font-size: 20px; padding: 5px 10px;}

.skrypt-url {
	background: #a22;
	padding: 30px;
	text-align: center;
	color: white !important;
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.skrypt-a {
	color: white !important;
}

.skrypt-info {
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background: #a52;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
}

.skrypt-kod {
	padding: 30px;
}	

.skrypt-punkt {
	background: #f70;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}	

.apocomikonto {
	background: #a52;
	padding: 4px;
	color: white;
	font-weight: normal;
	font-size: 12px;
}

/****** WSTAW ***********/
.pic { background: orange; padding: 5px;}
td { padding: 5px; }
th { text-align: left; padding: 5px; font-size: 14px;}
input[type="file"] { font-size: 20px; }

label[for="id_is_private"] { color: red; }

.colorbg { background: #eee; padding: 20px; margin-right: 10px;}

#id_comment {
    width: 370px !important;
}

#id_tags {
    width: 370px !important;
}

.images {
    margin-right: 40px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.embed { font-size: 12px !important; }
