﻿/*
 * Damocles default skin/theme
 * Christian Johansen (christian@cjohansen.no) 09/03-06
 */

/* Wrappers */
html, body { background: #d1e0e1; }
#page { background: #fff; }

/* Global rules */
a, a:link, a:visited {
	color: #0a2c94;
	text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }

/* Header */
#branding { background: url(/artman/maler/design/images/header.gif) top left no-repeat; }
#branding li { color: #a9edff; }
#branding li span { color: #fff; }

#branding ul {
	background-position: top right;
	background-repeat: no-repeat;
}

/* Breadcrumb */
#breadcrumb { color: #ff3922; }
#breadcrumb a, #today { color: #00a0c6; }

/* Search */
#search { background: url(/artman/maler/design/images/searchbg.gif) top left no-repeat #fff; }

/* Content */
#main_content { border-left-color: #a9edff; }

/* Frontpage */
.frontpage #sub_content .section, #sub_content {
	border-color: #bff2ff;
	background: url(/artman/maler/design/images/rightboxbg.gif) top left repeat-y;
}

.frontpage #sub_content { background: none; }
.frontpage #sub_content h2 { background: url(/artman/maler/design/images/right_header.gif) 1px 0 no-repeat; }

#sub_content h2 {
	color: #1f46a2;
	background: url(/artman/maler/design/images/rightboxtop.gif) 1px 0 no-repeat;
}

#sub_content .ipy { background: none; }

.frontpage h1 { background: url(/artman/maler/design/images/damocles_frontpage.gif) top left no-repeat; }
.topic h1 { background: url(/artman/maler/design/images/aboutheader.gif) top left no-repeat; }
#articles .damocles { background: url(/artman/maler/design/images/frontpageboxbg.gif) bottom left no-repeat; }
#articles .section { border-color: #0a2c94; }

/* Article */
h1, .article #intro { color: #0a2c94; }
.article h2 { color: #027abb; }
.article .image { border-color: #0a2c94; }
.article #header { background: url(/artman/maler/design/images/articleheader.gif) top left no-repeat; }
#article_meta div.print a { background: url(/artman/maler/design/images/print.gif) right center no-repeat; }
#article_meta div.send_mail a { background: url(/artman/maler/design/images/mail.gif) right center no-repeat; }
#article_meta div.author a { background: url(/artman/maler/design/images/write.gif) right center no-repeat; }
.article #main_content ul li { list-style: disc; }
.article #main_content ol li { list-style: decimal; }

#article_meta div {
	border-top-color: #a7e4ff;
	border-bottom-color: #e2f6ff;
	color: #00a0c6;
}

#article_meta a { color: #00a0c6; }
#send_mail_box { background: #fff; }

/* Navigation */
#content { border-color: #a9edff; }
#navigation { background: url(/artman/maler/design/images/navtop.gif) top left no-repeat; }

#navigation li a {
	border-bottom-color: #0a2c94;
	border-top-color: #fff;
}

#navigation li li a, #navigation li.depth2 a {
	border-bottom-color: #0a2c94;
	border-top-color: #fff;
}

#page #navigation li li a, #navigation li.depth2 a { background: url(/artman/maler/design/images/bullet.gif) 12px 7px no-repeat; }
#navigation .active { background: url(/artman/maler/design/images/activelinkbg.gif) top right no-repeat; }

/* Footer */
#about { background: url(/artman/maler/design/images/footer.gif) top left no-repeat; }