/*
###############################################################################
# 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                                 #
###############################################################################
*/

a:hover, a:active {
	color: #F63;
}

h1#header {
	height: 2em;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited {
/*	background: #336699;*/
	color: #FFFFFF;
	font-size: 1.6em;
}

#header {
	background-color: #336699;
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
}

#header a {
/*	background-image: url("/res/themes/tjbash/tjbash.png");
	height: 25px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;*/
}

#text {
	display: none;
}

#logo {
	display: inline;
}

#logo img {
	border: none;
	position: relative;
	left: -0.1em;
	top: -0.1em;
}

/*ul#navigation li a:hover, ul#navigation li a:active,*/
ul.tabbed-pane-header li a:hover, ul.tabbed-pane-header li a:active {
	background: #CCCCCC;
	/*border-color: #0000CC;*/
	border-color: #336699;
}

ul#navigation li a, ul#navigation li a:visited {
	border-bottom-width: 0px;
	color: #336699;
	text-decoration: underline;
}

ul#navigation {
	height: 21px;
	background: url(/res/themes/tjbash/magic.png);
}

ul#navigation li {
	position: relative;
	z-index: 2;
}

ul.quote-list li:hover h3.quote-header {
//	background: #EEEEEE;
	/*border-color: #FFE9C9;*/
}

ul.quote-list li:hover .quote-container {
	/*background: #FFFCEC;*/
}

ul.quote-list li:hover .quote-footer, ul.quote-list li:hover .quote-tags a {
//	color: #BA9;
//	border-color: #FFE9C9;
}

ul.tabbed-pane-header li a.active-tab {
	background: #ECF6EC;
	border-top-color: #C0F0B0;
}

ul.tabbed-pane-contents {
	border: 1px solid #ECF6EC;
}

a.quote-rating-up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #F3FFF3;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	border: 1px solid #444;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}

a.quote-rating-down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFF3F3;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	border: 1px solid #444;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}

a.quote-permalink {
	color: #336699;
}
