/*
-----------------------------------------------
Theme Name: rskribent.dk
Theme URI: www.rskribent.dk
Description: The original rskribent.dk theme. Rskribent.dk is the site of a small community of Danish rhetorical writers.
Author: Rasmus R&oslash;nlev
Author URI: http://www.rasmusroenlev.dk/
Date: July-August 2007
----------------------------------------------- */


/* Primaere felter
----------------------------------------------- */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/background.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #484848;
	font-family: Georgia, serif;
	}

#container {
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	padding: 0px;
	width: 800px;
	background-image: url(images/face.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	}
	
#logo {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 800px;
	height: 175px;
	background-image: url(images/logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	clear: both;
	cursor: hand;
	cursor: pointer;
	}

#menu {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 800px;
	height: 27px;
	background-image: url(images/menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	font-size: small;
	}

#main {
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-top: 25px;
	clear: both;
	}

#text {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	}

#box {
	margin: 0px;
	border: 0px;
	padding: 0px;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	color: #383838;
	float: left;
	}

#box.writer {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	color: #484848;
	}

#boxtop {
	width: 275px;
	height: 15px;
	background-image: url(images/boxtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#boxcontent {
	width: 275px;
	background-image: url(images/boxcontent.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}

#boxbottom {
	width: 275px;
	height: 20px;
	background-image: url(images/boxbottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#distance { /* Sikrer, at 'footer' holdes fri af 'main'. */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 572px;
	}

#footer {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 800px;
	height: 225px;
	text-align: right;
	background-image: url(images/footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
	}


/* Menu
----------------------------------------------- */

#menu ul {
	margin: 0px;
	margin-top: 5px;
	border: 0px;
	padding: 0px 25px 0px 25px;
	float: left;
	list-style: none;
	}

#menu ul li {
	margin: 0px;
	margin-right: 40px;
	border: 0px;
	padding: 0px;	
	float: left;
	}

#menu ul li a {
	padding-left: 20px;
	background-image: url(images/menu-normal.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #484848;
	}

#menu ul li.current a {
	background-image: url(images/menu-current.gif);
	font-weight: bold;
	}

#menu ul li a:hover, #menu ul li.current a:hover {
	background-image: url(images/menu-hover.gif);
	text-decoration: none;
	color: #FA0000;
	}


/* Links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #FA0000;
	}

a:hover {
	text-decoration: underline;
	}

#main #text h2 a {
	color: #484848;
	}

#main:hover #text h2 a:hover { /* Pseudoklassen :hover er tilfoejet #main for at faa IE6 til springe denne regel over. Overskriften understreges i stedet. */
	text-decoration: none;
	color: #FA0000;
	}

#main #text ul.breadcrumbs {
	margin: 0px;
	border: 0px;
	padding: 0px 25px 10px 25px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	float: left;
	list-style: none;
	}

#main #text ul.breadcrumbs li {
	margin: 0px;
	margin-right: 10px;
	border: 0px;
	padding: 0px;
	float: left;
	}

#main #text ul.breadcrumbs a {
	color: #484848;
	}

#main #text ul.breadcrumbs a:hover {
	color: #FA0000;
	text-decoration: none;
	}


/* Tekst generelt
----------------------------------------------- */

#main #text h1 {
	margin: 0px 25px 15px 25px;
	border: 0px;
	padding: 0px;
	font-size: x-large;
	font-weight: normal;
	letter-spacing: 0.5em;
	line-height: 1.5em;
	clear: both;
	}

#main #text h1:first-letter {
	color: #FA0000;
	}

#main #text h2 {
	margin: 0px 25px 5px 25px;
	border: 0px;
	padding: 0px;
	font-size: large;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	clear: both;
	}

#main #text h3 {
	margin: 5px 25px 5px 25px;
	border: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: small;
	line-height: 1.5em;
	clear: both;
	}

#main #text p {
	margin: 0px 25px 10px 25px;
	border: 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.5em;
	}

#main #text ul {
	margin: 0px 25px 0px 25px;
	border: 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-position: inside;
	clear: both;
	}

#main #box h3 {
	margin: 0px;
	border: 0px;
	padding: 5px 20px 0px 20px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.5em;
	}

#main #box p {
	margin: 0px;
	border: 0px;
	padding: 5px 20px 5px 20px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#footer p {
	margin: 0px 25px 0px 175px;
	border: 0px;
	padding: 0px;
	padding-top: 120px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}


/* Tekst - artikler og praesentation af samme
----------------------------------------------- */

#main #text p.articleinfo {
	margin: 10px 25px 10px 25px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#main #text p.articleinfo span.date {
	font-weight: bold;
	}

#main #text p.introduction a {
	font-family: Verdana, sans-serif;
	}

#main #text p.introduction {
	padding-bottom: 50px;
	background-image: url(images/divider.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	clear: both;
	}

#main #text p.introduction:first-letter {
	padding: 0px 10px 0px 0px;
	line-height: 1em;
	font-size: 3em;
	display: block;
	float: left;
	}

#main #text.article p.publication {
	margin-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	clear: both;
	text-align: right;
	}

#main #text.article p.introduction {
	padding-bottom: 0px;
	background-image: none;
	font-weight: bold;
	clear: both;
	}

#main #text.article p.introduction:first-letter {
	padding: 0px 10px 0px 0px;
	line-height: 1em;
	font-size: 3em;
	font-weight: normal;
	display: block;
	float: left;
	}

#main #text.article div.print {
	margin: 0px 25px 0px 25px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	float: none;
	text-align: right;
	}

#main #text.article div.print a.print {
	padding-left: 25px;
	background-image: url(images/print.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	}

#main:hover #text.article div.print a.print:hover { /* Pseudoklassen :hover er tilfoejet #main for at faa IE6 til springe denne regel over. */
	background-image: url(images/print_hover.gif);
	}


/* Tekst - praesentation af rskribenter
----------------------------------------------- */

#main #text p.writerinfo {
	margin: 0px 25px 10px 25px;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#main #text p.writerinfo a.mail {
	padding-left: 25px;
	background-image: url(images/mail.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	}

#main:hover #text p.writerinfo a.mail:hover { /* Pseudoklassen :hover er tilfoejet #main for at faa IE6 til springe denne regel over. */
	background-image: url(images/mail_hover.gif);
	}

#main #text div.divider {
	width: 500px;
	height: 50px;
	background-image: url(images/divider.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}


/* Billeder
----------------------------------------------- */

#main #box img {
	margin: 0px;
	border: 0px;
	padding: 10px 20px 10px 20px;
	float: right;
	}

#main #box.writer img {
	padding: 10px 20px 20px 20px;
	clear: both;
	}


/* Bokse til praesentation af rskribenter
----------------------------------------------- */

#main #text div.box {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 475px;
	height: 220px;	
	background-position: 25px 10px;
	background-repeat: no-repeat;
	clear: both;
	}

#main #text div.Mette {
	background-image: url(images/box_mette.gif);
	}

#main #text div.Jakob {
	background-image: url(images/box_jakob.gif);
	}

#main #text div.Sofie {
	background-image: url(images/box_sofie.gif);
	}

#main #text div.Rasmus {
	background-image: url(images/box_rasmus.gif);
	}

#main #text div.box h2 {
	padding: 45px 100px 5px 45px;
	}

#main #text div.box h3 {
	padding: 0px 100px 5px 45px;
	}

#main #text div.box p {
	padding: 0px 100px 10px 45px;
	}

#main #text div.box p:first-letter {
	padding: 0px;
	line-height: 1.5em;
	font-size: small;
	display: inline;
	float: none;
	}

#main #text div.box a {
	font-family: Verdana, sans-serif;
	font-size: small;
	}

#main #text div.box h2 a {
	font-family: Georgia, serif;
	font-size: large;
	}
