/* 
** SpindleTree main stylesheet
** Developed by Jessica Gurd (ignivomous.ca)
** 
** Adapted from an open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 {
	margin: auto;
	text-align: center;
	background-position: center bottom;
	color: #763041;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	/* BG-Color: */
	background-color: #fff;
	text-align: center;
	margin-bottom: 2em;
}

.page {
	/* Page width: */
	width: 40em;
	float: none;
}

#logo {
	margin: 0 auto;
	text-align: center;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=95);
	opacity: .9;
	width: 40em;
	height: auto;
	padding: 0.5em;
	font-family: Georgia, Times, serif;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	top: 28px;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	border: thin ridge #666;
}

#content p {
	font-size: 0.9em;
	color: #763041;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.2em;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
