/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/


/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .75em/1.5em  Arial, Comic Sans MS, Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	/*background: #89c47b url(../images/bg_greenblack.png) repeat-x ;*/
	background: #253626 url(../images/bg_greendark.png) repeat-x ;
	text-align: center;
}

/* links */
a, a:link, a:visited{ 
	color: #509854;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	/*color: #9EC068;*/
	color: #bbb;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Arial, 'Comic Sans MS', 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: none;
}


fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

/***********************
	  LAYOUT
************************/
#wrap {
	/*background: #A9BAC3;*/
	width: 1030px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 120px;	
	background: #000 url(../images/bg_logo_green.png) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Comic Sans MS', 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma,'Comic Sans MS', 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* search */
#search{
	float: right;
	margin: 10px 0 0 0;

}

/* top menu */
#topmenu{
	float: right;
	margin: 10px 0 0 0;
}

/* main */
#main {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px 5px 0 0;
	/*width: 60%;*/
	width: 600px;
	overflow: hidden;
	background: #FD8;
}

#main div{
	margin: 0 0 0 5px;
}

#main hr{
	width: 80%;
	text-align: center;
}
	

/* sidebar */
#sidebar {
	float: left;
	/*width: 20%;*/
	width: 180px;
	margin: 10px 10px 10px 0px;	
	padding: 4px 4px; 
	display: inline;
	overflow: hidden;	
	background: #bdd9b7;
	border-right: 2px solid #438046;
	border-bottom: 2px solid #438046;
	border-left: 2px solid #91f395;
	border-top: 2px solid #91f395;
}

/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	padding: 4px 4px; margin: 10px 0 5px 0;;
	overflow: hidden;
	background: #bdd9b7;
	border-right: 2px solid #438046;
	border-bottom: 2px solid #438046;
	border-left: 2px solid #91f395;
	border-top: 2px solid #91f395;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	/*background: #89c47b;*/
	background: #253626;  
	border-top: 5px solid #509854;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 50%;
}

#footer .footer-right{
	float: right;
	width: 50%;
}

/*=================================== Left Module ==================================*/
#sidebar .moduletable{
	margin: 5px 0 10px 0;
	overflow: hidden;
	text-align: left;
}

#sidebar .moduletable h3, #sidebar .moduletable_menu h3{
	font: 17px 'Comic Sans MS', "Trebuchet MS", Arial, "MS Sans Serif";
	font-weight: bold;
	color: #509854;
}


/*================================= left Menu ===========================================*/
#sidebar ul.menu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.menu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	list-style: none;
}
#sidebar ul.menu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #E6E6f6;
	border-left:4px solid #CCC;	
	
	min-height:17px;
}

* html body #sidebar ul.menu a { height: 18px; }

#sidebar ul.menu a:hover{
	padding:2px 5px 2px 10px;
	background: #f2f2ff;
	color: #339900;
	border-left:4px solid #509854;
}

#sidebar ul.menu li#current a{
	padding:2px 5px 2px 10px;
	background: #e7e7FF;
	color: #339900;
	border-left:4px solid #509854;
	list-style: none;
}
/*=================================== Right Module ==================================*/
#rightbar .moduletable{
	margin: 5px 0 5px 0;
	overflow: hidden;
}

#rightbar .moduletable h3, #rightbar .moduletable_menu h3{
	font: 18px 'Comic Sans MS', "Trebuchet MS", Arial, "MS Sans Serif";
	font-weight: bold;
	color: #509854;
}

/* ============================= user 1, user 2 module =============================*/
#user1 .moduletable, #user2 .moduletable{
	overflow: hidden;
	margin: 2px 2px 5px 2px;
}

#user1 .moduletable h3, #user2 .moduletable h3{
	font: 16px 'Comic Sans MS', "Trebuchet MS", Arial, "MS Sans Serif";
	font-weight: bold;
	color: #000;
	margin: 0;
}



