/*
-----------------------------------------------
www-means-to-an-end.co.uk
Color Scheme 1. Var
Author:   André Doinel
Version:  0001
Revision: 15 Mai 2007
----------------------------------------------- */

/* BODY
--------------------------------------------------------- */
body {
	color: #00000C;
	background: #FFFFFC;
	text-shadow: 0 0 0 #00000C;

}

body#bd {
	color: #00000C;
	background: #FFFFFC;
	text-shadow: 0 0 0 #00000C;
}

	/* Pattern / Tile
	background-image: url(../images/v0/pattern.gif) no-repeat;
	*/
}

#apriori-container-outer,
* html #apriori-container-outer,
#apriori-container-inner,
* html #apriori-container-inner,
#apriori-container,
* html #apriori-container {
	color: #00000C;
	background: #FFFFFC;
}

/* GENERAL
--------------------------------------------------------- */

a {
	color: #888888;
	text-shadow: 0 0 0 #888888;
}

a:visited {
	color: #888888;
	text-shadow: 0 0 0 #888888;
}

a:hover {
	background: #FE9;
	color: #888888;
	text-shadow: 0 0 0 #888888;
}

/* HEADLINES
--------------------------------------------------------- */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	color: #00000C!important;
}

/* FORM
--------------------------------------------------------- */


/* ELEMENTS
--------------------------------------------------------- */
#apriori-container {
	border-top-color: #888888;
}

#apriori-header {
	background: transparent url(../images/v0/bg-top-n-blk.gif) no-repeat scroll 0% 0pt;
}

#apriori-logo {
	border-color: #00000C;
}

#apriori-footer {
	border-bottom-color: #00000C;
	background: url(../images/v0/bg-end-n-blk.gif) no-repeat scroll bottom;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#apriori-mainnav {
	color: #00000C;
	text-shadow: 0 0 0 #00000C;
	border-color: #00000C;
}

#apriori-mainnav a {
	color: #00000C;
	text-shadow: 0 0 0 #00000C;
}

/* MISCELLANOUS
----------------------------------------------------------- */
.delicious-tags a {
	color: #888888!important;
	background: #FFFFFC!important;
}

/* GRID SYSTEM WIDE
--------------------------------------------------------- */
.wide #apriori-header {
	background: transparent url(../images/v0/bg-top-w-blk.gif) no-repeat scroll 0% 0pt;
}

.wide #apriori-logo {
	background: url(../images/v0/logo-w-blk.png) no-repeat 0px 2px;
}

.wide #apriori-mainnav {
	background: url(../images/v0/bg-mainnav-w-blk.gif) no-repeat scroll 0% 0pt;
}

.wide #apriori-footer {
	background: url(../images/v0/bg-end-w-blk.gif) no-repeat scroll 0% 0pt;
	background-position: bottom right;
}

