/*
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: #606a67, Mellangrått: #808a87, Ljust blågrått, Orange: #ecae01 */

/* 	LAYOUT */

body {
	margin: auto;
	padding: 0;  
	color: #808a87;
	font-family: verdana, arial, sans-serif;
	background-color: #808a87;
	background-image: url(images/bkg.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#sidebar {
	color: #fff;
	width: 240px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content{
	float: right;
	width: 782px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#content-inner{
	margin: 50px 0 0 24px;
}

#main {
	margin: 0;
	padding: 0;
}

#footer{
	clear: both;
	margin: 0 0 0 0;
}

/*  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: #ecae01;
	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: #ecae01;
}

#menu {
	margin: 30px 0 0 0;
	padding: 0;
	border-top: 2px solid #606a67;
	border-bottom: 2px solid #606a67;
}

#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 #606a67;
}

#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: #ecae01;
	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 #606a67;
	padding: 0 0 15px 0;
}

#search input[type=text] {
	color: #808a87;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 8px 20px;
	border: 1px solid #fff;
	width: 50%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#search input[type=submit] {
	background: #ecae01;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 8px 14px;
	border: 1px solid #ecae01;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* POSTS & PAGES */

.post{
	margin: 0 0 20px 0;
	padding: 20px 25px 5px 25px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#post-25 {
	min-height: 520px;
}

.published {
	text-align: center;
	position:relative;
	z-index:-1;
	left: 665px;
	top: 30px;
	width: 50px;
	padding: 8px 8px 10px 30px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #ecae01;
	color: #fff;
	border: 1px solid #ecae01;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.date {
	display: block;
	font-size: 18px;
}

.month {
	display: block;
	font-size: 14px;
	text-transform:lowercase;
}

.published + .post {
	margin: -60px 0 20px 0;
	width: 640px;
}

.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover,
.post h2 a:active {
	color: #808a87;
	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;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	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 #ecae01;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.entry tr {
	margin: 5px 0;
	border: 1px dashed #ecae01;
}

.entry td {
	vertical-align: top;
	padding: 8px;
}

.entry a {
	padding: 0 0 2px 0;
}

.entry a:link {
	color: #ecae01;
	text-decoration: none;
	border-bottom: 1px dashed #ecae01;
}

.entry a:visited {
	color: #ecae01;
	text-decoration: none;
	border-bottom: 1px dashed #ecae01;
}

.entry a:hover {
	color: #ecae01;
	text-decoration: none;
	border-bottom: 1px solid #ecae01;
}

.entry a:active {
	color: #ecae01;
	text-decoration: none;
	border-bottom: 1px dashed #ecae01;
}

.entry .wpcf7-checkbox {
	margin: 0 0 0 -10px; 
}

.wpcf7 span input,
.wpcf7 span textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #808a87;
	border: 1px solid #ecae01;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px 10px;
	margin: 5px 0 0 0;
	width: 95%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #808a87;
}

.wpcf7-submit {
	margin: 5px 0 0 0;
	padding: 10px 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #ecae01;
	color: #fff;
	border: 1px solid #ecae01;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.postmetadata {
	color: #ecae01;
	margin: 0;
	padding: 2px 0 5px 0;
	font-size: 11px;
}

#navigation {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 8px 0 10px 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 1.3em;
}

#navigation div.fleft {
	display:inline;
	float:left;
	padding: 0 25px;
	font-size: 12px;
}

#navigation div.fcenter {
	font-size: 10px;
	display:inline;
}

#navigation div.fright { 
	display:inline;
	float:right;
	padding: 0 25px;
	font-size: 12px;
}

/*  COMMENTS   */

.comments{
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ecae01;
}

#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 #ecae01;
	border-bottom: 1px dashed #ecae01;
}

#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: #808a87;
	border: 1px solid #ecae01;
	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: #ecae01;
	color: #fff;
	border: 1px solid #ecae01;
	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: 0;
}

.wp-caption {
	padding: 0;
	margin: 0 0 15px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	padding: 3px 10px;
	margin: 0;
	color: #ecae01;
	text-align: right;
	font-size: 11px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding: 0 20px 0 0;
}

.alignright {
	float: right;
	padding: 0 0 0 20px;
}

#map_canvas {
	width: 100%;
	height: 500px;
}

/* LINKS */

a:link {
	color: #ecae01;
	text-decoration: none;
}

a:visited {
	color: #ecae01;
	text-decoration: none;
}

a:hover {
	color: #ecae01;
	text-decoration: none;
}

a:active {
	color: #ecae01;
	text-decoration: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: none;
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

