/*
Theme Name: Tiny Mod
Version: 1.2
Theme URI: http://flyready.com/themes/
Author: Remex
Author URI: http://flyready.com/
Description: &copy; 2006 Remex, Some Rights Reserved. Based on <a href="http://wp.berkano.net/">Tiny 0.8</a>.
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #f5fafc;
	color: #666;
	}

body {
	text-align: center; /* IE quirks auto margins workaround */
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 1.6em;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 440px;
	margin: 20px auto; /* auto centers the div */
	background: #fff;
	border: 1px solid #c2cfdf;
	}

#header {
	height: 160px;
	margin: 20px;
	overflow: hidden;
	background: transparent url(tinyheader.jpg) no-repeat;
	border: 1px solid #c2cfdf;
	}

#menu {
	background: #eef3fb;
	margin: 10px;
	border: 1px solid #cfe2e5;
	color: #63b4cd;
      height: 28px;
	}

#content {
	text-align: left;
	margin: 20px;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica,     , sans-serif;
	word-wrap: break-word;
	}

#footer {
	border-top: 1px solid #c2cfdf;
	color: #888;
	text-align: center;
	margin: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 160px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #63b4cd;
	}

#sitemap {
	float: left;
	text-align: left;
	margin: 5px 8px 5px 0px;
	padding-left: 12px;
	}

#menu ul.pagelinks {
	list-style-type: none;
	margin: 7px 8px 5px 5px;
	}

#menu ul.pagelinks li{
	float: left;
	padding-left: 7px;
	}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 5px;
	}

#searchform input {
	width: 80px;
	font-size: 1em;
	background: #fff;
	color: #666;
	margin: 0;
	border: 1px solid #c2cfdf;
	}

/*	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: 15px;
	margin-bottom: .4em;
	font-weight: bold;
	}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #c2cfdf;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

.entry img {
	border: 1px solid #c2cfdf;
	padding: 3px;
}

.postinfo {
	background: #f4fbfd;
	padding-left: 10px;
	border: 1px solid #eaf3fd;
	color: #63b4cd;
}

.entry ul{
	padding: 0 0 0 10px;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

textarea {
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica,     , sans-serif;
	color: #666;	
	width: 400px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	word-wrap: break-word;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #63b4cd;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #63b4cd;
	text-decoration: none;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #c2cfdf;
	}
	
.commentlist li {
	background: #fff;
	font-style: normal;
	padding: 1em;
	border-top: 1px solid #d3dce8;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	width: 100%;
	height: 30px;
	padding: 2px 4px;


	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica,     , sans-serif;
	color: #666;
	}

input#author, input#email, input#url {
	width: 83%;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica,     , sans-serif;
	color: #666;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Bottom sidebar	*/

#sidebar {
	background: #eef3fb;
	border: 1px solid #cfe2e5;
	color: #63b4cd;
    margin: 5px auto;
	padding: 0 8px;
	width: 380px;
	}
	
#sidebar span {
	float: left;
	}

#sidebar h4 {
	text-align: center;
	font-size: 14px;
	margin: 0.3em 0;
	font-weight: bold;
	}

#sidebar ul {
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li a {
	height: 1%;
	display: block;	
	text-decoration: none;
	padding: 1px 2px;
	border-top: 1px solid #eef3fb;
	border-left: 1px solid #eef3fb;
	border-right: 1px solid #eef3fb;
	border-bottom: 1px solid #dbe7f5;
	}

#sidebar ul li a:hover {
	background-color: #dbe7f5;
	border: 1px solid #c1dbdf;
	cursor: hand;
	}

#sidebar .posts{
	text-align: right; 
	padding: 5px;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* following css borrowed from [ http://blog.sparanoid.com/2005/11/29/almodovar-plus/ ] */

.commentlist li.ping-comment {
	/*list-style: decimal outside;*/
	color: #777;
	background: #f7fbfd;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
	}

.commentlist li.author-comment {
	/*list-style: decimal outside;*/
	background: #ebf6ff;
	list-style: none;
	}