/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 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.
 */


BODY{
	background: #fff;
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	text-align: center;
	
	background: url(../images/page_bg.png) repeat;
}

a, a:link, a:active, a:visited{	
	color: #fff;
	text-decoration: none;
}

a:hover{	
	color: #fff;
	text-decoration: underline;
}

a img, a:link img, a:active img, a:visited img{	
	text-decoration: none;
	border: 0px;
}

h1 {
	font-size:20px;
	margin:10px 0;
	font-weight: normal;
}

h2 {
	font-size:17px;
	margin:10px 0;
	font-weight: normal;
}

h3 {
	font-size:13px;
	margin:10px 0;
	font-weight: normal;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:12px;
	font-weight: normal;
}

ul{
	list-style:square;
	list-style-position:inside;
}

ul.pagination li{
	display: inline;
	margin-right: 5px;
}

P{
	margin: 10px 0px;	
}



input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

#logo h2{
	font-size: 50px;
	color:#868686;
        margin: 0px 0px;
}

#postit{
	position: absolute;
	z-index: 10;
	width: 303px;
	height: 275px;
	background: url(../images/post_it.png) no-repeat;
	margin: -50px 0px 0px -20px;
}

#postit .moduletable{
	padding: 40px 20px 20px 50px;
}

#postit	h2{
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

.main_table{
	background-color: #868686;
	color: #695b5a;
}

.main_table td{
	padding: 5px 10px;
}

.main_table td td{
	padding: 0px;
}

.menuholder{
	background-color: #841d18;
	width: 940px;
}

.main_menu{
	width: 600px;	
	background-color: #841d18;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	
}
.twitter{
	z-index: 11;
	width: 300px;	
	background-color: #841d18;
	padding: 3px 0px 1px 0px;
	vertical-align: right;
}
.twitter a{
	
}


.main_content{
	background-color: #fff;
	padding: 10px 20px;
	
}

.main_content_home{
	background-color: #fff;
	padding: 0px;
}

.main_content_spacer{
	background: url(../images/col_spacer.png) repeat-y;
}

.main_content_left{
	padding: 10px;
}

.main_content_right{
	padding: 10px;
}


/* menu's */
.main_menu{	
	color: #fff;
	font-size: 12px;
	
}

.main_menu a{	
	color: #fff;
}

.main_menu #active_menu{
	font-weight: bold;
}


/* content */

h1.componentheading{
	background-color: #868686;
	color: #FFF;
	padding: 3px;
}

.contentheading_holder{
	float:left;
}

.contentheading_holder h2{
	margin-top: 0px;
}

.buttonheading_holder{
	float:right;
}

.leading_separator, .article_separator{
	border-top: 1px dotted #fff;
	width: 100%;
	display: table;
}

.main_content_home .leading_separator, .main_content_home .article_separator{
	border-top: 0px dotted #fff;
	width: 100%;
}

.main_content_left a{
	color: #841d18;
}

.pageinfo{
	font-size: 13px;
}


/* modules */


.moduletable_light_bg{
	width: 100%;
	display:table;
}

.main_content_right .moduletable_light_bg{
	width: 290px;
}

.moduletable_light_bg .module_header{	
	width: 100%;
	background-color:#868686;
	color: #fff;
	padding: 0px 5px;
	margin-bottom: 3px;
}
.moduletable_light_bg .module_content{	
	width: 100%;
	background-color:#868686;
	color: #fff;
	padding: 5px;
}

.moduletable_light_bg ul{
	list-style:square;
	list-style-position:inside;
}



.moduletable .module_header{	
	width: 96%;
	background-color:#841d18;
	color: #fff;
	padding: 0px 5px;
	margin-bottom: 3px;
}

.moduletable li a{
	color: #841d18;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}
