@CHARSET "UTF-8";

/*********** USTAWIENIA WYGLADAU STRON Z EFEKTAMI ****************/

.effect_miniature, .effect_miniature2 {
	background: url(../img/ramka-na-fotki.png) no-repeat center center;
	float: left;
	width: 154px;
	height: 152px;
	text-align: center;
	margin: 2px 0px;
}
.effect_miniature img, .effect_miniature2 img {
	width: 140px;
	height: 140px;
	margin-top: 6px;
}
.effect_miniature2 {
	background: url(../img/ramka-na-fotki2.png) no-repeat center center;
	width: 308px;
	height: 304px;
	margin: 0px;
}
.effect_miniature2_author {
	width: 308px;
	height: 324px;
	margin: 0px;
	float: left;
	text-align: center;
}
.effect_miniature2 img {
	width: 280px;
	height: 280px;
	margin-top: 12px;
}
.effects_container {
	width: 770px;
	margin-left: 3px;
	overflow: auto;
	overflow: hidden;
}

.effect_list_iteam {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 35px 0px 0px 0px;
}

.effect_list_iteam .effect_info, .effect_list_iteam .effect_tags {
	margin: 3px;
	text-align: justify;
}

.effect_list_iteam .effect_tags {
	font-size: 10px;
	width: 600px;
	overflow: auto;
	float: left;
}

.effect_list_iteam .effect_tags a {
	font-size: 10px;
	text-decoration: none;
}

.effect_miniature {
	position: relative;
}

.new_effect {
	position: absolute;
/*	top: -156px;*/
	left: 6px;
	background: transparent;
}

/* ulozenie podstrony dodaj zdjecie */
#dodaj_zdjecie_content {
	text-align: left;
	margin: 0px 0px 40px 0px;
	overflow: auto;
}
#effect_info {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	width: 400px;
	text-align: justify;
}
.author, .author * {
	font-size: 10px;
	color: #ff80c0;
}

/* przycisk FILE jako grafika */
/*#user_file_form div { 
	background: url(../img/button.png) no-repeat top left;
	display: block;
	position: relative; 
	top: -20px;
	width: 255px;
	height: 93px;
	margin: 0px 60px; 
	overflow: hidden;
}*/
#user_file_form div input {
	position: absolute; 
	right: 0;
	font-size: 90px; 
	cursor: pointer;
	opacity: 0; 
	filter: alpha(opacity=0);
}
/* wait.gif */
#user_file_form_container {
	text-align: center;
}
#user_file_form_container img {
	margin: 0 auto;
}

/* bledy przy ladowaniu pliku */
#file_errors {
	position: relative;
	top: -3px;
	font-weight: bold;
	color: yellow;
	font-size: 20px;
}

/* ramka do duego zdjecia */
#my_foto_border {
	display: inline-table;
	line-height: 6px;
}
.top {
	background: url(../img/top.png) repeat-x;
}
.right {
	background: url(../img/right.png) repeat-y;
}
.bottom {
	background: url(../img/bottom.png) repeat-x;
}
.left {
	background: url(../img/left.png) repeat-y;
}


/* link do zdjecia */
#link_box {
	width: 700px;
	background: transparent url(../img/px1.png);
	border: 1px yellow solid;
}

/* podstrona pytania i odpowiedzi */
.question {
	font-weight: bold;
	color: white;
}
.answer {
	margin: 0px 0px 24px 0px;
}
.pato-link {
	font-size: 17px;
	font-weight: bold;
}


/* crop image */
.crop_link {
	font-size: 72px;
}

.crop_info {
	width: 360px;
	float: left;
	margin: 6px 0px 0px 30px;
}

/* logi */

.logi {
	font-size: 12px;
	border-top: 1px #770d23 solid;
}
.logi td {
	padding: 0px 4px;
	text-align: left;
	border-bottom: 1px #770d23 solid;
}

/* statystyki */

.stats {
	font-size: 12px;
}
.stats td {
	padding: 0px 10px;
}

/* panele boczne*/
.side_bar {
	position:fixed;
	float:left;
	z-index:1000;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.href {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	color: #134d82;
}

.href img {
	display: block;
	margin-bottom: -4px;
}

/* FACEBOOK */
#facebook_side_bar{
	left: -314px;
	top: 150px;
	width: 314px;
	height: 400px;
	background-image: url(../img/fb.png);
	background-position: top right;
	padding-top: 5px;
}
/* NASZA KLASA */
#nasza_klasa_side_bar{
	left: -134px;
	top: 80px;
	width: 134px;
	height: 62px;
	background-image: url(../img/nk.png);
	background-position: top right;
	padding-top: 1px;
}

#nasza_klasa_side_bar a{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* REKLAMY MALE */

.male-reklamy {
	text-align: left;
	width: 240px;
	float: left;
	font-size: 12px;
	color: #d7d7d7;
}
.male-reklamy a {
	font-size: 12px;
	color: #d7d7d7;
	font-weight: bold;
}
.male-reklamy .site {
	font-size: 8px;
	text-decoration: none;
}


/* STRONICOWANIE */
/*.this_page {
	color: #ff8000;
	font-weight: bold;
}

.one_of_page {
	text-decoration: none;
}*/
.pageList  {
	position: relative;
	text-align: center;
	height: 20px;
	margin: 2px 0px;
}
.pageListPrev {
	left: 0;
	margin: 0px 6px;
}
.pageListNext {
	right: -4px;
	margin: 0px 6px;
}
.pageList *{
	font-size: 12px;
	color: #fbb;
	border: 1px #fbb solid;
	text-decoration: none;
	padding: 2px 7px;
	font-weight: bold;
}
.this_page {
	color: #fff;
	border: 2px #fff solid;
}
.pageListPrev, .pageListNext {
	position: absolute;
	border: 0;
}
.social-buttons {
	overflow: auto;
}
.social-buttons *{
	margin: 0;
	padding: 0px;
}

/*************************************************************************************************\
|************************************** NAKLADANIE ***********************************************|
\*************************************************************************************************/
#nakladanie-calosc {
	border: 1px white solid;
	overflow: auto;
}
#nakladanie-calosc .paleta {
	border: 1px white solid;
	/*float: left;*/
}
#nakladanie-calosc .roboczy {
	border: 1px white solid;
	float: left;
	overflow: hidden;
	position: relative;

}
#nakladanie-calosc .roboczy img.nakladka{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	cursor: pointer;
}
#nakladanie-calosc .roboczy img.nakladka:hover{
	border: 1px white solid;
}
/*************************************************************************************************\
|********************************* KONIEC    NAKLADANIE ******************************************|
\*************************************************************************************************/



