/*
Theme Name: Ewel
Theme URI: http://caromillkonsult.se/
Author: Caroline Millg&aring;rdh
Author URI: http://caromillkonsult.se/
Description: 2 columns with widget-enabled sidebar.
Version: 1.0
Tags: fixed width, two columns, widget ready
*/

/* Eric Meyer v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}

/* FÄRGER: Mörkgrått: #000, Mellangrått: #000, Ljust blågrått, Orange: #000 */

/* 	LAYOUT */

body {
	margin: auto;
	padding: 0;  
	color: #000;
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#sidebar {
	display: none;
}

#content{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#content-inner{
	margin: 0;
}

#main {
	margin: 0;
	padding: 0;
}

#footer{
	display: none;
}

/*  HEADER & MENU */

.hoppa {
	display: none;
}

/*  WIDGET */

#sidebar h3{
	font-size: 16px;
	font-weight: bold;
}

#sidebar p {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 1.7em;
}

#sidebar ul {
	margin: 0 0 10px 0;
}

#sidebar li {
	font-size: 12px;
}

#sidebar a:link {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#sidebar a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#sidebar a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#logo {
	margin: 50px 0 0 0;
}

#header {
	margin: -72px 0 0 50px;
	padding: 0 0 0 0;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
}

#header h2{
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	color: #000;
}

#menu {
	margin: 30px 0 0 0;
	padding: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

#menu li {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 3px 0;
	border-top: 2px solid #000;
}

#menu li:first-child {
	border: 0;
	padding: 5px 0 3px 0;
}

#menu a {
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
	border: 0;
}

#menu a:link {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#menu a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

#menu a:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#search {
	margin: 0 0 0 0;
	border-bottom: 2px solid #000;
	padding: 0 0 15px 0;
}

#search input {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 8px 20px;
	border: 2px solid #fff;
	width: 70%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* POSTS */

.post{
	margin: 0;
	padding: 0;
	background: #fff;
}

.published {
	display: none;
}

.date {
	display: block;
	font-size: 18px;
}

.month {
	display: block;
	font-size: 14px;
	text-transform:lowercase;
}

.published + .post {
	margin: 0;
}

.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover,
.post h2 a:active {
	color: #000;
	border: 0;
}

.entry{
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
}

.post h2,
.entry h2 {
	font-size: 24px;
	margin: 0 0 5px 0;
	line-height: 1.3em;
}

#sectiontitle {
	margin: 0 0 20px 0;
	padding: 18px 25px;
	background: #fff;
	font-size: 24px;
	line-height: 1.3em;
}

.entry ul {
	margin: 0 0 10px 20px;
	list-style-type: square;
}

.entry ul li {
	margin: 5px 0 0 20px;
	padding: 2px 0px 2px 10px;
}

.entry ol {
	margin: 0 0 10px 20px;
}

.entry ol li {
	margin: 5px 0 0 20px;
	padding: 2px 0px 2px 2px;
}

.entry hr {
	height:2px;
	margin:5px 0;
}

.entry blockquote {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 10px 30px;
	margin: 5px 0 0 0;
}

.entry fieldset {
	padding:10px;
	margin:0;
	border:none;
}

.entry code {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

.entry table {
	margin: 0 0 10px 0;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.entry tr {
	margin: 5px 0;
	border: 1px dashed #000;
}

.entry td {
	vertical-align: top;
	padding: 8px;
}

.entry a {
	padding: 0 0 2px 0;
}

.entry a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.entry a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.entry a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.entry a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.entry .wpcf7-checkbox {
	margin: 0 0 0 -10px; 
}

.wpcf7 span input,
.wpcf7 span textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px 10px;
	margin: 5px 0 0 0;
	width: 90%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #000;
}

.wpcf7-submit {
	margin: 5px 0 0 0;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.postmetadata {
	color: #000;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
}

#navigation {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 12px;
	line-height: 1.3em;
}

#navigation div.fleft {
	display:inline;
	float:left;
	padding: 0 25px;
}

#navigation div.fcenter {
	display:inline;
}

#navigation div.fright { 
	display:inline;
	float:right;
	padding: 0 25px;
}

/*  COMMENTS   */

.comments{
	margin: 0;
	padding: 0;
	border-top: 1px dashed #000;
}

#commentlist{
	padding: 0;
	list-style-type: none;
}

#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

#commentlist li p.commentheader{
	margin: 0px 0 0px 0;
	display: block;
	padding: 1px 5px;
}

#commentlist2 {
	padding: 0;
	margin:0;
	list-style-type:none;
}

#commentlist2 ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#commentlist2 li{
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

#commentlist2 p{
	margin: 6px 0;
}

#commentlist2 li div.comm{
	margin: 1px;
	padding: 1px;
}

#commentlist2 li div.gravatar {
	width:50px;
	float:left;
	padding: 15px 0 0 20px;
}

#commentlist2 li div.gravatar img{
	border: 0;
}

.commenttext {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

#commentlist2 li div.commenttext{
	padding: 0;
	margin:5px 0;
}

#commentlist2 li div.commenttext div.commentwrapper{
	margin:0 0 0 80px;
	padding: 3px 8px;
}

.comments input,
.comments textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px 10px;
	margin: 5px 0 0 0;
}

#submit {
	margin: 5px 0 0 0;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* ELEMENTS */

p, li, h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
	padding: 0;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h1{
	font-size: 34px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 18px;
	margin: 15px 0 10px 0;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 14px;
}

p, li, td{
	font-size: 13px;
	line-height: 1.6em;
}

/*  IMAGES AND CAPTION */

img{
	margin: 0;
	padding: 0;
	border: 0;
}

.entry img{
	margin: 5px 0 0 0;
}

.wp-caption {
	color: #000;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.alignright {
	float: right;
    margin: 5px 0 5px 0;
}

/* LINKS */

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}