html{
    font-family: "Lucida Grande", "Segoe UI", sans-serif;
    color: #111;
    background: #EEE;
    font-size: 62.5%;
}

body{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.5em;
	border-top: 5px solid #333;
}

a{
    color: #669;
}

a:visited{
    color: #444;
}

a:hover{
    color: #000;
}

a img{
    border: none;
}

pre, code{
    max-height: 100%;
    width: 100%;
    font-size: 1.2em;
    overflow: auto;
}

h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2{
    margin: 0;
}

#page {
    width: 890px;
    margin: 0 auto;
}

/* Header
*******************************************************************************/

.header {
padding-bottom: 55px;
}

.titol {
padding: 12px 30px 10px 60px;
background: url('http://planet.punttic.cat/custom/style/logo_punttic_gris.png') no-repeat left 2px;
}
.titol a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 28px;
text-decoration: none;
font-weight: bold;
color: #444;
    }

.header .titol img.logo {

}

/* Pestanyes */

.header .menu {
padding: 0;
margin: 0;

}
.header ul.menu{
	float:right;
list-style: none;
}
.header ul.menu li{
	float:left;
	margin-left:4px;
}
.header ul.menu li a{
	display:block;
	cursor:pointer;
}
.header ul.menu li .left{
	display:block;
	height:35px;
	width:11px;
	float:left;
	background:url('http://planet.punttic.cat/custom/style/menu-elem-left-bg.png') no-repeat;
}
.header ul.menu li .right{
	display:block;
	height:35px;
	width:11px;
	float:left;
	background:url('http://planet.punttic.cat/custom/style/menu-elem-right-bg.png') no-repeat;
}
.header ul.menu li .center{
	display:block;
	float:left;
	width:67px;
	height:35px;
background: #333;
text-align: center;
letter-spacing: normal;
}
.header ul.menu li .center .text {
padding-top: 8px;
color: #ccc;
font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header ul.menu li a {
text-decoration: none;
}
.header ul.menu li#active .center,
.header ul.menu li a:hover .center .text{
background-position:0px -35px;
color: #fff;
}

/* Content
*******************************************************************************/
#content {
    width: 590px;
    float: left;
}

/* Sidebar
*******************************************************************************/
#sidebar {
    width: 300px;
    float: left;
}
    #sidebar div {
        padding: 1px 30px 1em 30px;
    }
    #sidebar h2 {
        color: #333;
    }
    #sidebar ul {
        list-style: none;
        padding: 0;
        margin: 1em 0;
    }
#sidebar-people.section p {
margin-top: -2px;
}
    
/* Article
*******************************************************************************/
.article{
    margin-bottom: 2em;
    padding: 30px;
    background: #FFF;
    border: 1px solid #DDD;
}

    .article-title,
    .article-title a{
        color: #f28000;
        text-decoration: none;
    }

    .article-info{
        margin: 0 0 1em 0;
        color: #999;
    }
    
    .article-content {
        font-family: Georgia, serif;
    }

    .article img{
        max-width: 440px;
    }

    .article .collapsed{
        display: none;
    }

/* Footer
*******************************************************************************/
#footer {
    clear: both;
    padding: 0 30px;
}

