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

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

body{
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:center 190px;
	background-color:#c72105;
	width:830px;
	margin:0 auto;
	margin-top:100px;
	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:#c72105;
	text-decoration:none;
}
a:hover{
	color:#CC9933;
	text-decoration:underline;
}
h4{
	color:#FFFFFF;
	background-color:#161616;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica;
}
h5{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-top:15px;
	padding-bottom:0px;
}
p{
	color:#ffffff;
	font-size:11px;
	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:#161616;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
.right_cont{
	float:left;
	width:405px;
	text-align:justify;
	background-color: #161616;
}
.left_cont{
	float:right;
	width:405px;
	text-align:justify;
	background-color: #161616;
}

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

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

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

#show1{
	width:400px;
	height:430px;
	float:left;
	background-color:#161616;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show2{
	width:190px;
	height:430px;
	float:left;
	background-color:#161616;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show3{
	width:200px;
	height:430px;
	float:left;
	background-color:#161616;
	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:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#161616;
	text-decoration:underline;
}
