/*
============================
MiniSimple Simple CSS Styles
============================
Name: MiniSimple
Author: Panos Kondoyiannis
Version: 1.0
Module: print.css
*/

body {
  color: #333;
  background-color: transparent;
  text-align: justify;
}

a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  font-size: 180%;
  text-align: center;
}

.subtitle {
  font-size: 80%;
  text-align: center;
}

h2, h3, h4 {
  font-size: 130%;
}


.date, .postinfo {
  font-size: 80%;
}

img {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 7px;
    margin-top: 15px;
}

#column {
  display: none;
}

.admincontrols {
  display: none;
}

.readmore {
  display: none;
}

.navigation {
  display: none;
}

.share {
  display: none;
}

.entry-footer {
  clear: both;
  font-size: 80%;
  margin: 2em 0 3em 0;
}

blockquote {
	margin: 1em 1em;
	padding: 0 10px;
	width: 90%;
	color: #333;
	background-color: transparent;
	font-style: italic;
	border-left: 5px solid #bbb;
}

pre {
  clear: both;
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em;
  width: 90%;
  color: #333;
  background-color: #eee;
  font-size: 70%;
  border: 1px dotted #333;
}

.link-comments {
  display: none;
}

hr {
  display: none;
}

#footer {
  display: none;
}

#commentform {
  display: none;
}
