/*	/styles/GRY&RED_style.css  is for BAD  Conservatives & REPUBLICANS  */

/* for consistency in background-color, I don't want to provide it in the CONTENT pages, 
or their style-sheet,  as that would over-ride the color called for in the FRAME style sheets,
resulting in some pages not displaying the same background-color as the rest.    */
	
Body 	{
	background-color: lightgray;   	/*    lightgray   */	
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 8%;
	padding-right: 10%;
	font-size: 1.em;	
	}

TH 	{
	background-image: url("../Artwork/-%20Site-decor/Title-Box-RED-bg.jpg");
	text-align: center;
	font-size: smaller;
	color: yellow;
	border-style: solid;
	border-left-color: white;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	line-height: 1.2;
	padding: 18px;
	}


H1	{
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.2;
	}


/*   "H2" = the former "Title-Centered"    */
H2	{ 
	background-color: lightyellow;
	text-align: justify;
	text-align: center;
	border-width: 11px;
	border-bottom-color: maroon;
	border-bottom-style: ridge;
	border-right-color: maroon;
	border-right-style: ridge;
	border-top-color: white;
	border-top-style: ridge;
	border-left-color: white;
	border-left-style: ridge;
	margin-left: 14%;
	margin-right: 14%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.1em;
	line-height: 1.2;
	}




/* "H3" = the former "Title"   */
H3	{
	border-width: 11px;
	border-bottom-color: lightgray;
	border-right-color: lightgray;
	border-left-color: maroon;
	border-left-style: ridge;
	border-top-color: maroon;
	border-top-style: ridge;
	margin-left: 1%;
	margin-right: 33%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.2em;
	color: black;
	line-height: 1.1;
	} 

H5	{
	background-color: lightyellow;
	font-size: 1.3em; 	color: maroon;
	line-height: 1.2;
	text-align: justify;
	text-align: center;
	border-width: 11px;
	border-bottom-style: ridge;
	border-bottom-color: maroon;
	border-right-color: maroon;
	border-right-style: ridge;
	border-left-color: lightgray ;
	border-left-style: ridge;
	border-top-color: lightgray;
	border-top-style: ridge;
	margin-left: 11%;
	margin-right: 11%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4%;
	padding-right: 4%;	}


P.Indented	{
	
	text-indent: 44px;
	text-align: justify;
	}

P.Jesus 	{ text-indent: 33px;
	text-align: justify;
	color: maroon;
	font-family: Black Chancery,  American Text B;
	font-style: italic;
	}


P.Paul 	{ text-indent: 33px;
	text-align: justify;
	color: darkgreen;
	font-family: BlackChancery, American Text B;
	font-style: italic;
	}


P.Bible 	{ text-indent: 33px;
	text-align: justify;
	color: purple;
	font-family: BlackChancery, American Text B;
	font-style: italic;
	}


P.Rand	{
	text-indent: 33px;
	text-align: justify;
	color: purple;
	font-family: BlackChancery, American Text B;
	}
OL
 { text-align: justify;
	color: black;
	margin-left: 1px;
	margin-right: 12px;
	list-style-position: outside;
	
} 
UL
{
list-style: square url("http://liberalslikechrist.org/Artwork/- Avatars & Icons/RedArrow.gif");
	text-align: justify;
	color: black;
	margin-left: 1px;
	margin-right: 18px;
	list-style-position: outside;
	
) 

TD.Frame-Left{
	align: left;
	  	bgcolor: yellow;
	padding: 22px;
	border-width: 18px;
	border-style: solid;
	border-left-color: gray;
	border-top-color: gray;
	border-right-color: black;
	border-bottom-color: black;
	}

TD.Frame-Right{
	align: right;
	  	bgcolor: yellow;
	padding: 22px;
	border-width: 18px;
	border-style: solid;
	border-right-color: gray;
	border-top-color: gray;
	border-left-color: black;
	border-bottom-color: black;
	} 
/*  */