/*   
Theme Name: CEMULS2
Theme URI: http://www.cem-uls.cl
Description: Tema por defecto para cem-uls.cl
Author: Gash
Author URI: http://gash.justfree.com
Version: 0.1
*/

/* Reseteamos atributos */
* {margin:0;border:0;padding:0;}

/* Atributos generales del lienzo. Tamaño de fuente por defecto. */
body {
background-color: #ffffff;
background-image: url(./images/body_bg.png);
background-repeat: repeat-x;
color: #2e3436;
font-family: "Bitstream Vera Serif", sans-serif;
font-size:12pt;
line-height: 1.4em;
}

/* Estilos generales*/
h1 {
font-size: 2em;
}

h2 {
margin: .5em 0 0 0;
font-size: 1.5em;
}

h3 {
border-bottom: 1px #cc0000 solid;
color: #cc0000;
font-size: 1.2em;
}

p {
margin: .4em 0 .4em 0;
}

a {
color: #f57900;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

/* Maquetación */
#header {
margin: 30px auto 0 auto;
border: 1px #3465a4 solid;
padding: 10px;
width: 940px;
background-color: #eeeeec;
background-image: url(./images/cem_title.png);
background-repeat: no-repeat;
background-position: 10px 10px;
}

#acces_extra {
display: none;
}

#site_name {
display: block;
height: 60px;
visibility: hidden;
}

#site_desc {
width: 720px;
font-size: .8em;
font-style: italic;
line-height: 1.5em;
}

#nav_bar {
margin: auto;
border-right: 1px #3465a4 solid;
border-bottom: 1px #3465a4 solid;
border-left: 1px #3465a4 solid;
padding: 5px;
width: 920px;
background-color: #d3d7cf;
}

#main_nav {
float: left;
width: 740px;
font-size: .8em;
}

#main_nav li {
display: inline;
list-style: none;
}

#main_nav li:before {
content: "» ";
}

#s_form label, #s_submit{
display: none;
}

#s_field {
width: 140px;
min-height: 24px;
border: 2px #888a85 solid;
padding-left: 20px;
background: #ffffff url(./images/system-search.png) no-repeat;
background-position: 2px 50%;
font-size: .9em;
}

#page {
margin: 10px auto 0 auto;
width: 960px;
}

#main {
float: left;
padding-bottom: 10px;
width: 750px;
}

#main ul {
margin-top: 10px;
margin-left: 20px;
}

.entry {
font-size: .9em;
margin-bottom: 10px;
border: 2px #d3d7cf solid;
padding: 10px;
}

.entry:hover {
border: 2px #729fcf solid;
}

.entry_time {
padding-left: 20px;
background: transparent url(./images/x-office-calendar.png) no-repeat;
background-position: 2px 50%;
color: #4e9a06;
font-size: .7em;
}

.entry_meta {
margin-bottom: 0;
border-top: 1px #babdb6 solid;
padding-left: 20px;
background: transparent url(./images/edit-paste.png) no-repeat;
background-position: 2px 50%;
font-size: .8em;
}

#sidebar {
float: right;
padding-bottom: 10px;
width: 200px;
min-height: 300px;
}

.block {
margin-bottom: 5px;
padding: 10px 5px 5px 5px;
background: url(./images/block-bg.png) no-repeat;
}

.block_title {
padding-left: 26px;
background: transparent no-repeat;
background-position: 2px 50%;
font-weight: bold;
}

.block ul {
padding-left: 3px;
}

.block li {
padding-left: 16px;
background: transparent url(./images/bullet-green.png) no-repeat 0 50%;
list-style: none;
font-size: .8em;
}

#archive_list {
background-color: #fce94f;
}

#archive_list .block_title {
background-image: url(./images/appointment-new.png);
}

#cat_list {
background-color: #8ae234;
}

#cat_list .block_title {
background-image: url(./images/edit-paste22.png);
}

#links_list {
background-color: #729fcf;
}

#links_list .block_title {
background-image: url(./images/x-office-address-book.png);
}

#links_list a {
color: #2e3436;
}

#footer {
clear: both;
border-top: 2px #babdb6 solid;
padding: 0 20px 0 20px;
height: 70px;
background-image: url(./images/footer_bg.png);
background-repeat: repeat-x;
font-size: .8em;
}

.foot_note {
margin-bottom: 0;
color: #3465a4;
font-weight: bold;
}

#foot_nav {
list-style-type: none;
}

#foot_nav li {
display: inline;
list-style: none;
}

#foot_nav li:before {
content: "» ";
}
