/* ----- Main Layout Elements ----- */
body {
	text-align:			center;
	padding:			0;
	margin:				0;
	font-family: 		Arial, Verdana, sans-serif;
	background:			url(/site/templates/standard/images/nav_bg_180.png);
	background-repeat:	repeat-y;
}

body{
	background-color:	#DEDEDE;
	background-repeat:	repeat-y;
}

#container {
	margin-top:			0px;
	margin-left:		190px;
	padding-right:		10px;
	/*width:				100%;
	min-width:			760px;
	max-width:			960px;*/
	font-size:			12px;
	text-align:			left;
	/*clear:				both;*/
}
#header {
	/*background-image: 	url('../images/bg-header.jpg'); 
	background-color:	#48b5eb;*/
	width:				100%;
	float:				left;
	background-color:	#730707;
	height:				180px;
	margin:				0 auto;
	clear:				both; 
	font-size:			12px;
}
#headerinside {
	/*min-width:			760px;
	max-width:			960px;*/
	margin:				0 auto;
	height:				130px;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		10px;
	text-align:			left;
	clear:				both; 	
}
#leftsidebar {
	float:				left;
	background-color:	#AD8D50;
	width:				180px; 
	/*overflow:			hidden;*/
	font-size:			12px;
	text-align:			left;
	/*background: url(pastarchives.jpg) #AD8D50 bottom center no-repeat;*/
} 
#main {
	float:				left;
	/*max-width:			810px;
	width:				60%;
	overflow:			hidden;*/
}
#rightsidebar {
	float:				right;
	/*width:				20%; 
	overflow:			hidden;*/
} 
#footer {
	clear:				both; 
	text-align:			center;
	font-size:			10px;
	padding-top:		10px;
}
a, a:visited {
	color:				black;
}
a:hover {
	color:				red; /*#890707;*/
	text-decoration:	none;
}
#searchForm {
	padding-top:		10px;
}

/* ----- Top Menu ----- */
#topmenu {
	margin:				0 auto;
	height:				25px;
	text-align:			center;
	padding-top:		3px;
	background-color:	#FFA800;
	clear:				both;
}
#topmenu .moduletable {
	height:				19px;
	border: 			0;
	padding: 			0;
	margin:				0 auto;
	margin-top:			1px;
}
#topmenu ul {
	margin: 			0;
	padding: 			0;
	list-style:			none;
}
#topmenu li {
	display: 			inline;
	margin: 			0;
	padding: 			0;
	border-right:		1px solid #444444;
}
#topmenu a, #topmenu a:visited {
	font-weight:		bold;
	padding-right: 		10px;
	padding-left:		10px;
	text-decoration:	none;
}
#topmenu a:hover {
	text-decoration:	underline;
}


/* ----- Left Sidebar Elements ----- */
#leftsidebar {
	color:				black;
	text-align:			right;
}

#leftsidebar span {
	padding-left:		10px;
	padding-right:		10px;
	display:			block;
}

#leftsidebar .parent#current {
	font-size:			larger;
}

#leftsidebar .parent.active {
	font-size:			larger;
}

#leftsidebar ul ul {
	font-weight:		normal;
	font-size:			smaller;
}

#leftsidebar ul ul span {
	padding-right:		25px;
}

#leftsidebar ul {
	margin:				0px;
	padding-left:		0px;
	padding-bottom:		0px;
	padding-right:		0px;
}

#leftsidebar ul li {
	margin:				0px;
	list-style: 		none;
}

#leftsidebar ul li a {
	text-decoration:	none;
	background-color:	#FFA800;

	margin:				1px;
	padding:			1px;
	vertical-align:		middle;
	display:			block;
}

#leftsidebar ul li.active a {
	text-decoration:	none;
	background-color:	#FFBB3A;
	/*color:				yellow;*/

	margin:				1px;
	padding:			1px;
	vertical-align:		middle;
	display:			block;
}

#leftsidebar ul li#current.active ul a {
	color:				black;
	background-color:	#FFD17C;
}

#leftsidebar ul li ul li a {
	color:				black;
	background-color:	#FFBB3A;
}

#leftsidebar ul li ul li#current.active a {
	color:				black;
	background-color:	#FFD17C;
}

#leftsidebar ul li a:hover {
	text-decoration:	none;
	color:				red;
}

#leftsidebar ul li#current.active ul li a:hover {
	color:				red;
	text-decoration:	none;
}


#leftsidebar ul li ul li#current.active a:hover {
	color:				red;
	text-decoration:	none;
}

#leftsidebar h3 {
	margin:				0px;
	padding:			0px;
	padding-top:		10px;
	border-bottom:		1px solid #777777;
	font-size:			16px;
}
/*
#leftsidebar li#current.parent.active a {
	font-weight:	bold;
}
*/

#leftsidebar #moduletable_other_links ul {
	color:				red;
	text-align:			center;
	font-size:			smaller;
}

/* ----- Right Sidebar Elements ----- */
#rightsidebar .moduletable, #rightsidebar .moduletable_text {
	border:				1px solid #000000;
	margin-top:			10px;
	padding:			5px;
	background-color:	#ffddcc;
}
#rightsidebar .moduletable h3, #rightsidebar .moduletable_text h3 {
	margin:				-5px;
	margin-bottom:		5px; 
	padding:			2px;
	padding-left:		18px;
	color:				#ffffff;
	background-color:	#000000;
	border-bottom:		1px solid #777777;
	font-size:			16px;
	background-image:	url('../images/arrow_red.png');
	background-repeat:	no-repeat
}
#rightsidebar p {
	margin-top:			0px;
	margin-bottom:		10px;
}


/* Additional markups */
.pagenavcounter, .pagenav {
	font-size:			10px;
} 
.contenttoc {
	padding:			5px;
}

div.componentheading {	/* Component heading */
	font-size:			16px;
	border-bottom:		1px solid #777777;
	font-weight:		bold;
	margin-top:			10px;
	border-bottom:		1px solid #cccccc;
}
td.contentheading {		/* Post titles/headings */
	font-size:			16px;
	font-weight:		bold;
	clear:				both;
	padding-top:			10px;	
}
table.contentpaneopen {	/* Table wrapping posts */
	margin:				0;
	padding:			0;
}
#form-login-remember {	/* Small 'remember me?' text in login form */
	font-size:			12px;
	padding-bottom:		5px;
}
#form-login {
	text-align:			center;
}
#form-login ul, #form-login-username, #form-login-password, #form-login-remember {
	text-align:			left;
}
fieldset.input {
	border:				0;
}
#form-login #form-login-remember {
	text-align:			center;
}
form {
	margin:0;
}
td.sectiontableentry1 {}	/* Alternating rows for polls */
td.sectiontableentry2 {		/* Alternating rows for polls */
	background-color:	#f9f9f9;
}	
.button {
	background-color:	#ddecf3;
	font-size:			12px;
	font-family:		verdana, arial;
	border-top:			1px solid #e7f7ff;
	border-left:		1px solid #cde4ef;	
	border-bottom:		1px solid #000000;
	border-right:		1px solid #245167;
}
.buttonheading img {
	border: 			none; 
	margin: 			0;
	padding:			0;
}
span.small { 		/* Small text underneath post title, i.e. 'Written by...' */
	font-size:			10px;
	margin:				0;
	padding:			0;
}
td.createdate {		/* Small date under post titles */
	font-size:			10px;
	text-align:			left;
	color:				#999999;
}
td.modifydate { 	/* The 'Last Updated' date under posts/modules. */
	font-size:			10px;
	text-align:			right;
	font-style: 		italic;	
}
a.readon { 			/* The 'Read More...' link under posts/modules. */
	font-size:			10px;
	float:				right;
	text-align:			right;
}
td.article_column {
	padding-right:		10px;
}
table.pollstableborder {
	text-align:			left;
	width:				100%;
}
p {
	margin:				0;
	padding:			0;
}
span.breadcrumbs  {
	font-size:			10px;
	color:				#666666;
}
.crumbbg {
	background-color:	#ffe4c4;
}
div.bannerheader {
	font-size:			10px;
}


/**
 * Joom!Fish - Multi Lingual extention and translation manager for Joomla!
 * Copyright (C) 2003-2009 Think Network GmbH, Munich
 *
 * All rights reserved.  The Joom!Fish project is a set of extentions for
 * the content management system Joomla!. It enables Joomla!
 * to manage multi lingual sites especially in all dynamic information
 * which are stored in the database.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
 *
 * The "GNU General Public License" (GPL) is available at
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * -----------------------------------------------------------------------------
 * $Id: mod_jflanguageselection.css 1344 2009-06-18 11:50:09Z akede $
 * @package joomfish
 * @subpackage mod_jflanguageselection
 *
*/

/* Joom!Fish CSS definition used by the module or component. You might overwrite it in your
 * template and remove this. Within your module configuration you can switch off the loading of the css*/


#jflanguageselection
{
    float: right;
    color: black;
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin-top: 3px;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}

#jflanguageselection ul.jflanguageselection li#active_language a:visited
{
 	color: 				yellow;
}

div#jflanguageselection img.langImg {
	float: left;
	border: none;
	margin-top: 3px;
}
div#jflanguageselection li img.langImg {
	float: left;
	border: none;
	margin: 0px 1px 0px 1px;
}

/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

#jflanguageselection .opaque{
	filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
	color:graytext;
}
