body {
/*	background: url('../images/slanbak.jpg') no-repeat center center #eaeaea fixed;*/
	background: #eee;
}

body, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 11px;
}

.error {
	color: #ff0000;
}

.info {
	color: #00aa00;
}

.small {
	font-size: 8px;
	font-family: sans-serif;
}

.large {
	font-size: 24px;
	margin-bottom: 10px;
}

.large a {
	margin-right: 10px;
}


/* Layout
---------------------------------------------------*/
div#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -263px auto auto -522px;
	float: left;
	width: 922px;
	height: 526px;
}

div#overlay {
	position: absolute;
	width: 100%;
	background: url('../images/bg_main_wide302.png') top right no-repeat;
	top: 0; 					/* These positions makes sure that the overlay */
	bottom: 0;					/* will cover the entire parent */
	left: 0;
	opacity: 1.0;
	-moz-opacity: 1.0;			/* older Gecko-based browsers */
}

div#main {
	position: relative;
	width: 100%;
	height: 523px;
	text-align: left;
}

div#header {
	border-bottom: 1px solid #00aeef;
	margin-left: 160px;
	width: 710px;
}

div#page {
	width: 720px;
	height: 392px;
	margin: 0 0 0 160px;
	padding: 15px 25px 30px 0;
	overflow-y: auto;
}

	hr#workaround {
		height: 0;
		border: 0;
		padding-top: 10px;
		visibility: hidden;
	}

div#footer {
	position: absolute;
	bottom: 35px;
	width: 710px;
	height: 25px;
	margin-left: 160px;
	padding-top: 3px;
	border-top: 1px solid #00aeef;
}

	div#footer_info {
		text-align: center;
	}
	
	div#footer_icons {
		position: absolute;
		right: 0;
	}

	div#footer_icons ul {
		margin: 0;
	}

		div#footer_icons ul li {
			float: left;
			display: block;
			margin-left: 10px;
		}

/* Meny
---------------------------------------------------*/
div.menu {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 112px;
	height: 455px;
	margin: 0;
	z-index: 1;
	background: top left no-repeat;
}

	div.menu a:focus {
		outline-style: none;
	}

div#menu1 {
	background-image: url('../images/bg_menu1.png');
}
	
div#menu2 {
	background-image: url('../images/bg_menu2.png');
}

div#menu3 {
	background-image: url('../images/bg_menu3.png');
}

div#menu4 {
	background-image: url('../images/bg_menu4.png');
}

div.menu ul {
	margin: 0 0 0 17px;
}

	div.menu ul li {
		width: 95px;
		height: 95px;
		margin: 1px 0 4px 2px;
		text-align: center;
		padding-top: 5px;
	}
	
		img#menu_hem, img#menu_smdb {
			margin-top: 6px;
		}

		img#menu_gb {
			margin-top: 23px;
		}
		
		img#menu_gathers {
			margin-top: 18px;
		}

div.menu_new {
	float: right;
	margin-right: 6px;
	font-weight: bold;
	padding: 2px;
	border: 1px dotted #ffffff;
	background: #0098ef;
	color: #ffffff;
}

	div.menu_new a {
		color: #fff;
	}

a:hover div.menu_new {
	background-color: #49bafb;
}

div#menu_new_links {
	margin-top: -2px;
}

div#menu_new_smdb {
	margin-top: 3px;
}

div#menu_new_gathers {
    margin-top: 6px;
	
}
/* Rubriker
---------------------------------------------------*/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 35px 0 0 0;
}

h2 {
	font-weight: bold;
	font-size: 12px;
}

/* Listor
---------------------------------------------------*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul li {
		line-height: 120%;
	}

ul.squares {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 20px;
}

ul.bullets {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 20px;
}

/* Tabeller
---------------------------------------------------*/
table {
	border-collapse: collapse;
}

table.listing {
	width: 96%; 
	margin: 10px auto 10px auto;
}

td.divider {
	text-align: center;
}

hr.divider {
	margin: 10px auto 10px auto;
	width: 550px;
	border: none;
	border-bottom: 1px solid #000000;
	height: 0px;
}


td.left {
	padding: 0 10px 0 10px;
	text-align: center;
	width: 80px;
}

td.center {
	vertical-align: top;
	border-left: 1px dotted #00aeef;
	border-right: 1px dotted #00aeef;
	padding: 0 10px 0 10px;
}

	td.center h2 {
		margin-top: 0;
	}

td.right {
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 40px;
	width: 80px;
	color: #999999;
}

/* Länkar
---------------------------------------------------*/
a {
	color: #0098ef;/*GRÖN: 00aeef*/ 
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #49bafb; /*#00ef6b 00ceef*/
}

a:focus {
	outline-style: none;
}

a.delete {
	color: #ee3333;
	font-size: 9px;
}

/* Bilder
---------------------------------------------------*/
img {
	border: 0;
	vertical-align: text-bottom;
}

.poster {
	border: 1px solid #00aeef;
}

/* Formulär
---------------------------------------------------*/
form, form ul {
	margin: 0;
}

label {
	float: left;
	padding: 0px;
	width: 100px;
	display: block;
}

span.form_mandatory {
	display: none;
}

label.normal, .form_normal {
	float: none;
	display: inline;
	width: auto;
}

input[type="checkbox"] {
	vertical-align: -3px;
}

.form_error {
	color: #ff0000;
}



/* Search box
---------------------------------------------------*/
ul#search_box {
	margin: 0;
	float: right;
	text-align: right;
}

	ul#search_box li {
		margin-bottom: 2px;
	}

		input.search {
			color: #555555;
			width: 100px;
		}

div#search_info {
	position: absolute;
	top: 21px;
	z-index: 1;
}

/* Startsidan
---------------------------------------------------*/
div#start_left {
	width: 49.5%;
	padding: 0;
	float: left;
	padding-top: 3px;
}

	div#start_left h2 {
		margin-top: 0;
	}
	
	ul#new {
		margin-bottom: 30px;
	}

div#start_right {
	float: left;
	width: 338px;
	margin-left: 8px;
}

table#slanmusic {
	width: 100%;
}

	table#slanmusic tr td {
		padding: 3px;
	}

tr.dark td {
	background-color: #ddd;
}

/* Länkdumpen
---------------------------------------------------*/
div#linkdump div.list_pagelinks {
	width: 100%;
}

div#linkdump h2 {
	margin-top: 0;
}

div#linkdump label {
	width: 70px;
}

div#linkdump input[type=text] {
	width: 110px;
}

div#linkdump>ul {
	margin-top: 0;
	margin-left: 12px;
}


	div#linkdump ul li {
		line-height: 150%;
	}
	
	div.dump_info ul {
		border-left: 1px solid #000000;
		margin: 1px auto 3px 7px;
		padding-left: 12px;
	}
	
		div.dump_info ul li {
			line-height: 110%;
			font-size: 11px;
		}

form#new_link textarea {
	width: 250px;
	height: 50px;
}

/* Gästboken
---------------------------------------------------*/
div#gb_page {
	width: 90%;
	margin: auto;
}

form#gb_add {
	margin-left: 10px;
}

textarea#form_msg {
	width: 300px;
	height: 80px;
}

div.list_pagelinks {
	width: 400px;
	margin: auto;
}


/* Gathers
---------------------------------------------------*/
ul#stats {
	margin-bottom: 10px;
}

ul.gather_info {
	margin-top: 0;
}

ul.gather_info li {
	clear: left;
}

ul.gather_info label {
	width: 80px;
}
	
td.date {
	text-align: center;
	padding-left: 15px;
	padding-right: 5px;
	width: 70px;
}

/* Visa gather
---------------------------------------------------*/
div#gather_view {
	text-align: left;
}

div#gather_picture {
	width: 400px;
	height: 325px;
	text-align: center;
	padding: 0;
}

div#right {
	width: 295px;
	height: 300px;
	float: right;
	margin: 10px 0 0 0;
	text-align: left;
}

	div#update_info {
		height: 20px;
		margin-top: 20px;
	}
	
	div#tags img {
		float: left;
	}
	
	div#tags span {
		float: left;
		margin-left: 5px;
	}
	
	div#picture_comments {
		clear: both;
		padding-top: 20px;
		height: 216px;
	}
	
		div#picture_comments ul {
			margin-left: 0;
			padding: 0;
			height: 200px;
			overflow: auto;
		}
		
		div#picture_comments li {
			list-style-type: none;
			margin: 5px 0 5px 0;
			line-height: 130%;
		}
		
		
		span.comment_date {
			color: #444;
			font-size: 10px;
		}
		
		hr.comment_line {
			width: 75%;
			margin: auto;
			margin-top: 5px;
		}
	
	div#add_comment {
		padding-top: 10px;
	}
		
		div#add_comment input {
			width: 140px;
		}
		
		div#form_info {
			position: relative;
			left: 18px;
			top: 3px;
		}
	
	div#tag_window {
		position: absolute;
		width: 150px;
		padding-top: 15px;
	}
	
		div#tag_close {
			padding: 5px;
			height: 20px;
			background: #fff;
			border: 1px solid #ccc;
			border-bottom: none;
		}
		
			div#tag_close a {
				float: right;
			}
		
		
		div#tag_users {
			padding: 5px;
			background: #fff;
			border: 1px solid #ccc;
			border-top: none;
			height: 200px;
			overflow: auto;
		}
			
			div#tag_users li {
				list-style-type: none;
			}
		
			div#tag_users input {
				margin: 0;
				padding: 0;
				line-height: 80%;
			}

	div#gather_picture p {
		margin: 0;
	}

	div#prev_pic {
		float: left;
	}
	
	div#next_pic {
		float: right;
	}
	
	a#pic_link:focus {
		outline-style: none;
	}

	
	div#pic_container {
		padding: 5px 0 5px 0;
		width: 400px;
		height: 300px;
		background: url('../images/ajax_loader.gif') center center no-repeat;
	}
	
	div#pic_tools {
		margin-top: 5px;
	}
	
		div#pic_tools a {
			margin: 0 5px 0 5px;
		}

table#gather_thumbs {
	margin: auto;
	margin-top: 80px;
	width: 96%;
}

	table#gather_thumbs td {
		text-align: center;
	}
	
/* Lägg till gather
---------------------------------------------------*/
form#add_gather ul li {
	margin-bottom: 10px;
}

textarea#form_description {
	width: 300px;
	height: 100px;
}

select.picture_list {
	width: 300px;
	height: 100px;
}

/* Visa SMDb-film
---------------------------------------------------*/
p.plot {
	width: 450px; 
	margin-left: 25px;
}

ul#movieinfo li {
	margin-bottom: 5px;
}

span.myvote {
	color: #000000;
	margin-right: 10px;
}

.smdbcomment {
	width: 300px;
	padding: 3px;
	height: 70px;
}

.commentrow {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.commentcenter {
	width: 400px;
	border-left: 1px dotted #00aeef;
	border-right: 1px dotted #00aeef;
	padding: 15px 10px 15px 10px;
}

.commentedge {
	text-align: center;
	padding: 0 10px 0 10px;
}

/* Profil
---------------------------------------------------*/
ul#profile_info {
	margin-left: 20px;
}
	ul#profile_info li {
		margin-bottom: 5px;
	}

	ul#profile_info label {
		width: 120px;
	}
	
div#profile_pictures {
	margin-top: 30px;
}

	div#profile_pictures li h2 {
		margin-top: 20px;
	}
	
	div#profile_pictures td {
		width: 130px;
		text-align: center;
	}

/* Födelsedag
---------------------------------------------------*/
div#happy_birthday {
    z-index: 100;
    background: url('../images/grattis2.png') top left no-repeat;
    width: 140px;
    height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
    margin-top: -333px;
    margin-left: 330px;
    padding-top: 50px;
    padding-left: 10px;
	font-weight: bold;
    text-align: center;
	text-transform: uppercase;
	color: #fff;
}

div#happy_birthday p {
    margin: 5px 0 0 0;
}

div#happy_birthday a {
    color: #eee;
    text-decoration: underline;
}

div#happy_birthday a:hover {
    color: #fff;
}
