/*
Theme Name: Portfolio Theme 2010.
Theme URI: http://www.antoniorillera.com
Description: Best theme ever.
Version: 1.0
Author: Me
Author URI: http://www.antoniorillera.com
*/

@charset "utf-8";
/* CSS Document */
h1 { font-size:36px; font-family: Verdana, Helvetica, sans-serif; color: #838383; font-weight: bold;}
h2 { font-size:28px; font-family: Verdana, Helvetica, sans-serif; color: #999; font-weight: bold;}
h3 {
	font-size:24px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
h4 { font-size:20px; font-family: Verdana, Helvetica, sans-serif; color: #999; font-weight: bold;}
h5 { font-size:18px; font-family: Verdana, Helvetica, sans-serif; color: #999; font-weight: bold;}
h6 {
	font-size:14px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #696969;
	line-height:25px;
	font-weight: bold;
}


#cu3er-container {
	text-align:center;
	margin:0 auto;
	width:1024px;
	height:600px;
	outline:0;
}

.footer {
	text-align:center;
	color:#999;
}
.default {
	font-size:16px;
	color:#838383;
}
.clear {
	clear: both;
}

.button {
	padding-left:8px;
	float: left;
}

#home {
	padding-left:0px;
	margin:0 auto;
	text-align:center;
	display: block;
}
#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}

#about {
	padding:35px;
	display: none;
	z-index:50;
}
#about-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#contact {
	padding-left:35px;
	display: none;
}
#contact-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}
#work {
	padding-left:35px;
	display: none;
}
#work-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}
#reel {
	padding-left:35px;
	display: none;
}
#network {
	padding-left:35px;
	display: none;
}
#network-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#page-wrap {
	width: 100%;
	background: white;
	margin: 20px auto;
}
body {
	background-color:#eeeeee;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	position:absolute;
	width:100%;
	height:100%;
}
#navbar {
	position:absolute;
	width:100%;
	height:65px;
	top:0px;
	left:0px;
	background-color:#e1e1e1;
	background-image:url(images/nav_bg.png);
	background-repeat:repeat-x;
}
#content {
	position:absolute;
	float:right;
	width:100%;
	height:100%;
	top:65px;
	left:0px;
	background-color:#eeeeee;
	background-repeat:no-repeat;
}
#footer {
	position:absolute;
	width:100%;
	height:50px;
	top:768px;
	left:0px;
}

#logo {
	margin:14px;
	float:right;
	width:216px;
	height:36px;	
}

#about_bg {
    position: relative; 
}

#about_bg img{
    position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index:10;
}
#galleria{
	width:700px;
	margin:20px auto;
	position:absolute;
	float:left;
	z-index:15;}