/*  
Theme Name: Elina cuts loose!
Theme URI: http://www.elinatozzi.nl/
Description: Made for elinatozzi.nl.
Version: 2.0
Author: David Stotijn
Author URI: none

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 28px 0 0 0;
  font-family: Georgia, serif;
  font-size: 100%;
  line-height: 1.25em;
}


#wrap {
	width: 864px;
  margin: 0 auto;
}

#logo {
	display: none;
}

#content {
	float: left;
  width: 550px;
  margin-top: 1em;
  overflow: hidden;
}

.post {
	padding-top: 1em;
	padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}

.post img {
	border: 1px solid #ddd;
  padding: 0.5em;
	margin-top: 1em;
  margin-bottom: 1em;
}

img.alignleft {
	margin-right: 1em;
}

img.alignright {
	margin-left: 1em;
}

#sidebar {
	float: right;
  width: 250px;
  border-left: 1px solid #ddd;
  padding-left: 18px;
  margin-top: 18px;
}

#sidebar a {
	text-decoration: none;
}

#footer {
	width: 550px;
	clear: both;
  color: #aaa;
  padding-top: 0.5em;
  text-align: center;
}

.post-date, .meta {
	letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.post-date {
	color: #f9c;
  margin-top: 0;
  font-size: 0.6875em;
}

.meta {
  margin: 0;
  color: #777;
  font-size: 0.5em;
}

.comment-meta, .reply {
	font-size: 0.75em;
}

.commentlist li {
	margin-bottom: 1em;
}

p, ul {
  font-size: 0.75em;
}

#sidebar p {
	font-size: 0.75em;
  margin-top: 0.5em;
}

#sidebar ul {
		font-size: 0.75em;
    list-style: none;
    padding: 0;
}

#sidebar ul li ul {
	font-size: 1em;
}

.widget {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.prev {
	float: left;
}

.next {
	float: right;
}

#sidebar #labels {
	font-size: 0.75em;
}

#sidebar ul.flexo-list {
	list-style: disc;
  padding-left: 3em;
}

.flexo-link {
	padding-left: 1em;
}

#sidebar h4 {
	margin-top: 1em;
  margin-bottom: 0.25em;
}

h2, h3, h4 {
	font-family: Helvetica, sans-serif;
}

h2 {
	margin-top: 14px;
  margin-bottom: 0;
  font-family: Georgia;
  font-weight: normal;
	font-size: 1.25em;
}

h2 a {
	color: #000;
  text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h4 {
	text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 0.875em;
  margin: 0;
  color: #ff4683;
}

hr {
	display: none;
}

ul {
	padding-left: 1.25em;
}

a {
	color: #ff4683;
}

a img {
	border: 0;
}

