
@font-face {
 font-family: 'Cambria';
 src: url('fonts/Cambria.eot');
 src: url('fonts/Cambria.eot?#iefix') format('embedded-opentype'),
 url('fonts/Cambria.woff') format('woff'),
 url('fonts/Cambria.ttf') format('truetype'),
 url('fonts/Cambria.svg#Cambria') format('svg');
 font-weight: normal;
 font-style: normal;
}


html, body {
	height: 100%;
	
}
body {
	width: 100%;
	background: url(../image/bg.png) repeat;	
}
ul {
list-style-type: none;
}
#header{
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 722px;
	right: 50%;
	overflow: visible;
	margin-right: 400px;
	top: -70px;
}

#navigation {
	position: absolute;
	z-index: 2;
	width: 70px;
	top: 350px;
	right: 50%;
	display: block;
	overflow: visible;
	margin-right: 402px;
}

a.link-home {
	display: block;
	width: 122px;
	height: 57px;
	margin-left: -3px;
	background: url(../image/button_joomla.png) no-repeat;
}

a.link-home:hover {
	background: url(../image/button_joomla_active.png) no-repeat;
}

a.link-portfolio {
	display: block;
	width: 122px;
	height: 57px;
	margin-left: 2px;
	margin-top: 20px;
	background: url(../image/button_lj.png) no-repeat;
}

a.link-portfolio:hover {
	background: url(../image/button_lj_active.png) no-repeat;
}

a.link-portfolio-2 {
	display: block;
	width: 122px;
	height: 57px;
	margin-left: 7px;
	margin-top: 20px;
	background: url(../image/button_wp.png) no-repeat;
}

a.link-portfolio-2:hover {
	background: url(../image/button_wp_active.png) no-repeat;
}

.content{
	left: 0;
	right: 0;
	position: absolute;
	height: 920px;
}

.content-inner{
top: 230px;
position: relative;
background: rgba(248, 237, 205, 0.7);
height: 653px;
box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
-moz-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
-webkit-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
width: 954px;
}

.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: #000;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	z-index: 1;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.panel:target{
	margin-top: 0%;
	background-color: rgba(0,0,0,0.2);
}

#home:target ~ #navigation a.link-home {background: url(../image/button_joomla_active.png) no-repeat;}
#portfolio:target ~ #navigation a.link-portfolio {background: url(../image/button_lj_active.png) no-repeat;}
#portfolio-2:target ~ #navigation a.link-portfolio-2 {background: url(../image/button_wp_active.png) no-repeat;}

.work, .work2 {
	background: #7D6A66;
	height: 125px;
	margin-top: 70px;
	box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
-moz-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
-webkit-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
}

.work img {
margin-left: 35px;
margin-top: 10px;
}

.work2{margin-left: 100px !important;}

.work2 img {
margin-left: 35px;
margin-top: 10px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 0px;
	background: #7D6A66;
	width: 935px;
	padding: 15px;
	box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
	-webkit-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.43);
	z-index: 3;
}

#logo-right {
position: relative;
float: left;
margin-left: 260px;
width: 200px;
}

#logo-left{
	position: relative;
	float: left;
	width: 450px;
	margin-left: 20px;
}

#logo-left p, #logo-right p {
	font-family: Cambria;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F8EDCD;
	font-size: 20px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	filter: Shadow(Color=#787878, Direction=135, Strength=1);
}

#logo-right a {
	font-family: Cambria;
	color: #E4E2C9;
}

#logo-right a:hover {
	font-family: Cambria;
	color: #BAC6B0;
}