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

   Blueprint CSS Framework Screen Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/

   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme.txt file in this directory for further instructions.

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

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';


/* Additional functionality can be found in the plugins/ directory,
   see the readme files in each plugins directory for more info. */


/* Compressed version (re-compress if you change the core files):
   [http://teenage.cz/acidofil/tools/cssformat.php]

   Comment out @import statements above, and
   add this line instead, when your site has launched
   (compresses ca 60% of the core files in BP):
   @import 'lib/compressed.css'; */


/* Uncomment the line below to see the grid and baseline. */
/* .container { background: url(lib/grid.png); } */

body          { font-size: 80%;  }  /* IE */
html > body   { font-size: 13px; }  /* Other browsers */

html, body {
	margin-bottom: 0;
	padding-bottom: 0;
	}
body {
	background:#ffefc2 url(bg.png) repeat-x top;
	color:#000;
	}
dd {
	padding-bottom: 1em;
	}
strong {
	/*background: #fff;*/
	}
	#header strong, #footer strong {
		color: #fff;
		background: none;
		font-weight: normal;
		}
dt {
    color: #ff7100;
}
ul {
    list-style-type: square;
}
blockquote, #st_exupery h2 {
	background:url(quotes.png) no-repeat top left;
	padding-left: 2em;
	}
blockquote {
	padding-left: 3em;
	}

.author {
	text-align:right;
	}

#header {
    height: 160px;
}

#header .container {
	background: url(logo.png) no-repeat 80px 0;
	}
	#header h2 {
		margin: 0 0 4em 0;
		color: #ffe08c;
		text-align: justify;
		font-size: 1.2em;
		line-height:1.25;
		}
	#header h2 span {
		display: block;
		text-align:right;
		}
		#header h2 span a {
			color: inherit;
			}
#st_exupery  {
	padding-top: 7.5em;
	background: 0;
	}
	
#content h1, #content h2, #footer h3 {
	font-family: Helvetica, "Trebuchet MS";
	}
#content h1 {
	color: #6d3000;
	}
#content a {
	color: inherit;
	}
#email a img {
    padding-top:2em;
}
#footer {
	background: #6d3000 url(bg_footer.png) repeat-x top;
	border-bottom: 5px solid #ffe08c;
	padding-top: 2em;
	}
	#footer .container {
		margin-bottom: 0;
		}
		#footer .container h2, #footer .container h3, #footer .container {
			color: #ffe08c;
			}
	#footer a {
		color: #fff;
		}
#hosting {
    text-align: center;
    }
    #hosting a {
        color: inherit;
    }