@charset "UTF-8";
/* CSS Document */

/* --------------GENERAL---------------- */

body{
/* 	background-image:url(../images/bg.gif); */
	background-repeat:no-repeat;
	background-position:center 190px;
	background-color:#000000;
	width:830px;
	margin:0 auto;
	margin-top:25px;
	font-size:12px;
}
button{
	border:none;
	background:none;
}

button:active, button:focus {outline:0;}
img:active, img:focus {outline:0;}
:active, :focus {outline:0;}

a:link, a:visited{
	color:#CC9933;
	text-decoration:none;
}
a:hover{
	color:#CC9933;
	text-decoration:underline;
}
h1{
	color:#FFFFFF;
	background-color:#626657;
	font-size:14px;
	font-weight:normal;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica;
}
h2{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-top:15px;
	padding-bottom:0px;
}
p, li{
	color:#626657;
	font-size:14px;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:16px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.show{
	width:810px;
	height:430px;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
.right_cont{
	float:right;
	width:405px;
	text-align:justify;
}
.left_cont{
	float:left;
	width:405px;
	text-align:justify;
}

/* --------------header---------------- */

#header{
	width:200px;
	margin-bottom:-18px;
}

/* --------------HOME section---------------- */

#show1{
	width:400px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show2{
	width:400px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
}
#latest_works img{
	margin:10px 0px 0px 10px;
}
.date{
	font-size:11px;
	color:#999999;
	margin-left:10px;
	font-style:italic;
}
.ft-title{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 380px;
	text-align: left;
	font-size:12px;
}
.bgh{
	list-style:none;
	margin:0px;
}
.bgh li{
	margin-top:-2px;
}

/* --------------ABOUT section---------------- */

.about_me{
	padding:10px;
	padding-bottom:0px;
}

/* --------------WORK section---------------- */

.portfolio{
	padding:10px;
	padding-right:0px;
	padding-bottom:0px;
}
.bg{
	margin:0px;
}
.bg li{
	list-style:none;
	display:block;
	float:left;
}
.domain{
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	width:375px;
	padding:5px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:11px;
}

/* --------------CONTACT section---------------- */

fieldset{
	color:#626657;
	margin:10px;
	padding:7px;
	border:1px solid #999999;
	font-style:italic;
}
legend{
	color:#626657;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
}

/* --------------FOOTER---------------- */

#footer{
/* 	background-image:url(../images/bottom_background.jpg); */
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	padding-top:10px;
}
#footer a:link, #footer a:visited{
	color:#626657;
	text-decoration:none;
}
#footer a:hover{
	color:#626657;
	text-decoration:underline;
}

/* --------------iPHONE---------------- */

#iphone {
	width: 230px;
	height: 346px;
	background-image: url(/blb/iphone/bg.png);
	padding: 122px 76px 197px;
	right: 509px;
	left: 3px;
}

#iphone .img {
	width: 230px;
	height: 346px;
	overflow: hidden;
	position: relative;
}

#iphone a {
	height: 57px;
	width: 179px;
	display: block;
	position: absolute;
	top: 150px;
	z-index: 1;
	background-image: url(/blb/iphone/clicktoplay.png);
	text-indent: -9999px;
	left: 26px;
}

#iphone img {
	filter: alpha(opacity = 30);
	width: 230px;
}

#iphone .hvlog img {
	opacity: 0.3;
	filter:alpha(opacity=50);
}

#iphone a:hover {
	background-position: 0 -57px;
}

#iphone a:active {
	background-position: 0 -114px;
}

#iphone object {
	width: 230px;
	height: 346px;
}

#iphone embed {
	width: 230px;
	height: 346px;
}

/* --- */

.mirror #iphone {
	left: 509px;
	right: 3px;
}

