/*  
Theme Name: Ett Lingon 3.0
Theme URI: http://www.sannalund.se
Description: 
Version: 3.0
Author: Sanna Lund
Author URI: http://sannaund.se
*/

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 {
	font-family: Georgia, serif;
	line-height: 1.25em;
	background: #000;
}

#heading {
  padding-top: 0px;
}

#container {
	background: #fff;
	width: 680px;
	margin: 0;
	padding: 0;
}
#content {
  	margin: 40px 0 80px 40px;
	width: 600px;
	padding-bottom: 2em;
}

#navigation {
  text-align: center;
  margin-bottom: 3em;
}

#aside {
	background: #fff;
	color: #000;
	left: 700px;
	padding: 40px 40px 20px 40px;
	position: absolute;
	top: 0;
	width: 280px;


}
#aside2 {
	background: #fff;
	color: #000;
	left: 1000px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	top: 0;
	width: 180px;

}

.aside_article {
  border-bottom: dotted 1px #000;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.comment {
  margin-bottom: 1em;  
  margin-top: 1em;
  padding: .5em;
  color: #000;
  background-color: #d4e0b8;
}

.recipe {
	margin-bottom: 1.5em;
	padding: .5em 1.5em 1.5em 1.5em;
  background-color: #d4e0b8;
	color: #000;
	}
#recipe {
  margin-bottom: 1.5em;
  padding: .5em 1.5em 1.5em 1.5em;
  background-color: #d4e0b8;
  color: #000;
}

#form {
  margin-top: 2em;
}

.article {
  border-bottom: dotted 1px #000;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 0.75em;
}
h2 a {
	text-decoration: none;
}  
h2 a:visited {
  	text-decoration: none;
  }

h3 {
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
	margin-top: 1em;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
	margin-top: 1em;
}

h4 a {
	text-decoration: none;
}  
h4 a:visited {
  	text-decoration: none;
  }
  
.pagetitle  {
    font-family: Arial, sans-serif;
    font-size: 1.125em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0.75em;
    color: grey;
  }
p, ul {
  font-size: 0.75em;
  margin: 1em 0;
}

ol, ul {
	list-style: none;
}

.date {
	font-size: 0.75em;
	font-style: italic;
}
small {
	font-size: 0.8125em;
}

a {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

#aside a {
	color: #000;
	text-decoration: underline;
}

#aside a:visited {
	color: #000;
	text-decoration: underline;
}
#aside p {
  font-size: 0.75em;

}
.twitter-timestamp {
  	font-style: italic;
  font-size: 0.70em;

}
.comment a {
  color: #000;
}
.comment a:visited {
  color: #000;
}
.tableentry {
	font-size: 0.8em;
}
.odd {
	background-color: #e7e8e8;
}
.even {
	background-color: #d4d4d4;
}
td {
	vertical-align: top;
	padding: 0.5em;
	padding-left: 0em;
}
.tableentry td{
	vertical-align: top;
	padding: 0.3em;
	padding-left: 1em;
}
blockquote {
    font-style: italic;
    padding: .5em 1em;
    margin: 1.5em 3em 1.5em 1.5em;
    border-left: 5px #565757 solid;
    background-color: #dae1e2;
	}