html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 15;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ============================================================ */

a {
	color: #660000;
}

a:hover {
	color: #006600;
}

li {
	margin-left: 1.5em;
	display: list-item;
}

ul {
	list-style-type: disc;
}

p {
	margin-bottom: 1em;
}

body {
	text-align: center;
}

h1 {
	font-size: 22;	
	font-weight: bold;
}

div#outer {
	width: 900px;
	/*border: 3px solid green;*/
	margin-left: auto ;
	margin-right: auto ;	
	text-align: left;
}

div#header {	
	height: 200px;	
	/*border: 3px solid green;*/
	margin-top: 10px;
	margin-bottom: 30px;
	background-image: url('images/theme/bg2.jpg');
	background-repeat: none;
}

div#header h1 {	
	position: relative;
	left: 32;
	top: 0.8em;
	color: #486018;
}

div#header h2 {	
	position: relative;	
	left: 32;
	top: 1.3em;
	font-weight: normal;
	color: #74370c;
}

div#menu {
	width: 230px;
	/*border: 1px solid gray;*/
	border-right: 1px solid #c0c0c0;
	background-color: white;
	float: left;
	margin-right: 10px;	
}

#menu a {
	text-decoration: none;
}

div#inner {
	width: 633px;
	/*border: 1px solid lightgray;*/
	float: right;			
	margin-top: -20px;
}

div.entry {
	width: 600px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	background-color: #f9f9f9;
	padding: 14px;
}

div.entry h2 {	
	margin-bottom: 1em;
}

div#menu .box {
	/*border: 1px solid gray;*/
	margin-bottom: 40px;
	margin-right: 20px;
	padding: 5px;
        padding-bottom: 78px;	
	background-image: url('images/theme/far_separerare2.png');
	background-position: bottom right;
	background-repeat: no-repeat;	
	min-height: 60px;
}

div#menu .box div, div#menu .box ul {
	width: 160px;
	margin-bottom: -40px;	
}

div#menu .box li {
	font-size: 80%;
}

div.box .box_end {	
	height: 140px;
	/*display: block;*/
	width: 80px;
	float: right;
}

.box .entry {
	
}

.box h2 {	
	padding: 0 2px;
	margin-bottom: 0.8em;
	font-weight: bold;	
	color: #8bab8c;
}

div.entry .date {
	width: 400px;
	margin-right: 0px;
	margin-left: auto;	
	margin-bottom: 0px;	
	/*float: right;*/
	clear:both;
	text-align: right;
}

div.new_comment {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #f9f7f3;
	padding: 10px;
}

div.comment {
	padding: 10px;
	margin-bottom: 5px;
}

div.comment p.date {
	border-top: 1px solid #c0c0c0;
	padding-left: 0px;
	padding-top: 4px;
	text-align: right;
	clear: both;
	font-size: 85%;
}

div.comment_by_owner p {	
	padding-left: 50px;
}

.comment_by_owner {
	background-color: #f4f8ff;
}

.comment_by_owner .name {
	font-weight: bold;
	font-size: 85%;
}

.blog_owner_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

hr { 
	clear: both; 
	color: #c0c0c0;
}

h1 a, h2 a {
	text-decoration: none;
}

label {
	display: block;
}

input[type="text"], input[type="password"], textarea {
	-moz-border-radius:4px;	
	-webkit-border-radius:4px;
	background-color:#FBFBFB;
	border:2px solid #D5DDE0;
	font-size:14px;
	padding:4px;
	font-family: Arial;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #7BC7ED;
}

/*
input[type="submit"]:hover {
	background-color:#f0f8f2;
	border-color:#9dd9a8;
}*/

.errorlist {
	color: red;
	font-style: italic;
}

#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
}

#footer p {
	font-size: 70%;
	margin-bottom: 0.5em;
	text-align: center;
}

.new_comment a {
	font-style: italic;
	font-size: 70%;
}

.new_comment label a {
	font-style: normal;
	font-size: 100%;
}

.new_comment h2 {	
	padding: 0 2px;
	margin-bottom: 0.8em;
	font-weight: bold;	
	color: #6a826a;
	font-size: 16; 
	font-style: normal;
}

img {	
}