/*------------------------------------------------------------------------
# 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  */
#header #nav {
	position: absolute;
	left: 0; bottom: 10px;
	margin: 0; 	padding: 0;		
	width: 700px;	
	border-top: 0px solid #1A0E06;
	border-bottom: 0px solid #1A0E06;
}
#header #nav ul {
	list-style: none;	
	text-align: center;	
	height: 45px;
	margin: 0; padding: 0;	
}
#header #nav ul li {
	display: inline;
	margin: 0; padding: 0;		
}
#header #nav ul li a {
	margin: 0 8px;
	padding: 5px;
	color: #ffffff;
	font: bold 14px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;		
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #fff;	
}
#header #nav ul li#current a {	
	background: #711539;	
	color: #000;
}

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* footer-list */
#footer-wrap ul {
	list-style: none;
	padding: 0;	
	margin: 10px 25px 5px 25px;	
	background: url(../images/footer-sep.gif) no-repeat center top;
}
#footer-wrap ul li {
	background: url(../images/footer-sep.gif) no-repeat center bottom;
}
#footer-wrap li a {
	display: block;
	width: 98%;
	line-height: 2.1em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #ffffff;
	border: none;
}
#footer-wrap ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .9em;
}
#footer-wrap ul li a:hover,
#footer-wrap ul li a:hover span {
	color: #333;	
}
