/*
	*** Die Programmiererin - Mareike Hybsier, Berlin ***
	Dark Styles for www.die-programmiererin.de
	(c) Mareike Hybsier - http://www.die-programmiererin.de
*/


/*** Styles for the whole site ***/
body { background-image: url(/includes/pattern_dark.png); color: #ebebeb; }

strong { color: white; }

/* Headline styles */
h2 { color: #00b9f1; }

.blue { color: #00b9f1; }

/* Link styles 
   Colors: pink #ec008b, blue #00b9f1, dark gray #222, light gray #ebebeb;
*/
a { color: #ebebeb; }
h1.active, a:hover { color: #ec008b; }
h1.hover, a:active { color: #00b9f1; }

/* Elements with a black border at the bottom */
h1, div#footer, div.content { border-top: 1px solid #ebebeb; }


/*** Styles for the header and footer section ***/
/* Styles only for the header */
div#header { border-top: 5px solid #ebebeb; }

/* Styles only for the footer */
div#footer { border-bottom: 5px solid #ebebeb; }