body {
	margin: 0px;
	padding: 0px;	
	font-family: Arial,Tahoma,Verdana;
	font-size: 12px;
	background-image: url('../../media/img/bg.jpg');
	background-color: #ededed;
	color: #bcc5ca;
}
a {
	text-decoration: none;
	color: #bcc5ca;
}
a:hover {
	color: #ffffff;
}
img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 1000px;
	background-image: url('../../media/img/tomaszsoluch2.jpg');
	background-repeat:no-repeat;
}

/* LOGO */
h1#logo {
	margin: 0px;
	float: left;
	padding: 0px;
	font-size: 10px;
	position: relative;
	width: 309px;	
}
h1#logo a {
	background-image: url('../../media/img/tomaszsoluch.jpg');
	width: 309px;
	height: 186px;
	display:block;
	overflow:hidden;
}
h1#logo a span {
	position: absolute;
	text-indent: -2000px;
}

#seo_tags {
	text-align: right;
	width: 640px;
	padding-right: 50px;
	padding-top: 10px;
	float: left;
}
#seo_tags h2 {
	font-size: 12px;
	color: #708086;
	font-weight: normal;
	display: inline;
	padding: 0px 4px;
	margin:0px;	
}
#seo_tags span{
	display: inline;	
}



/* LEWY PANEL */
#left {
	width: 226px;
	padding-right: 31px;
	float: left;
}
#menu {
	padding: 0px;
	margin: 15px 0px;	
}
#menu li {
	list-style: none;	
	padding: 0px;
	margin: 0px;
}
#menu h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;	
	font-weight: normal;
	color: #bcc5ca;
}
#menu h3 a {
	color: #bcc5ca;
	padding: 2px 0px 2px 50px;
	display: block;
}
#menu h3 a:hover {
	background-color: #1a4556;
	color: #ffffff;
}
#menu .active {
	background-color: #1a4556;
	color: #ffffff;	
}
.additionl_info {
	margin-left: 50px;
	color: #bcc5ca;
	line-height: 20px;
}
.additionl_info strong {
	color: #dcdcdc;
}

.copyright {
	background-color: #0f0f0f;
	color: #85898b;
	font-size: 11px;
	margin-top: 20px;
	padding: 8px 0px 8px 50px;
	
}

/* SRODEK */
#center {
	width: 743px;
	float: left
}
.project {
	float: left;
	display:inline;
	margin-top: 18px;
	margin-right: 12px;	
}
.thumb {
	width: 217px;
	height: 134px;
	background-color: #dcdcdc;
	padding-top: 4px;
	position:relative;
	text-align:center;
	
}
.see_more {
	width: 194px;
	right: 0px;
	top: 50px;
	visibility: hidden;
	height: 35px;
	position: absolute;
	cursor: pointer;
}
.description {
	color: #dcdcdc;
	padding: 8px 0px;
	line-height: 16px;
	text-align: center;
	overflow:hidden;
	height: 34px;
	width: 217px;
}

/* STOPKA */
#footer {
	clear:both;
}

/* PAGINATION */
.pagination {
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.pagination a {
	color: #B3BBBF;
	padding: 0px 3px;
}
.pagination a:hover {
	color: #DCDCDC;
}
.pagination strong {
	color: #ffffff;
	padding: 0px 2px;
}
	
	
.clear_l {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow:hidden;
}
.clear_r {
	clear: right;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow:hidden;	
}

