﻿/*   
Theme Name: Allt på ett kort
Theme URI: http://konstochvanligasaker.se/alltpaettkort
Description: Ett tema som satsar allt på ett kort.
Author: Markus Magnuson
Author URI: http://konstochvanligasaker.se
Version: 1.0
*/

/***********/
/* ALLMÄNT */
/***********/

body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	line-height: 1.2em;
	text-align: justify;
}

a {
  color: #00a;
  font-family: sans-serif;
}

a:hover {
	color: #00f;
}

hr {
	width: 50%;
	clear:both;
}

.title a {
  color: black;
  text-decoration: none;
}

.author {
  font-family: sans-serif;
  font-size: small;
}

p.footer {
	text-align: center;
	clear: both;
}

.samtliga-texter {
	font-family: sans-serif;
}

/**************/
/* BRA ATT HA */
/**************/

.alignleft, .alignright {
  /* Hur får jag dom på mitten av _hela_ sidan? */
	vertical-align: middle;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/**************/
/* KATEGORIER */
/**************/

.fritt .title { display:none; }
.fritt .author { display:none; }

/* snäv kolumn för innehållet */
.text, .manus {
	width: 450px;
	margin: 0 auto;
}

.manus {
	font-family: Courier, "Courier New", monospace;
}

/* titeln på en text */
.text .title, .manus .title {
	font-size: 20pt;
	text-align: left;
	line-height: 1em;
}

.manus p {
	clear: both;
}

.manus .dialog {
	padding-left: 30px;
	padding-right: 30px;
}

.poetry {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 20px;
	
}
