/*-----------Adam Koniuszewski------------------*/

* { padding: 0; margin: 0; }

body {
 background-color: #F0F0F0;
	
}

img {

	border:0px solid #DFDFDF;
	padding-bottom: 20px;
}
#container { 

 width: 920px;
 padding-top: 50px;
 padding-left: 60px;
}


/* ----------Start of Header -------- */

#nav {
width: 900px;
height: 100px;
padding-top: 0px;
}

#header {
  width: 900px;
  padding: 10px 0 10px;
  height: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  text-align: left;
  font-style: normal;
}

#header h1 {
color:#777;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
letter-spacing:-1px;
line-height:24px;
padding-top:9px;
}

#header a, a:visited {
text-decoration: none;
color:#222;
}

#header a:hover{
text-decoration: underline;
color:#222;
}

#header_logo {
  width: 300px;
  height: 50px;
  float:left;

}

#header_contact {
  float: right;
  position:relative;
	width: 400px;
	padding-top: 20px;
	font-size: 12px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #666;
	text-align: right;
}

#header_contact h1 {
	width: 250px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #999;
	text-align:left;
	padding-bottom: 10px;
}

#header_contact a, a:visited {
	text-decoration: none;
	color: #444;
	padding: 3px;
}

#header_contact a:hover {
	text-decoration: underline;
}

#about {
	width: 720px;
	height: 85px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #383838;
	padding: 10px 0 10px;
	
	background-repeat:no-repeat;
	background-position:left center;
}
#about h1 {
	text-decoration: none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:26px;
	color: #DDDDDD;
	font-weight:normal;
}
/* ----------End of Header -------- */

/* ----------Start of content -------- */



.div {
border-bottom:0px dotted #444;
height:30px;
margin-bottom:20px;
width:920px;
}

#content { 
 width: 910px;
 color: #222;
 margin: 0;
 padding: 0px 0;
 z-index: 4;
 margin-left:-10px;
}

#content .project{
	display:block;
	float:left;
	font-family:Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica,Arial;
	font-size:12px;
	height:332px;
	line-height:15px;
	padding:10px;
	position:relative;
	width:210px;

}

#content .project-big{
	display:block;
	float:left;
	font-family:Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica,Arial;
	font-size:12px;
	line-height:15px;
	padding:10px;
	position:relative;
	width:720px;
	margin-bottom: 30px;
}

#content .opis{
	width: 140px;
	float: right;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	
	
}

#content .opis-nav {
border-bottom:1px dotted;
border-top:1px dotted;
color:#666666;
float:right;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
height:50px;
line-height:48px;
position:relative;
text-align:left;
width:140px;
}

#content .opis-nav a{
	text-decoration: none;
	padding: 3px;
	color:#222;
}

#content .opis-nav a:hover{
	text-decoration: underline;
}
#content .opis h2 {
	font-family:Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#content .opis p {
font-family:Arial,“Helvetica Neue”,Helvetica,sans-serif;
font-size: 12px;
padding-top: 5px;
font-style: italic;
}


/* ----------End of Content -------- */

/* ----------Start of Copyrights -------- */

#copyrights {
	background-color: #F0F0F0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333;
	font-family: verdana;
}
#copyrights a {
	text-decoration: none;
	color: #000;
}

#copyrights a:hover {
	text-decoration: underline;
}

#copyrights .cop {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* ----------End of Copyrights -------- */
/* ----------Start of footer -------- */
#footer {
  background:#F0F0F0 none repeat scroll 0% 0%;
  clear:both;
  color:#333333;
  height:125px;
  margin-top:0pt;
  text-align:left;
  width:900px;
  border-bottom: 0px dotted #444;
  border-top: 0px dotted #444;
  padding: 10px;
  
}
#footer a {
  color:#333;
  font-size:14px;
  margin-bottom:1000px;
  text-decoration:none;
  width:293px;
}

#footer a:hover {
	background:#333;
	color:#fff;
}
#footer h3 {
  color:#333;
  font-style: normal;
  font-family: verdana;
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #383838;
  border-top:1px solid #383838;
  padding-bottom: 3px;
  padding-left: 3px;
  
}
#footer .block {

  height:125px;
  margin-left:auto;
  margin-right:auto;
  width:900px;
}
#footer .section {

  float:left;
  height:110px;
  padding-top:5px;
  width:300px;
}



#footer .section p{
  border-bottom:1px dotted #383838;
  padding:3px;
  font-family: verdana;
  font-size: 14px;
}
#footer .ii {
  margin-top:5px;
}
/* ----------End of footer -------- */
