/* base
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
height: 100%;
width: 100%;
}

body {
background: #dedede;
font-family: garamond, serif;
min-height: 100%;
font-size: 100%;
line-height: 1.3em;
color: #000;
padding-top: 3em;
}

.clear{clear:both;}

img {
border:none;
}

a {
text-decoation: none;
}

p{
font-size: 1.3em;
line-height: 1.3em;
}

p a{
color:#ac312b;
}

h2 {
font-size: 1.1em;
line-height: 1.3em;
}


p a:hover{
color:#5c7279;
}

h2 a{
color:#ac312b;
}

h2 a:hover{
color:#5c7279;
}

i{
font-style: italic;
}

h1{
color: #919191;
font-style: italic;
font-size: 1.2em;
}

h4{
color: #818181;
font-style: italic;
font-size: 2em;
}

h4 a{
color: #818181;
}

h5 {
font-size: .6em;
padding-left: .6em;
margin-right: .9em;
}

h7 {
clear:both;
font-size: .5em;
padding-left: 1.6em;
}

h7 a{
color:#ac312b;
}

h7 a:hover{
color:#5c7279;
}

#sep {
background: url('../images/3.png') no-repeat;
width: 819px;
height: 6px;
margin-top: .9em;
margin-left: auto;
margin-right: auto;
}

/* layout
----------------------------------------------- */

#container {
background: #fff;
border-style: solid;
border-color: #ac312b;
border-width: 5px;
width: 950px;
min-height: 790px;
margin: auto;
overflow: hidden;
}

#header {
background: url('../images/2.png') no-repeat;
width: 832px;
height: 53px;
margin-top: 2.3em;
margin-left: auto;
margin-right: auto;
text-indent: -9999px;
}

#cover {
background: url('../images/8.png') no-repeat;
float: left;
width: 158px;
height: 238px;
text-indent: -9999px;
margin-top: 1.5em;
margin-left: 3.9em;
padding-right: 1.5em;
}

#about {
float: left;
width: 356px;
height: 245px;
margin-top: 1.5em;
}

#left {
width: 514px;
float: left;
margin-left: 2.8em;
}

#left h1 {
margin-left: 1em;
}

#right {
float: right;
margin-top: 1.5em;
margin-right: 3.9em;
width: 280px;
height: 820px;
background-color: #eeeded;
border-style: solid;
border-color: #a7a6a6;
border-width: 1px;
}

#right.p, #right.h1 {
max-width: 260px;
}

#texty {
width: 280px;
height: 610px;
overflow: auto;
}


#right p, h2 {
margin-left: .8em;
margin-right: .8em;
margin-top: .5em;
}

#donate {
margin-top: 1em;
margin-left: 4em;
width:100px;
}


#nonprofits {
background: url('../images/10.png') no-repeat;
width: 348px;
height: 48px;
text-indent: -9999px;
padding-bottom: 0px;
}

#content {
clear:top;
width: 950px;
margin: auto;
}

#footer {
height: 30px;
}

#excerpt {
float: left;
width: 586px;
margin-top: 1.5em;
margin-left: 2em;
}

#picture {
clear:both;
background: url('../images/12.png') no-repeat;
width: 323px;
height: 131px;
margin-left: auto;
margin-right: auto;
margin-top: 0em;
margin-bottom: .3em;
}

#book {
background: url('../images/7.png') no-repeat;
width: 344px;
height: 48px;
text-indent: -9999px;
padding-bottom: 0px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('../_images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/overlay.png", sizingMethod="scale");
	}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
margin-left: .8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}