/**
* $Id: colors.css,v 1.1.2.3 2006/01/02 12:47:16 thorstenr Exp $
*
* In this CSS file you'll find all color defintions for phpMyFAQ
*
* @author		Jens Grochtdreis <jens@grochtdreis.de>
* @author		Thorsten Rinne <thorsten@rinne.info>
* @since		2005-03-12
* @copyright	(c) 2005-2006 phpMyFAQ Team
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*/

/**
* Main body
*/
html, body {
   background: #ffffff;
   color: #000000;
}

pre {
   background: #eeeeee;
}
code {
   background: #f8f8f8;
}

/**
* the header with the title
*/
#header {
   background: #105080;
   color: #ffffff;
}
#header h1 a, #header h3 {
   color: #E48428;
}
#header ul a {
   color: #ffffff;
}
#header ul a:hover {
   color: #105080;
   background: #EDF2F2;
}

/**
* Categories
*/
#categories {
    background-color: #EDF2F2;
    border-color: #D0D9D9;
}
#categories li {
    border-color: #105080;
}
#categories li a {
    border-color: #D0D9D9;
    background-color: #EDF2F2;
    color: #000000;
}
#categories li a:hover {
    background-color: #DFE6E6;
    color: #000000;
}

#categories .active {
	background-color: #D0D9D9;
}
#categories .subcat a {
	background-color: #ECF2ED;
}
#categories .subcat .active {
	background-color: #DFE6E6;
}

#categories .break {
    border-color: #D0D9D9;
    border-left-color: #105080;
    background-color: #D0D9D9;
}

/**
* Search box and language selection box
*/
#search, #langform, #gsearch, #poweredby, #poweredby-picture, #poweredby-phpmyfaq, #poweredby-google {
   border-color: #D0D9D9;
   background-color: #EDF2F2;
}
#search input, input[type=text], #gsearch input {
   background: #ffffff;
   border-color: #333333;
}
#search input[type=text]:focus {
   background: #f5f5f5;
}

/**
* Top 10 and Latest areticles
*/
#topten h3, #latest h3, #polls h3, #consult h3 {
	border-color: #D0D9D9;
	background-color: #EDF2F2;
}
#topten ol, #latest ol {

}
#topten li, #latest li {

}
#topten a, #latest a, #polls a, #consult a {
	color: #105080;
}
#topten a:visited, #latest a:visited, #polls a:visited {
	color: #4090B0;
}
#consult a:visited, #latest a:visited, #polls a:visited {
	color: #1050E0;
}
#consult div {
	background-color: #EDF2F2;
	border-color: #D0D9D9;
}

/**
* Main content
*/
.main-content h2, .main-content h3, .main-content h2 a {
	color: #000000;
	border-color: #a9a9a9;
}
.main-content h2#article_category {
	border-color: #D0D9D9;
	background-color: #EDF2F2;
}
.main-content #news h3 {
	border-color: #D0D9D9;
}

/**
* Table definitions in the main content column
*/
.main-content table {
   border-color: #a9a9a9;
}
td, th, .main-content td {
   border-color: #a9a9a9;
}
.main-content th {
/*	border-bottom-color: transparent; */
	border-bottom-color: #D0D9D9;
	color: #404040;
}

/**
* Fieldset definitions in the main content column
*/
.main-content fieldset {
   border-color: #D0D9D9;
   background-color: #EDF2F2;
}

/**
* Form definitions in the main content column
*/
.main-content form textarea, .main-content form .inputfield {
   color: #333333;
   background-color: #ffffff;
   border-color: #e7e7e7;
   border-top-color: #999999;
   border-left-color: #999999;
}
.main-content form textarea:focus, .main-content form input[type=text]:focus {
   background: #f5f5f5;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   background-color: transparent;
}
select {
   background-color: #ffffff;
   color: inherit;
}

/**
* Submit button definitions
*/
input[type=submit] {
	color: Black;
	background: #EDF2F2;
	border-color: #ffffff;
	border-bottom-color: #dddddd;
	border-right-color: #dddddd;
}

/**
* Highlighted search result
*/
.highlight {
	background-color: #F8F8FF;
	font-weight: bold;
	border: 1px dotted #FF6347;
}

/**
* Footer definitions
*/
#footer {
   color: #666666;
   border-color: #666666;
}
#footer, #footer a, #footer a:visited {
   color: #666666;
}

/**
* Comments
*/
.comment {
   background-color: #F8F8F8;
}

#voting {
   background-color: #EDF2F2;
}
