/*
Theme Name: jonasnordstrom notes blog core child theme
Theme URI: http://jonasnordstrom.se/
Description: This sample child theme is built on <a href="http://notesblog.com/core/">Notes Blog Core</a>. Requires WordPress 2.8 or higher.
Version: 0.1
Tags: two columns, fixed width, custom, widgets
Author: Jonas Nordström
Author URI: http://jonasnordstrom.se/
Template: notes-blog-core-theme

	Requires the Notes Blog Core Theme:
	http://notesblog.com/core/

*/

@import url('../notes-blog-core-theme/style.css');

body { font-family: Helvetica, Arial, sans-serif; }

div.post ul li.tipsitem {
	margin-bottom: 15px;

}
.wpinfobox {
	border: 1px solid #aaa;
	float: right;
	width: 180px;
	margin: 0 0 15px 15px;
}
#wpinfobox h2#wpinfobox-title { margin: 22px;}
.wpinfobox div {
	padding: 8px;
	margin: 0;
}
.wpinfobox ul {
	list-style-position: inside;
	padding-left: 10px;
}
.wpinfobox ul li {
	font-weight: bold;
	color:#000;
	font-size:12px;
	line-height:15px;
	list-style-type:disc;
	padding:2px 0 2px 0;
	background-image: none;
}
body div#content .wpinfobox h2 {
	background-color: #000;
	color: #eee;
	font: 14px arial, helvetica, sans-serif;
	padding: 8px;
	margin: 0;
}
div.post ol.linktips li {
   margin-bottom: 15px;
}
.plusone {
	margin-bottom: 15px;
}