/*
Theme Name: Emptiness
Description: A minimalist theme with a white background and a nice custom-header location.
Author: Cliffano Subagio
Tags: translation-ready, white, light, three-columns, fixed-layout, custom-header, right-sidebar, microformats, threaded-comments
WDP ID: 128
Version: 4.0 by lenasterg
*/
/* Captions and image alignment for wordpress */
div.aligncenter {
	display: block!important;
	margin: 0px auto 10px;
}
div.alignleft {
	float: left!important;
	margin-right: 10px;
	margin-top: 10px;
}
div.alignright {
	float: right!important;
	margin-right: 0px;
	margin-left: 10px;
}
.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 4px;
	margin: 0;
	font-family: Arial, Tahoma, "Lucida Sans";
	color: #949494;
	font-style: normal;
}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* End captions and image alignment */
body {
  background-color: #ffffff;
  color: #333333;
  font: 83%/1.4 arial, helvetica, sans-serif;
  line-height: 170%;
  margin: 0;
  padding: 20px 0 20px 0;
}
div#container {
	background: #fff;
	margin: auto;
  padding: 10px 20px 0 20px;
  max-width: 1020px;
}
div#header div.main {
  font-weight: bold;
}
div#header div.main a {
  font-size: 25px;
  text-decoration: none;
}
div#header div.main h1 {
  margin: 0;
}
div#body {
  clear: both;
}
div#footer {
  clear: both;
  color: #333333;
  font-size: 95%;
}
div#footer div.main {
  text-align: right;
}
div#content {
  float: left;
}
div.item {
  clear: both;
}
div.side {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
div.side li {
  list-style-type: none;
}
div.side ul {
  margin: 0;
  padding: 0;
}
div.left {
	margin-right: 20px;
  text-align: right;
  width: 150px;
}
div.right {
	margin-left: 20px;
  text-align: left;
  width: 250px;
}
div.right ul {
	margin-bottom: 20px;
}
div.main {
  float: left;
  margin: 10px 20px 10px 20px;
  text-align: left;
  max-width: 500px;
}
a {
  color: #999999;
  text-decoration: underline;
}
a:hover {
  background-color: #efefef;
  color: #999999;
  text-decoration: none;
}
blockquote, div.comment {
  background-color: #efefef;
  color: #666666;
  padding: 10px;
}
div.depth1 {
	margin-left: 0px;
}
div.depth2 {
	margin-left: 15px;
}
div.depth3 {
	margin-left: 30px;
}
div.depth4 {
	margin-left: 45px;
}
div.depth5 {
	margin-left: 60px;
}
div.depth6 {
	margin-left: 75px;
}
div.depth7 {
	margin-left: 90px;
}
div.depth8 {
	margin-left: 105px;
}
div.depth9 {
	margin-left: 120px;
}
div.depth10 {
	margin-left: 135px;
}
div.comment.highlight {
	border-left: 5px solid #cccccc;
}

div.splash {
  height: 265px;
  width:100%;
}
div.splash p img {
	width:90%;
}
input {
  color: #666666;
}
h2 {
  font-size: 115%;
  margin: 0;
}
h3 {
  font-size: 100%;
  margin: 0;
}
img {
  border: 0;
}
hr {
	color: #eeeeee;
	height: 1px;
	margin: 15px auto 15px auto;
	width: 80%;
}
li.cat-item {
  display: inline;
}
span.date {
  font-weight: bold;
}
span.labels {
  font-style: italic;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
.alignright {
  float: right;
  margin: 0 0 8px 8px;
}
.alignleft {
  float: left;
  margin: 0 8px 8px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 0 8px 0 8px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

@media (pointer: coarse) {
 a {
	padding: .8em;
  }
}
