/*---------------------------------------------------------------------------*/
/* Sheet    : pe.css                                                         */
/* Author   : Rick Brannan                                                   */
/* Date     : 2005-01-30                                                     */
/* Purpose  : primary site styles for PastoralEpistles.com                   */
/*---------------------------------------------------------------------------*/

BODY {
	background-color: wheat;
	color: black;

	font-family: "Palatino Linotype", "Verdana", "Arial";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;

}

H1.SiteTitle {
	padding-left: 9pt;
	padding-top: 4pt;
}

H1.SiteTitle A:hover {
	background-color: transparent;
	color: black;
	text-decoration: none;
}

H1.SiteTitle A:link {
	color: black;
	text-decoration: none;
}

H1.SiteTitle A:visited {
	color: black;
	text-decoration: none;
}


DIV.Item {
	background-color: lightgoldenrodyellow;
}


DIV.RecentItem {
	background-color: lightgoldenrodyellow;
	border-top: 1px solid goldenrod;
	border-left: 1px solid goldenrod;
	border-right: 1px solid goldenrod;
	border-bottom: 1px solid goldenrod;
	padding: 15px 10px 15px 10px;
	margin-top: 15px;
	
}

DIV.MainBody {
	float: right;
	width: 70%;
	margin: 6pt;
	padding: 6pt;
	margin-right: 2pt;
	border-top: 1px solid goldenrod;
	border-left: 1px solid goldenrod;
	border-right: 1px solid goldenrod;
	border-bottom: 1px solid goldenrod;

}

DIV.Sidebar {
	float: left;
	position: absolute;
	width: 24%;
	margin-top: 36pt;
	margin-left: 2pt;

}

DIV.Login {
	
	margin-top: 36pt;
	background-color: beige;
	padding-top: 8pt;
	padding-bottom: 0pt;
	margin-bottom: 4pt;
	border-top: 1px solid goldenrod;
	border-left: 1px solid goldenrod;
	border-right: 1px solid goldenrod;
	border-bottom: 1px solid goldenrod;
}

DIV.Footer {
	border-top: 1px solid goldenrod;
	font-size: 90%;
}

SPAN.email {
	font-family: Courier New, Courier;
}

/*--------------------------------------*/
/* Item Content Divs */
/*--------------------------------------*/

H2.ItemListHeading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
}

A.ItemListHeadingLink:hover {
	color: #CD5C5C;
	background: #FFFFAA;
	font-weight: bold;
	text-decoration: none;
}

A.ItemListHeadingLink:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A.ItemListHeadingLink:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

H2.ItemContentHeading {
	text-transform: uppercase;
	font-weight: normal;
}

A.ItemContentHeadingLink:hover {
	color: #CD5C5C;
	background: #FFFFAA;
	font-weight: bold;
	text-decoration: none;
}

A.ItemContentHeadingLink:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

A.ItemContentHeadingLink:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


DIV.ItemHead {
	border-bottom: 1px dotted goldenrod;
}

DIV.ItemContentExtra {
	background-color: beige;
	font-size: 90%;
	margin-left: .5in;
	margin-right: .5in;
	margin-top: .25in;
	margin-bottom. .5in;
	padding: 9pt;
	border-top: 1px solid goldenrod;
	border-left: 1px solid goldenrod;
	border-right: 1px solid goldenrod;
	border-bottom: 1px solid goldenrod;
}

DIV.ItemContentExtra TABLE {
	font-size: 100%;
}

TD.ItemContentExtraLabel {
	width: 25%;
}
TD.ItemContentExtraContent {
	width: 75%;
}

DIV.ItemFooter {
	border-top: 1px dotted goldenrod;
	text-align: right;
}

SPAN.ItemTitle {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 120%;
	}

SPAN.ItemAuthor {
	font-weight: normal;
	font-size: 90%;
}

SPAN.ItemCreationDate {
	font-family: Courier New, Courier;
	font-weight: normal;
	font-size: 75%;
}

SPAN.ItemCategory {
	text-transform: capitalize;
}

DIV.ItemContent H2 {
	text-transform: capitalize;
	font-size: 120%;
}

DIV.ItemContent BLOCKQUOTE {
	background-color: palegoldenrod;
	border: 1px dotted goldenrod;
	padding: 2px;

}

DIV.ItemContent BLOCKQUOTE P {
	padding-left: 9pt;
	padding-right: 4pt;
}

DIV.IndexItemsDiv {
	padding-left: 9pt;
}

H2.IndexItemsHead {
	text-transform: uppercase;
	font-weight: normal;
}

DIV.IndexItemListDiv {
	/* nothing for now */
}

P.IndexItem {
	margin-left: .5in;
	text-indent: -.5in;
}

/*--------------------------------------*/
/* AddItem.asp Styles */
/*--------------------------------------*/

INPUT.text {
	float: right;
	width: 100%;
}

TEXTAREA.short {
	width: 100%;
	height: 250px;
}

SPAN.AddItemLabel {
	font-weight: bold;
	}

/*---------------------------------------------------------------------------*/
/* DisplayWordIndex.asp styles */
/*---------------------------------------------------------------------------*/

DT {
	font-size: 125%;
	font-weight: bold;
	}

DD {
	padding-top: 3px;
	margin-left: 1in;
	text-indent: -.5in;
	}

/*---------------------------------------------------------------------------*/
/* character styles */
/*---------------------------------------------------------------------------*/

SPAN.greek {
	font-family: Gentium, Palatino Linotype, Arial Unicode MS;
	font-size: 120%;
}

SPAN.latin {
	font-family: Gentium, Palatino Linotype, Times New Roman;
	font-style: italic;
	font-size: 110%;
}

SPAN.spanish {
	font-family: Gentium, Palatino Linotype, Times New Roman;
	font-style: italic;
	font-size: 110%;
}

/*--------------------------------------------------------------------------
  Link Elements
--------------------------------------------------------------------------*/
A:hover
	{
	color: #800000;
	background: #FFFFAA;
	text-decoration: none;
	/* text-decoration: underline; */
	}

A:link
	{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	}

A:visited
	{
	color: #CD5C5C;
	font-weight: bold;
	text-decoration: none;
	}
