/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* not ready */


h3
{
        font-size:15px;
        font-weight:bold;
        margin:30px 0 0 0;
}

h4
{
        font-size:1em;
}

fieldset
{
        margin:10px 0 ;
        padding:15px 0px;
        border:solid 1px
}

p
{
		line-height:22px;
        margin:10px 0 15px 0;
		font-size:15px;
}


/* ##########################  general  ########################### */
#all
{
    font-size: 14px;
	background-color:#FFF;
}







/* ##########################  fontsize  ########################### */

#fontsize
{
    padding:0;
    margin:0 20px 0 1px;
    text-align:right;
    margin-bottom:0px;
    float:none;


}

#fontsize h3
{
    padding-right:0;
    font-weight:normal;
    display:inline;
    font-size:1em;

        margin:0
}

#fontsize p
{
    margin:0 0 0 2px;
        padding:0;
    display:inline;
    font-size:1em;


}

#fontsize p a
{
    margin:0 2px;
    display:inline;
    padding:0px 5px;
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
        padding:0 0 0 0px;
        text-align:left;
        margin:15px 20px 15px 0px;
        font-size:0.85em
}

#breadcrumbs p
{
        padding:5px;
        display:inline;
}

#breadcrumbs span
{
        padding:0px;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
        text-transform:none;
        font-weight:normal
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
        text-decoration:none;
}


/* ##########################  navigation column  ########################### */

#nav ul
{
        list-style-type:none;
        margin:0px 0;
}


/* ##########################  main  ########################### */

/* ++++++++++++++  main general  ++++++++++++++ */

#main h1
{
        padding: 5px;
        font-size:22px;
        line-height:25px;
        font-weight:normal;
        margin:0 -5px 10px -5px;
		color:#1066B1;	
		font-family: Verdana, Geneva, sans-serif;
		border-bottom:solid 1px #999;
}

#main h2
{
        font-size:1.6em;
        font-weight:normal;
        margin-bottom:10px;
        padding:3px 0px;
}

#main h2 a
{
        text-decoration:none;
}


.item
{
        padding:0px 5px 10px 5px;
        display:block
}

.item h2
{
        margin:0 0px 10px 0px
}

.item-page
{
        padding:0;
        display:block;
        overflow:hidden;
		width:640px;
}




/* #################### footer ############################ */

#footer
{
        padding:0;
        text-align:right;
        margin:0 auto 15px auto;
        display:block;
        width: 960px;
        overflow:hidden;
}

#footer p {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
}




/* ++++++++++++++  Error Message contact form  ++++++++++++++ */
p.error
{
        padding:10px;
}


#main ul
{
        list-style-position:outside;
        list-style-type:disc;
        padding:0 0 0 15px;
        margin:10px 0 10px 0px;
}


#main ul li,
#main ol li
{
        padding:0;
        line-height:1.7em;
        margin: 0 0 0 20px;
}
