/* dark.css - Beez5 override for Joomla 2.5 */
body {
  background-color: #111 !important;
  color: #eee !important;
  font-family: "Tahoma","Arial",sans-serif !important;
}

/* Header */
#header, #header-outer, .header {
  background-color: #000 !important;
  border-bottom: 2px solid #333 !important;
}
#header a, #header h1, #header h2 {
  color: #fff !important;
}

/* Navigation */
#nav, #mainmenu, .menu, .nav {
  background-color: #111 !important;
  border-top: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
}
#nav a, .menu a {
  color: #eee !important;
}
#nav a:hover, .menu a:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* Main & Content */
#main, #content, .contentpane {
  background-color: #1a1a1a !important;
  color: #ddd !important;
  border: 1px solid #222 !important;
}

/* Modules / Sidebars */
.moduletable, #left, #right, .sidebar {
  background-color: #222 !important;
  color: #ccc !important;
  border: 1px solid #333 !important;
}
.moduletable h3 {
  color: #fff !important;
  border-bottom: 1px solid #444 !important;
}

/* Links & Buttons */
a { color: #66ccff !important; }
a:hover { color: #99e0ff !important; }

/* Footer */
#footer, footer {
  background-color: #000 !important;
  color: #999 !important;
  border-top: 1px solid #333 !important;
}

/* Utilities: force contrast in some common elements */
table, th, td, .article, .item {
  background: transparent !important;
  color: inherit !important;
}

/* Responsive small tweak (optional) */
@media (max-width: 600px) {
  #wrapper, #main, #content { padding: 10px !important; }
}
