/*
Theme Name: Tiny Mod
Version: 1.11
Theme URI: http://blog.flyready.com/category/computer/wordpress/tiny-mod/
Author: Remex
Author URI: http://blog.flyready.com/
Description: &copy; 2006 Remex, Some Rights Reserved.<p><b>Based on <a href="http://wp.berkano.net/">Tiny 0.8</a>.</b><br /><b>Original info:</b> Tiny is a WordPress theme for minimalists.</p>
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #fff;
	color: #000;
	}

body {
	text-align: left; /* IE quirks auto margins workaround */
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding: 10px;
	line-height: 1.4em;
	}

html>body { font-size: 10px; } /* for modern browsers that can resize px */

#menu {
	width: 400px; /**/
	background: #fff;
	margin: 20px;
	color: #000;
	}

#content {
	width: 400px;
	text-align: left;
	margin: 20px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	word-wrap: break-word;
	}

#footer {
	width: 400px;
	border-top: 1px solid #000;
	color: #000;
	text-align: left;
	margin: 20px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 1.4em;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 10px;
	line-height: 1.5em;
	margin: 20px;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 10px;
	}

h1 a:link { text-decoration: underline; color: #000; }
h1 a:visited { text-decoration: underline; color: #000; }
h1 a:hover { text-decoration: none; background-color: yellow; }
h1 a:active { text-decoration: none; background-color: yellow; }

#sitemap {
	float: left;
	text-align: left;
	margin: 0;
	padding-left: 0;
	}

#menu ul.pagelinks {
	list-style-type: none;
	margin: 0;
	}

#menu ul.pagelinks li{
	float: left;
	padding-left: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 0;
	}

#searchform input {
	width: 150px;
	font-size: 1em;
	background: #fff;
	color: #000;
	margin: 0;
	border: 1px solid #000;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, /* ul, ol, dl, p - Stopped by Sparanoid */ re, fieldset, address, table {
	margin: 0.8em 0;
	}

/* 	General styling		*/

h2 {
	font-size: 10px;
	margin: 0;
	font-weight: bold;
	}

h3 {
	font-size: 10px
	margin-bottom: 1.5em;
	font-weight: normal;
	}

h4 {
	font-size: 10px;
	}

h5 {
	font: normal 10px;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0;
	}

dt {
	margin: 0;
	font-weight: bold;	
	}

code, pre, var {
	font-size: 1em;
	}

dd {
	margin: 0;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	padding: 0;
}

.postinfo {
	font-size: 10px;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.entry ul{
	padding: 0;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 0;
	}

textarea {
	font: 10px Verdana, sans-serif;
	color: #000;	
	width: 400px;
	border: 1px solid #000;
	background-color: #fff;
	word-wrap: break-word;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link {
	text-decoration: underline; color: #000;
	}

a:visited {
	text-decoration: underline; color: #000;
	}

a:hover, a:active {
	color: #000; text-decoration: none; background-color: yellow;
	}

h2 a, h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #000;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border-bottom: 1px solid #000;
	}

.commentlist li {
	background: #fff;
	font-style: normal;
	padding: 1em;
	border-top: 1px solid #000;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #fff;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #666;  /* "said on" */
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	width: 150px;
	height: 30px;
	padding: 2px 4px;
	border: 1px solid #000;
	background-color: #fff;
	font: 10px Verdana, sans-serif;
	color: #000;
	}

input#author, input#email, input#url {
	width: 150px;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #000;
	background-color: #fff;
	font: 10px Verdana, sans-serif;
	color: #666;
	line-height: 1.5em;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}