/*
 * Style for Colors theme
 *
 * webtrees: Web based Family History software
 * Copyright (C) 2011 webtrees development team.
 *
 * Derived from PhpGedView
 * Copyright (C) 2002 to 2010  PGV Development Team.  All rights reserved.
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
 * $Id: ash.css 14367 2012-09-27 23:33:39Z rob $
 */

/* Ash Palette */

/* Header */
#header {
background:#5d6779;
color: #FFFFFF;
}

.title {
text-decoration:none;
color:#FFFFFF;}

/* Tbls and menus  */
.descriptionbox, .descriptionbox a, .facts_label03,
.topbottombar,.topbottombar a,.topbottombar h2,
.facts_label,.facts_label a, .facts_label h2,.facts_label .date,
.list_label, .list_label a, #search-page-table, #edituser-table,
#lightbox_content span a,#lightbox_content span a:hover,
#separator, .use-sidebar #separator, #family_nav, 
.ui-state-active a:link, .ui-state-active a:visited 
{
background-color:#9DA5B4;
color: #ffffff;
}

/* Top Menu  */
#topMenu {
background:#2A2B2D;
}

/* Base */
#indi_header h3,
.blockcontent,#search,#search-page-table .value,#edituser-table .value,
.makeMenu ul li a:hover, .ui-widget-header,
.optionbox,#indi_header .ui-state-active a:link,
.list_value,.list_value_wrap,.list_value_wrap a,
#login-form,#new_passwd_form,#register-form {
background:#ededee;
}

/* Alerts */
.error,.warning,.red {
color:#f00;
}

.facts_labelred,.facts_valuered {
border:solid #2a2b2d 2px;
}

/* Light Text */
.makeMenu li a {
color:#FFFFFF;
}

/*  Dark Text Color  */
input,button,textarea {
border-color:#fff #494949 #494949 #fff;
}

.subheaders {
color:#494949;
}
