/*
print.css
*/

/* Basic HTML Entities Alphabetical */
a {text-decoration: none !important;}
blockquote, code {background-color: #e6e6e6; display: block; font-family: Times New Roman; font-size: 1.2em; margin: 1em; padding: 1em; text-align: left;}
body {
	border: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;}
h1 {font-size: 1.8em;}
	h1 a, h2 a, h3 a, .blogHeader a {color: #333; text-decoration:none;}
	#header h1, .blogHeader {font-size: 3em; font-weight: bold; line-height: 1em;}
	h1, h2, h3 {margin: 0; padding: 0; line-height: 1.3em;}
h2, .postHeader h1 {font-size: 1.4em; line-height: 1.2em;}
h3 {font-size: 1.3em;}
img {border: 0; margin: 0; padding: 0;}
p {margin: 0 0 1em 0;}

/* Custon Entities Alphabetical */
#content { margin: 0;}
#footer {
	clear: both;
	font-size: .8em;
	line-height: 1em;
	padding: 1em;}
#header {height: 6em; padding: 2em 1em 1em 1em;}
	#header ul {
		list-style-type: none;
		margin: 0 3em;
		padding: 0;}
	#header li{
		display: block;
		float: left;
		font-size: .75em;
		margin: 0;
		padding: 0;}
	#header li.logo {width: 33.33em;}
	#header img { display: none; }
#page { font-size: .75em;}
#search {
	background: #cde3ed none !important;
	height: 5em;
	text-align: center !important;}
	#search form {margin: .5em 0 0 0; padding: 0;}
#sidebar { display: none; }

/* Classes */
	.alignLeft {float: left;}
	.alignRight {float: right;}
.alert, .attachmentLink, .note {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	display: block;
	padding: .5em 1em .5em 2.5em;
	margin: 0 2em;
	text-indent: 0;
	}
.center, .more { display: block; margin: 0 auto; text-align: center;}
.contentAd { display: none; }
.entryText { text-align: left; }
	.entryText img {margin: 0 .5em .5em 0;}
.navigation {display: block; margin: 0 auto; padding: 0 1em; }
.more {padding: 1em 1em; width: 15em;}
	.postHeader, .postMeta {text-align: left;}
		.postHeader ul {
			font-size: .8em;
			line-height: 1.1em;
			list-style-type: none;
			margin: 0;
			padding: 0 1em 0 2em;}
	.postMeta ul {list-style-type: none; text-align: right; margin: 0; padding: 0 1em;}
	.postMeta ul li {border-right: 1px solid black; display: inline; padding: 0 .5em;}
	.postMeta ul li.postMetaLast {border-right: 0 !important;}
	.postMeta li.via {float: left; border: 0;}

/* Comments */
.comment {
	border: 1px solid #cde3ed;
	overflow: hidden;
	padding: 1em;
	margin: 0 1em 0 0;
	text-align: justify;}
	.commentList {margin: 0;	padding: 0 0 0 2em;}
		.commentList li {margin-bottom: 1em;}
	.comment cite {float: right;}
#commentSubmitForm { display: none;}
	
/* Plugin Styles */
.diggButton { float: left; margin: 0 .5em; }
/* Tag Cloud  */
#sidebar .tagCloud li { display: inline; padding: 0 1em;}
/* Tag Cloud  in kosmos*/
.post .tagCloud { font-size: 1em; font-family: arial;}
	.post .tagCloud ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	.post .tagCloud li { display: inline; padding: 0 5px;}
	.post .t1 { font-size: 1em; }
	.post .t2 { font-size: 1.2em; }
	.post .t3 { font-size: 1.4em; }
	.post .t4 { font-size: 1.6em; }
	.post .t5 { font-size: 1.8em; }
	.post .t6 { font-size: 2.0em; }
	.post .t7 { font-size: 2.2em; }
	.post .t8 { font-size: 2.4em; }
	.post .t9 { font-size: 2.6em; }
	.post .t10 { font-size: 2.8em; }