/*
 * stamps style sheet
 * 
 * Copyright (C) Alessandro Dotti Contra <alessandro@hyboria.org>
 *
 * stamps.css,v 1.1 2005/08/14 15:47:38 adotti Exp
 *
 * This layout is released under the terms of the Creative Commons
 * Attribution-NonCommercial-ShareAlike version 2.5
 *
 * http://creativecommons.org/licenses/by-nc-sa/2.5/
 */

/* Body */

body {
	font-family:		sans-serif;

	background-color:	#FF0000;
	color:			#ffffff;

	width:			800px;
	margin:			auto;
}

img {
	border:			none;
}

a {
	background-color:	#3870a0;
	color:			#ffffff;
}

a:hover {
	background-color:	#3870a0;
	color:			#748cc0;

	text-decoration:	none;
}

p {
	margin:			5px 0;
}

/* Frame */

#frame {
	border:			solid 1px #ffffff;
	padding:		10px;
	background-color:	#3870a0;
	color:			#ffffff;
}

/* Logo */

#logo {
	float:			left;
	clear:			left;

	text-align:		center;

	font-weight:		bold;

	padding:		0 15px;
	margin-right:		15px;
	margin-bottom:		40px;
	height:			60px;

	border:			solid 1px #ffffff;
}

/* Toolbar */

#toolbar {
	text-align:		center;
	padding:		5px;
	margin-left:		350px;
	margin-bottom:		40px;
	height:			50px;
	border:			solid 1px #ffffff;
	color:			#ffffff;
	background-image:	url(images/bg-header.jpg);
}

#toolbar a {
	text-decoration:	none;
	color:			#FFFFFF;
	background:		transparent;
}

#toolbar a:hover {
	text-decoration:	underline;
	color:			#000000;
	background:		transparent;
}

/* Title */

#title {
	margin:			5px 0 25px 0;

	text-align:		center;
}

#title h1 {
	margin:			5px 0;
	font-size:		1.5em;
}

/* Quick links */

#quicklinks {
	background-color:	#3870a0;
	color:			#3870a0;

	text-align:		center;

	border-top:		1px solid #ffffff;
	border-bottom:		1px solid #ffffff;

	margin-bottom:		10px;
}

#quicklinks a {
	background-color:	transparent;
	color:			#ffffff;

	text-decoration:	none;
}

#quicklinks a:hover {
	background-color:	transparent;
	color:			#FFFF00;

	text-decoration:	underline;
}

/* Sidebar */

#sidebar {
	float:			right;
	clear:			right;

	width:			25%;
	height:			auto;

	text-align:		center;
}

/* Menu */

.menu {
	margin:			10px 0 10px 10px;

	text-align:		left;
}

.menu h4 {
	text-align:		center;
	
	border:			1px solid #ffffff;

	background-color:	#3870a0;
	color:			#b6c7ef;
	
	font-size:		1em;
	font-weight:		bold;
	margin:			0;
	padding:		5px 0;
}

.menu ul {
	list-style:		none;
	background-color:	#3870a0;
	color:			#ffffff;
	margin:			0;
	padding:		0;
}

.menu li {
	margin:			0;
	border-bottom:		1px solid #ffffff;
	border-left:		1px solid #ffffff;
	border-right:		1px solid #ffffff;

	padding:		2px 5px;
}

.menu li:hover {
	background-color:	#748cc0;
	color:			#FFFFFF;
}

.menu a {
	color:			#FFFFFF;
	background-color:	transparent;
	
	text-decoration:	none;
}

/* Content */

#content {
	width:			65%;
	min-height:		500px;
	margin-bottom:		10px;
}

/* Block */

.block h2 {
	font-size:		1.2em;
	margin-bottom:		3px;

	color:			#ffffff;
	background-color:	#3870a0;
}

.block .marker {
	font-size:		1.2em;

	background-color:	#3870a0;
	color:			#ffffff;
}

.block .content {
	width:			100%;

	margin-bottom:		5px;
	padding:		5px 0;

	text-align:		justify;
}

/* Miscellaneous classes */

.quote {
	text-align:		justify;
	font-style:		italic;
}

/* Footer */

#footer {
	font-size:		.8em;
	text-align:		center;
}
