/*
 * LINUXMERIDA.ORG
 * Ricardo Tun a.k.a. Kelevra
 */

* {
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    font-family:inherit;
    vertical-align:baseline;
}

html {
    cursor:default;
}

body {
    font-size:1em;
    font-family:arial, helvetica, sans, sans-serif;
    color:#444;
    background:#eee;
}

/*
 * LAYOUT
 */

#wrapper {
    margin:20px auto;
    padding:10px 0;
    width:816px;
    background:transparent url(images/tux-yuca.png) 90% 0% no-repeat;
}

#header {
    height:200px;
    background:url(images/header.png) center center no-repeat;
}

#container {
    position:relative;
    overflow:auto;
    background:url(images/border-top.png) top no-repeat;
}

#main {
    margin-top:80px;
    padding:0 25px;
    background:url(images/main-bg.png) center repeat-y;
    min-height:400px;
}

#index {
}

#chat {
    padding:25px;
    text-align:center;
}

#footer {
    font-size:0.8em;
    text-align:center;
    line-height:2em;
    color:#000;
}

#footer a {
    color:#444;
}

#footer a:hover {
    color:#12274B;
}
/* navbar */

.navbar {
    border-bottom:2px solid #12274B;
    height:30px;
}

.navbar ul {
    float:right;
}

.navbar li {
    float:left;
    list-style:none;
    margin:0 0 0 1px;
}

.navbar li a {
    display:block;
    line-height:29px;
    padding:0 10px;
    font-weight:bold;
    color:#fff;
    background:#3595d7;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-bottom:1px solid #fff;
}

.navbar li a:hover {
    background:#75AADC;
}

.navbar li a.selected {
    color:#fff;
    background:#12274B;
    border:0;
}

/* index */

.wiki {
    background:url(images/wiki.png) 2% 50% no-repeat;
    height:142px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #ddd;
}

.planet {
    background:url(images/planet.png) 2% 50% no-repeat;
    height:142px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #ddd;
}

.wiki:hover {
    background:#75AADC url(images/wiki.png) 2% 50% no-repeat;
    border:1px solid #12274B;
}

.planet:hover {
    background:#75AADC url(images/planet.png) 2% 50% no-repeat;
    border:1px solid #12274B;
}



#index div {
    margin:25px;
    padding:5px 5px 5px 180px;
}

/* */

h1 {
    color:#12274b;
    letter-spacing:2px;
    margin-bottom:5px;
    font-size:1.8em;
}

#index div:hover h1 {color:#fff;}

p {
    color:#444;
    line-height:1.6em;
}

