/*
#------------------------------------------------------------------------
# Blog personal de Vicent Cubells. Setembre de 2010.
#
# Copyright (C) 2010 karmarine.com. All Rights Reserved.
# Website: http://www.vcubells.net
# Need solutions?: http://karmarine.com, Free Solutions
# Contact: vicent@vcubells.net 
#------------------------------------------------------------------------
# Copyright (C) 2010 cubells. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: Vicent Cubells Peña
# Websites: http://www.vcubells.net - http://www.karmarine.com
#------------------------------------------------------------------------
*/



body {
    background: #f6f6f6 url('../imatges/background.jpg') repeat 0 0;
    font-family:Arial, sans-serif;
}

#blog {
    width: 978px;
    margin-left: auto;
    margin-right: auto;
    color: #d4d9de;
    text-shadow:1px 1px 1px #4f5963; 
    -moz-text-shadow:1px 1px 1px #000; 
    -webkit-text-shadow:1px 1px 1px #000;
}

#menu a {
    color: #d4d9de;
    text-decoration: none;
}
#menu a:hover {
    color: #e0b00b;
}
#logotip {
    position: relative;
    float:left;
}
#menu {
    position: relative;
    float:right;
    font-size: 20px;
    padding-right: 25px;
}

#menu li {
    display: inline;
    padding-right: 25px;
    height: 50px;
}
#menu ul li {
    border-bottom: 2px solid transparent;
}
#menu ul li a {
    text-align: right;
}
#menu ul li a:hover {
    text-decoration: none;
}
#contingut {
    height: 500px;
}

#peu {
    border-top: 1px solid #d4d9de;
    font-size: 12px;
    height: 50px;
    text-shadow:1px 1px 1px #4f5963;
    -moz-text-shadow:1px 1px 1px #000;
    -webkit-text-shadow:1px 1px 1px #000;
}

#peu a {
    color: #e0c771;
    text-decoration: none;
}
#peu a:hover {
    text-decoration: underline;
}
#peu_esquerre {
    position: relative;
    float: left;
    width: 40%;
}

#per_dret {
    position: relative;
    float: right;
    width: 40%;
}

.django {
    position: relative;
}

.django a {
    display: block;
    float: right;
    width: 99px;
    height: 20px;
    margin: 0;
    font-size: 0pt;
    text-indent: -999em;
    line-height: 999em;
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
}

.django a:hover {
    background-position: right bottom;
}

.django a.boto_django {
    background-image: url('../imatges/django.gif');
}

