/*   
Theme Name: Morus Bassanus
Theme URI: http://www.lesfousdebassan.fr
Description: Thème pour l'association Les Fous de Bassan
Author: Edouard PELLERIN
Author URI: http://edouard.peller.in
Template: 
Version: 0.1
.
General comments/License Statement if any.
.
*/

/* -------------------------------------------------------------- 
  
   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: inherit;
  font-family: "Trebuchet MS", sans-serif;
  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; }

em {
    font-style: italic;
}
/* -------------------------------------------------------------------------- */

body {
    background-color: #E7DBBF;
}

h1 {
    font-weight: bold;
    font-size: 26pt;
    color: #2533B2;
}

h2 {
    color: #2533B2;
    font-size: 14pt;
}

a {
    color: #9C825C;
    text-decoration: none;    
}

a:hover {
    border-bottom: 2px solid #9C825C;    
}
/* -------------------------------------------------------------------------- */
#global {
    width: 950px;
    padding: 10px;
    margin: 20px auto 20px auto;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    background: #FFFEFE;
    
}


#header {
    margin-bottom: 20px;
    background-image: url('images/header.png');
    height: 172px;
}

#blog_name {
    text-align: right;
    font-family: "Cambria", "Big Caslon", "Bitstream Charter", serif;
    font-style: italic;
    text-transform: uppercase;
}

#blog_description {
    font-size: 12pt;
    text-align: right;
    width: 930px;
    font-family: "Cambria", "Big Caslon", "Bitstream Charter", serif;
}


#content {
    width: 710px;
    float: left;
    padding: 10px 10px 10px 0px;
}

#sidebar {
    width: 200px;
    float: right;
    padding: 10px 0px 0px 10px;
    font-size: 10pt;
    list-style: none;
}

#footer {
    padding-top: 30px;
    clear: both;
    font-size: 8pt;
}

/* -------------------------------------------------------------------------- */
#navigation {
    font-size: 12pt;
    position: relative;
    top: 90px;
}

.page_item {
    display: inline;
    margin-right: 10px;
}

.current_page_item {
    border-bottom: 2px solid #B29E53;
}
/* -------------------------------------------------------------------------- */

#sidebar > li {
    margin-bottom: 20px;
    list-style: none;
}

#sidebar > li > ul > li {
    list-style: none;
}
/* -------------------------------------------------------------------------- */

.post_content {
    text-align: justify;
    font-size: 12pt;
}

.post_title {

}


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

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
