/* color.css
 *
 * colors and background images for compactCMS
 * mk/20090831
 */

body {color:#222;background: #f9f9f9 /*url('../img/body-bg.gif') repeat-x*/;} /* black background for header */
h1, h2, h3, h4, h5, h6 {color:#111;}
h2, h3 {color:#224433;border-bottom:1px solid #E8E8E8;}
a:focus, a:hover {color:#000;}
a {color:#160;}
del {color:#666;}
p.error {color: #600;}
.quiet {color:#666;}
ul li .timestamp, #news .timestamp {color: #C15D42;}	/* same as links in identi.ca badge */


#header {background: #efd url('../img/raindrops_light.png') repeat 0 0;} /* image is semi-transparant - combine with background-color! */
/*
#navigation a {color: #FFFFFF;}
#navigation a:hover {color: #FFFFFF;}
*/
#content {background-color: #eee;}
#footer {background: #f9f9f9 /*url('../img/footer-bg.gif') repeat-x*/;}
#license {color: #666;background: #f3f3f3;}	/* color like "quiet" in the footer */
/*#footer p {background: url('../img/icon-wa.gif') no-repeat 60% 0;}*/
#header h1 {background: transparent /*url('../img/logo.gif') no-repeat 10px 10px*/;}

/* navigation */
#mainnav {background: transparent;border-bottom: 1px solid #ada;}	/* background same as header */
#mainnav ul {}
#mainnav li {background-color: #ceb;}
#mainnav li a {background-color: #ceb;border: 1px solid #ad9;}
#mainnav li a.current {color: #222; background-color: #f9f9f9; border-bottom: 1px solid #f9f9f9;}	/* background & border-bottom same as body */
#mainnav li a:hover, #mainnav li a:focus {color: #422; background-color: #efd;}

/* content */
#left.colborder {background-color: #ddd;border-right: 1px solid #aaa;}
#right.colborder {background-color: #ddd;border-left: 1px solid #aaa;}
#content_en {border-left: 1px solid #bbb;}
#content_de {border-left: 1px solid #bbb;}

/* sidebar items */
	/* language switch */
.sb-lang {background-color: #eee;}	/* same as content */
	/* identi.ca badge - surrounding div has random class name! */
.sb-identica h3 {background-image: url(http://identi.ca/favicon.ico);background-repeat: no-repeat; /*scroll*/ background-position:3px 3px !important;}
	/* links to related pages */
.sb-more ul li {background-repeat:no-repeat;background-position:0px 3px;padding-left:20px;} /* leave space for 16x16 icon */
.sb-more ul li.posterous {background-image: url('../img/favicon_posterous.png');}
.sb-more ul li.flickr {background-image: url('../img/favicon_flickr.png');}

/* google ads - style placeholder wrappers instead of ads for loading after page load; */
#ad1 {float:left;margin: 0 0 1em 0;width:100%;height:15px;background: #f3f3f3 url('../img/raindrops_light.png') repeat 0 0;}
#ad2 {float:left;margin: 1em 0 0 0;width:100%;height:90px;background: #f3f3f3 url('../img/raindrops_light.png') repeat 0 0;}

