/* @override 
	http://dev.faeriemud.org/css/master.css
	http://dev.FaerieMUD.org/css/master.css
*/

/*
 * FaerieMUD Master Stylesheet
 * $Id: base.css 2314 2008-10-29 22:29:20Z mgranger $
 * 
 * Authors:
 *  * Michael Granger <ged@FaerieMUD.org>
 *
 */

/* Color scheme based on:
 * Japanese Garden (http://kuler.adobe.com/#themeID/5020)
 * by Macevamel
 * 
 * #D8CAA8: Akaroa
 * #CEA013: Pizza
 * #284907: Dark Fern
 * #5C832F: Crete
 * #223240: Ebony Clay
 * 
 */

@import url(fonts.css);


/* @group Entity styles */

html {
	background: #d3caa7;
	font: 14px/1.5em mplus-2p, "M+ 2p", "Helvetica Neue", sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	border-left: 2px solid #908558;
}

body {
	margin: 0;
	min-width: 620px;
}

h1 {
	font-size: 340%;
	font-family: mplus-2p-thin;
	color: #314703;
}
h2 {
	font-size: 180%;
	margin: 1em 0 0;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	background: url(../images/icons/fugue/crown_silver.png) no-repeat left center;
}

a {
	color: inherit;
	text-decoration: none;
	text-shadow: #990 0 0 1em;
}
a:hover {
	font-weight: bold;
	color: #66812d;
}

dl {}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
dd + dt {
	margin-top: 1em;
}
dd + dd {
	margin-top: 1em;
}

/* @group IDed Elements */
#sidebar {
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	min-height: 100%;
	background: url(../images/schalt-ptable-background.png) no-repeat 4px 4px;
	padding-top: 310px;
}
#sidebar h1 {
	margin: 8px 0;
	font-size: 65px;
	letter-spacing: -0.05em;
	text-shadow: #666 2px 2px 5px;
	z-index: 2;
}
#subtitle {
	margin-top: 0;
	font: 14px mplus-2p-heavy;
	letter-spacing: 0.4em;
}

#content {
	margin: 3em 5em 3em 460px;
}

ul#tags {
	list-style: none;
}
ul#tags:hover {
	visibility: visible;
}
ul#tags li {
	color: black;
	font-size: 0.75em;
	display: inline;
	padding-left: 20px;
	padding-right: 0.75em;
	background: url(../images/icons/fugue/tag_small.png) no-repeat 2px center;
	text-shadow: #990 0 0 20px;
}

/* @end */


/* @group Classed Elements */

.toplink {
	background: url(../images/icons/fugue/arrow_090_small.png) no-repeat right;
	padding-right: 16px;
}

.intro {
	line-height: 1.5em;
}

.topiclist dl dt {
	padding-left: 20px;
	background: url(../images/icons/fugue/book_brown.png) no-repeat left center;
}

.principles h3 {
	padding-left: 20px;
	background: url(../images/icons/fugue/crown_silver.png) no-repeat left center;
}

/* @end */

