/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

a img{
	text-decoration: none;
	border: 0 none;
}

a {
	color: #c60202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#ed6363;
}

h1 {
	margin:0;
	padding:0;
}

#nav p {
	padding: 7px 10px;
	margin: 0;
	font-weight: bold;
	font-size:10px;
	float: left;
	color: #333;
}

#fontsize a{
	float:left;
	height: 28px;
	font-size: 10px;
	letter-spacing:-999em;
	text-indent:-999em;
}

#fontsize a.larger{
	background: url(../images/font-max.gif) bottom;
	width: 60px;
}

#fontsize a.smaller{
	background: url(../images/font-min.gif) bottom;
	width: 57px;
}

#fontsize a.reset{
	background: url(../images/font-reset.gif) bottom;
	width: 57px;
}

#fontsize a.larger:hover{
	background: url(../images/font-max-hover.gif) bottom;
}

#fontsize a.smaller:hover{
	background: url(../images/font-min-hover.gif) bottom;
}

#fontsize a.reset:hover{
	background: url(../images/font-reset-hover.gif) bottom;
}

.clear {
	clear: both;
}
