/* --------------------------------------------------- */
/* leszek pietrzak - portfolio                         */
/*                                                     */
/* wersja: 4.0                                         */
/* rok: 2008                                           */
/*                                                     */
/* Większe fragmenty stylu można wykorzystać n         */
/* zasadach licencji Creative Commons By-Nc-Nd:        */
/* http://creativecommons.org/licenses/by-nc-nd/2.5/pl */
/*                                                     */
/* kontakt: me@leszekpietrzak.com                      */
/* --------------------------------------------------- */

/* ------------------------ */
/* body, linki i inne takie */
/* ------------------------ */
	
body {
	background:#a9d6c9 url("images/background.gif") repeat-x;
	color:#595650;
	font-family:Georgia,serif;
	font-size:12px;
	margin:0;
}

img {
	border:0;
}

a {
	color:#53adaa;
	text-decoration:none;
}

/* ------------------- */
/* główna ramka strony */
/* ------------------- */

#all {
	background:#fff;
	clear:both;
	float:left;
	overflow:auto;
	width:780px;
}

/* ------------------- */
/* header (top i menu) */
/* ------------------- */

#header {
	width:100%;
}

#top {
	height:235px;
	width:774px;
}

#menu {
	background:url("images/menu_bg.gif") no-repeat;
	height:62px;
	width:774px;
}

	#menu ul {
		list-style:none;
		margin:0 0 0 34px;
		padding:0;
	}

	#menu li {
		display:block;
		float:left; 
		margin:0;
		padding:0;
	}

	#menu a {
		display:block;
		height:62px;
		overflow:hidden;
	}

		#menu a img {
			display:block;
		}

		#menu a:hover img {
			margin-top:-62px;
		}

	#menu .on {
		margin-top:-124px;
	}

	#menu #rss {
		float:right;
		padding-right:20px;
	}

/* ------- */
/* content */
/* ------- */

#content {
	overflow:hidden;
	padding-top:10px;
	text-align:justify;
	width:100%;
}

.row {
	overflow:auto;
	padding-left:45px;
}

.cell {
	float:left;
	margin:30px 15px 0;
	padding-bottom:2px;
	width:318px;
}

	.a:after {
		content:url("images/arrow.gif");
	}

	.a:hover,.ext:hover {
		text-decoration:underline;
	}

	.ext:after {
		content:url("images/arrow_ext.gif");
	}

	.thumb {
		background:url("images/border.gif");
		height:231px;
		width:323px;
	}

		.thumb img {
			margin:14px 0px 0px 12px;
		}

	.grey {
		color:#9e9b96;
	}

.view {
	margin:30px 15px 0;
	padding-bottom:2px;
	width:666px;
}

	.view .large {
		display:block;
		margin:30px auto;
	}

	h1 {
		color:#53adaa;
		font-size:22px;   
		font-weight:normal;
		letter-spacing:-1px;
		line-height:20px;
		margin:10px 0 9px;
	}

		h1 span {
		color:#a9d6d5;
		font-size:18px;
		}

	p {
		margin:0;
		width:312px;
	}
	
	i {
		color:#8c8984;
	}
	
	.line {
		background:url("images/line.gif");
		border:none;
		height:4px;
		margin:7px 0 5px;
		width:312px;
	}

	.line-2 {
		background:url("images/line_2.gif");
		border:none;
		height:4px;
		margin:7px 0 5px;
		width:666px;
	}

	.line-3 {
		background:url("images/line_3.gif");
		border:none;
		height:4px;
		margin:0;
		width:780px;
	}

.caption {        
	margin:30px 0 5px 70px;
	overflow:hidden;
}

	.caption img {
		margin-bottom:-10px;
	}

	.caption a {
		color:#e69a90;
		font-family:Georgia,serif;
		font-size:36px;
		font-weight:bold;
		letter-spacing:-3px;
	}
	
.featured {
	color:#53adaa;
	font-family:Georgia,serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-2px;
	margin:30px 0 5px 70px;
}

/* ---------------- */
/* elementy "about" */
/* ---------------- */

	#leszek {
		float:left;
		margin-right:9px;
	}

	.left {
		float:left;
		width:150px;
	}

	.right {
		float:right;
		width:150px;
	}

	.link-list {
		list-style:none;
		margin:6px;
		padding:0;
	}

	.about-list {
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		list-style:none;
		margin:6px 0;
		padding-left:16px;
	}

		.about-list li {
			background:url("images/bullet.gif") center left no-repeat;
			margin:2px;
			padding-left:16px;
		}

			.about-list .big {
				font-size:20px;
			}

/* ----------------------- */
/* strzałka "wróć do góry" */
/* ----------------------- */

	#totop {
	}

		#totop a {
			display:block;
			height:50px;
			overflow:hidden;
		}

			#totop img {
				display:block;
			}

			#totop a:hover img {
				margin-top:-50px;
			}

/* ------ */
/* footer */
/* ------ */

#footer { 
	margin:40px 0 10px;
	width:780px;
} 