/*                                                                                 
Theme Name: Capdevila
Version: 1.0                                                                                                       
Author: Jérôme Texier
Author URI: http://www.metulo.net/                                                   
Tags: blue, custom header, fixed width, two columns, widgets                                                        

        Capdevila v1.0
        http://www.metulo.net/                                                   

        This theme was designed and built by Jérôme Texier,

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Capdevila CSS *************/

html {
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif; 
}

body {
    background-color: #cde7a7;
    margin: auto;
    width: 800px;
}

#header {   
  padding-top: 7px;
  height: 69px;
  font-family: verdana, arial, helvetica, sans-serif;   
}

#header h2 {
  text-align: left;
  font-size: 26px;
  font-weight: 100;
  margin: 5px 0 0 89px;
  font-family: georgia,verdana, arial, helvetica, sans-serif;   
}

#header img {
  width: 65px;
  height: 69px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;
  float: left;  
}

#footer {
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    margin-top: 7px;
    background-color: #68ce3e;
    color: #ffffff;
    padding: 7px 0 7px 0;
}

#footer a {
    color: #ffffff;
}

#sidebar-pages {
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
}

#sidebar-pages ul {
    margin-top: 7px;
    color: #ffffff;
    padding: 14px 0 14px 7px;
    background-color: #68ce3e;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
}

#sidebar-pages ul li {
    display: inline;
    height: 50px;
    padding: 14px 7px 14px 7px;
    margin: 0 11px 0 11px;
}

#sidebar-pages ul li a {
    font-size: 16px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

#sidebar-pages ul li:hover {
  background-color: #aee75c;
}

#sidebar-pages ul li a:hover {
  background-color: #aee75c;
  text-decoration: none;
  border: none;
}

#sidebar-pages ul li.current_page_item {
    background-color: #aee75c;
}

#posts {
  margin-top: 7px;
  padding: 11px 42px 21px 42px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;
  background-color: #93e75b;
  line-height: 17px;
}

#posts a img {
  margin: 0 14px 7px 0;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;
  border: 0px;
  float: left;
}

#posts h2 {
    font-size: 22px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#posts h4 {
    font-size: 18px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    padding: 14px 0 0 0;
    color: white;
}

#posts p {
   padding: 14px 0 0 0;
}

#posts table {
   padding: 14px 0 0 0;
}
.qtrans_language_chooser { list-style-type:none; margin-right:10px; }
.qtrans_language_chooser li { float:right; margin-right:3px; }
.qtrans_flag { border:0px solid #b6b6b6; }
