/*
Document: Style.css
Created on: Nov 05, 2016 15:00:00 AM
Theme Name: Magic_Charlotte
Theme URI: http://wordpress.org/themes/Magic_Charlotte
Author: Charlotte Gottlieb
Author URI: http://www.brisingamen.dk/
Description: Magic is in the air
License: 
License URI: 
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Magic_Charlotte
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*Structure */

body {
	background: #69C;
	font: 16px arial, sans-serif;
}

#container {
	background: #69a;
	border-radius: 14px;
	overflow: auto;
}

#container, header, nav, footer {
	width: 800px;
	padding: 20px;
	margin: 0 auto;
	
}


#content_area
{
	float: left;
	width: 750px;
	margin: 20px 0 20px 0;
	padding: 10px;
}


footer	{
	width: 800px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	padding: 20px;
}

#left {
	float: left;
	width: 590 px;
}

#sidebar {
	float: right;
	width: 200px;
}

nav ul li {
	padding: 10px 20px;
}

nav ul li a {
	display: inline-block;
	
}

.imgLeft
{
	float: left;
	width: 240px;
	height: 150px;
	margin: 0px 10px 10px 0;
	padding: 10px;
	}
	
	
#content_area
{
	float: left;
	width: 750px;
	margin: 20px 0 20px 0;
	padding: 10px;
}

/* Text Rules */
h1 {font-size: 26px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}