/*
Theme Name: Old Style
Theme URI: http://dat.perdomani.net/dats-wordpress-theme/
Description: The Old Style WordPress theme is a minimalistic but stylish theme. Version 0.3 Changelog: better css html-tags definition and RSS button on top of blog. 
Version: 0.3
Author: dat
Author URI: http://dat.perdomani.net/

	This theme was designed and built by dat,
	whose blog you will find at http://dat.perdomani.net/
	(some parts are based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>)

	NOTE:
	
	IMPORTANT -- The home page has a double loop, set up a 5 post index view under "Options",
	automatically posts from 6 to 20 are shown in compact mode.

	LESS IMPORTANT -- If you install the "Customizable Comment Listings"
	and "Readers_Post" plugins the sidebar displays extra informations.
	If you install the "Similar Posts" plugin the single post view displays
	similar posts list.

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

*/


html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #000;
	text-align: center;
	min-width: 760px;
}
#page {
	width: 760px;
	margin:0 auto;
	text-align: left;
}

#header {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

#header h1 {
	display: inline;
	font-size: 2.8em;
}
#headerfeed img {
 border: 0;
}
#headerfeed {
 float: right;
}
.description {
	display: inline;
	font-size: 2.2em;
	color: #888;
	margin-left: 25px;
}
.navigation {
}

.post {
	border: 1px solid #000;
	padding: 15px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.post p {
	text-align: justify;
	line-height: 1.6em;
}

.post-title {
	display: inline;
	font: 2.4em 'Courier New', Courier, Fixed;
	font-weight: bold;
}
.post-date {
	display: inline;
	color: #888;
}
.post img {
	border: 1px solid #000;
}
.date {
        color: #555;
        font-variant: small-caps;
        margin-bottom: 3px;
        margin-top: 5px;
        font: 2em 'Courier New', Courier, Fixed;
        border-bottom: 5px dashed #aaa;
        padding-bottom: 2px;
}

#showhidesidebar {
		background-color: #000;
		padding: 3px 3px 3px 15px;
		margin-bottom: 0;
		border-bottom: 0;
}
#showhidesidebar a {
        color: #fff;
        font-weight: bolder;
}
#sidebar {
	background-color: #eee;
	padding: 10px 15px 15px 15px;
	border-bottom: 5px dashed #000;
}

#sidebar h2, #sidebar p, #sidebar ul, #sidebar ul li {
	display: inline;
}
#sidebar p {
	padding-left: 5px;
}
#sidebar p:first-line {
	padding-left: 0px;
}
#sidebar ul li {
	padding-left: 3px;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar ul, #sidebar ul li {
	padding-left: 0;
}

#footer {
	margin-top: 5px;
	background-color: #eee;
	padding: 15px;
	border-top: 1px solid #000;
}

blockquote {
	border-left: 3px dotted #000;
	padding: 1px 25px 1px 25px;
	color: #666;
	background-color: #eee;
}
div.similar {
	border: 1px dotted #000;
	padding: 15px;
}
.morefive {
	padding: 15px;
	border: 1px solid #000;
}
.morefivedate {
	color: #888;
	padding-left: 15px;
}
p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;

}
ol {
	list-style-type: decimal-leading-zero;
}
pre {
        font-size: 1.4em;
}
/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

