/* Note: Some stylesheets below will themselves load additional stylesheets.  */

	@import url(ReWholeSite.css);		/*	CSS common (or potentially common) to all pages */

	@import url(ReHome.css);		/*	CSS page-specific to Home page */
	@import url(ReServices.css);	/*	CSS page-specific to Services page */
/*	@import url(ReProducts.css);  /* NO CSS page-specific to Products page at this time */
	@import url(ReContact.css);		/*	CSS page-specific to Contact page */



/* ========================  START: TESTING... ========================== */

.post
		{ /* override post attributes; position "relative" to allow corners to be applied, below */
		;	background-color:	#f4f0d7			/* #f0eac5  */
		;	position:			relative
		;	padding:			0 1em 1em 1em	/* 1em 1em 1em 1em */
		;	color:				#742e2c
		}

h3.post-title
		{ /* shift title right to leave room for triangular bullet image in corner art */
		;	margin-left:			0.4em
		}

.post-body
		{ /* shift content right to align with .post-title, shifted above */
		;	padding-left:			0.5em
		;	padding-top:			0.5em  /* for some space between post and title */
		;	padding-bottom:			0.5em  /* for some space between post and labels etc. */
		}


.cornerRound
		{ /* combine with top/bottom/left/right classes, below, to move "absolute" corners into position relative to the enclosing "relative" .post, above */
		;	position:			absolute
		;	width:				25px
		;	height:				25px
		}

.PaperTopLeftRoundTriangle
		{
		;	top:				0
		;	left:				0
		;	background-image:	url(../images/backgrounds/CornerPaperTopLeftRoundTriangle.png)
		}
		
.PaperTopLeftRound
		{
		;	top:				0
		;	left:				0
		;	background-image:	url(../images/backgrounds/CornerPaperTopLeftRound.png)
		}
		
.PaperTopRightRound
		{
		;	top:				0
		;	right:				0
		;	background-image:	url(../images/backgrounds/CornerPaperTopRightRound.png)
		}
		
.PaperBottomLeftRound
		{
		;	bottom:				0
		;	left:				0
		;	background-image:	url(../images/backgrounds//CornerPaperBottomLeftRound.png)
		}
		
.PaperBottomRightRound
		{
		;	bottom:				0
		;	right:				0
		;	background-image:	url(../images/backgrounds/CornerPaperBottomRightRound.png)
		}


.TanTopLeftRound
		{
		;	top:				0
		;	left:				0
		;	background-image:	url( ../images/backgrounds/CornerTanTopLeftRound.png)
		}
		
.TanTopRightRound
		{
		;	top:				0
		;	right:				0
		;	background-image:	url(../images/backgrounds/CornerTanTopRightRound.png)
		}
		
.TanBottomLeftRound
		{
		;	bottom:				0
		;	left:				0
		;	background-image:	url(../images/backgrounds/CornerTanBottomLeftRound.png)
		}
		
.TanBottomRightRound
		{
		;	bottom:				0
		;	right:				0
		;	background-image:	url(../images/backgrounds/CornerTanBottomRightRound.png)
		}
.cartouche
		{ /* for div as in-post box with rounded corners */
		;	background-color:	#eae5c6	/* #ffffe8 */
		;	position:			relative /* to allow AP corners to find correct locations */
		;	padding:			1em
		;	margin-top:			1em
		}
		
img.thumbnail
		{ /* outline thumbnail images */
		;	border:				1px solid #742e2c
		}


.hilite
		{
		;	background-color:		yellow
		}
		

/* ========================  END: TESTING... ========================== */

