/*
	CSS reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
/*
	Styles
*/
body, html {
	height: 100%;
}
body {
	background: url(images/bg.png) top center repeat;
}
#bg-gradient {
	float: left;
	width: 100%;
	height: 100%;
	background: url(images/bg-gradient-linear.png) top center repeat-x;
	text-align: center;
}
#menu-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg-menu-container.png) top left repeat;
	text-align: center;
	z-index: 999;
	display: none;
}
	#menu {
		margin: 250px auto 0 auto;
		width: 566px;
	}
		#menu li {
			float: left;
		}
			#menu li a {
				float: left;
				width: 106px;
				height: 106px;
				margin-right: 9px;
				background: url(images/menu.png) top left no-repeat;
				text-indent: -9999px;
			}
			#menu li a.last {
				margin: 0;
			}
			#menu li a.home {
				background-position: 0 -424px;
			}
				#menu li a.home:hover {
					background-position: -106px -424px;
				}
			#menu li a.about {
				background-position: 0 0;
			}
				#menu li a.about:hover {
					background-position: -106px 0;
				}
			#menu li a.cv {
				background-position: 0 -318px;
			}
				#menu li a.cv:hover {
					background-position: -106px -318px;
				}
			#menu li a.contact {
				background-position: 0 -212px;
			}
				#menu li a.contact:hover {
					background-position: -106px -212px;
				}
			#menu li a.blog {
				background-position: 0 -106px;
			}
				#menu li a.blog:hover {
					background-position: -106px -106px;
				}
#center {
	margin: 0 auto;
	width: 980px;
	position: relative;
	background: url(images/bg-gradient.png) top center no-repeat;
	padding-bottom: 50px;
}
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}
	#bg-logo {
		margin: 0 auto;
		display: block;
		width: 178px;
		height: 164px;
		background: url(images/bg-logo.png) top center no-repeat;
		text-indent: -9999px;
	}
	#images-container {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
		#images-container a {
			float: left;
			margin: 0 30px 30px 0;
			width: 300px;
			height: 182px;
			text-indent: -9999px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
			position: relative;
		}
		#images-container a.last {
			margin: 0 0 30px 0;
		}
			#images-container a.img1 {
				background: url(images/portfolio/finalap.jpg) top center no-repeat;
			}
			#images-container a.img2 {
				background: url(images/portfolio/mobisan.jpg) top center no-repeat;
			}
			#images-container a.img3 {
				background: url(images/portfolio/swat-slovenia.jpg) top center no-repeat;
			}
			#images-container a.img4 {
				background: url(images/portfolio/finalap-logo.jpg) top center no-repeat;
			}
			#images-container a.img5 {
				background: url(images/portfolio/rock-hard.jpg) top center no-repeat;
			}
			#images-container a.img6 {
				background: url(images/portfolio/wtcc-brno.jpg) top center no-repeat;
			}
			#images-container a.img7 {
				background: url(images/portfolio/car-skin.jpg) top center no-repeat;
			}
			#images-container a.img8 {
				background: url(images/portfolio/skate.jpg) top center no-repeat;
			}
			#images-container a.img9 {
				background: url(images/portfolio/silverhawks.jpg) top center no-repeat;
			}
			#images-container a.img10 {
				background: url(images/portfolio/fiat-500.jpg) top center no-repeat;
			}
			#images-container a.img11 {
				background: url(images/portfolio/novaksblog.jpg) top center no-repeat;
			}
			#images-container a.img12 {
				background: url(images/portfolio/kovinar-kocevje.jpg) top center no-repeat;
			}
			#images-container a.img13 {
				background: url(images/portfolio/najnaj.jpg) top center no-repeat;
			}
			#images-container a.img14 {
				background: url(images/portfolio/tende-vegard.jpg) top center no-repeat;
			}
			#images-container a.img15 {
				background: url(images/portfolio/hummer.jpg) top center no-repeat;
			}
			#images-container a.img16 {
				background: url(images/portfolio/guitar.jpg) top center no-repeat;
			}
			#images-container a.img17 {
				background: url(images/portfolio/bitis.jpg) top center no-repeat;
			}
			#images-container a.img18 {
				background: url(images/portfolio/3d-wips.jpg) top center no-repeat;
			}
#images-container a span.new {
	position: absolute;
	top: -12px;
	right: 10px;
	background: url(images/new.png) top center no-repeat;
	width: 47px;
	height: 28px;
}
#images-container a span.website,
#images-container a span.logo,
#images-container a span.image2d,
#images-container a span.image3d,
#images-container a span.photo {
	position: absolute;
	bottom: 10px;
	left: -12px;
	height: 36px;
}
#images-container a span.website {
	width: 64px;
	background: url(images/website.png) top left no-repeat;
}
#images-container a span.image3d {
	width: 68px;
	background: url(images/3dimage.png) top left no-repeat;
}
#images-container a span.image2d {
	width: 68px;
	background: url(images/2dimage.png) top left no-repeat;
}
#images-container a span.logo {
	width: 52px;
	background: url(images/logo.png) top left no-repeat;
}
#images-container a span.photo {
	width: 58px;
	background: url(images/photo.png) top left no-repeat;
}
.doodle {
	position: absolute;
}
.right-click {
	top: 60px;
	right: 130px;
	width: 267px;
	height: 101px;
	text-indent: -9999px;
	background: url(images/doodle-right-click.png) top center no-repeat;
}
/*
	Contact
*/
#contact {
	width: 400px;
	padding: 20px;
}
	#contact h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #333;
	}
label {
	display: block;
	color: #333;
	margin: 5px 0 1px 0;
}
input, textarea {
	border: 1px solid #ddd;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 5px;
	width: 390px;
	border-top: 1px solid #7c7c7c;
	background: url(images/bg-input.png) top left repeat-x;
}
textarea {
	height: 100px;
}
input[type="submit"] {
	width: auto;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	background-color: #018ac5;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	cursor: pointer;
}

	
	
	
	
	
	
	