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

img, div, a, input { behavior: url(iepngfix.htc)}

body {
	background-color:#000;
	font-family:Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	line-height:17px;
	text-align:left;
	margin:0;
	padding:0;
}

a { 
	color:#696969;
	text-decoration:none;
	outline:none;
}

a:hover { 
	color:#67a;
}

#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:610px;
	position:relative;
}

#nicolasbernal {
	height:153px;
	width:98px;
	position:absolute;
	z-index:1;
}

#nicolasbernal a{
	color:transparent;
}

#frame {
	height:422px;
	width:600px;
	background:url(img/frame.png) no-repeat;
	top:121px;
	position:relative;
	margin-left:3px;
	padding-top:20px;
}

#nav {
	margin:100px 0px 0px 105px;
	position:absolute;
	font:Helvetica, sans-serif, Times, serif;
}

#nav ul {
	display:inline;
	list-style: none;
}

#nav ul li {
	float:left;
}

#nav a {
	margin:0px;
    color: #313131;
    text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9.4pt;
	letter-spacing:1pt;
}

#nav a:hover {
	color: #848484;
}
		
#nav a.current {
	color: #fff;
}

/* Contact */

#about, .contact {
    width:405px;
	height:320px;
	margin-top:50px;
	margin-left:100px;
	text-align:left;
}

#tswname, #tswemail, #tswcomments {
	width:390px;
	padding:5px;
	border:none;
	margin-bottom:10px;
}

.button {
	margin-right:20px;
}

/* Sliding Panels */

#caption {
	width:480px;
	position:absolute;
	top:45px;
	left:61px;
}

a:focus {
	outline: none;
}
#panel {
	background: transparent url(../images/black75.png);
	height: 300px;
	display: none;
	z-index:-1;
}
.btn-slide {
	background: url(../images/info.gif) no-repeat right -50px;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0px auto;
	display: block;
	text-decoration: none;
	z-index:2;
}
.active {
	background-position: right 0px;
	z-index:1;
}