/*
Theme Name: Mesa de Articulación
Theme URI: http://mesadearticulacion.org/
Description: Tema realizado para Accion AG.
Version: 1.0
Author: Pablo Selín Carrasco Armijo
Author URI: http://jhonqwerty.com/
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 65%;
  color: #04232d; 
  background: #EEF3F9;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color:#467984;font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }

h1 { font-size: 3em; line-height: 1.4em; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em;line-height:1.4em; }
h3 { font-size: 1.5em; line-height: 1.4em; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }


a:focus, 
a:hover     { color: #A31A12; }
a           { color: #467984; text-decoration:none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.clear {clear:both;}

/* Layout
---------------------------------------------------------------*/
body {text-align:center;}

#header {background:white;height:140px;background:url(i/header.png) no-repeat top left;}
#wrapper {width:1000px;margin:0 auto 40px auto;text-align:left;background:white url(i/homeb.png) repeat-y left;}

#sidebar {width:230px;margin:0;float:left;padding:0;}
#sidebar-right {width:180px;float:left;margin:0;padding:0;}
#maincontent {margin:0;padding:0;width:590px;float:left;}




/*Menues
---------------------------------------------------------------*/

#menutop {height:60px;background:white;border-left:1px solid #a60807;border-right:1px solid #a60807;padding:10px 0 0 10px;}
#menutop .menu {/*padding-left:400px;*/}
#menutop li {float:left;line-height:1em;}
#menutop li a {display:block;margin:2px 6px 0 2px;font-weight:normal;font-size:1.2em;width:115px;height:26px;line-height:1em;padding:2px 0 2px 0;background:white;border-top:2px solid #A31A12;color:#DC6D02;/*background:url(i/boton.png) no-repeat top;*/font-weight:bold;text-align:center;}
#menutop li a:hover {border-top:2px solid #DC6D02;color:#A31A12;background-position:bottom;}
.menu {margin:0;}
.menu li {list-style:none;}

#footer {border-top:10px solid #a31a12;height:40px;padding-top:5px;text-align:center;background:#EEF3F9;clear:both;}
#footer p {margin-bottom:5px;font-size:1em;}
#footer p img {vertical-align:middle;}
#tools_menu {margin:0;background:#A31A12;height:18px;padding-top:2px;}
#tools_menu li {display:inline;list-style:none;margin:0 20px 0 10px;}
#tools_menu li a {font-size:1em;font-weight:bold;color:#ccc;}
#tools_menu li a:hover {color:white;}

/*Texto
-----------------------------------------------------------------*/
.post {margin:0 10px 0 10px;}
.post h2 {/*margin-bottom:0;*/}
.entry {text-align:justify;font-size:1.2em;}
.alignleft {float:left;margin:5px 10px 10px 5px;}
.alignright {float:right;margin:5px 5px 10px 10px;}
.thetime {color:#a60807;}

.home .entry p {margin-bottom:5px;}

#sidebar strong {font-weight:normal;}

.bajada {width:45%;float:left;}
.bajada h3 a {color:#355B63;}
.bajada h3 a:hover {color:#A31A12;}

.catheading {font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;font-size:14px;font-weight:bold;background:url(i/nicedots.gif) no-repeat 99%;padding:0 0 4px 8px;height:14px;color:white;margin:0 10px 10px 10px;background-color:#E07300;}
.post .catheading {margin:0 0 10px 0;}
#destnot {background-color:#E07300;}
#asocred {clear:both;}
h3.titdec {margin-left:20px;font-weight:bold;}
#agenda {margin:10px;}
#agenda, .widgettitle a {}

p.licencia, p.licencia a {color:gray;}
p.licencia a:hover {color:#A31A12;}

.doclist, .dagenda ul {margin-left:25px;}
.doclist li, .dagenda ul li {margin-bottom:15px;}
.doclist li ul, .dagenda ul li ul {margin:0;}
.doclist li ul li, .dagenda ul li ul li{list-style:none;margin-bottom:0;}
.doclist h3 {font-size:1.3em;}

#catfeeds {margin-left:40px;}


.dagenda {font-size:1.2em;}

.doc li {}

ul.logos {margin:0 0 0 25px;}
ul.logos li {list-style:none;display:inline;margin-right:10px;}

#sidebar {}
.widget {padding-top:10px;}
.widget a, #sidebar .dagenda a, #agendas a {color:#04232d;}
#sidebar a:hover, #agendas a:hover {color:#A31A12}
.agtp, .rss-date {color:#467984;}
.agtp strong {font-weight:normal;}
.doclist {margin-left:30px;}
.more-link {font-weight:bold;}

/*Widgets
-----------------------------------------------------------------*/

.social_bookmark {border:1px solid #ccc;margin:5px;width:300px;}
.social_bookmark em {font-size:1.2em;font-weight:normal;font-style:none;font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;}
.antnews a {color:#04232d;}
.antnews a:hover {color:#a31a12;}
.antnews .thetime {color:#467984;}
li.widget {list-style:none;}
li.widget li {font-size:1.2em;}
li.widget a:hover {color:white;}

.widget ul li {margin:10px 0;}

a#banner-mapa {display:block;text-indent:-9999px;width:180px;height:457px;background:url(i/bmapa.jpg) no-repeat top left;}
a#banner-mapa:hover {background-position:bottom;}
