@font-face {
	font-family: 'EnigmaticRegular';
	src: url('../fonts/Enigma__2-webfont.eot');
	src: local('☺'), url('../fonts/Enigma__2-webfont.woff') format('woff'), url('../fonts/Enigma__2-webfont.ttf') format('truetype'), url('../fonts/Enigma__2-webfont.svg#webfontC1Tfcyra') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EnigmaticItalic';
	src: url('../fonts/Enigma_2i-webfont.eot');
	src: local('☺'), url('../fonts/Enigma_2i-webfont.woff') format('woff'), url('../fonts/Enigma_2i-webfont.ttf') format('truetype'), url('../fonts/Enigma_2i-webfont.svg#webfontTcWrhPtR') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EnigmaticBold';
	src: url('../fonts/EnigmaB_2-webfont.eot');
	src: local('☺'), url('../fonts/EnigmaB_2-webfont.woff') format('woff'), url('../fonts/EnigmaB_2-webfont.ttf') format('truetype'), url('../fonts/EnigmaB_2-webfont.svg#webfontqYWcoISA') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-size: 100.01%;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
	margin: 0;
	background: url('../gfx/background-image.png') 50% 0 fixed;
	font-family: "verdana", sans-serif;
	font-size: 14px;
}


/* Bakgrunden skalas efter fönstrets storlek */
div .background-img {
	top: 0;
	left: 0;
}

div .background-img img {
	position: fixed;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
}

#container {
	position: relative;
	padding: 20px 0;
}

.grid {
	position: relative;
}

.row.top {
 padding-left: 3px;
 margin-top: 0;
}

.top_box{
	color: white;
	height: 100px;
}

.row {
	margin-top: 15px;	
}

.top_box {
	position: relative;
}

div.top_left {
	height: 100px;
	width: 4px;
	background: url(../gfx/status_left.png) no-repeat;
	position: absolute;
	left:0;
}

div.top_right {
	height: 100px;
	background: url(../gfx/status_right.png) right no-repeat;
	margin-left: 4px;
}

#status div.status_header {
	background: red;
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	background: url(../gfx/status_name_bg.png) no-repeat;
	width: 300px;
	font-size: 24px;
	font-family: EnigmaticRegular;
	color: #b0e2ef;
	padding: 7px;
}

#status div.status_body {
	padding: 5px;
	position: absolute;
	top: 40px;
	width: 100%;
	padding: 5px;
	font-size: 11px;
}

#status div.login_form {
	padding: 3px;
	padding-top: 8px;
	position: relative;
	font-size: 11px;
}

	#status div.login_form label, div.standard_form div.small label {
		display: block;
		margin-bottom: 3px;
	}

	#status div.login_form input, div.standard_form div.small input {
		display: block;
		margin-bottom: 5px;
		padding: 3px;
		border: 1px solid #666;
		background: url(../gfx/form_bg.png) repeat-x;
		width: 160px;
		height: 17px;
		color: #5b5b5b;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
		#status div.login_form input:focus, div.standard_form div.small input:focus {
			border: 1px solid #75d2ea;
		}
	
	#status div.login_form label#submitlbl, div.standard_form div.small label.button {
		position: absolute;
		right: 7px;
		bottom: 3px;
		height: 15px;
		line-height: 1;
		width: auto;
		max-width: 110px;
		padding: 5px;
		background: #9adef0 url(../gfx/login_bg.png) bottom repeat-x;
		border-left: 1px solid #92dcee;
		border-top: 1px solid #afe5f3;
		border-right: 1px solid #4a8594;
		border-bottom: 1px solid #315862;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	
		label#submitlbl input#submit, div.standard_form div.small label.button input.button {
			margin: 0;
			padding: 0;
			width: auto;
			height: auto;
			display: block;
			color: #fff;
			font-weight: bold;
			border: 0;
			background: none;
		}
	
	
.nav_wrap {
	height: 99px;
	position: relative;
}

#logo {
	width: 244px;
	height: 95px;
	background: url(../gfx/logo.png) no-repeat;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 9999;
}

#nav {
	height: 74px;
	position: relative;
}

	#nav #nav_left {
		width: 5px;
		height: 74px;
		background: url(../gfx/menu_left.png) no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#nav #nav_right {
		width: 6px;
		height: 74px;
		background: url(../gfx/menu_right.png) no-repeat;
		position: absolute;
		right: 0;
		top: 0;
	}

	#nav ul {
		background: red;
		height: 74px;
		margin: 0 6px 0 5px;
		background: url(../gfx/menu_mid.png) repeat-x;
		list-style: none;
		display: block;
		padding: 3px 10px;
	}
	
		#nav ul li { 
			float: left;
			display: block;
			height: 67px;
		}
		
			#nav ul li a { 
				display: block;
				padding: 25px 15px;
				font-family: EnigmaticRegular;
				font-size: 20px;
				color: #8db979;
				text-decoration: none;
			}
			
			#nav ul li a:hover, #nav ul li.active a {
				background: url(../gfx/menu_hover.png) no-repeat;
				color: #fff;
			}
			
	#nav .sub {
		display: block;
		position: absolute;
		left: 0;
		height: 14px;
		padding: 0;
		background: url(../gfx/sub_mid.png) repeat-x;
		width: 930px;
		z-index: 333;
		bottom: -25px;
		padding: 12px 0;
		margin-left: 5px;
	}
	
		#nav ul.sub_menu{
			height: 23px;
			position: absolute;
			z-index: 444;
			left: 0;
			bottom: -22px;
			background: transparent;
			display: none;
			width: 100%;
			padding: 14px 0 0 0;
		}
		
			#nav ul li.active ul.sub_menu {
				display: block;
			}
			#nav ul li.active ul.sub_menu a {color: #fff; background: transparent;}
		
		#nav .sub_left {
			display: block;
			height: 38px;
			width: 5px;
			position: absolute;
			background: url(../gfx/sub_left.png) no-repeat;
			top: 0;
			left: -5px;
			z-index: 3333;
		}
		
		#nav .sub_right {
			display: block;
			height: 38px;
			width: 5px;
			position: absolute;
			background: url(../gfx/sub_right.png) no-repeat;
			top: 0;
			right: -5px;
			z-index: 3333;
		}
		
			#nav .sub_menu li a {
				height: auto;
				font-size: 16px;
				padding: 0;
				font-family: verdana;
				font-size: 14px;
				color: #fff;
				margin: 0 10px;
				background: transparent;
			}
			
				#nav .sub_menu li a:hover, #nav li.active .sub_menu li a:hover{
					background: transparent;
					color: #173942;
				}
 
 
.row.messages {
	margin-top: 0;
}

	.row.messages .message {
		margin-top: 15px;
	}
	
	.message .error, .message .warning, .message .success {
		padding: 0 3px;
	}
	
		.row.messages .message .warning span {
			display: block;
			background: #fcf5a2 url(../gfx/grad_message.png) repeat-x;
			padding: 20px;
			border: 1px solid #aca44a;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			font-size: 16px;
			color: #4d4a25;
		}
		
		
		.row.messages .message .error span {
			display: block;
			background: #ff7d7d url(../gfx/grad_message.png) repeat-x;
			padding: 20px;
			border: 1px solid #b25757;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			font-size: 16px;
			color: #683131;
		}
		
		.row.messages .message .success span {
				display: block;
				background: #bff1a9 url(../gfx/grad_message.png) repeat-x;
				padding: 20px;
				border: 1px solid #7da46d;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-o-border-radius: 3px;
				-khtml-border-radius: 3px;
				border-radius: 3px;
				font-size: 16px;
				color: #39502f;
		}
              
.normalbox{
	position: relative;
}	
	.normalbox .topLeft {
		position: absolute;
		width: 100%;
		height: 6px;
		background: url(../gfx/content_topleft.png) no-repeat;
		top: -6px;
		padding-left: 6px;
	}
	
		.normalbox .topRight {
			height: 6px;
			background: url(../gfx/content_topright.png) right no-repeat;
			margin-right: 6px;
		}
		
	.normalbox .bottomLeft {
		position: absolute;
		width: 100%;
		height: 6px;
		background: url(../gfx/content_bottomleft.png) no-repeat;
		bottom: -6px;
		padding-left: 6px;
	}
	
		.normalbox .bottomRight {
			height: 6px;
			background: url(../gfx/content_bottomright.png) right no-repeat;
			margin-right: 6px;
		}
		
	.normalbox .innerWrapper {
		background: url(../gfx/content_left.png) repeat-y;
		margin: 3px 0;
	}
	
	
		.normalbox .rightInnerWrapper {
			background: url(../gfx/content_right.png) right repeat-y;
		}
		
			.normalbox .mostInnerWrapper {
				background: red;
				margin: 6px 4px 6px 3px;
				background: #fefefe url(/gfx/content_grad.png) bottom repeat-x;
			}
                
#blog_sel{
	padding: 5px 8px;
	text-decoration: none;
	position: relative;
	min-height: 24px;
}

	#blog_sel .active_blog {
		font-family: EnigmaticRegular;
		font-size: 24px;
		color: #0d96c3;
	}
	
	#blog_sel ul {
		display: none;
	}
	
	#blog_sel .select_button {
		display: block;
		position: absolute;
		right: -1px;
		top: -3px;
		width: 133px;
		height: 28px;
		background: url(../gfx/blog_sel_btn.png) right no-repeat;
		color: white;
		font-size: 18px;
		padding-top: 12px;
		text-align: center;
		text-indent: -2px;
		text-shadow: rgba(0,0,0,0.2) 1px 1px 0;
		text-decoration: none;
	}
		/* Firefox-hack */
		#blog_sel .select_button:-moz-any-link, #blog_sel .select_button:default {
		 top: -4px;
		}
		
		/* IE-hack */
		#blog_sel .select_button {
			top /*\**/: -3px\9
		}
	
		#blog_sel .select_button:hover {
			background: url(../gfx/blog_sel_btn_hover.png) right no-repeat;
		}
		
		#blog_sel .blog_list {
			display: block;
			position: relative;
			margin-left: -8px;
			margin-right: -8px;
			margin-top: 7px;
			margin-bottom: -7px;
		}
		
			#blog_sel .blog_list li {
				display: block;
				background: #fefefe url(../gfx/blog_list_bg.png) bottom repeat-x;
				height: 29px;
				padding: 5px 10px;
				font-size: 16px;
				color: #0d96c3;
			}
			
				#blog_sel .blog_list li a{
					color: #8db979;
					text-decoration: none;
				}
				
				#blog_sel .blog_list li.new_blog {
					color: #0d96c3;
					text-decoration: none;
					padding-top: 13px;
					height: 21px;
					text-shadow: rgba(50,50,50,0.1) 1px 1px 0;
					background: transparent;
				} 	#blog_sel .blog_list li.new_blog a {color: #0d96c3;}
					#blog_sel .blog_list li.new_blog a:hover {color: #333;}
				
					#blog_sel .blog_list li span {
						display: block;	
						font-size: 12px;
						color: #666;
						font-style: italic;
					}
					
#side_menu {
	padding: 10px 0;
	padding-bottom: 20px;
}

	#side_menu ul, #side_menu li, #side_menu a { display: block; }
	
	#side_menu > ul {
		/*border-top: 1px solid #e8e8e8;*/
		border-bottom: 1px solid #dddddd;
	}
	
		#side_menu > ul > li {
			background: #fefefe url(../gfx/menu_bg.png) top repeat-x;
			font-size: 16px;
		}
		
		#side_menu > ul > li.active > a{
			color: #666;
		}
		/*
		#side_menu > ul > li.active {
			background: #fefefe url(../gfx/menu_bg_active.png) top repeat-x;
			font-size: 16px;
			color: #fff;
		} 	#side_menu > ul > li.active > a{ color: #fff; }
			#side_menu > ul > li.active > a:hover{ color: #e1f9ff; }
		*/
			#side_menu > ul > li a {
				height: 15px;
				padding: 11px 0 11px 40px;
				color: #0d96c3;
				text-decoration: none;
				background: url(../gfx/noicon.png) 10px 49% no-repeat; 
			}	#side_menu > ul > li a:hover { color: #666; }
			
			
			#side_menu > ul > li.panel > a {
				background: url(../gfx/icons/home.png) 10px 50% no-repeat; 
			}
			#side_menu > ul > li.entries > a {
				background: url(../gfx/icons/pencil.png) 10px 50% no-repeat; 
			}
			#side_menu > ul > li.pages > a {
				background: url(../gfx/icons/blog.png) 10px 50% no-repeat; 
			}
			#side_menu > ul > li.media > a {
				background: url(../gfx/icons/image-sunset.png) 10px 50% no-repeat; 
			}
			#side_menu > ul > li.links > a {
				background: url(../gfx/icons/chain.png) 10px 50% no-repeat; 
			}
			#side_menu > ul > li.comment > a {
				background: url(../gfx/icons/balloon-ellipsis.png) 10px 50% no-repeat; 
			}
			
			#side_menu > ul > li.themes > a {
				background: url(../gfx/icons/blueprint-horizontal.png) 10px 50% no-repeat; 
			}
			
			#side_menu > ul > li.tools > a {
				background: url(../gfx/icons/gear.png) 10px 50% no-repeat; 
			}
				/*#side_menu > ul > li > a:hover { color: #fff; background: #fefefe url(../gfx/menu_bg_hover.png) top repeat-x;}*/
		
		#side_menu > ul > li > ul {
			
		}
		
			#side_menu > ul > li > ul li {
				font-size: 12px;	
			}
			
				#side_menu > ul > li > ul li a{ 
					background: #fff;
					padding: 8px 15px;
					height: auto;
				} #side_menu > ul > li > ul li:first-child a { background: url(../gfx/sub_menu_shadow.png) top repeat-x; }
				  /*#side_menu > ul > li > ul li:last-child a { border-bottom: 1px solid #f4f4f4; }*/
				
		#side_menu span.bread a {
			display: block;
			padding: 10px 10px;
			padding-top: 2px;
			font-size: 11px;
			color: #8db979;
			text-decoration: none;
			text-align: left;
			text-indent: 30px;
			background: url(../gfx/icons/arrow-000-small.png) 20px 0 no-repeat; 
		} #side_menu span.bread a:hover {color: #333;}
		
		
	.standard_form {
		padding: 20px;
	}
	
		.standard_form label, .standard_form h2 {
			display: block;
			float: left;
			font-family: EnigmaticRegular;
			font-size: 20px;
			color: #8db979;
			min-width: 150px;
			padding-top: 13px;
		}
		
		.standard_form h2 {
			display: normal;
			float: none;
			padding: 0;
			min-width: auto;
			font-weight: normal;
		}
		
		.standard_form .input_wrapper {
			float: left;
			background: url(../gfx/fixed_form_bg.png) left no-repeat;
			width: 379px;
			height: 44px;
		}
			.standard_form .input_wrapper input{
				margin: 4px;
				height: 36px;
				width: 361px;
				font-size: 20px;
				padding: 0 5px;
				background: transparent;
				color: #666;
			}
			
		.standard_form .form_row {
			overflow: auto;
			padding: 10px 0;
		}
		
		.standard_form span{
			display:block;
			float: left;
			font-size: 14px;
			padding: 16px 10px;
			padding-bottom: 0;
			font-style: italic;
			color: #888;
		}
		
		.standard_form label.submit {
			padding: 0;
			float:none;
			min-width: 134px;
			width: 134px;
			height: 34px;
			background: url(../gfx/submit.png) no-repeat;
			color: white;
			font-size: 18px;
			padding-top: 12px;
			text-align: center;
			text-shadow: rgba(0,0,0,0.2) 1px 1px 0;
			text-decoration: none;
			font-family: Verdana, Geneva, sans-serif;
			margin-left: 150px;
		}	.standard_form label.submit:hover { background: url(../gfx/submit_hover.png) no-repeat; cursor: hand;}
	
			.standard_form label.submit input {
				display: none;
			}
		
			.standard_form.dialog label.submit, .standard_form div.submit label.submit {
				margin-left: 0;
				display: inline-block;
			}
			
	.standard_form .form_row p{ 
			display: block;

			clear: left;
			padding: 10px;
			padding-left: 155px;
			font-style: italic;
			color: #a9353a;
		}
		
		
		h1 {
			font-family: EnigmaticRegular;
			font-size: 24px;
			color: #0d96c3;
			font-weight: normal;
			margin: 10px 0;
			margin-top: 0;
		}
		
	.standard_form div.form_row .input_wrapper_long {
		background: url(/gfx/form_bg_long.png);
		position: relative;
		height: 44px;
		margin-right: 6px;
	}
	
	.standard_form div.form_row .input_wrapper_long input {
		background:none repeat scroll 0 0 transparent;
		color:#666666;
		font-size:20px;
		height:36px;
		margin:4px;
		width: 98%;
		padding:0 5px;
	}
	
	.standard_form div.form_row div.input_wrapper_long div.input_wrapper_right {
		background: url(/gfx/form_bg_right.png) right no-repeat;	
		width: 6px;
		height: 44px;
		position: absolute;
		right: -6px;
		top: 0;
	}

	table a, .standard_form a {
		text-decoration: none;
		color: #0D96C3;
	}
	
	table a:hover, .standard_form a:hover {
		color: #000;
	}
/*
 * Övrigt
 */
.hidden {
	display: none;
}
span.smaller_text {
	font-size: 10px;
}
 
/* 
 * For the tag-plugin.  
 */
 
.textboxlist { font: 11px "Lucida Grande", Verdana; cursor: text; }
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 3px 4px 0; border: 1px solid #999; *padding-bottom: 3px; }
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; }
.textboxlist-bit-editable { border: 1px solid #fff; }
.textboxlist-bit-editable-input { border: 0; padding: 2px 0; *padding-bottom: 0; height: 14px; font: 11px "Lucida Grande", Verdana; }
.textboxlist-bit-editable-input:focus { outline: 0; }
.textboxlist-bit-box { position: relative; line-height: 18px; padding: 0 5px; -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; border: 1px solid #CAD8F3; background: #DEE7F8; cursor: default; }
.textboxlist-bit-box-deletable { padding-right: 15px; }
.textboxlist-bit-box-deletebutton { position: absolute; right: 4px; top: 6px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('/gfx/close.gif'); }
.textboxlist-bit-box-deletebutton:hover { border: none; background-position: 7px; text-decoration: none; }
.textboxlist-bit-box-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
.textboxlist-bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton { background-position: bottom; }


/* 
 * -END- For the tag-plugin.  
 */
 
 /*
  *
  */
 
 /*
  * 
  */