﻿@charset "utf-8";
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#545454;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar-iframe, .status-msg-wrap {   display: none !important;}
#navbar-iframe { display:block }

a, a:active {
	outline: none;
}
a:active {
	color: #2eb1ee;
	text-decoration: none;
}
a:link, a:visited {
	color: #1e78a2;
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #2eb1ee;
	text-decoration: underline;
}
a:visited {
	color: #0E3A50;
}
a img {
  border: none;
  }

/* Header
-----------------------------------------------
 */
			#header
			{				
				width: 983px;
				height: 165px;
				margin: 0;
				padding: 0;
			}
				#header .siteLogo { width: 983px; background-image: url('http://www.koordinater.se/App_Themes/Theme/gps-koordinater-poi.jpg'); height: 139px; margin-bottom: 0px;}
				#header .topMenu { width: 983px;  padding: 0px; margin:0; text-align: left;} 
				
.topMenu
{
	background-color: #84A628;
	background-image: url(http://www.koordinater.se/App_Themes/Theme/gfx/bg_meny.gif);
	background-repeat: repeat-x;
	height: 48px;
}
 .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 900px;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
 .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    background-image: url(http://www.koordinater.se/App_Themes/Theme/gfx/meny_divider.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	padding-left: 15px;
	padding-top: 11px;
	padding-bottom: 7px;
	padding-right: 15px;
	height: 20px;
	float: left;
}
 .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
 .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    display: inline;
	font-color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
 .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
 .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    color: #FFF;
    border-style: none;
}
 .AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover,
 .AspNet-Menu-Horizontal ul.AspNet-Menu li.Asp-Menu-Hover span
{
    color: White;
} 


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	width:1135px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: left;
	position: relative;
		}
#content-wrapper {
	width: 983px;
	padding:0px;
	background-color: fff;
	display: block;
	position: relative;
	float: left;
  }
  #adRight
		{
			width: 140px;
			position: absolute;
			top: 0px;
			right: 0px;
			
		}
#adRight div
		{
			margin-top: 5px;
			margin-bottom: 15px;
			
		}
#lefty-wrapper {
	width: 58px;
	padding:0px;
	float: left; 
  }
  
#main-wrapper {
  width: 680px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	margin-top: 6px;
}

#sidebar-wrapper {
  width: 250px;
  float: left;
  margin-top: 15px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

/* Headings
----------------------------------------------- */

h2 {
font-size: 14px;
margin-top: 0px;
margin-bottom: 5px;
}
#sidebar-wrapper h2, h1.title 
{
	background-color: #666;
	font-size: 14px;
	font-weight: bold;
	color: White;
	background-image: url(http://www.koordinater.se/App_Themes/Theme/gfx/bg_rubrik.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h1.title a, h1.title a:hover {
	color: #FFF;
	border: none;
}
/* Posts
-----------------------------------------------
 */
h2.date-header {
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0;
	color: #999;
  }
.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;	
	font-size: 13px;
  }
.hentry, .Label, .Followers, .comments {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
  }
 .Label ul {
	 list-style:none;
	  margin: 0px;
	  padding: 0px;
} 
.Label li {
	  display: block;
	  float: left;
	  margin-right: 5px;
	  white-space: nowrap;
}
.post h3 {
  font-size: 20px;
  line-height:150%;
  text-decoration:none;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

.inline-ad {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 15px;
}


.post-body {
  margin:0 0 .75em;
  line-height:150%;
}

.post-body blockquote {
  line-height:1.2em;  
}

.post-footer {
	font-size: 10px;
	letter-spacing:.1em;
	line-height: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EEE;
}
.comment-timestamp {
	text-transform:none;
	font-size: 10px;
}
.comment-link {
  margin-left:.6em;
  text-transform: uppercase;
  }
  .published {
	color: #5c5c5c;
	text-decoration: none;
}
.post img {
  padding:4px;
  border:none;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
  
  
/* Comments
----------------------------------------------- */
#comments h4 {
  margin:0px;
  font-size: 1.0em;
  line-height: 1.2em;
  letter-spacing:.2em;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
	margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.feed-links {
  clear: both;
  background-color: #FFF;
  margin-bottom: 7px;
  padding: 15px;
}

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;

 }

#blog-pager {   
  text-align: center; 
  background-color: #FFF;
  margin-bottom: 7px;
  height: 15px;
  padding: 15px;
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:.25em;
  padding-left:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget {
	background-image: url(streck_vspalt.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
 }
 
.main .Blog { 
  border-bottom-width: 0;
}

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 4px;
  border: none;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}
