/* @override 
	http://loreleis-powerbook.local/~lorelei/faze3_temple/css/screen_1024.css
	http://loreleis-powerbook.local/~lorelei/faze3_temple/css/screen_800.css
*/

/********************************
Templesmith Faze3 Stylesheet
print.css

CSS by Lorelei Bunjes, copyright
www.tommyrot.com, January 2007
********************************/

/* @group Structure & Positioning */

/* Structure & Positioning */

/* Website layout: postioning, dimensions, margins, paddding, etc... */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}

#page {
	width: 95%;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
}

#header {
	display: none;
}

#header_print {
	display: block;
}

#changeResolution {
	text-align: right;
}

#column_container {
	position: relative;
}

#column_left {
	display: none;
}

#column_center {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#column_right {
	display: none;
}

#content_shop {
	display: none;
}

#content_links {
	display: none;
}

#footer {
	position: relative;
	width: 100%;
	padding:0px;
	margin-top: 10px;
}

#site_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#site_title {
	position: absolute;
	top: 75px;
	left: 100px;
	z-index: 20;
}

.entry_block img, .entry_block object {
	display: block;
	margin: auto;
	padding: 0;
}

/* @end */

/* @group Colors & Backgrounds */

.shop_item {
	background-color: white;
}

#column_left img {
	border-color: white;
}

#content_about {
	margin-top: 10px;
}

/* @end */

/* @group Fonts */

#footer {
	text-align: right;
}

#page {
	font-size: 67.5%;
}

.sans {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.serif {
	font-family: Georgia, Times, serif;
}

.bold {
	font-weight: bold;
}

.body {
	font-size: 1em;
}

.body a {
	color: black;
	text-decoration: none;
}

.body a:hover {
	color: red;
	border-bottom: 1px dotted red;
	text-decoration: none;
}

.title {
	color: black;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 2px;
}

.metadata {
	color: black;
	font-size: 0.9em;
}

.entry {
	font-size: 1.5em;
	color: black;
}

.entry a, entry a:visited {
	text-decoration: none;
	color: black;
}

.entry a:hover {
	background-color: #dfdfdf;
	text-decoration: none;
}

#site_title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}

/* @end */

/* @group Elements */

ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
}

li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 2px 0 0;
}

.clear {
	clear: both;
}

.entry_block {
	padding-top: 10px;
	border-bottom: 1px dotted gray;
}

.hr {
	border-bottom: 1px dotted gray;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* @end */
