/* Allmänt
------------------------------------------------------ */
* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #333;
}

img {
	vertical-align: middle;
}

img.icon {
	vertical-align: bottom;
}

body {
	background: #FFFFFF url('images/bg.jpg') top left no-repeat;
	font: normal 11px "Lucida Grande", "Lucia Sans Unicode", sans-serif;
	text-align: center;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}

#movieplayer {
	display:block;
	width:425px;
	height:300px;
	margin-bottom: 18px;
}

ul#contact li label {
	float: left;
	clear: both;
	display: block;
	width: 80px;
}
	
div.entry_body>ul, ul.squares {
	list-style: outside square;
	padding-left: 15px;
}


ul#studystatus, ul#movies, ul#books {
	padding-left: 20px;
}

ul#movies {
	margin-bottom: 5px;
}

div.entry_body>ul {
	margin-left: 10px;
	width: 420px;
}

	div.entry_body>ul li {
		margin-bottom: 15px;
	}

ul.tight li {
	margin: 0;
	line-height: 100%;
}	

table, td {
	border-collapse: collapse;
}

.small {
	font-size: 10px;
}

.highlight {
	background: yellow;
}

.info {
	color: green;
}

.error {
	color: red;
}

.clear {
	visibility: hidden;
	clear: left;
}

/* Länkar
------------------------------------------------------ */
a {
	color: #823F8F;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

div.entry_body a, div#blog>ul li a {
	text-decoration: underline;
	border: none;
}

a.toggle, div#blog ul li a.toggle {
	border-bottom: dotted 1px;
	text-decoration: none;
}



a[href^="http:"]:after {
	content:url('images/external.gif');
}

a[href^="http:"]:hover:after {
	content:url('images/external_hover.gif');
}

a[href^="http://anders.lisspers.se"]:after,
a[href^="http://anders.lisspers.com"]:after,
a[href^="http://anders.lisspers.net"]:after,
a[href^="http://www.elvisp.se"]:after {
	display: none;
}

a.comment_homepage {
	text-decoration: none;
}

/* Paragrafer / Headers
------------------------------------------------------ */
p, h1, h2 {
	margin-bottom: 10px;
}

.quote {
	padding: 0px 30px 0px 10px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
	font-style: italic;
	color: #555;
}

	.quote i {
		font-style: normal;
		color: #555;
	}

h1 {
	font: normal 24px Georgia, serif;
}

	div#blog ul h1 a {
		text-decoration: none;
		color: #000000;
	}
	
	div#blog ul h1 a:hover {
		text-decoration: underline;
		color: #000000;
	}
		
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #41104A;
}

h3 {
	margin-top: 11px;
	font-size: 11px;
}


/* Formulär
------------------------------------------------------ */
input, textarea {
	border-top: solid 1px #B191CB;
	border-left: solid 1px #B191CB;
	border-right: solid 1px #E2D0F1;
	border-bottom: solid 1px #E2D0F1;
	font: normal 12px "Lucida Sans", "Lucia Grande", sans-serif;
	padding: 2px;
	vertical-align: middle;
}

fieldset#fl {
	padding: 8px;
	border: solid 1px #ccc;
	width: 80%;
	margin: 10px 0 10px 0;
}

/* Layout / Meny
------------------------------------------------------ */
div#wrap {
	width: 960px;
	margin: auto;
	text-align: left;
}

div#top {
	background: url('images/logo.png') top left no-repeat;
	margin-top: 30px;
	height: 132px;
}

div#menu {
	margin-top: -30px;
	height: 42px;
	width: 680px;
}

	div#menu ul {
		margin-left: 120px;
	}
	
	div#menu ul li {
		float: left;
		text-align: center;
		font-weight: bold;
		width: 115px;
	}
	
div#search_form {
	width: 170px;
	position: relative;
	left: 10px;
	float: right;
}

	div#search_form input {
		width: 80px;
		color: #B375BF;
		margin-top: -2px;
	}
	
	span#search_text {
		font-size: 10px;
		color: #B375BF;
	}

div#main {
	width: 735px;
	float: left;
	padding-right: 20px;
}

div.sidebar {
	text-align: left;
	width: 200px;
}

	div.sidebar li {
		margin-left: 5px;
	}
	
	div.sidebar li>ul {
		margin-left: 0px;
	}

div#widgets {
	float: right;
}

	div#widgets>ul>li {
		margin-bottom: 15px;
	}

	div#widgets h2 {
		margin-bottom: 5px;
		font-weight: bold;
	}

	div#random_thumb {
        text-align: center;
	}

	div#widgets ul#tracks {
		border: 1px solid #EADBED;
		margin-left: 10px;
		margin-bottom: 5px;
	}

	div#widgets ul#tracks li {
		font-size: 9px;
		margin-bottom: 2px;
		padding: 3px;
		margin-left: 0;
	}

	div#widgets ul#tracks li.dark {
		background: #EADBED;
	}


/* Blogg
------------------------------------------------------ */  
div#blog {
	float: right;
	width: 475px;
	padding: 20px;
/*	background: #F5F0F9;*/
	border-right: solid 1px #E2D0F1;
	border-left: solid 1px #E2D0F1;
}

    div#blog h2, div.album_info>h2 {
		color: black;
		font-size: 16px;
	}

	div#blog_entry, div#blog ul>li {
		font: normal 12px "Lucia Grande", "Lucida Sans Unicode", sans-serif;
		line-height: 150%;
/*		text-align: justify;*/
	}

		div#blog_entry h1, div#blog ul li h1 {
			margin-bottom: 0px;
		}
        
		div.entry_body p, div.blog ul li p {
			margin-bottom: 20px;
		}
		
		div.entry_info {
			margin-bottom: 15px;
			color: #888888;
		}
	   
		div.entry_end {
			clear: left;
			margin-top: 10px;
			height: 100px;
			padding-top: 25px;
			background: no-repeat url('images/blog_separator.png');
			background-position: -30px 0px;
		}
			
			div.blogpictures {
				width: 80%;
				text-align: center;
				margin: -20px auto auto auto;
				line-height: 50%
			}
			
			div.blogpicture {
				background-color: #faf8fc;
				border: 1px solid #CCCCCC;
				padding: 5px;
				margin: 15px;
				text-align: center;
				font: italic 15px "Lucida Handwriting", "Book Antiqua", "Times New Roman";
			}
	
				div.blogpicture img {
					border: 0;
				}
	
			div.pictype0 {
				width: 170px;
				margin-left: 0;
			}
	
			div.pictype1 span.large_text {
				font: italic 15px "Lucida Handwriting", "Book Antiqua", "Times New Roman";
			}
	
			div.pictype1, div.pictype3 {
				float: left;
				margin-left: 0;
			}
	
			div.pictype2 {
				float: right;
				margin-right: 0;
			}
	
			div.pictype3 {
				width: 460px;
			}
			
			div.pictype4 {
				float: right;
				margin-right: 0;
			}
		
		img.blog_separator {
			position: relative;
			top: -25px;
		}
		
div#kommentarer {
	width: 461px;
	margin-top: -20px;     
}

	div#kommentarer h2 {
		font-size: 14px;
	}
	
	div#kommentarer ul li {
		margin-bottom: 20px;
	}
	
		div.comment_body, div.comment_body_dark {
			border-left: 1px solid #6F357A;
			border-right: 1px solid #6F357A;
			border-top: 1px solid #6F357A;
			padding: 10px 10px 0 10px;
			background-color: #FFFFFF;
			text-align: left;
		}
	
		div.comment_body_dark {   	
			background-color: #F5F0F9;
		}
	
			img.comment_arrow {
				position: relative;
				top: 9px;
				left: -11px;
				width: 461px;
			}
		
			span.comment_number {
				float: right;
				position: relative;
				left: 5px;
				top: -10px;
				font-weight: bold;
				color: #555;
			}
		
			span.comment_date {
				float: right;
				position: relative;
				top: 15px;
			
			}
		
		div.comment_end {
			padding: 5px;
			padding-left: 25px;
		}
		
			a.comment_homepage {
				float: right;
			}
		
	form#ny_kommentar {
		margin-top: 20px;
	}

		form#ny_kommentar textarea {
			width: 100%;
		}           

div#left_sidebar {
} 

	div#left_sidebar>ul>li {
		margin-bottom: 15px;
	}

		div#left_sidebar>ul>li h2 {
			margin-bottom: 5px;
			font-weight: bold;
		}

		div#left_sidebar>ul>li ul li {
			margin: 0 0 3px 5px;
		}


		ul#blog_archive>li {
			font-weight: bold;
			margin-bottom: 5px;
		}

			ul#blog_archive>li ul {
				margin: 5px 0 10px 0;
				font-weight: normal;
			}

			
/* Galleri
------------------------------------------------------ */
img.gallery_thumb {
	border: 3px double #6F357A;
}

ul#gallery li {
	width: 80%;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px;
	clear: both;
}

	div.album_picture {
		color: #888;
		text-align: center;
		float: left;
		margin-right: 5px;
		width: 160px;
	}
	
	div.album_info {
		margin-left: 165px;
	}
	
	div.album_info h2 {
		font-size: 14px;
	}

	div.album_info label {
		font-weight: bold;
	}
	
table#album_pictures tr td{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

body#photo table {
	margin: 10px auto auto auto;
	width: 1000px;
}
td#next_photo, td#prev_photo {
	width: 90px;
}

td#next_photo {
	text-align: left;
	padding-left: 10px;
}

td#prev_photo {
	text-align: right;
	padding-right: 10px;
}

body#photo div {
	margin-top: 10px;
}




  
/* Admin
------------------------------------------------------ */
div#admin_toolbox {
	float: right;
	margin-right: 120px;
	margin-top: 50px;
	padding: 5px;
	border: 1px solid #EADBED;
}

	div#admin_toolbox img {
		margin: 5px;
	}

input#title {
	width: 450px;
}

textarea#intro {
	width: 450px;
	height: 80px;
}

textarea#blogbody, textarea#mce_body {
	width: 450px;
	height: 400px;
}

ol#admin_blogarchive {
	margin-top: 20px;
	list-style: none;
}
	
	ol#admin_blogarchive li {
		margin-bottom: 5px;
	}
	
	ol#admin_blogarchive li.unpublished a {
		color: #999;
	}

