﻿/*
Theme Name: Pilcrow Child
Description: Child theme for the Twenty Ten theme 
Author: Smultron Hawaii Kawaii
Template: pilcrow
Version: 1.0
*/
@import url("/wp-content/themes/pilcrow/style.css");
/* List Style */
#sidebar li { list-style-type: none; }
#sidebar ul { list-style-type: none; margin: 0; padding: 5px; }
.sidebar-list {
    list-style: none outside none;
}
/*Mått på kolumner och postarea*/	
.three-column #content {
	margin: 0 0 0 240px;
}
.three-column #container {
	max-width: 1060px;
}
.three-column #sidebar {
	width: 180px;
	padding:20px 20px 20px 20px;
	border: solid #EE5A9D;
	overflow: hidden;
	position:relative;
	left:-30px;
}
.three-column #secondary-sidebar {
	position:relative;
	right:-30px;
	float: right;
	width: 260px;
	padding:20px 20px 20px 20px; 
	margin: 0 0 0 -310px;
	border: solid #EE5A9D;
	overflow: hidden;
}
/*Fonts*/
.widget-title {
	background: white;
	color: #EC297B;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	border-bottom: 3px solid white;
	border-top: 10px solid white;
	margin-bottom: 10px;
}
