/*
###############################################################################
# EDUbash Quote Management System                                             #
# Copyright (C) 2005-2006 Tim De Pauw <ceetee@users.sourceforge.net>          #
# Copyright (C) 2006-2007 Eric Harmon                                         #
# Copyright (C) 2006 Nathan Watson                                            #
###############################################################################
# This program is free software; you can redistribute it and/or modify it     #
# under the terms of the GNU General Public License as published by the Free  #
# Software Foundation; either version 2 of the License, or (at your option)   #
# any later version.                                                          #
#                                                                             #
# This program is distributed in the hope that it will be useful, but WITHOUT #
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       #
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for   #
# more details.                                                               #
#                                                                             #
# You should have received a copy of the GNU General Public License along     #
# with this program; if not, write to the Free Software Foundation, Inc., 51  #
# Franklin St, Fifth Floor, Boston, MA  02110-1301  USA                       #
###############################################################################

###############################################################################
# default.css                                                                 #
# "Default" color theme for the default theme                                 #
###############################################################################
*/

html {
	padding: 0;
}

ul#navigation {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	text-align: center;
	height: auto;
	white-space: normal;
}

ul#navigation li.hide {
	display: none;
}

ul#navigation li {
	padding: 0;
}

a.quote-rating-up {
	font-size: 180%;
}

a.quote-rating-down {
	font-size: 180%;
}

textarea, input {
	font-size: 200%;
}

ul.quote-list li blockquote.quote-body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
}
