/**
* $Id: style.css,v 1.4.2.8.2.3 2006/05/29 12:44:43 thorstenr Exp $
*
* This is the main style sheet file for phpMyFAQ 1.5
* If you want to change only the colours, use colors.css
*
* @author		Jens Grochtdreis <jens@grochtdreis.de>
* @author		Thorsten Rinne <thorsten@rinne.info>
* @since       2004-06-02
* @copyright	(c) 2004-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 definitions
*
* NOTE: You may remove them because they are global
*/
body, td {
   font-family: "Bitstream Vera Sans", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 100%;
}
h1 {
   font-size: 200%;
}
h2 {
   font-size: 175%;
}
h3 {
   font-size: 125%;
}
form {
   margin: 0;
   padding: 0;
}
fieldset {
   margin-bottom: 1em;
   padding: .5em;
}
img {
   border: 0;
}
pre, code {
   font-size: 11px;
}
hr {
   height: 1px;
   border: 1px solid gray;
}
p {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}
code {
   white-space: pre;
}

.invisible {
	display: none;
}

/**
* Header definitions
*/
.header {
   margin				: 0px;
   padding				: 0px;
}
.faq_buttons {
	display: block;
	width: 480px;
	height: 21px;
	margin: 0 auto 0 auto;
    text-align: center;
}
	.faq_buttons ul {
		float: center;
		list-style: none;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}
	.faq_buttons li {
		float: left;
	}
		.faq_buttons li a {
			background: url("../../images/img_temp_faq_button.gif");
			display: block;
			color: #FFFFFF;
			font-size: 8pt;
			font-family: Tahoma;
			text-decoration: none;
			width: 95px;
			height: 18px;
			padding: 3px 0px 0px 0px;
			margin: 0 1px 0 0;
		}
		.faq_buttons li a:hover {
			background: url("../../images/img_temp_faq_button.gif") bottom;
		}
		.faq_buttons a:link {color: #ffffff;}
		.faq_buttons a:visited {color: #ffffff;}
		.faq_buttons a:hover {color: #ffffff;}
		.faq_buttons a:active {color: #ffffff;}
.textbox_center_faq {
	background: url("../../images/img_temp_textbox_center.gif") no-repeat #edf1f5;
	width: 485px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	float: left;
	padding: 0 10px 0 10px;
}
  .textbox_center_faq p {
    margin: 0 0 10px 0;
  }
  .textbox_center_faq h4 {
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma;
    display: inline;
  }
  .textbox_center_faq label {
    display: block;
    width: 105px;
    float: left;
  }
  .textbox_center_faq label span { font-size: 7pt; }
  .textbox_center_faq input { margin: 0 0 2px 0; }
  .textbox_center_faq select { margin: 0 0 2px 0; }
  .textbox_center_faq textarea {margin: 0 0 2px 0; }
  .textbox_center_faq #password_edit label {
    display: block;
    width: 145px;
    float: left;
  }
  .input_zonder_margin { margin: 0 0 -2px 0; }
  .submit_button { text-align: center; }

/* phpMyFAQ title */
#header h1 {
   font-family: Tahoma;
   padding-left: 18px;
}
#header h1 a {
   text-decoration: none;
}

/**
* Main navigation
*/


/**
* Categories
*/
#categories {
   width: 198px;
   padding: 0;
   font-size: 100%;
   border: 1px solid;
}
#categories ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}
#categories li {
   margin: 0;
   border-left: 10px solid;
}
#categories li a {
   display: block;
   padding: 5px 5px 5px 0.5em;
   border-bottom: 1px solid;
   text-decoration: none;
   height: 100%; /* stupid IE fix */
}
html>body #categories li a {
   width: auto;
}
#categories li ul li {
   margin: 0;
   border-left: 0px
}
#categories li ul a {
   padding-left: 15px;
}
#categories ul ul ul a {
   padding-left: 25px;
}
#categories ul ul ul ul a {
   padding-left: 35px;
}
#categories .active {
}
#categories .subcat a {
}
#categories .subcat .active {
}
#categories .subcat {
	display: none;
}

/**
* Number of current users
*/
#useronline {
   margin-top: 10px;
   text-align: center;
}

/**
* Main content
*/
.main-content {
   padding: 0;
   margin: 0;
   line-height: 1.3;
}
.main-content h2, .main-content h3 {
   border-bottom: 1px solid;
   margin-bottom: 7px;
}
.main-content h2#article_category {
   font-size: 145%;
   font-style: italic;
   margin: 5px 0 5px 0;
   border-bottom: none;
}
.main-content ul, ol {
   padding-left: 1em;
}
.main-content li {
   margin-left: 20px;
}
.main-content #solution_id {
   float: right;
}
.main-content .searchpreview {
	font-size: 10px;
}

/**
* Main content - news section
*/
.main-content #news h3 {
   font-size: 135%;
   border: 0;
   margin-bottom: 7px;
}
.main-content #news .block {
   margin-top: 7px;
   margin-bottom: 7px;
}
.main-content #news .date {
   font-size: 80%;
   margin-bottom: 12px;
}

/**
* Table definitions in the main content column
*/
.main-content table {
   overflow: scroll;
   padding: 0;
   margin: 0;
}
.main-content th {
   border: 0;
   padding: 2px;
   text-align: center;
   vertical-align: middle;
}

/**
* Form and Fieldset definitions in the main content column
*/
.main-content form {
   float: left;
   display: block;
   width: 99%;
}
.main-content fieldset {
   border: 1px solid;
}
.main-content textarea.inputarea, .main-content form .inputfield, .main-content select {
   margin: 2px;
   border-width: 1px;
   border-style: solid;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   border: 0;
}
.main-content label.left {
   float: left;
   text-align: right;
   width: 150px;
   margin-right: .3em;
}
.main-content form br {
   clear: both;
}
.main-content #article_categories {
    float: right;
    width: 220px;
    margin: 0 0 10px 20px;
}
.main-content #article_categories fieldset {
}
.main-content #article_categories legend {
}
.main-content #article_categories ul {
    list-style: none outside;
    margin-left: 0px;
}
.main-content #article_categories ul li {
    margin: 0;
    padding: 0;
}
.main-content table {
    float: left;
}

/**
* Comments
*/
.comment {
   padding: 1.0em;
   margin: 0.5em 0;
}

/**
* Left and right sidebar definitions
*/
.sidebar {
  padding: 0;
  margin: 0;
}

body {
   margin: 0px;
   padding: 20px;
}
* html>body {
   margin-right: -3px; /* IE hack */
}

/**
* Main wrapper around the div containers
*/
#wrapper1 {
   width: 505px;
}
#wrapper1, #wrapper2 {
   margin: 0px;
   padding: 0px;
}

/**
* Main columns definitions
*/
.columns {
   border: none;
   margin-top: 0px;
}
.leftcolumn {
   float: left;
   left: 0px;
   width: 200px;
   margin: 0px;
   padding: 0px;
}
.rightcolumn {
   position: static;
   float: right;
   width: 247px;
   margin: 0px;
   padding: 0px;
}
.centercolumn {
   margin: 0px;
   padding: 0px;
   margin-right: 255px;
   margin-left: 210px;
}

/**
* Padding definitions for the columns
*/
.centerpadding, .leftpadding, .rightpadding {
   margin: 0px;
   padding: 0px;
}
.rightpadding {
   padding-left: 0;
}
.centerpadding {
   padding-left: 20px;
   padding-right: 20px;
}
.clearing {
   height: 0;
   margin: 10px;
   clear: both;
   display: none;
}

/**
* Definitions for version info and copyright on contact page
*/
#version {
   margin-top: 20px;
   text-align: center;
}
#copyright {
   margin-top: 12px;
   font-size: 80%;
   text-align: center;
}

/**
* Footer definitions
*/
#footer {
   margin-top: 10px;
   clear: both;
   border-top: 1px solid;
   padding-top: 10px;
   text-align: right;
}
#footer p#copyrightnote {
   text-align: right;
}
