@import url(reset.css);

/*--------------------------------------------------
Colores
            100%        50%
Amarillo:   #ECD078     #F5E7BB
Naranja:    #D95B43     #ECADA1
Rojo:       #C02942     #DF94A0
Violeta:    #542437     #A9919B
Celeste:    #53777A     #A9BBBC
--------------------------------------------------*/


/*--------------------------------------------------
Tipografia y gral
--------------------------------------------------*/
@font-face {
	font-family: 'HamburgerHeavenRegular';
	src: url('fonts/HAMBH___.eot');
	src: local('HamburgerHeaven Regular'), local('HamburgerHeaven'), url('fonts/HAMBH___.woff') format('woff'), url('fonts/HAMBH___.ttf') format('truetype'), url('fonts/HAMBH___.svg#HamburgerHeaven') format('svg');
}

body{
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4em;
}

h1, h2{
    font-family: "HamburgerHeavenRegular", Helvetica, Arial, sans-serif;
}

h1{
    color: #53777a;
    font-size: 48px;
}

h2{
    color: #542437;
    font-size: 24px;
}

h2, #content p {
	margin-bottom: 0.4em;
}

h2:not(:first-child){
    margin-top: 0.5em;
}

#header h1{
    float: left;
}

abbr{
	border-bottom: 1px dashed #666;
}

li{
    line-height: 1.5em;
}

#footer p{
    font-size: 10px;
}


/*--------------------------------------------------
Estructura
--------------------------------------------------*/

html{
    display: table;
    width: 100%;
    height: 100%;
}

body{
    background: url(img/bg.png); /* fallback */
    background:
        url(img/deg-up.png) top fixed repeat-x,
        url(img/deg-down.png) bottom fixed repeat-x,
        url(img/bg.png);

    display: table-cell;
    vertical-align: middle;
}

    body.kc{
        background: url(img/bg.gif); /* fallback */

        background:
            url(img/deg-up.png) top fixed repeat-x,
            url(img/deg-down.png) bottom fixed repeat-x,
            url(img/bg.gif);
    }

#wrapper{
    width: 720px;

    background: #fff;

    margin: 0 auto;
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
}

#header{
	padding: 20px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 15px;
}

#content-wrapper{
	padding: 10px;
	overflow: hidden;
}

#content{
    width: 460px;
    height: 300px;
    float: left;
    margin-left: 20px;

}

#content > li {
    float: left;
    width: 460px;
    height: 310px;
    position: relative;
}


#footer{
    padding: 10px;
    border-top: 4px solid #ccc;
    margin-top:15px;
}

#konami-star{
    width: 100px;
    height: 100px;
    background: url(img/konami.gif) top left no-repeat;
    position: absolute;
    top: -50px;
    right: -50px;
}

#avatar{
    float: left;
    -webkit-box-shadow: 0 5px 5px #ccc;
    -moz-box-shadow: 0 5px 5px #ccc;
}


/*--------------------------------------------------
Listas
--------------------------------------------------*/

ul.social{
    overflow: hidden;
}

.social li, .nav li{
    float:left;
}

.social li a, .nav li a{
	display:block;
    text-indent: -9999px;
	background: url(img/sprites.png) no-repeat;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
}
.social li a{
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.social a[title="Facebook"]{       background-position: 0px 0px;}
.social a[title="Facebook"]:hover{ background-position: 0px -24px;}
.social a[title="Flickr"]{         background-position: -24px 0px;}
.social a[title="Flickr"]:hover{   background-position: -24px -24px;}
.social a[title="Last.fm"]{        background-position: -48px 0px;}
.social a[title="Last.fm"]:hover{  background-position: -48px -24px;}
.social a[title="Vimeo"]{          background-position: -72px 0px;}
.social a[title="Vimeo"]:hover{    background-position: -72px -24px;}
.social a[title="YouTube"]{        background-position: -96px 0px;}
.social a[title="YouTube"]:hover{  background-position: -96px -24px;}
.social a[title="Twitter"]{       background-position: -120px 0px;}
.social a[title="Twitter"]:hover{ background-position: -120px -24px;}
.social a[title="The Auteurs"]{       background-position: -144px 0px;}
.social a[title="The Auteurs"]:hover{ background-position: -144px -24px;}


.email{
    display: block;
}

.nav{
    float: right;
}

.nav li a{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.nav a[title="Amigos"]{         background-position: 0px -64px;}
.nav a[title="Amigos"]:hover{   background-position: 0px -48px;}
.nav a[title="Enviar un mail"]{       background-position: -32px -64px;}
.nav a[title="Enviar un mail"]:hover{ background-position: -32px -48px;}
.nav a[title="vCard"]{          background-position: -16px -64px;}
.nav a[title="vCard"]:hover{    background-position: -16px -48px;}


/*--------------------------------------------------
Clear
--------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}