/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFCC;
	text-decoration: none;
        
}

body {
	background: #333  url(assets/templates/Firefly/images/bg.gif);
	color: #333;
        margin: 20px 0;
	text-align: center;
        color:#FFFFCC;
	font: normal 0.7em sans-serif,Arial;

}
ul {
	margin: 12px 0;
}
li {
	list-style: url(assets/templates/Firefly/images/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(assets/templates/Firefly/images/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}



/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(assets/templates/Firefly/images/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}


/* Header */
.gfx {
	background: #222 url(assets/templates/Firefly/images/) no-repeat;
	height: 256px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #000 url(assets/templates/Firefly/images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
        border-bottom: 1px solid #222;
	color: ##FFFFCC;
	font-size: 1.4em;
	float: left;
	padding-top: 4px;
	width: 99px; height: 36px;
} 
}
.menu a span {
	padding-left: 18px;
}
.menu a:hover {
	background-position: left bottom;
	color: #444;
}
.menu a#last {
	width: 100px;
	border-right: none;
}


/* Content */
.content {
        margin-left: 12px;
        min-Height: 250px
	border-top: 1px solid #FFFFCC;
	background: #1A1A1A;
	clear: both;
        
}
.content h1 {
	margin: 12 12 4px;
	font: bold 1.4em sans-serif,Arial;
	color:#FFFFCC;
}
.content p {
	margin: 12 12 12px;
        font: 1.0em sans-serif,Arial;
        color:#FFFFCC;
        
}
.item {
	background: #030303 url(assets/templates/Firefly/images/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: ##FFFFCC;
} 