/*
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.4 Changelog: support for wordpress 2.3 tagging system - Version 0.3 Changelog: better css html-tags definition and RSS button on top of blog. 
Version: 0.4
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: 58.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FEF5FA;
	color: #000;
	text-align: center;
	min-width: 520px;
}
#page {
	width: 520px;
	margin:0 auto;
	text-align: left;
}

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

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

.post {
	border: 1px solid #F5D7B1;
	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.0em '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 #C7D29D;
        padding-bottom: 2px;
}
	.button1{
BORDER-RIGHT: #000000 1px solid; 
BORDER-TOP: #000000 1px solid; 
BACKGROUND:#FFFFFF; 
COLOR:#000000; 
FONT-FAMILY: Verdana;
FONT-SIZE: 9px;
FONT-weight: bold;
BORDER-LEFT: #000000 1px solid; 
BORDER-BOTTOM: #000000 1px solid;
} 

	.textbox1 {
BORDER-RIGHT: #333333 1px solid; 
BORDER-TOP: #333333 1px solid; 
FONT: 9pt ±¼¸² #oooooo; 
BORDER-LEFT: #333333 1px solid; 
BORDER-BOTTOM: #333333 1px solid;
} 
#showhidesidebar {
		background-color: #99AD50;
		padding: 3px 3px 3px 15px;
		margin-bottom: 0;
		border-bottom: 0;
}
#showhidesidebar a {
        color: #fff;
        font-weight: bolder;
}
#sidebar {
	background-color: #F5D7B1;
	padding: 10px 15px 15px 15px;
	border-bottom: 5px dashed #CA6012;
}

#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 {
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	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;
	background: #EEE;
	line-height: 1.1em;
	border: dashed #666 1px;
	padding: 15px 20px 15px 20px;
	overflow: auto;
}
code {
	font-family: monospace;
	font-size: 1.3em;
}
/* 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;
	}
a
{
COLOR: #CC0000; 
TEXT-DECORATION: none
}

a:hover 
{
COLOR: #CC0000; 
TEXT-DECORATION: none
}

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 */

/* Comments Structure */

.comments { padding: 10px; margin-top: 15px; border-top: 1px solid #35302a; position: relative; }
	#commentform p { float: left; margin: 0 10px 10px 0; }
	
.commentlist { background: #fef5fa; list-style: none; margin: 0; padding: 0; }
	.commentlist li { background: #fcecf5; padding: 9px; margin-bottom:10px }
	.commentlist li p { padding: 5px; margin: 0; line-height:150%; font-size:10px }
	.commentlist li p.commentmetadata { border-bottom: 1px solid #35302a; background: #fcecf5; padding: 5px 5px; margin-top: 10px; }
	
ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }	
ul.archive li { display: inline; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}