body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #444444;
}
#Page {
	text-align: center;
}
a, a:visited {
	color: rgb(4,82,164);
}
#Blog {
	width: 780px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	background-color: white;
}
#BlogHeader {
	width: 100%;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid rgb(4,82,164);
	text-align: center;
	background: rgb(4,82,164) url("/blogg.nsf/y_torn.gif") no-repeat bottom left; 
}
	
#BlogTitle a, #BlogTitle a:visited {
	color: white;
	text-decoration: none;
}
#BlogDescription {}
#PageLinks {
	width: 100%;
	border: 1px solid rgb(4,82,164);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.PageLink {
	margin-right: 20px;
	text-decoration: none;
}
#Content {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#BlogContent {
	width: 480px;
	float: left;
	line-height: 18px;
}
#Comments, #NewComment {}
	
.Post, .Comment {
	border-bottom: 1px dotted grey;
}
.PostTitle, .PostTitle a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: rgb(4,82,164);
	text-decoration: none;
	font-size: 16px;
}
.CommentTitle {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.PostDate, .CommentDate {
	margin-top: 0px;
	padding-top: 0px;
	color: grey;
	font-size: 10px;
}
.PostBody {}
.CommentBody {}
.PostFoot, .CommentFoot {
	color: grey;
	text-align: center;
	clear: left;
}
.PostFoot a, .CommentFoot a {
	text-decoration: none;
}
#SideBar {
	width: 240px;
	float: right;
}
#SideBar a {
	text-decoration: none;
}
img {
	border: 0;
}
h4 {
	margin-bottom: 0px;
}
h4#NewCommentTitle {
	margin-bottom: 12px;
}
input {
	border: 1px solid #555555;
	width: 250px;
	font-family:Verdana;
	font-size:12px;
}
.button {
	border: solid 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-color: #6b6e72;
	border-right-color: #6b6e72;
	background-color: rgb(4,82,164);
	text-decoration: none;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	width: auto;
}
textarea.mceEditor {
	border: 1px solid #555555;
	width: 100%;
	height: 250px;
	font-family:Verdana;
	font-size:12px;
	overflow:visible;
	text-align: left;
}
textarea.mceEditorSmall {
	border: 1px solid #555555;
	font-family:Verdana;
	font-size:12px;
	overflow:visible;
	text-align: left;
}
#Presentation {
	border: 1px solid rgb(4,82,164);
	background-color: #e0e4ff;
	margin-top: 20px;
	margin-right: 0px;
	padding: 3px;
	width: 100%;
}
#Presentation h4 {
	margin-top: 0px;
}
#PresLink {
	margin-top: 12px;
}
.PostPicture {
	max-width:100%;
	margin: 3 3 3 3;
}

