html {
	height: 101%;
}

body {
	background-color: #e8eade;
	margin: 10px;
	padding: 10px;
}

#main-table {
    border: 0;
    margin: 0;
}

#main-block {
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
    width: 650px;
		border-color: #000000;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		margin: 0px;
}

#main-block-inner {
    padding: 30px;
}

#creeper {

}


/* Links */

a {
	color: rgb(180,0,0);
	background: none;
	text-decoration: none;
}
a:hover {
	color: red;
	background: none;
	text-decoration: underline;
}



/* Misc */

table {
	border-collapse: collapse;
	border-spacing: 1px 1px;
}

td {
	font-weight: normal;
	padding: 0;
}

th {
	font-weight: bold;
	padding: 0;
}

sup {
	font-size: 7pt;
	line-height: 50%;
	font-style: bold;	
}

hr {
		border: 1px solid #000000;
		width: 100%;
		margin: 20px 0 20px 0;
}

a.pdf-button {
	border: none;
}

pdf-button {
	border: none;
}



/* BILDER */

img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.img-left {
	float: left;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #000000;
}

img.img-right {
	float: right;
	margin-left: 15px;
	padding: 1px;
	border: 1px solid #000000;
}

img.img-center {
	padding: 1px;
	border: 1px solid #000000;
}

img.illustration {
	border: none;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	float: right;
}






/* Headings */

h1 { 
	font-size: 1.5em;
	line-height: 150%;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h2 {
	font-size: 1.25em;
	line-height: 150%;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h3 {
	font-size: 1em;
	line-height: 150%;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	line-height: 150%;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h5 {
	font-size: 0.8em;
	line-height: 150%;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}





/* Lists */

ul,ol {
	padding: 0;
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 6px;
}

li {
	padding: 0;
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 2px;
}






/* Paragraphs */

	/* Normal */
p, p.noindent, li {
	font-size: 0.85em;
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
}

	/* Small */
p.cite, blockquote, p.dissident_small_links, p.dissident_reviews, p.footnote, p.issue-nav-menu, .dissident-underskrift {
	font-size: 0.8em;
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
}



p {
	margin-top: 0;
	margin-bottom: 1em;
}

.dissident-underskrift {
	font-style: italic;
	text-align: right;
}

p.issue-nav-menu {
	text-align: right;
}

p.cite {
	margin-bottom: 1em;
	margin-left: 3em;
	margin-right: 2em;
}













/* MENU */

#menu, #menu td, #menu th {
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
}

#menu {
	float:left;
}

#menu a {
	display: block;
	padding: 3px 6px 3px 6px;
	margin: 0 2px 0 2px;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid #e8eade;
}

#menu a:hover {
	border-bottom: 2px solid #000;
}

#menu a:active {
	border-bottom: 2px solid #e8eade;
}

#menu th, #menu th a {
	border-color: #000000;
	font-weight: normal;
}




/* BLOCKS */

#logo-block {
	font-size: 1.9em;
	padding: 5px 0 5px 5px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
}

#logo-block a {
	color: #000;
	text-decoration: none;
}


#printer-block {
	padding: 0;
	margin: 0;
	color: black;
	background: none;
	float: right;
}

#no-printer-block {
	display: none;
}

img.printer-image {
	border: none;
	margin: 4px;
}


#language-block {
	padding: 0;
	margin: 0;
	/*z-index: 2;*/
	color: black;
	background: none;
	text-align: left;
	display: block;
	float: right;
}

img.flag-image {
	border: 1px solid blue;
	margin-right: 4px;
	filter: alpha(opacity=100); -moz-opacity: 0.50;
}

img.flag-image-active {
	border: 1px solid blue;
	margin-right: 4px;
}















/* PAGE: Index */

p.index_header {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	text-indent: 0;
	font-size: 0.85em;
	line-height: 150%;
}




/* PAGE: Dissident */

img.dissident_logo {
	border: none;
	padding: 5px 0 5px 0;
	margin: 0;
}

p.dissident_info_text {
	font-size: 0.7em;
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

p.dissident_header {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.dissident_header a, p.dissident_reviews a {
	margin-left: 2px;
	padding-left: 4px;
	border-left: 3px solid rgb(180,0,0);
}

p.dissident_header a:hover, p.dissident_reviews a:hover {
	margin-left: 2px;
	padding-left: 4px;
	border-left: 3px solid red;
	text-decoration: none;
}

p.dissident_header a {
	font-weight: bold;
}

p.dissident_variants {
	font-size: 0.8em;
	text-align: right;
	padding: 3px 6px 0 0;
	margin: 0 0 15px 0;
	border-top: 1px dashed #000;
}

p.dissident_small_links {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.65em;
	line-height: 150%;
	text-align: center;
}

p.dissident_links {
	border-top: 1px dashed #000;
	text-align: center;
	padding-top: 3px;
}




/* PAGE: Reading (Läsvärt) */

p.reading_info_text {
	font-size: 0.75em;
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 6px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 50px;
	margin-left: 20px;
}

p.reading_header {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: 50px;
	margin-left: 20px;
}

p.reading_header a {
	margin-left: 2px;
	padding-left: 4px;
	border-left: 3px solid rgb(180,0,0);
	font-weight: bold;
}

p.reading_header a:hover {
	margin-left: 2px;
	padding-left: 4px;
	border-left: 3px solid red;
	font-weight: bold;
	text-decoration: none;
}

p.reading_variants {
	font-size: 0.8em;
	text-align: right;
	padding-right: 6px;
	margin: 0 0 15px 0;
	border-top: 1px dashed #000;
	margin-right: 50px;
	margin-left: 20px;
}





/* PAGE: Order */

table.order img.issue-cover-left {
	border: 1px solid black;
	margin: 0;
	float: left;
}

table.order {
	width: 95%;
	border: none;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

table.order td.cover {
	padding: 0;
	vertical-align: top;
	width: 85px;
}
table.order td.desc {
	padding: 0;
	vertical-align: top;
}
table.order td.price {
	padding: 0;
	font-style: italic;
	text-align: right;
	vertical-align: bottom;
}

ol.order {
	margin-left: 1em;
	margin-bottom: 1em;
}

ol.order li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

ul.aterfors {
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.aterfors li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}




/* PAGE: Stats */

table.statistics {
	border-collapse: collapse;
	border-spacing: 1px 1px;
	margin: 1em;
	border: 1px solid black;
	background: none;
}

.statistics th {
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid black;
	padding: 2px;
	background: none;
	color: black;
}

.statistics td {
	border-bottom: 1px solid black;
	padding: 2px;
	background: none;
	color: black;
}

.statistics div {
	margin: 0;
	color: white;
	background-color: green;
}