/* CSS soubor pro tmavy cernobily skin */

@import url('first.css');

/* TELO STRANKY */
body {
    background: black url('../img/2/bg.png') repeat-x top left;
    color: white;
}

#mainContainer {
    background-color: black;
}

#main {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

/* HLAVICKA */
h1 span {
    background: black url('../img/2/logo.png') 15px 10px no-repeat;   
}
h2 {
    color: white;
	background: #333 url('../img/2/bg-header.png') top left repeat-x;
}
#pageTitle {
    color: black;
    background: black url('../img/2/bg-title.jpg') center center no-repeat;
}

/* ODKAZY */
a:link, a:visited, a:active  {
    color: #ffcc66;
}
a:hover {
    color: white;
}
a.outer {
    background: url('../img/ico-external-inverse.gif') right bottom no-repeat !important;
}

/* FORMULARE */
legend {
    color: white;
}

/* MENU */		
#menuContainer {
    background: #999;
    border-bottom: 1px solid #666;
}
#menu ul {
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
}
#menu li {
	background:#333;
}
#menu li a {
    color: white;
}
#news a, #changeStyle a, #rss a {
  color: #ffcc66;
}
#news a:hover, #changeStyle a:hover, #rss a:hover {
  color: white;
}


/* PATICKA */
#footer {
    background-color: #333;
}
#footer a {
    color: white;
}

/* ZPRAVY */
p.alert, p.error, p.info  {
    background-color: #333;
}

/* DISKUSE */
#discussion p {
    background-color: #333;
}

/* KRONIKA */
#photosLink {
    background-color: #333;
}

/* ODDIL */
#members a {
  color: black;
}
#members a:hover {
  color: gray;
}
