/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import '/textpattern/css.php?n=reset';
@import '/textpattern/css.php?n=typography';
@import '/textpattern/css.php?n=grid';
@import '/textpattern/css.php?n=forms';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline. 
   .container { background: url(/images/7.png); }*/



/* Custom styles */

#branding {
   background-color: #9a0015;
   height: 240px;
   position: absolute;
   top: 0;
   width: 100%;
}

#branding h1 {
   background: #9a0015 url(/images/9.gif) no-repeat;
   height: 194px;
   margin: 20px auto;
   text-indent: -99999px;
   width: 360px;
}

.container {
  top: 250px;
  position: relative;
}

.span-3, .span-5 {
   margin-top: 25px;
}

.post {
   clear: both;
}

.post h2 {
   color: #920505;
   font-size: 1.8em;
   line-height: 1.4;
}

.post img {
   float: none;
   margin-left: 0;
   padding-left: 0;
}

div.about-img {
  border: 1px solid #ccc;
  float: right;
  margin: 0 0 13px 13px;
  padding: 5px;
  position: relative;
  width: 250px;
  _width: 250px;
 }

div.about-img span {
  float: right;
  font-size: 12px;
  margin: 0 5px 0 0;
}

div.meta {
  clear: both;
  margin: 0 0 0.5em;
}

div.meta p.date {
   background: #fff;
   border: 1px solid #eee;
   color: black;
   display: block;
   float: left;
   margin: 0 15px 5px 0;
   padding: 0;
   text-align: center;
   text-transform: uppercase;
}

div.meta p.date span.weekday,
div.meta p.date span.month,
div.meta p.date span.day,
div.meta p.date span.year {
   display: block;
}

div.meta p.date span.month {
   padding: 2px 3px 3px 3px;	
   font-size: 12px;
   line-height: 12px;
   color: #fff;
   font-weight: bold;
   background-color: #9a0015;
}

div.meta p.date span.day {
   font-family: "American Typewriter", Georgia, Times, serif;
   font-size: 24px;
   font-weight: normal;
   padding: 1px 3px 0px 3px;
}

div.meta p.date span.year {
   font-size: 12px;
   line-height: 12px;
   padding: 2px 5px 3px 5px;	
}

div.meta p.posted {
   font-family: Baskerville,"Hoefler Text",Georgia,"Times New Roman",Times,serif;
   font-size: 130%;
   font-style: italic;
}

#home #nav {
   padding: 1.5em 0;
   width: 100%;
}

h3 {
   font-size: 1.2em;
}

ul.nav {
   list-style: none;
   font-size: 1.1em;
   line-height: 1.8;
   margin-left: 0;
}

ul.nav li {
   border-bottom: 1px solid #e9e9e9;
}

ul.nav li a.active {
   font-weight: bold;
}

#home ul.nav {
   font-size: 1em;
   margin: 0 auto;
   text-align: center;
   width: auto;
}

#home ul.nav li {
   border-bottom: 0;
   float: left;
   list-style: none;
   margin: 0 1.5em;
   width: 5em;
}


#home .box {
   background-color: #fff;
}

.span-5 p {
   font-size: 90%;
}

#footer {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

span.boutique {
   font-family: Baskerville,"Hoefler Text",Georgia,"Times New Roman",Times,serif;
   font-size: 140%;
   font-style: italic;
}

