/*
File:			custom.css
Description:	Custom styles for Thesis

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom { background:#f9f5db url('images/mason_back.gif'); }
.custom #page { margin:2em 0; padding: 2em 1.9em; background:#fff; border:0.1em solid #3e3e3a; border-top:0; }
/* .custom #header { padding:0; margin:0; } */
/* .custom #header #tagline { font-weight:bold; font-style:italic; font-size:x-large; padding:0;
    display:true; position:relative; top:1.5em; left:29em; z-index:1 } */ 
.custom .teaser { text-align: justify; }
