@charset "utf-8";
/* CSS Document */


/* homepage */

#sidebar {
	float: left; 
	width: 200px;
	background: #e3e3e3;
	padding: 10px 0 0;
	font-family: "Trebuchet MS", "Nimbus L Sans", Verdana, Arial, sans-serif;
}
#sidebar .col_back {
	float: none;
}

#sidebar a { color: #FFFFFF; }
#sidebar a:hover { text-decoration: underline; }
#sidebar ul#submenu {
	list-style: none;
	padding: 5px 0 20px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
#sidebar ul#submenu li {
	padding: 3px 10px;
	margin: 10px 0;
	background: url(images/layout/gray_bg.png);
	border-top: #777777 solid 1px;
	border-bottom: #777777 solid 1px;
}
#sidebar #submenu li:hover {
	background: url(images/layout/orange_bg.png);
	border-color: #FF6600;
}
#sidebar #submenu li:hover a { color: #ffffff; }

#sidebar h1, .col_back h1 {
	font-size: 1.6em;
	color: #dddddd;
	background: url(images/layout/h_bg.png) left top repeat-x;
	background-color: #555555;
	border-top: #111111 solid 1px;
	border-bottom: #111111 solid 1px;
	font-weight: normal;
	padding: 3px 10px;
}	


#sidebar .przypominajka {
	margin-bottom: 30px;
}
#sidebar .przypominajka + .przypominajka {
	
}
#sidebar .przypominajka .date {
	padding-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FF6600;
}
#sidebar .przypominajka .con {
	background: #CCCCCC;
	border: #666666 dashed 1px;
	padding: 0 5px;
	font-size: 1.2em;
}
#sidebar .przypominajka .con p { margin: 5px 0; }


#news a { color: #FF7700; }
#news a:hover { text-decoration: underline; }

#news { margin: 0 0 0 210px; }
#news > div { padding: 10px; background-color: #FFFFFF; }

#news .dla_Lasucha {
	float: right;
	/*width: 35em;*/
	width: 140px;
	padding: 0;
	background: #999999;
}
#news .dla_Lasucha img { max-width: 99%; }
#news .last_posts { /*margin: 0 38em 0 0;*/ margin: 0 150px 0 0; }
#news .last_posts_maxw { margin: 0; }

#news .dla_Lasucha .ins {
/*	background: url(images/layout/h_bg.png) -5px top repeat-x;
	padding-top: 20px;
	overflow: auto;*/
	padding: 0;
	border: none;
}
#news .nt { font-size: 12px; display: block; margin-bottom: 3px; }

#news .ins > div { padding: 10px 5px; margin: 0; line-height: 18px; overflow: auto; }
#news .ins > div p { margin: 0; padding: 2px 0; }
#news .ins > div div + a { margin-top: -5px; display: block; font-size: 0.9em; }
#news .ins > div a { cursor: pointer; }

#news .ins .date {
	font-size: 9px;
	text-align: right;
	padding: 2px 0;
	margin: 0 0 5px 0;
	color: #999999;
	border-bottom: #CCCCCC dashed 1px;
	display: block;
}

#news .more_posts {
	font-size: 14px;
	padding: 20px 0 10px;
	text-align: right;
}

/* koniec homepage */


#main h3 {
	font-size: 1.3em;
	margin: 7px 10px;
	color: #999999;
	border-bottom: #999999 dotted 1px;
}
#main h4 {
	font-size: 1.3em;
	color: #333333;
	text-decoration: underline;
	margin: 7px 10px;
}
#main p + h4 { margin-top: 25px; }


.z { margin: 30px; overflow: auto; }
.zl {
	float: left;
	width: 200px;
	text-align: center;
	padding: 0 10px;
	font-size: 1.2em;
}
.zl img { border: #000000 solid 1px; margin: 10px; }
.zr {
	margin-left: 230px;
	line-height: 18px;
	padding: 0 10px;
}
.zr h2 {
	margin: 5px 0;
	font-size: 1.1em;
	color: #666666;
}
.zr p { margin: 7px 0; }


.ins p, .ins ul, .ins ol { line-height: 18px; margin: 10px; }
.ins p + h3, .ins ol + h3, .ins ul + h3, .ins table + h3 { padding-top: 25px; }
.dla_Lasucha .ins p { line-height: normal; }

.ins li + li { margin-top: 4px; }


.kontakt { font-size: 1.3em; padding: 0 50px; line-height: 20px; }


/* galeria */

#gallery {
	background: #FFFFFF;
	padding: 10px;
}
#gallery a, #gallery a:hover, #gallery_back a:hover { text-decoration: none; }

#gallery .g_link {
	background: #dddddd url(images/layout/grad_1.png) repeat-x top;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery .g_link:hover {
	background: #b6c1c7 url(images/layout/grad_2.png) repeat-x top;
}
#gallery .g_link img {
	max-width: 150px;
	max-height: 100px;
	border: #666666 solid 1px;
	vertical-align: middle;
}
#gallery .g_link:hover img { border-color: #000000; }
#gallery .g_link h2 {
	font-size: 1.6em;
	font-weight: normal;
}
#gallery .g_link:hover h2 { text-decoration: underline; }

#gallery .g_link .div_img {
	width: 170px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}

#gallery .g_link .div_desc {
	color: #000000;
	margin: 10px 0;
	padding: 0 0 0 30px;
	border-left: #AAAAAA dotted 1px;
	display: -moz-inline-box;
	display: inline-block;
	width: 685px;
	min-height: 102px;
	vertical-align: middle;
}
#gallery .g_link .div_desc p {
	margin: 5px;
	font-size: 1.2em;
}


#gallery .g_link, #gallery_back .g_link {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.ins.album p, .ins.album h2 {
	font-family: Arial, Helvetica, sans-serif;
}
.ins.album h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #999999;
}
.ins.album h2 span {
	font-size: 1.4em;
	color: #35394D;
	vertical-align: text-top;
}

.ins.album em {
	color: #666666;
}



#gallery_back .g_link {
	background: #dddddd url(images/layout/grad_1.png) repeat-x top;
	margin: 10px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery_back .g_link:hover {
	background: #b6c1c7 url(images/layout/grad_2.png) repeat-x top;
}
#gallery_back .g_link img {
	max-width: 140px;
	max-height: 80px;
	border: #666666 solid 1px;
}
#gallery_back .g_link:hover img { border-color: #000000; }
#gallery_back .g_link h2 {
	font-size: 1.5em;
	color: #333333;
}
#gallery_back .g_link:hover h2 {
	color: #000000;
}

#gallery_back .g_link .div_img {
	height: 84px;
	display: table-cell;
	vertical-align: middle;
	width: 160px;
}

#gallery_back .albums {
	margin: 0;
	overflow: auto;
	height: 800px;
}
#gallery_back {
	height: 831px;
	background-image: none;
	padding-bottom: 10px;
}


.ins.album {
	min-height: 820px;
}

.g_img { text-align: center; }
.g_img img {
	max-width: 170px;
	max-height: 180px;
	margin: 0 auto;
	border: #111111 solid 3px;
}



/* relacje */

.relat {
	overflow: hidden;
	padding: 10px;
	margin: 10px 10px 15px;
	border: #CCCCCC dashed 1px;
	position: relative;
}

.relat .rel-img {
	float: left;
	border: #666666 solid 1px;
	padding: 3px;
	width: 200px;
	text-align: center;
}

.relat .rel-img img {
	max-width: 200px;
	max-height: 300px;
	border: none;
}
.relat.whole .rel-img img {
	max-height: 500px;
}

.relat .rel-info {
	margin-left: 220px;
}
.relat.whole .rel-info {
	margin-left: 0;
}

.relat .rel-info .author {
	color: #666666;
	margin-bottom: 20px;
}
.relat .rel-info .author span {
	font-size: 1.1em;
}

.relat .rel-info p {
	text-align: justify;
}

.relat .rel-link {
	font-weight: bold;
	margin-bottom: 0;
}

.relat .mods {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	background: #EEEEEE;
	border: #dddddd solid 1px;
}
.relat.whole .mods {
	position: static;
	float: right;
}

.relat.whole .rel-photo {
	max-height: 100px;
	max-width: 500px;
	margin: 10px;
	border: #000000 solid 3px;
}

a.remove-x {
	display: block;
	width: 27px;
	height: 27px;
	background: url(images/x.png) no-repeat center;
	text-indent: -90000px;
}

#file_added {
	position: relative;
	display: block;
	float: left;
/*	width: 306px;*/
}

#file_added a.remove-x {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 7px;
	display: none;
}
#file_added:hover a.remove-x {
	display: block;
}

#file_added img {
	max-width: 300px;
	max-height: 300px;
	min-height: 30px;
	min-width: 30px;
	border: #666666 solid 1px;
	padding: 2px;
	font-size: 1.3em;
}

.photo-frame {
	width: 400px;
	height: 400px;
	border: none;
}


#comments {
	padding: 50px 100px 10px;
	clear: both;
}

#comments .title {
	font-size: 2em;
	margin-bottom: 20px;
	color: #A2A2A2;
}

#comments .no-comm {
	color: #333333;
	font-size: 1.2em;
}

.remove-comment {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(images/x.png) no-repeat center;
	width: 25px;
	height: 25px;
	text-indent: -90000px;
}

.comment-ins {
	border: #BBBBBB solid 1px;
	margin: 10px;
	padding: 10px 20px;
	background: #FFFFFF url(images/grad.png) repeat-x bottom;
	position: relative;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-o-border-radius: 6px;
}

.comment-div .comment-div {
	padding-left: 30px;
}

.comment-author {
	font-size: 1.7em;
	margin-bottom: 10px;
}

.comment-author span.a0 {
	color: #999999;
}
.comment-author span.a3 {
	color: #333333;
}
.comment-author span.a2 {
	color: #9a7645;
}
.comment-author span.a1 {
	color: #e78213;
}

.comment-author strong {
	font-size: 0.9em;
	color: #CCCCCC;
}

.comment-date {
	margin-bottom: 15px;
	color: #d27005;
	padding: 0 10px;
}

.comment-content {
	padding: 0 10px;
	color: #A2A2A2;
	font-size: 1.1em;
}


.comment-form-div {
	margin: 15px;
	position: relative;
}
.comment-form-div .rem-form {
	background: url(images/remove.png) no-repeat center;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: 390px;
	top: 3px;
	text-align: left;
	text-indent: -90000px;
}

.comment-form-div p {
	margin: 7px 0;
}

.buttons, .comment-form-div p.buttons {
	text-align: right;
	padding: 0 10px;
}
.comment-form-div p.buttons {
	width: 388px;
}

#comm_add_main {
	padding: 10px 10px 0;
}


.comment-form-div textarea, .comment-form-div input[type="text"] {
	padding: 3px;
	border: #DDDDDD solid 1px;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-form-div textarea:focus, .comment-form-div input[type="text"]:focus {
	color: #666666;
}

.comment-form-div h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #CCCCCC;
}

.comment-form-div .ksywka {
	display: block;
	padding: 0 0 22px;
	background: url(images/aaa.png) no-repeat 15px bottom;
	margin-bottom: -9px;
	position: relative;
}
.comment-form-div .ksywka label {
	padding-left: 10px;
}
.comment-form-div .ksywka input {
	font-size: 14px;
	width: 300px;
}

.comment-form-div .ksywka strong {
	font-size: 1.3em;
	color: #666666;
}


.comment-form-div textarea {
	width: 400px;
	height: 170px;
	font-size: 12px;
}


