﻿/*   
Theme Name: AEISEL.pt
Theme URI: http://www.aeisel.pt/
Description: AEISEL.pt WordPress Theme 2010
Author: Alex
Author URI: http://www.almain.co.cc/
Template:
Version: v1.0
Tags: AEISEL, AE, ISEL, Associação de Estudantes do ISEL

WordPress Theme for 'AEISEL.pt' site version 2010, by Alexandre Alves
*/

/*
dblue:#2d4675
mblue:#5d82ab
lblue:#9ad3ec
lorange:#ff4d00
dorange:#bf3900
*/

body{
    background: url('images/back.png') no-repeat fixed center; margin: 0000;
    font-family: verdana, sans-serif; font-size: 10px; color: white;
}
a, a:active, a:visited, a:hover{ color: #bf3900; text-decoration: none; } a:hover{ color: #ff4d00; }
img a{ border: 0px; } a img{ border: 0px; }

/* TABLES START */
table{
    font-size: 12px;
    border-collapse: collapse;
    color: #2d4675;
}
table#full{
    width: 100%; height: 100%;
    margin-left: auto; margin-right: auto;
}
table#main{
    width: 1000px; height: 100%;
    margin-left: auto; margin-right: auto;
}
/* TABLES END */

/* SECTIONS START */
td#header{
    background: url('images/header.png') center;
    width: 100%; height: 128px;
    text-align: center; vertical-align: bottom;
}
td#footer{
    background: url('images/footer.png') center;
    width: 100%; height: 52px;
}
td#sidebar{
    background: url('images/sidebar.png');
    width: 330px; vertical-align: top; padding: 4px;
}
td#body{
    background: url('images/body.png');
    width: 670px; vertical-align: top; padding: 5px;
}
/* SECTIONS END */

/* SIDEBAR START */
div.sidebar{
    background: url('images/sidebar/middle.png') repeat-y center; display: block;
    text-align: center;
}
div.sidebar#top{ background: url('images/sidebar/top.png') no-repeat top; height: 30px; font-size: 15px; font-variant: small-caps; font-weight: bold; }
div.sidebar#bottom{ background: url('images/sidebar/bottom.png') no-repeat top; height: 35px; display: block; }
/* SIDEBAR END */

/* POSTS START */
div.post#spacer{ height: 5px; background: none; } div.post img{ border: 0px; }
div.post#title{
    background: url('images/post/title.png') no-repeat;
    font-size: 20px;
    font-weight: bold;
}
div.post#content{
    background: url('images/post/post.png');
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}
div.post#info{
    background: url('images/post/info.png') no-repeat;
    font-size: 10px;
    text-align: right;
    padding: 5px;
}
div.post#content blockquote{ border-left: 1px solid #5d82ab; padding-left: 1em; }
div.post#content ul li{ list-style: none; }
div.post#content ul li:before{ content: "› "; }
div.post#content ul ul li:before{ content: "» "; }
/* POSTS END */
