/**
 * $Id: colors.css,v 1.17 2007/04/21 10:14:17 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>
 * @author      Matteo scaramuccia <matteo@scaramuccia.com>
 * @since       2005-03-12
 * @copyright   (c) 2005-2007 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 {

    color: #616365;
}

a {
    color: #616365; 
}
a:visited {
    color: #616365;
}

/**
 * the header with the title
 */
#header {
   
   color: #ffffff;
}
#header h1 a {
   color: #ffffff;
}
#header ul a {
   
    color: #fff;
}

/**
 * Categories
 */
#categories {
    
}
#categories li {
    
}
#categories li a {
   
    color: #221e1f;
}
#categories li a:hover {
  
    color: #221e1f;
	text-decoration:underline;
}

#categories .active {
  
}
#categories .subcat a {
    
}
#categories .subcat .active {
    
}
/**
 * Search box and language selection box
 */
#search, #langform, #loginform {
    border-color: #656565;
    background-color: #AFC6CA;
}
#search #search input[type=text], #langform #langform input[type=text], #loginform #loginform input[type=text] {
   background: #ffffff;
   border-color: #000000;
}
#search input[type=text]:focus, #langform input[type=text]:focus, #loginform input[type=text]:focus, #loginform input[type=password]:focus {
   background: #f5f5f5;
}



/**
 * Main content
 */

.main-content h1 {
    color: #616365;
    /*border-color: #75719D; */
}


.main-content h2, .main-content h3 {
    color: #75719D;
    /*border-color: #75719D; */
}
.main-content #news h3 {
   /* border-color: #a9a9a9; */
}
.main-content #news h2 {
   
}

/**
 * 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;
}

/**
 * Fieldset definitions in the main content column
 */
.main-content fieldset {
    border-color: #656565;
}

/**
 * Form definitions in the main content column
 */
.main-content form textarea, .main-content form .inputfield {
    color: #333333;
    background-color: #ffffff;
    border-color: #656565;
    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: #fff;
    background: #261F3E;
    border-color: #261F3E;
    
}

/**
 * Highlighted search result
 */
.highlight {
    background-color: #F8F8FF;
    font-weight: bold;
    border: 1px dotted #FF6347;
}

/**
 * Glossary items
 */
.glossary {
    color: #C79810;
    border-bottom: 1px dotted #1096B3;
    cursor: help;
}

/**
 * Footer definitions
 */
#footer {
   color: #666666;
   
}
#footer, #footer a, #footer a:visited {
   color: #666666;
}
#sidebar-left
{
background: #fff0b1;}

#search 
{background:transparent;}

#search input.submit
{color:#fff;
background-color:#261f3e;
width:30px;
border:#000;}

#loginform
{background:transparent;
border:none;}

.rightpadding
{
}

#logo
{background:url(images/logo.gif) top left no-repeat #fff0b1;
height:251px;
width:145px;}


#footer
{background:url(images/right.gif) top right repeat-y ;
}

#wrapper2, #wrapper1
{background:url(images/right.gif) top right repeat-y ;
height:100%;
}

#purp
{background:#514162;height:20px;display:block;z-index:1;}
