* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: url('img/bg.jpg') #222;
	text-align: center;
}

div.container {
	width: 980px;
	margin: auto;
	text-align: left;
}

h2 {
	font-family: Cambria, Georgia, Serif;
	font-size: 32px;
	color: white;
	font-weight: normal;
	line-height: 0.7em;
	margin: 0px 0px 25px 20px;
	text-shadow: 1px 1px 0px black;
}

h2 small {
	font-size: 12px;
	display: block;
	color: #c87711;
}

a {
	cursor: pointer;
}

p, span {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #999;
	text-indent: 15px;
	text-align: justify;
	margin: 15px 0px 0px 30px;
	line-height: 150%;
	display: block;
}

p a, span a {
	color: #DDD;
	text-decoration: none;
	border-bottom: 1px dotted #BBB;
}

p a:hover, span a:hover {
	color: white;
	border-bottom: 0px;
}

p b, span b {
	color: #DDD;
}

div.clear {
	clear: both;
}

div.header {
	width: 1034px;
	height: 209px;
	background: url('img/header.png') no-repeat 51% top;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

div.header div.menu {
	margin: 0 auto;
	width: 480px;
	position: relative;
	left: 100px;
}

a.home, a.portfolio, a.aboutme, a.contact {
	margin: 5px;
}

a.home {
	height: 40px;
	width: 85px;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 75px;
}

a.portfolio {
	height: 47px;
	width: 101px;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 58px;
}

a.aboutme {
	height: 50px;
	width: 119px;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 35px;
}

a.contact {
	height: 44px;
	width: 107px;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 26px;
}

div.featured {
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
	position: relative;
	top: -130px;
	left: 735px;
	z-index: 20;
}

div.featured img#thumbtack {
	position: absolute;
	margin-left: 120px;
	margin-top: -10px;
}

div.welcome {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 10px;
}

div.about {
	float: left;
	width: 137px;
	margin: 80px 0px 0px 10px;
	position: relative;
}

div.photo {
	margin-left: 5px;
	width: 145px;
	cursor: pointer;
}

a.downloadcv {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url('img/b_download.png') no-repeat;
	width: 174px;
	height: 36px;
	margin: 10px 0px 0px 50px;
}

a.readmore {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url('img/b_readon.png') no-repeat;
	width: 120px;
	height: 32px;
	margin-top: 10px;
}

a.readmore:hover {
	background: url('img/b_readon_on.png') no-repeat;
}

div.latests {
	margin: 20px 10px 0px 10px;
}

div.latest {
	float: left;
	width: 296px;
	margin-left: 18px;
}

div.contact {
	float: left;
	margin: 20px 0px 0px 10px;
}

div.contact div.postcard {
	height: 309px;
	width: 589px;
	background: url('img/postcard.png') no-repeat;
	margin: 0px 0px 30px 20px;
}

div.contact div.postcard div.message {
	float: left;
}

div.contact div.postcard div.message textarea {
	background: transparent;
	font-family: Cambria, Georgia, Serif;
	width: 250px;
	height: 170px;
	margin: 33px 0px 0px 15px;
	display: block;
	color: #333;
	text-indent: 40px;
	font-size: 16px;
}

div.message label {
	text-indent: -9999px;
	width: 158px;
	height: 23px;
	display: block;
	float: left;
	margin: 0px 10px 0px 50px;
}

div.contact div.postcard div.sender {
	padding: 145px 0px 0px 0px;
}

div.contact div.postcard div.sender input.inp, div.contact div.postcard div.message input.inp, div.contact div.postcard div.message input.hiba {
	height: 25px;
	width: 220px;
	font-family: Cambria, Georgia, Serif;
	font-size: 16px;
	margin: 15px 0px 0px 60px;
	background: transparent;
	color: #333;
}

div.contact div.postcard div.message input.inp, div.contact div.postcard div.message input.hiba {
	width: 100px;
	margin: 0px;
	border-bottom: 1px solid #bebebe;
	padding: 3px 3px 0px 3px;
	margin: 0px 0px 10px 0px;
}

div.contact div.postcard div.message input.hiba { color: red; }

img#imgCaptcha {
	margin: 0px 0px 0px 20px;
	vertical-align: middle;
}

input.send {
	margin: 20px 0px 0px 80px;
	width: 150px;
	height: 30px;
	cursor: pointer;
}

div.icons {
	float: right;
	margin: 20px 10px 0px 0px;
	width: 340px;
}

a.rss, a.facebook, a.youtube, a.digg, a.stumble {
	display: block;
	text-indent: -9999px;
	margin: 15px 0px 0px 30px;
}

a.rss {
	background: url('img/s_rss.png') no-repeat;
	width: 232px;
	height: 29px;
}

a.facebook {
	background: url('img/s_facebook.png') no-repeat;
	width: 259px;
	height: 30px;
}

a.youtube {
	background: url('img/s_youtube.png') no-repeat;
	width: 183px;
	height: 30px;
}

a.digg {
	background: url('img/s_digg.png') no-repeat;
	width: 93px;
	height: 29px;
	float: left;
}

a.stumble {
	background: url('img/s_stumble.png') no-repeat;
	width: 152px;
	height: 26px;
	float: right;
	margin-right: 30px;
}

div.icons p {
	background: url('img/s_reserved.png') no-repeat;
	text-indent: -9999px;
	width: 236px;
	height: 41px;
	margin: 60px 0px 0px 50px; 
}

div.pencil {
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
	position: relative;
	left: -80px;
	top: 10px;
}

div.preload {
	position: absolute;
	top: -9999px;
	display: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

a#prev, a#next {
	width: 100px;
	height: 300px;
	float: left;
	text-align: center;
	background: url('img/prevnext.png') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

a#prev {
	margin: 0px 0px 0px 10px;
	background-position: 0px 50%;
}

a#prev:hover {
	background-position: -100px 50%;
}

a#next {
	background-position: -300px 50%;
}

a#next:hover {
	background-position: -200px 50%;
}

div.latest {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 730px;
	height: 280px;
	position: relative;
	border: 10px solid #343434;
}

div.latest div.folio {
	position: absolute;
	height: 280px;
	width: 10000px;
	border: 1px solid #333;
	border-left: 0px;
	border-right: 0px;
	background: #222;
}

div.latest div.folio div.work {
	float: left;
	margin: 0px 0px 0px 0px;
}

div.latest div.folio div.work img {
	width: 730px;
	height: 280px;
}

div.latest div.folio div.work a {
	text-decoration: none;
	color: #feab16;
}

div.latest div.folio div.work a b {
	font-size: 16px;
	display: block;
	font-family: Cambria, Georgia;
	border: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 10px 0px 0px 20px;
	background: url('img/bg_folio.png');
	position: relative;
	top: -50px;
	height: 50px;
	width: 710px;
	cursor: pointer;
}

div.latest div.folio div.work a b small {
	display: block;
	color: #DDD;
	font-style: italic;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
}

div.latest div.folio div.work a:hover {
	color: white;
}

ul.scroll {
	margin: 10px 0px 0px 375px;
}

ul.scroll li {
	float: left;
}

ul.scroll li a {
	display: block;
	line-height: 25px;
	width: 25px;
	margin: 1px;
	background: url('img/b_scroll_off.png') no-repeat center center;
	text-indent: -9999px;
}

ul.scroll li a.active {
	background: url('img/b_scroll_on.png') no-repeat center center;
}

img.nothere {
	margin: 100px 0px 0px 0px;
}

div.nothere {
	text-align: center;
	margin: 0px auto;
	width: 700px;
}

a.twitter {
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #eaeaea;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	line-height: 150%;
	overflow: hidden;
	padding: 5px 20px 0px 20px;
	text-align: justify;
}

a.gotozh {
	background: url('img/b_gotozh.png') no-repeat;
	height: 25px;
	width: 202px;
	display: block;
	text-indent: -9999px;
	border: 0px;
}

img.getff {
	margin: 200px 0px 0px 0px;
}

a.langchange {
	display: block;
	width: 100px;
	height: 22px;
	position: absolute;
	top: 5px;
	right: -140px;
	text-indent: -9999px;
	background: url('img/buttons_lang.png') no-repeat;
}

div.twitter {
	display: none;
	background: url('img/twitterbubble_bottom.png') no-repeat bottom center;
	position: absolute;
	width: 242px;
	bottom: 115px;
	right: -25px;
	padding-bottom: 25px;
	z-index: 400;
}

div.twitter div.top {
	width: 242px;
	height: 34px;
	background: url('img/twitterbubble_top_en.png') no-repeat;
	text-indent: -9999px;
}

div.twitter div.tweet {
	background: url('img/twitterbubble_bg.png') repeat-y center;
}

div.twitter span.timeago {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	display: block;
	line-height: 1.2em;
}

span.welcometxt {
	display: block;
	height: 157px;
	background: url('img/text_en.png') no-repeat top left;
	width: 470px;
	text-indent: -9999px;
}

div.whatido {
	float: right;
	width: 320px;
	margin: 10px 0px;
}

div.whatido span.design, div.whatido span.coding {
	background: url('img/button_what_en.png') no-repeat;
	height: 50px;
	line-height: 60px;
	display: block;
	padding-left: 35px;
	font-size: 10px;
	color: #a0a0a0;
	width: 240px;
	margin: 0px 0px 5px 20px;
}

div.whatido span.coding { background-position: 0px -68px; }

a.newwin {
	position: absolute;
	z-index: 80;
	top: 230px;
	margin-left: 680px;
	height: 50px;
	width: 50px;
	background: url('img/newwindow.png') no-repeat center center;
	text-indent: -9999px;
}



















