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

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

body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat;

	background-color:#C0C2B7;
	width:830px;
	margin:0 auto;
	margin-top:60px;
	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:underline;
}
a:hover{
	color:#CC9933;
	text-decoration:none;
}
h4{
	color:#FFFFFF;
	background-color:#626657;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding:3px;
	font-family:Arial;
}
h5{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-top:15px;
	padding-bottom:0px;
}
h6{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	padding-top:5px;
	padding-bottom:0px;
}
p{
	color:#626657;
	font-size:12px;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:19px;
}
.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:left;
	width:405px;
	text-align:justify;
}
.left_cont{
	float:right;
	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:190px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show3{
	width:200px;
	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:12px;
}

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

fieldset{
	color:#626657;
	margin:10px;
	padding:7px;
	border:0px solid #999999;
	
}
legend{
	color:#626657;
	font-weight:normal;
	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:14px;
}
#footer a:link, #footer a:visited{
	color:#626657;
	text-decoration:underline;
}
#footer a:hover{
	color:#626657;
	text-decoration:underline;

}

#twitter{
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/twitter.jpg") no-repeat 0 0;

}

#twitter:hover
{ 
  background-position: 0px -23px;
}

#twitter span
{
  display: none;
}


#facebook{
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/facebook.jpg") no-repeat 0 0;

}

#facebook:hover
{ 
  background-position: 0px -23px;
}

#facebook span
{
  display: none;
}

#linkedin{
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/linkedin.jpg") no-repeat 0 0;

}

#linkedin:hover
{ 
  background-position: 0px -23px;
}

#linkedin span
{
  display: none;
}
