﻿/*
	| Parchment.css - Adapted from Francky Kelyneman's liquidcorners-extended.css
	| ===========================================================================
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: Will Fastie for f20d.com
	|
	| + please let this text & links intact for a next user +
*/

.dark-par-bottom-right { 
	background-image: url('dark_parchment_corners.gif') ; /* CHANGE: path and name of your image1 */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

.dark-par-bottom-left { 
	background-image: url('dark_parchment_corners.gif') ; /* CHANGE: path and name of your image1 */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

.dark-par-top-right { 
	background-image: url('dark_parchment_corners.gif') ; /* CHANGE: path and name of your image1 */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

.dark-par-top-left { 
	background-image: url('dark_parchment_corners.gif') ; /* CHANGE: path and name of your image1 */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.dark-par-bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.dark-par-top-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.dark-par-bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.dark-par-top-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.dark-par-top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.dark-par-bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.dark-par-bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.dark-par-inside { 
	background-image: url('dark_parchment_bg.gif');
	background-attachment: fixed;
	background-position: 0 15px;
	margin-left: 9px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 9px;              /* CHANGE: replace by the width of one of your corners */
	/* padding: 5px 8px 5px 8px; */ /* YCC: Change in external CSS */
	}
.dark-par-notopgap    { padding:0; margin: 0; height: 1px; }    /* DNC: to avoid splitting of the box */
.dark-par-nobottomgap { padding:0; margin: 0; height: 1px; } /* DNC: to avoid splitting of the box */
.dark-par-inside-right {
	background-image: url('dark_parchment_edges.gif'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.dark-par-inside-left {
	background-image: url('dark_parchment_edges.gif'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.dark-par-inside-right { background-position: 100% 0; } /* DNC: position right corner */
