p.pagelist
 {
	background: #E5F3FF;
	color: #999333;
	font-size: 12px;
	border-top: 1px solid #772200;
	border-bottom: 1px solid #772200;
	padding: 0;
	margin-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
}

//div.entry:first-child
//{
//	padding-top: -10px;
//	margin-top: -10px;
//}

		
.initial_letter_Summer_Ends_In_August {
	color: #FF9900;
	font-size: 24px;
	font-family: cursive;
}

.initial_letter_DMIC {
	color: #006666;
	font-size: 24px;
	font-family: Veranda;
}

.initial_letter_Lonely_Planets {
	color: #999999;
	font-size: 24px;
	font-family: Veranda;
}

div#content_search_div
	{
	background-color: #FFFEF8; 
	margin-right:5px; 
	padding-left:5px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	}
	
.search_result 
	{
	margin-top: -5px;
	margin-bottom: -5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: small;
	}
	
.search_read_more 
	{
	margin-top: -10px;
	margin-bottom: -10px;
	padding-left: 5px;
	}
	
.mailto
	{
		color:#999333;
		font-size: 14px;
		text-decoration: underline;
	}
	
div.post 
	{
		/* padding-top: orig 30, then 17 */
		padding: -20px 0px 5px 0px;
		margin-top: -10px;
	}
	
/* Hallelujah! This kills the stupid add a line / visual flicker that you get when you hover 
over the series icon! */	
.entry A:hover
	{
		border-bottom: 0px;
	}

/* Fills out the textarea. Ahimsa's style.css makes this 80%, leaving a lot of whitespace 
on the right. Also, note that in the Ahima theme folder, comments.php has been modified
to decrease the textarea from 20 lines(!) to 10. */	
/* ** I'd like to make this rounded, but what works for buttons doesn't work here. */
#respond TEXTAREA
{
    width: 100% !important;
}


/* Places it on the pagelist line and to the right, so it overlays the top and bottom lines,
so that they don't stick out. */
div.dateauthor
{
	position:relative;
	top: 2px;
	left: 10px;
	padding-left: 20px;
}

/* Turns the written/edited bit to gold. There's no reason for that to be orange, anyways. */
small.capsule
{
	background-color: #999933;
}

/* Same deal, for teaser. */
div.capsule
{
	background-color: #999933;
}

/* The banner for the series. */ 
div.headergfx
{
	margin: 0px;
	padding: 0px;
}

/* To make bottom border dotted. If we don't do this it is a solid blue line. Ugh. */ 
.seriesbox
{
	border-bottom: 1px dotted;
	padding-top: 5px;
	margin-top: 5px;
	/* Orig was #F8F8F8. Now matches pagelist - the #s navigation */
	background: #E5F3FF;
}


/* To decrease the space between the comment legend and the bottom of the story part. */
div#respond
{
	margin-top: 0px;
	margin-bottom: -10px;
	padding-top: -10px;
}

/* For the 'Leave a Reply' H3 before the comment textarea. */ 
/* Make it gold and rounded like the others, and shorten it if we can. */
div#respond > h3
{
	font-size: 14pt;
    font-weight: normal;
    color: #ffffff;
    background-color: #999933;
    padding-top: -15px;
    padding-left: 10px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: -20px;
    margin-right: 80%;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 

}


/* To make the submit button for comments orange like the other action buttons in this theme. */
input#submit
{
    text-align: center;
    float: right;
    padding: 4px 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: small;
    #background-color: #cc9900;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    color: #ffffff;
    background-color: #dd6f06;
}

/* Makes the (Ed.) in Created: capsule appear correctly. */
.lastposttooltip
{
	font-size:x-small;
	text-align: top;
}

/* Customizes the 'teaser/preview' in the Series box in the left sidebar */
.smallpara
{
	margin-left: 13px;
	margin-top: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	
}


/* To push this down to be inline with the pagelist. */
.dateauthor
{
	margin-top:10px;
}

/* Add to any positioning, since I'm inserting it manually in the single.php only. */
.a2a
{
	margin-left: 15px;
	font-size: small;
}
