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


/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/* ============================== Navigation ================================*/
#nav {
	clear: both;
	padding: 0;
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav ul {

	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
    right: 10px;
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	width: auto;
	left: 80px;
	margin: 0;
	padding: 0 20px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	position: relative;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000000;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}

/*================================ Header ========================================*/
#header #clouds {
	position: absolute;
	/*background: transparent url(../images/clouds.gif) no-repeat;*/
	top: 150px;
	left: 45px;
	width: 309px;
	height: 163px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -3px;
	color: #000000;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 10px;	
}
#header p#slogan {
	position: absolute;	
	font: normal 19px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 25px;
}

/* ================================ Sidebar Menu ======================================*/
#sidebar h3 {
	padding: .3em 0 .5em 5px;
	color: #CC0000;
	text-transform: none;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#sidebar ul.menu {
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px solid #211E20;
}
#sidebar ul.menu li {
	padding: 0; 
	background: url(../images/bullet.jpg) no-repeat .5em .6em;		
	border-bottom: 1px solid #211E20; 
	list-style:none;
}

* html body #sidebar ul.menu li { height: 1%; }

#sidebar ul.menu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
}
#sidebar ul.menu li a:hover {
	color: #FF8B04;				
}
#sidebar ul.menu ul { margin: 0 0 0 15px; }
#sidebar ul.menu ul li { border: none; }

/*============================== User1, User 2 =============================*/
#user1 .moduletable, #user2 .moduletable{
	margin: 0 0 10px 0;
}

#user1 .moduletable h3, #user2 .moduletable h3{
	margin: 0;
}
/*=============================== Sidebar Module ===========================*/
#sidebar .moduletable{
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .moduletable h3{
	margin: 0;
}


/*=============================== Main ====================================*/
#main h2 {
	color: #CC0000;
	letter-spacing: -2px;
	border-bottom: 1px solid #211E20;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main h2 a {
	color: #CC0000;	
	text-decoration: none;
		
}

/*============================ Column =====================================*/
#columns h3 {
	color: #CC0000;
	margin: 0;
	/*padding: 0 10px;*/
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#columns ul {
	list-style: none;
	/*margin: 10px 0 10px 0; 
	padding: 0;	*/
	border-top: 1px solid #111;	
}
#columns li {
	border-bottom: 1px solid #111;		
}
#columns li a {
	display: block;
	/*padding: .5em 0 .5em 1em;*/
	color: #8F8F8E;
}
#columns li a:hover {
	color: #fff;	
}

#columns .col3, .col3-center {
	
	width: 100%;
	position: relative;
	top: 30px;
	right: 18px;
	
}
#columns .col3-center { 
	/*margin: 0 15px;*/ 
}

/*============================== Col3 Module =============================*/
#col3 .moduletable, #col3-center .moduletable{
	/*margin: 0 0 10px 0;*/
}

#col3 .moduletable h3, #col3-center .moduletable h3{
	/*margin: 0;*/
}

/* =================================== additional classes ===========================*/
.clear { clear: both; }
.grey {	color: #8F8F8E; }















